Estimated time needed: 40 minutes
In this lab, you will be performing web scraping to collect Falcon 9 historical launch records from a Wikipedia page titled List of Falcon 9 and Falcon Heavy launches
https://en.wikipedia.org/wiki/List_of_Falcon\_9\_and_Falcon_Heavy_launches
Falcon 9 first stage will land successfully
Several examples of an unsuccessful landing are shown here:
More specifically, the launch records are stored in a HTML table shown below:

Web scrap Falcon 9 launch records with BeautifulSoup:
First let's import required packages for this lab
!pip3 install beautifulsoup4
!pip3 install requests
Requirement already satisfied: beautifulsoup4 in /opt/conda/envs/Python-3.8-main/lib/python3.8/site-packages (4.9.3) Requirement already satisfied: soupsieve>1.2 in /opt/conda/envs/Python-3.8-main/lib/python3.8/site-packages (from beautifulsoup4) (2.2.1) Requirement already satisfied: requests in /opt/conda/envs/Python-3.8-main/lib/python3.8/site-packages (2.25.1) Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/Python-3.8-main/lib/python3.8/site-packages (from requests) (2021.10.8) Requirement already satisfied: chardet<5,>=3.0.2 in /opt/conda/envs/Python-3.8-main/lib/python3.8/site-packages (from requests) (3.0.4) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/conda/envs/Python-3.8-main/lib/python3.8/site-packages (from requests) (1.26.6) Requirement already satisfied: idna<3,>=2.5 in /opt/conda/envs/Python-3.8-main/lib/python3.8/site-packages (from requests) (2.8)
import sys
import requests
from bs4 import BeautifulSoup
import re
import unicodedata
import pandas as pd
and we will provide some helper functions for you to process web scraped HTML table
def date_time(table_cells):
"""
This function returns the data and time from the HTML table cell
Input: the element of a table data cell extracts extra row
"""
return [data_time.strip() for data_time in list(table_cells.strings)][0:2]
def booster_version(table_cells):
"""
This function returns the booster version from the HTML table cell
Input: the element of a table data cell extracts extra row
"""
out=''.join([booster_version for i,booster_version in enumerate( table_cells.strings) if i%2==0][0:-1])
return out
def landing_status(table_cells):
"""
This function returns the landing status from the HTML table cell
Input: the element of a table data cell extracts extra row
"""
out=[i for i in table_cells.strings][0]
return out
def get_mass(table_cells):
mass=unicodedata.normalize("NFKD", table_cells.text).strip()
if mass:
mass.find("kg")
new_mass=mass[0:mass.find("kg")+2]
else:
new_mass=0
return new_mass
def extract_column_from_header(row):
"""
This function returns the landing status from the HTML table cell
Input: the element of a table data cell extracts extra row
"""
if (row.br):
row.br.extract()
if row.a:
row.a.extract()
if row.sup:
row.sup.extract()
colunm_name = ' '.join(row.contents)
# Filter the digit and empty names
if not(colunm_name.strip().isdigit()):
colunm_name = colunm_name.strip()
return colunm_name
To keep the lab tasks consistent, you will be asked to scrape the data from a snapshot of the List of Falcon 9 and Falcon Heavy launches Wikipage updated on
9th June 2021
static_url = "https://en.wikipedia.org/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&oldid=1027686922"
Next, request the HTML page from the above URL and get a response object
First, let's perform an HTTP GET method to request the Falcon9 Launch HTML page, as an HTTP response.
# use requests.get() method with the provided static_url
# assign the response to a object
response = requests.get(static_url)
response.content
b'<!DOCTYPE html>\n<html class="client-nojs" lang="en" dir="ltr">\n<head>\n<meta charset="UTF-8"/>\n<title>List of Falcon 9 and Falcon Heavy launches - Wikipedia</title>\n<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":!1,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"015e47e3-aaa8-4763-8634-d6e78cb56b4b","wgCSPNonce":!1,"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":0,"wgPageName":"List_of_Falcon_9_and_Falcon_Heavy_launches","wgTitle":"List of Falcon 9 and Falcon Heavy launches","wgCurRevisionId":1052237192,"wgRevisionId":1027686922,"wgArticleId":37574004,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["Source attribution","All articles with dead external links","Articles with dead external links from February 2021","Articles with permanently dead external links","CS1 Spanish-language sources (es)","CS1 Indonesian-language sources (id)"\n,"CS1 errors: external links","CS1 German-language sources (de)","CS1 Korean-language sources (ko)","Articles with short description","Short description is different from Wikidata","Use American English from January 2021","All Wikipedia articles written in American English","Use dmy dates from January 2021","Articles containing potentially dated statements from March 2018","All articles containing potentially dated statements","All articles with failed verification","Articles with failed verification from May 2021","Articles containing potentially dated statements from April 2020","Pages using multiple image with auto scaled images","Featured lists","Articles containing video clips","Falcon 9 and Falcon Heavy launches","SpaceX launch vehicles","Lists of rocket launches"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"List_of_Falcon_9_and_Falcon_Heavy_launches","wgRelevantArticleId":37574004,"wgIsProbablyEditable":!0,\n"wgRelevantPageIsProbablyEditable":!0,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgFlaggedRevsParams":{"tags":{"status":{"levels":-1}}},"wgMediaViewerOnClick":!0,"wgMediaViewerEnabledByDefault":!0,"wgPopupsFlags":10,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":!0,"nearby":!0,"watchlist":!0,"tagline":!1},"wgWMESchemaEditAttemptStepOversample":!1,"wgULSCurrentAutonym":"English","wgNoticeProject":"wikipedia","wgEditSubmitButtonLabelPublish":!0,"wgULSPosition":"interlanguage","wgULSisCompactLinksEnabled":!0,"wgGENewcomerTasksGuidanceEnabled":!0,"wgGEAskQuestionEnabled":!1,"wgGELinkRecommendationsFrontendEnabled":!1,"wgCentralAuthMobileDomain":!1,"wgWikibaseItemId":"Q6570672"};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","mediawiki.action.styles":\n"ready","mediawiki.interface.helpers.styles":"ready","ext.cite.styles":"ready","ext.tmh.thumbnail.styles":"ready","skins.vector.styles.legacy":"ready","jquery.makeCollapsible.styles":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":"ready","ext.wikimediaBadges":"ready","wikibase.client.init":"ready"};RLPAGEMODULES=["ext.cite.ux-enhancements","mw.MediaWikiPlayer.loader","mw.PopUpMediaTransform","mw.TMHGalleryHook.js","site","mediawiki.page.ready","jquery.makeCollapsible","mediawiki.toc","skins.vector.legacy.js","ext.gadget.ReferenceTooltips","ext.gadget.charinsert","ext.gadget.extra-toolbar-buttons","ext.gadget.refToolbar","ext.gadget.switcher","mmv.head","mmv.bootstrap.autostart","ext.popups","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.compactlinks","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.centralNotice.geoIP",\n"ext.centralNotice.startUp","ext.centralauth.centralautologin","ext.growthExperiments.SuggestedEditSession"];</script>\n<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("[email protected]",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"patrolToken":"+\\\\","watchToken":"+\\\\","csrfToken":"+\\\\"});\n});});</script>\n<link rel="stylesheet" href="/w/load.php?lang=en&modules=ext.cite.styles%7Cext.tmh.thumbnail.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cjquery.makeCollapsible.styles%7Cmediawiki.action.styles%7Cmediawiki.interface.helpers.styles%7Cskins.vector.styles.legacy%7Cwikibase.client.init&only=styles&skin=vector"/>\n<script async="" src="/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector"></script>\n<meta name="ResourceLoaderDynamicStyles" content=""/>\n<link rel="stylesheet" href="/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector"/>\n<meta name="generator" content="MediaWiki 1.38.0-wmf.5"/>\n<meta name="referrer" content="origin"/>\n<meta name="referrer" content="origin-when-crossorigin"/>\n<meta name="referrer" content="origin-when-cross-origin"/>\n<meta name="robots" content="noindex,nofollow"/>\n<meta name="format-detection" content="telephone=no"/>\n<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Falcon9_rocket_family.svg/1200px-Falcon9_rocket_family.svg.png"/>\n<meta property="og:title" content="List of Falcon 9 and Falcon Heavy launches - Wikipedia"/>\n<meta property="og:type" content="website"/>\n<link rel="preconnect" href="//upload.wikimedia.org"/>\n<link rel="alternate" media="only screen and (max-width: 720px)" href="//en.m.wikipedia.org/wiki/List_of_Falcon_9_and_Falcon_Heavy_launches"/>\n<link rel="alternate" type="application/x-wiki" title="Edit this page" href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&action=edit"/>\n<link rel="apple-touch-icon" href="/static/apple-touch/wikipedia.png"/>\n<link rel="shortcut icon" href="/static/favicon/wikipedia.ico"/>\n<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikipedia (en)"/>\n<link rel="EditURI" type="application/rsd+xml" href="//en.wikipedia.org/w/api.php?action=rsd"/>\n<link rel="license" href="https://creativecommons.org/licenses/by-sa/3.0/"/>\n<link rel="canonical" href="https://en.wikipedia.org/wiki/List_of_Falcon_9_and_Falcon_Heavy_launches"/>\n<link rel="dns-prefetch" href="//meta.wikimedia.org" />\n<link rel="dns-prefetch" href="//login.wikimedia.org"/>\n</head>\n<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject mw-editable page-List_of_Falcon_9_and_Falcon_Heavy_launches rootpage-List_of_Falcon_9_and_Falcon_Heavy_launches skin-vector action-view skin-vector-legacy"><div id="mw-page-base" class="noprint"></div>\n<div id="mw-head-base" class="noprint"></div>\n<div id="content" class="mw-body" role="main">\n\t<a id="top"></a>\n\t<div id="siteNotice"><!-- CentralNotice --></div>\n\t<div class="mw-indicators">\n\t<div id="mw-indicator-featured-star" class="mw-indicator"><a href="/wiki/Wikipedia:Featured_lists" title="This is a featured list. Click here for more information."><img alt="This is a featured list. Click here for more information." src="//upload.wikimedia.org/wikipedia/en/thumb/e/e7/Cscr-featured.svg/20px-Cscr-featured.svg.png" decoding="async" width="20" height="19" srcset="//upload.wikimedia.org/wikipedia/en/thumb/e/e7/Cscr-featured.svg/30px-Cscr-featured.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/e/e7/Cscr-featured.svg/40px-Cscr-featured.svg.png 2x" data-file-width="462" data-file-height="438" /></a></div>\n\t</div>\n\t<h1 id="firstHeading" class="firstHeading" >List of Falcon 9 and Falcon Heavy launches</h1>\n\t<div id="bodyContent" class="vector-body">\n\t\t<div id="siteSub" class="noprint">From Wikipedia, the free encyclopedia</div>\n\t\t<div id="contentSub"><div class="mw-revision warningbox"><div id="mw-revision-info"><p><b>This is an <a href="/wiki/Help:Page_history" title="Help:Page history">old revision</a> of this page, as edited by <span id="mw-revision-name"><a href="/wiki/User:C-randles" class="mw-userlink" title="User:C-randles"><bdi>C-randles</bdi></a> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:C-randles" class="mw-usertoollinks-talk" title="User talk:C-randles">talk</a> | <a href="/wiki/Special:Contributions/C-randles" class="mw-usertoollinks-contribs" title="Special:Contributions/C-randles">contribs</a>)</span></span> at <span id="mw-revision-date">11:39, 9 June 2021</span><span id="mw-revision-summary"> <span class="comment">(cite refs)</span></span>. The present address (URL) is a <a href="/wiki/Help:Permanent_link" title="Help:Permanent link">permanent link</a> to this revision, which may differ significantly from the <span class="plainlinks"><a class="external text" href="https://en.wikipedia.org/wiki/List_of_Falcon_9_and_Falcon_Heavy_launches">current revision</a></span>.</b></p><div id="revision-info-plain" style="display: none;">Revision as of 11:39, 9 June 2021 by <a href="/wiki/User:C-randles" class="mw-userlink" title="User:C-randles"><bdi>C-randles</bdi></a> <span class="mw-usertoollinks">(<a href="/wiki/User_talk:C-randles" class="mw-usertoollinks-talk" title="User talk:C-randles">talk</a> | <a href="/wiki/Special:Contributions/C-randles" class="mw-usertoollinks-contribs" title="Special:Contributions/C-randles">contribs</a>)</span> <span class="comment">(cite refs)</span></div></div><div id="mw-revision-nav">(<a href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&diff=prev&oldid=1027686922" title="List of Falcon 9 and Falcon Heavy launches">diff</a>) <a href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&direction=prev&oldid=1027686922" title="List of Falcon 9 and Falcon Heavy launches">\xe2\x86\x90 Previous revision</a> | <a href="/wiki/List_of_Falcon_9_and_Falcon_Heavy_launches" title="List of Falcon 9 and Falcon Heavy launches">Latest revision</a> (<a href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&diff=cur&oldid=1027686922" title="List of Falcon 9 and Falcon Heavy launches">diff</a>) | <a href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&direction=next&oldid=1027686922" title="List of Falcon 9 and Falcon Heavy launches">Newer revision \xe2\x86\x92</a> (<a href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&diff=next&oldid=1027686922" title="List of Falcon 9 and Falcon Heavy launches">diff</a>)</div></div></div>\n\t\t<div id="contentSub2"></div>\n\t\t\n\t\t<div id="jump-to-nav"></div>\n\t\t<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>\n\t\t<a class="mw-jump-link" href="#searchInput">Jump to search</a>\n\t\t<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-parser-output"><div class="shortdescription nomobile noexcerpt noprint searchaux" style="display:none">Wikimedia list article</div>\n<p class="mw-empty-elt">\n\n</p>\n<div class="thumb tright"><div class="thumbinner" style="width:332px;"><a href="/wiki/File:Falcon9_rocket_family.svg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Falcon9_rocket_family.svg/330px-Falcon9_rocket_family.svg.png" decoding="async" width="330" height="184" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Falcon9_rocket_family.svg/495px-Falcon9_rocket_family.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Falcon9_rocket_family.svg/660px-Falcon9_rocket_family.svg.png 2x" data-file-width="914" data-file-height="510" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Falcon9_rocket_family.svg" class="internal" title="Enlarge"></a></div>Left to right: <a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">Falcon 9 v1.0</a>, <a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">v1.1</a>, <a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">v1.2 "Full Thrust"</a>, <a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">Falcon 9 Block 5</a>, <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>, and Falcon Heavy Block 5.</div></div></div>\n<p>Since June 2010, rockets from the <a href="/wiki/Falcon_9" title="Falcon 9">Falcon 9</a> family have been launched 129 times, with 127 full mission successes, one partial failure and one total loss of spacecraft. In addition, one rocket and its payload were destroyed on the launch pad during the fueling process before a static fire test.\n</p><p>Designed and operated by private manufacturer <a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>, the <a href="/wiki/Falcon_9" title="Falcon 9">Falcon 9 rocket family</a> includes the retired versions <a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">Falcon 9 v1.0</a>, <a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">v1.1</a>, and <a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">v1.2 "Full Thrust"</a> Block 1 to 4, along with the currently active <a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">Block 5</a> evolution. <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a> is a <a href="/wiki/Heavy-lift_launch_vehicle" title="Heavy-lift launch vehicle">heavy-lift</a> derivative of Falcon 9, combining a strengthened central core with two Falcon 9 first stages as side boosters.<sup id="cite_ref-sxf9o20100508_1-0" class="reference"><a href="#cite_note-sxf9o20100508-1">[1]</a></sup>\n</p><p>The Falcon design features <a href="/wiki/Reusable_launch_system" title="Reusable launch system">reusable</a> first-stage boosters, which land either on a ground pad near the launch site or on a <a href="/wiki/Autonomous_spaceport_drone_ship" title="Autonomous spaceport drone ship">drone ship</a> at sea.<sup id="cite_ref-pm20120207_2-0" class="reference"><a href="#cite_note-pm20120207-2">[2]</a></sup> In December 2015, Falcon 9 became the first rocket to <a href="/wiki/VTVL" title="VTVL">land propulsively</a> after delivering a payload to orbit.<sup id="cite_ref-3" class="reference"><a href="#cite_note-3">[3]</a></sup> This achievement is expected to significantly reduce <a href="/wiki/Space_launch_market_competition" title="Space launch market competition">launch costs</a>.<sup id="cite_ref-4" class="reference"><a href="#cite_note-4">[4]</a></sup> <a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Falcon family core boosters</a> have successfully landed 92 times in 103 attempts. A total of 28 boosters have flown multiple missions, with a record of ten missions by the same booster.\n</p><p>Falcon 9\'s typical missions include <a href="/wiki/Space_logistics" title="Space logistics">cargo delivery</a> and <a href="/wiki/Human_spaceflight" title="Human spaceflight">crewed flights</a> to the <a href="/wiki/International_Space_Station" title="International Space Station">International Space Station</a> (ISS) with the <a href="/wiki/Dragon_capsule" class="mw-redirect" title="Dragon capsule">Dragon</a> and <a href="/wiki/SpaceX_Dragon_2" title="SpaceX Dragon 2">Dragon 2 capsules</a>, launch of <a href="/wiki/Communications_satellites" class="mw-redirect" title="Communications satellites">communications satellites</a> and <a href="/wiki/Earth_observation_satellites" class="mw-redirect" title="Earth observation satellites">Earth observation satellites</a> to <a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">geostationary transfer orbits</a> (GTO), and <a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">low Earth orbits</a> (LEO), some of them at polar inclinations. The heaviest payload launched to a LEO are a batch of 60 <a href="/wiki/Starlink" title="Starlink">Starlink</a> satellites weighing a total 15,600 kg (34,400 lb) which SpaceX flies regularly, to a roughly 290 km (180 mi) orbit.<sup id="cite_ref-SLNov19_5-0" class="reference"><a href="#cite_note-SLNov19-5">[5]</a></sup> The heaviest payload launched to a <a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">geostationary transfer orbit</a> (GTO) was <a href="/wiki/Intelsat_35e" title="Intelsat 35e">Intelsat 35e</a> with 6,761 kg (14,905 lb).<sup id="cite_ref-6" class="reference"><a href="#cite_note-6">[a]</a></sup> Launches to higher orbits have included the <a href="/wiki/Deep_Space_Climate_Observatory" title="Deep Space Climate Observatory">Deep Space Climate Observatory</a> (DSCOVR) probe to the <a href="/wiki/Earth%27s_orbit" title="Earth's orbit">Sun\xe2\x80\x93Earth</a> <a href="/wiki/Lagrange_point#L1" title="Lagrange point">Lagrange point L<sub>1</sub></a>, the <a href="/wiki/Transiting_Exoplanet_Survey_Satellite" title="Transiting Exoplanet Survey Satellite">Transiting Exoplanet Survey Satellite</a> (TESS) space telescope on a lunar flyby trajectory, and the <a href="/wiki/Falcon_Heavy_test_flight" title="Falcon Heavy test flight">Falcon Heavy test flight</a> which launched <a href="/wiki/Elon_Musk%27s_Tesla_Roadster" title="Elon Musk's Tesla Roadster">Elon Musk\'s Tesla Roadster</a> into a <a href="/wiki/Heliocentric_orbit" title="Heliocentric orbit">heliocentric orbit</a> extending beyond the orbit of <a href="/wiki/Mars" title="Mars">Mars</a>.\n</p>\n<div id="toc" class="toc" role="navigation" aria-labelledby="mw-toc-heading"><input type="checkbox" role="button" id="toctogglecheckbox" class="toctogglecheckbox" style="display:none" /><div class="toctitle" lang="en" dir="ltr"><h2 id="mw-toc-heading">Contents</h2><span class="toctogglespan"><label class="toctogglelabel" for="toctogglecheckbox"></label></span></div>\n<ul>\n<li class="toclevel-1 tocsection-1"><a href="#Launch_statistics"><span class="tocnumber">1</span> <span class="toctext">Launch statistics</span></a>\n<ul>\n<li class="toclevel-2 tocsection-2"><a href="#Rocket_configurations"><span class="tocnumber">1.1</span> <span class="toctext">Rocket configurations</span></a></li>\n<li class="toclevel-2 tocsection-3"><a href="#Launch_sites"><span class="tocnumber">1.2</span> <span class="toctext">Launch sites</span></a></li>\n<li class="toclevel-2 tocsection-4"><a href="#Launch_outcomes"><span class="tocnumber">1.3</span> <span class="toctext">Launch outcomes</span></a></li>\n<li class="toclevel-2 tocsection-5"><a href="#Booster_landings"><span class="tocnumber">1.4</span> <span class="toctext">Booster landings</span></a></li>\n</ul>\n</li>\n<li class="toclevel-1 tocsection-6"><a href="#Past_launches"><span class="tocnumber">2</span> <span class="toctext">Past launches</span></a>\n<ul>\n<li class="toclevel-2 tocsection-7"><a href="#2010_to_2013"><span class="tocnumber">2.1</span> <span class="toctext">2010 to 2013</span></a></li>\n<li class="toclevel-2 tocsection-8"><a href="#2014"><span class="tocnumber">2.2</span> <span class="toctext">2014</span></a></li>\n<li class="toclevel-2 tocsection-9"><a href="#2015"><span class="tocnumber">2.3</span> <span class="toctext">2015</span></a></li>\n<li class="toclevel-2 tocsection-10"><a href="#2016"><span class="tocnumber">2.4</span> <span class="toctext">2016</span></a></li>\n<li class="toclevel-2 tocsection-11"><a href="#2017"><span class="tocnumber">2.5</span> <span class="toctext">2017</span></a></li>\n<li class="toclevel-2 tocsection-12"><a href="#2018"><span class="tocnumber">2.6</span> <span class="toctext">2018</span></a></li>\n<li class="toclevel-2 tocsection-13"><a href="#2019"><span class="tocnumber">2.7</span> <span class="toctext">2019</span></a></li>\n<li class="toclevel-2 tocsection-14"><a href="#2020"><span class="tocnumber">2.8</span> <span class="toctext">2020</span></a></li>\n<li class="toclevel-2 tocsection-15"><a href="#2021"><span class="tocnumber">2.9</span> <span class="toctext">2021</span></a></li>\n</ul>\n</li>\n<li class="toclevel-1 tocsection-16"><a href="#Future_launches"><span class="tocnumber">3</span> <span class="toctext">Future launches</span></a>\n<ul>\n<li class="toclevel-2 tocsection-17"><a href="#2021_2"><span class="tocnumber">3.1</span> <span class="toctext">2021</span></a></li>\n<li class="toclevel-2 tocsection-18"><a href="#2022"><span class="tocnumber">3.2</span> <span class="toctext">2022</span></a></li>\n<li class="toclevel-2 tocsection-19"><a href="#2023"><span class="tocnumber">3.3</span> <span class="toctext">2023</span></a></li>\n<li class="toclevel-2 tocsection-20"><a href="#2024_and_beyond"><span class="tocnumber">3.4</span> <span class="toctext">2024 and beyond</span></a></li>\n</ul>\n</li>\n<li class="toclevel-1 tocsection-21"><a href="#Notable_launches"><span class="tocnumber">4</span> <span class="toctext">Notable launches</span></a>\n<ul>\n<li class="toclevel-2 tocsection-22"><a href="#First_flight_of_Falcon_9"><span class="tocnumber">4.1</span> <span class="toctext">First flight of Falcon 9</span></a></li>\n<li class="toclevel-2 tocsection-23"><a href="#COTS_demonstration_flights"><span class="tocnumber">4.2</span> <span class="toctext">COTS demonstration flights</span></a></li>\n<li class="toclevel-2 tocsection-24"><a href="#CRS-1"><span class="tocnumber">4.3</span> <span class="toctext">CRS-1</span></a></li>\n<li class="toclevel-2 tocsection-25"><a href="#Maiden_flight_of_v1.1"><span class="tocnumber">4.4</span> <span class="toctext">Maiden flight of v1.1</span></a></li>\n<li class="toclevel-2 tocsection-26"><a href="#Loss_of_CRS-7_mission"><span class="tocnumber">4.5</span> <span class="toctext">Loss of CRS-7 mission</span></a></li>\n<li class="toclevel-2 tocsection-27"><a href="#Full-thrust_version_and_first_booster_landings"><span class="tocnumber">4.6</span> <span class="toctext">Full-thrust version and first booster landings</span></a></li>\n<li class="toclevel-2 tocsection-28"><a href="#Loss_of_Amos-6_on_the_launch_pad"><span class="tocnumber">4.7</span> <span class="toctext">Loss of Amos-6 on the launch pad</span></a></li>\n<li class="toclevel-2 tocsection-29"><a href="#Inaugural_reuse_of_the_first_stage"><span class="tocnumber">4.8</span> <span class="toctext">Inaugural reuse of the first stage</span></a></li>\n<li class="toclevel-2 tocsection-30"><a href="#Zuma_launch_controversy"><span class="tocnumber">4.9</span> <span class="toctext">Zuma launch controversy</span></a></li>\n<li class="toclevel-2 tocsection-31"><a href="#Falcon_Heavy_test_flight"><span class="tocnumber">4.10</span> <span class="toctext">Falcon Heavy test flight</span></a></li>\n<li class="toclevel-2 tocsection-32"><a href="#Maiden_flight_Crew_Dragon_and_first_crewed_flight"><span class="tocnumber">4.11</span> <span class="toctext">Maiden flight Crew Dragon and first crewed flight</span></a></li>\n<li class="toclevel-2 tocsection-33"><a href="#Booster_reflight_records"><span class="tocnumber">4.12</span> <span class="toctext">Booster reflight records</span></a></li>\n</ul>\n</li>\n<li class="toclevel-1 tocsection-34"><a href="#See_also"><span class="tocnumber">5</span> <span class="toctext">See also</span></a></li>\n<li class="toclevel-1 tocsection-35"><a href="#Notes"><span class="tocnumber">6</span> <span class="toctext">Notes</span></a></li>\n<li class="toclevel-1 tocsection-36"><a href="#References"><span class="tocnumber">7</span> <span class="toctext">References</span></a></li>\n</ul>\n</div>\n\n<h2><span class="mw-headline" id="Launch_statistics">Launch statistics</span></h2>\n<p>Rockets from the Falcon 9 family have been launched 129 times over 11 years, resulting in 127 full mission successes (<span data-sort-value="7001984496124031007\xe2\x99\xa0" style="display:none"></span>98%), one partial success (<a href="/wiki/SpaceX_CRS-1" title="SpaceX CRS-1">SpaceX CRS-1</a> delivered its cargo to the <a href="/wiki/International_Space_Station" title="International Space Station">International Space Station</a> (ISS), but a <a href="/wiki/Secondary_payload" title="Secondary payload">secondary payload</a> was stranded in a lower-than-planned orbit), and one failure (the <a href="/wiki/SpaceX_CRS-7" title="SpaceX CRS-7">SpaceX CRS-7</a> spacecraft was lost in flight). Additionally, one rocket and its payload <a href="/wiki/Amos-6" class="mw-redirect" title="Amos-6">Amos-6</a> were destroyed before launch in preparation for an on-pad <a href="/wiki/Static_fire" class="mw-redirect" title="Static fire">static fire</a> test.\n</p><p>The first rocket version <a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">Falcon 9 v1.0</a> was launched five times from June 2010 to March 2013, its successor <a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">Falcon 9 v1.1</a> 15 times from September 2013 to January 2016, and the latest upgrade <a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">Falcon 9 Full Thrust</a> 106 times from December 2015 to present, 41 of which using a <a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">re-flown first stage booster</a>. <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a> was launched once in February 2018, incorporating two refurbished first stages as side boosters, and then again in April and June 2019, the June 2019 flight reusing the side booster from the previous flight. The final "Block 4" booster to be produced was flown in April 2018, and the first <a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">Block 5 version</a> in May 2018. While Block 4 boosters were only flown twice and required several months of refurbishment, Block 5 versions are designed to sustain 10 flights with just inspections.<sup id="cite_ref-nsf20180517_7-0" class="reference"><a href="#cite_note-nsf20180517-7">[6]</a></sup>\n</p><p>The rocket\'s first-stage boosters landed successfully in 92 of 103 attempts (<span data-sort-value="7001893203883495145\xe2\x99\xa0" style="display:none"></span>89%), with 68 out of 73 (<span data-sort-value="7001931506849315068\xe2\x99\xa0" style="display:none"></span>93%) for the Block 5 version.\n</p>\n<div>\n<table class="multicol" role="presentation" style="border-collapse: collapse; padding: 0; border: 0; background:transparent; width:100%;">\n\n<tbody><tr>\n<td style="text-align: left; vertical-align: top;">\n<h3><span class="mw-headline" id="Rocket_configurations">Rocket configurations</span></h3>\n<div style="margin-top:1em;max-width:420px;" class="chart noresize">\n<div style="position:relative;min-height:320px;min-width:420px;max-width:420px;">\n<div style="float:right;position:relative;min-height:240px;min-width:320px;max-width:320px;border-left:1px black solid;border-bottom:1px black solid;">\n<div style="position:absolute;left:3px;top:224px;height:15px;min-width:18px;max-width:18px;background-color:LightSteelBlue;-webkit-print-color-adjust:exact;border:1px solid LightSteelBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 v1.0]]: 2"></div>\n<div style="position:absolute;left:55px;top:224px;height:15px;min-width:18px;max-width:18px;background-color:LightSteelBlue;-webkit-print-color-adjust:exact;border:1px solid LightSteelBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 v1.0]]: 2"></div>\n<div style="position:absolute;left:81px;top:232px;height:7px;min-width:18px;max-width:18px;background-color:LightSteelBlue;-webkit-print-color-adjust:exact;border:1px solid LightSteelBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 v1.0]]: 1"></div>\n<div style="position:absolute;left:81px;top:216px;height:15px;min-width:18px;max-width:18px;background-color:SteelBlue;-webkit-print-color-adjust:exact;border:1px solid SteelBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 v1.1]]: 2"></div>\n<div style="position:absolute;left:107px;top:192px;height:47px;min-width:18px;max-width:18px;background-color:SteelBlue;-webkit-print-color-adjust:exact;border:1px solid SteelBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 v1.1]]: 6"></div>\n<div style="position:absolute;left:133px;top:192px;height:47px;min-width:18px;max-width:18px;background-color:SteelBlue;-webkit-print-color-adjust:exact;border:1px solid SteelBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 v1.1]]: 6"></div>\n<div style="position:absolute;left:159px;top:232px;height:7px;min-width:18px;max-width:18px;background-color:SteelBlue;-webkit-print-color-adjust:exact;border:1px solid SteelBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 v1.1]]: 1"></div>\n<div style="position:absolute;left:133px;top:184px;height:7px;min-width:18px;max-width:18px;background-color:MediumBlue;-webkit-print-color-adjust:exact;border:1px solid MediumBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 Full Thrust]]: 1"></div>\n<div style="position:absolute;left:159px;top:176px;height:55px;min-width:18px;max-width:18px;background-color:MediumBlue;-webkit-print-color-adjust:exact;border:1px solid MediumBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 Full Thrust]]: 7"></div>\n<div style="position:absolute;left:185px;top:136px;height:103px;min-width:18px;max-width:18px;background-color:MediumBlue;-webkit-print-color-adjust:exact;border:1px solid MediumBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 Full Thrust]]: 13"></div>\n<div style="position:absolute;left:211px;top:216px;height:23px;min-width:18px;max-width:18px;background-color:MediumBlue;-webkit-print-color-adjust:exact;border:1px solid MediumBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 Full Thrust]]: 3"></div>\n<div style="position:absolute;left:185px;top:96px;height:39px;min-width:18px;max-width:18px;background-color:CornflowerBlue;-webkit-print-color-adjust:exact;border:1px solid CornflowerBlue;border-bottom:none;overflow:hidden;" title="Falcon 9 FT (reused): 5"></div>\n<div style="position:absolute;left:211px;top:160px;height:55px;min-width:18px;max-width:18px;background-color:CornflowerBlue;-webkit-print-color-adjust:exact;border:1px solid CornflowerBlue;border-bottom:none;overflow:hidden;" title="Falcon 9 FT (reused): 7"></div>\n<div style="position:absolute;left:211px;top:112px;height:47px;min-width:18px;max-width:18px;background-color:Teal;-webkit-print-color-adjust:exact;border:1px solid Teal;border-bottom:none;overflow:hidden;" title="[[Falcon 9 Block 5]]: 6"></div>\n<div style="position:absolute;left:237px;top:216px;height:23px;min-width:18px;max-width:18px;background-color:Teal;-webkit-print-color-adjust:exact;border:1px solid Teal;border-bottom:none;overflow:hidden;" title="[[Falcon 9 Block 5]]: 3"></div>\n<div style="position:absolute;left:263px;top:200px;height:39px;min-width:18px;max-width:18px;background-color:Teal;-webkit-print-color-adjust:exact;border:1px solid Teal;border-bottom:none;overflow:hidden;" title="[[Falcon 9 Block 5]]: 5"></div>\n<div style="position:absolute;left:289px;top:232px;height:7px;min-width:18px;max-width:18px;background-color:Teal;-webkit-print-color-adjust:exact;border:1px solid Teal;border-bottom:none;overflow:hidden;" title="[[Falcon 9 Block 5]]: 1"></div>\n<div style="position:absolute;left:211px;top:80px;height:31px;min-width:18px;max-width:18px;background-color:LightSeaGreen;-webkit-print-color-adjust:exact;border:1px solid LightSeaGreen;border-bottom:none;overflow:hidden;" title="Falcon 9 B5 (reused): 4"></div>\n<div style="position:absolute;left:237px;top:152px;height:63px;min-width:18px;max-width:18px;background-color:LightSeaGreen;-webkit-print-color-adjust:exact;border:1px solid LightSeaGreen;border-bottom:none;overflow:hidden;" title="Falcon 9 B5 (reused): 8"></div>\n<div style="position:absolute;left:263px;top:32px;height:167px;min-width:18px;max-width:18px;background-color:LightSeaGreen;-webkit-print-color-adjust:exact;border:1px solid LightSeaGreen;border-bottom:none;overflow:hidden;" title="Falcon 9 B5 (reused): 21"></div>\n<div style="position:absolute;left:289px;top:96px;height:135px;min-width:18px;max-width:18px;background-color:LightSeaGreen;-webkit-print-color-adjust:exact;border:1px solid LightSeaGreen;border-bottom:none;overflow:hidden;" title="Falcon 9 B5 (reused): 17"></div>\n<div style="position:absolute;left:211px;top:72px;height:7px;min-width:18px;max-width:18px;background-color:Gold;-webkit-print-color-adjust:exact;border:1px solid Gold;border-bottom:none;overflow:hidden;" title="[[Falcon Heavy]]: 1"></div>\n<div style="position:absolute;left:237px;top:136px;height:15px;min-width:18px;max-width:18px;background-color:Gold;-webkit-print-color-adjust:exact;border:1px solid Gold;border-bottom:none;overflow:hidden;" title="[[Falcon Heavy]]: 2"></div>\n</div>\n<div style="position:absolute;height:240px;min-width:100px;max-width:100px;">\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:190px;padding:0 2px">5</div>\n<div style="position:absolute;height=1px;min-width:5px;top:200px;left:96px;border:1px solid black;"></div>\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:150px;padding:0 2px">10</div>\n<div style="position:absolute;height=1px;min-width:5px;top:160px;left:96px;border:1px solid black;"></div>\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:110px;padding:0 2px">15</div>\n<div style="position:absolute;height=1px;min-width:5px;top:120px;left:96px;border:1px solid black;"></div>\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:70px;padding:0 2px">20</div>\n<div style="position:absolute;height=1px;min-width:5px;top:80px;left:96px;border:1px solid black;"></div>\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:30px;padding:0 2px">25</div>\n<div style="position:absolute;height=1px;min-width:5px;top:40px;left:96px;border:1px solid black;"></div>\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:-10px;padding:0 2px">30</div>\n<div style="position:absolute;height=1px;min-width:5px;top:0px;left:96px;border:1px solid black;"></div>\n</div>\n<div style="position:absolute;top:240px;left:100px;width:320px;">\n<div style="position:absolute;left:5px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2010_to_2013">\'10</a></div>\n<div style="position:absolute;left:13px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:31px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2010_to_2013">\'11</a></div>\n<div style="position:absolute;left:39px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:57px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2010_to_2013">\'12</a></div>\n<div style="position:absolute;left:65px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:83px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2010_to_2013">\'13</a></div>\n<div style="position:absolute;left:91px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:109px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2014">\'14</a></div>\n<div style="position:absolute;left:117px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:135px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2015">\'15</a></div>\n<div style="position:absolute;left:143px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:161px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2016">\'16</a></div>\n<div style="position:absolute;left:169px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:187px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2017">\'17</a></div>\n<div style="position:absolute;left:195px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:213px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2018">\'18</a></div>\n<div style="position:absolute;left:221px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:239px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2019">\'19</a></div>\n<div style="position:absolute;left:247px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:265px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2020">\'20</a></div>\n<div style="position:absolute;left:273px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:291px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2021">\'21</a></div>\n<div style="position:absolute;left:299px;height:10px;width:1px;border-left:1px solid black;"></div>\n</div>\n</div>\n<div>\n<ul style="width:100%;list-style:none;column-width:12em;"><li><span style="padding:0 1em;background-color:LightSteelBlue;border:1px solid LightSteelBlue;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> <a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">Falcon 9 v1.0</a></li>\n<li><span style="padding:0 1em;background-color:SteelBlue;border:1px solid SteelBlue;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> <a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">Falcon 9 v1.1</a></li>\n<li><span style="padding:0 1em;background-color:MediumBlue;border:1px solid MediumBlue;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> <a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">Falcon 9 Full Thrust</a></li>\n<li><span style="padding:0 1em;background-color:CornflowerBlue;border:1px solid CornflowerBlue;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Falcon 9 FT (reused)</li>\n<li><span style="padding:0 1em;background-color:Teal;border:1px solid Teal;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> <a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">Falcon 9 Block 5</a></li>\n<li><span style="padding:0 1em;background-color:LightSeaGreen;border:1px solid LightSeaGreen;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Falcon 9 B5 (reused)</li>\n<li><span style="padding:0 1em;background-color:Gold;border:1px solid Gold;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a></li></ul>\n</div>\n</div>\n<p><br />\n</p>\n</td>\n<td style="text-align: left; vertical-align: top;">\n<h3><span class="mw-headline" id="Launch_sites">Launch sites</span></h3>\n<div style="margin-top:1em;max-width:420px;" class="chart noresize">\n<div style="position:relative;min-height:320px;min-width:420px;max-width:420px;">\n<div style="float:right;position:relative;min-height:240px;min-width:320px;max-width:320px;border-left:1px black solid;border-bottom:1px black solid;">\n<div style="position:absolute;left:3px;top:224px;height:15px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 2"></div>\n<div style="position:absolute;left:55px;top:224px;height:15px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 2"></div>\n<div style="position:absolute;left:81px;top:224px;height:15px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 2"></div>\n<div style="position:absolute;left:107px;top:192px;height:47px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 6"></div>\n<div style="position:absolute;left:133px;top:184px;height:55px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 7"></div>\n<div style="position:absolute;left:159px;top:184px;height:55px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 7"></div>\n<div style="position:absolute;left:185px;top:232px;height:7px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 1"></div>\n<div style="position:absolute;left:211px;top:144px;height:95px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 12"></div>\n<div style="position:absolute;left:237px;top:176px;height:63px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 8"></div>\n<div style="position:absolute;left:263px;top:128px;height:111px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 14"></div>\n<div style="position:absolute;left:289px;top:152px;height:87px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 11"></div>\n<div style="position:absolute;left:185px;top:136px;height:95px;min-width:18px;max-width:18px;background-color:Chocolate;-webkit-print-color-adjust:exact;border:1px solid Chocolate;border-bottom:none;overflow:hidden;" title="[[Kennedy Space Center|KSC]], [[Kennedy Space Center Launch Complex 39A|LC-39A]]: 12"></div>\n<div style="position:absolute;left:211px;top:120px;height:23px;min-width:18px;max-width:18px;background-color:Chocolate;-webkit-print-color-adjust:exact;border:1px solid Chocolate;border-bottom:none;overflow:hidden;" title="[[Kennedy Space Center|KSC]], [[Kennedy Space Center Launch Complex 39A|LC-39A]]: 3"></div>\n<div style="position:absolute;left:237px;top:152px;height:23px;min-width:18px;max-width:18px;background-color:Chocolate;-webkit-print-color-adjust:exact;border:1px solid Chocolate;border-bottom:none;overflow:hidden;" title="[[Kennedy Space Center|KSC]], [[Kennedy Space Center Launch Complex 39A|LC-39A]]: 3"></div>\n<div style="position:absolute;left:263px;top:40px;height:87px;min-width:18px;max-width:18px;background-color:Chocolate;-webkit-print-color-adjust:exact;border:1px solid Chocolate;border-bottom:none;overflow:hidden;" title="[[Kennedy Space Center|KSC]], [[Kennedy Space Center Launch Complex 39A|LC-39A]]: 11"></div>\n<div style="position:absolute;left:289px;top:96px;height:55px;min-width:18px;max-width:18px;background-color:Chocolate;-webkit-print-color-adjust:exact;border:1px solid Chocolate;border-bottom:none;overflow:hidden;" title="[[Kennedy Space Center|KSC]], [[Kennedy Space Center Launch Complex 39A|LC-39A]]: 7"></div>\n<div style="position:absolute;left:81px;top:216px;height:7px;min-width:18px;max-width:18px;background-color:MediumPurple;-webkit-print-color-adjust:exact;border:1px solid MediumPurple;border-bottom:none;overflow:hidden;" title="[[Vandenberg Air Force Base|VAFB]], [[Vandenberg Space Launch Complex 4|SLC-4E]]: 1"></div>\n<div style="position:absolute;left:159px;top:176px;height:7px;min-width:18px;max-width:18px;background-color:MediumPurple;-webkit-print-color-adjust:exact;border:1px solid MediumPurple;border-bottom:none;overflow:hidden;" title="[[Vandenberg Air Force Base|VAFB]], [[Vandenberg Space Launch Complex 4|SLC-4E]]: 1"></div>\n<div style="position:absolute;left:185px;top:96px;height:39px;min-width:18px;max-width:18px;background-color:MediumPurple;-webkit-print-color-adjust:exact;border:1px solid MediumPurple;border-bottom:none;overflow:hidden;" title="[[Vandenberg Air Force Base|VAFB]], [[Vandenberg Space Launch Complex 4|SLC-4E]]: 5"></div>\n<div style="position:absolute;left:211px;top:72px;height:47px;min-width:18px;max-width:18px;background-color:MediumPurple;-webkit-print-color-adjust:exact;border:1px solid MediumPurple;border-bottom:none;overflow:hidden;" title="[[Vandenberg Air Force Base|VAFB]], [[Vandenberg Space Launch Complex 4|SLC-4E]]: 6"></div>\n<div style="position:absolute;left:237px;top:136px;height:15px;min-width:18px;max-width:18px;background-color:MediumPurple;-webkit-print-color-adjust:exact;border:1px solid MediumPurple;border-bottom:none;overflow:hidden;" title="[[Vandenberg Air Force Base|VAFB]], [[Vandenberg Space Launch Complex 4|SLC-4E]]: 2"></div>\n<div style="position:absolute;left:263px;top:32px;height:7px;min-width:18px;max-width:18px;background-color:MediumPurple;-webkit-print-color-adjust:exact;border:1px solid MediumPurple;border-bottom:none;overflow:hidden;" title="[[Vandenberg Air Force Base|VAFB]], [[Vandenberg Space Launch Complex 4|SLC-4E]]: 1"></div>\n</div>\n<div style="position:absolute;height:240px;min-width:100px;max-width:100px;">\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:190px;padding:0 2px">5</div>\n<div style="position:absolute;height=1px;min-width:5px;top:200px;left:96px;border:1px solid black;"></div>\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:150px;padding:0 2px">10</div>\n<div style="position:absolute;height=1px;min-width:5px;top:160px;left:96px;border:1px solid black;"></div>\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:110px;padding:0 2px">15</div>\n<div style="position:absolute;height=1px;min-width:5px;top:120px;left:96px;border:1px solid black;"></div>\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:70px;padding:0 2px">20</div>\n<div style="position:absolute;height=1px;min-width:5px;top:80px;left:96px;border:1px solid black;"></div>\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:30px;padding:0 2px">25</div>\n<div style="position:absolute;height=1px;min-width:5px;top:40px;left:96px;border:1px solid black;"></div>\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:-10px;padding:0 2px">30</div>\n<div style="position:absolute;height=1px;min-width:5px;top:0px;left:96px;border:1px solid black;"></div>\n</div>\n<div style="position:absolute;top:240px;left:100px;width:320px;">\n<div style="position:absolute;left:5px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'10</div>\n<div style="position:absolute;left:13px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:31px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'11</div>\n<div style="position:absolute;left:39px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:57px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'12</div>\n<div style="position:absolute;left:65px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:83px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'13</div>\n<div style="position:absolute;left:91px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:109px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'14</div>\n<div style="position:absolute;left:117px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:135px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'15</div>\n<div style="position:absolute;left:143px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:161px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'16</div>\n<div style="position:absolute;left:169px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:187px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'17</div>\n<div style="position:absolute;left:195px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:213px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'18</div>\n<div style="position:absolute;left:221px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:239px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'19</div>\n<div style="position:absolute;left:247px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:265px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'20</div>\n<div style="position:absolute;left:273px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:291px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'21</div>\n<div style="position:absolute;left:299px;height:10px;width:1px;border-left:1px solid black;"></div>\n</div>\n</div>\n<div>\n<ul style="width:100%;list-style:none;column-width:12em;"><li><span style="padding:0 1em;background-color:Goldenrod;border:1px solid Goldenrod;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> <a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>, <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></li>\n<li><span style="padding:0 1em;background-color:Chocolate;border:1px solid Chocolate;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> <a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>, <a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a></li>\n<li><span style="padding:0 1em;background-color:MediumPurple;border:1px solid MediumPurple;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> <a href="/wiki/Vandenberg_Air_Force_Base" class="mw-redirect" title="Vandenberg Air Force Base">VAFB</a>, <a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a></li></ul>\n</div>\n</div>\n<p> \n</p>\n</td></tr></tbody></table></div>\n<div>\n<table class="multicol" role="presentation" style="border-collapse: collapse; padding: 0; border: 0; background:transparent; width:100%;">\n\n<tbody><tr>\n<td style="text-align: left; vertical-align: top;">\n<h3><span class="mw-headline" id="Launch_outcomes">Launch outcomes</span></h3>\n<div style="margin-top:1em;max-width:480px;" class="chart noresize">\n<div style="position:relative;min-height:320px;min-width:480px;max-width:480px;">\n<div style="float:right;position:relative;min-height:240px;min-width:380px;max-width:380px;border-left:1px black solid;border-bottom:1px black solid;">\n<div style="position:absolute;left:177px;top:235px;height:4px;min-width:21px;max-width:21px;background-color:Black;-webkit-print-color-adjust:exact;border:1px solid Black;border-bottom:none;overflow:hidden;" title="Loss before launch: 1"></div>\n<div style="position:absolute;left:148px;top:235px;height:4px;min-width:21px;max-width:21px;background-color:DarkRed;-webkit-print-color-adjust:exact;border:1px solid DarkRed;border-bottom:none;overflow:hidden;" title="Loss during flight: 1"></div>\n<div style="position:absolute;left:61px;top:235px;height:4px;min-width:21px;max-width:21px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="Partial failure: 1"></div>\n<div style="position:absolute;left:3px;top:230px;height:9px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 2"></div>\n<div style="position:absolute;left:61px;top:231px;height:4px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 1"></div>\n<div style="position:absolute;left:90px;top:226px;height:13px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 3"></div>\n<div style="position:absolute;left:119px;top:211px;height:28px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 6"></div>\n<div style="position:absolute;left:148px;top:207px;height:28px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 6"></div>\n<div style="position:absolute;left:177px;top:198px;height:37px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 8"></div>\n<div style="position:absolute;left:206px;top:154px;height:85px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 18"></div>\n<div style="position:absolute;left:235px;top:139px;height:100px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 21"></div>\n<div style="position:absolute;left:264px;top:187px;height:52px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 11"></div>\n<div style="position:absolute;left:293px;top:182px;height:57px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 12"></div>\n<div style="position:absolute;left:322px;top:216px;height:23px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 5"></div>\n<div style="position:absolute;left:264px;top:178px;height:9px;min-width:21px;max-width:21px;background-color:DarkGreen;-webkit-print-color-adjust:exact;border:1px solid DarkGreen;border-bottom:none;overflow:hidden;" title="Success ([[Starlink]]): 2"></div>\n<div style="position:absolute;left:293px;top:116px;height:66px;min-width:21px;max-width:21px;background-color:DarkGreen;-webkit-print-color-adjust:exact;border:1px solid DarkGreen;border-bottom:none;overflow:hidden;" title="Success ([[Starlink]]): 14"></div>\n<div style="position:absolute;left:322px;top:154px;height:61px;min-width:21px;max-width:21px;background-color:DarkGreen;-webkit-print-color-adjust:exact;border:1px solid DarkGreen;border-bottom:none;overflow:hidden;" title="Success ([[Starlink]]): 13"></div>\n<div style="position:absolute;left:322px;top:63px;height:90px;min-width:21px;max-width:21px;background-color:LightBlue;-webkit-print-color-adjust:exact;border:1px solid LightBlue;border-bottom:none;overflow:hidden;" title="Planned (commercial and government): 19"></div>\n<div style="position:absolute;left:351px;top:110px;height:129px;min-width:21px;max-width:21px;background-color:LightBlue;-webkit-print-color-adjust:exact;border:1px solid LightBlue;border-bottom:none;overflow:hidden;" title="Planned (commercial and government): 27"></div>\n<div style="position:absolute;left:322px;top:39px;height:23px;min-width:21px;max-width:21px;background-color:DarkCyan;-webkit-print-color-adjust:exact;border:1px solid DarkCyan;border-bottom:none;overflow:hidden;" title="Planned ([[Starlink]]): 5"></div>\n</div>\n<div style="position:absolute;height:240px;min-width:100px;max-width:100px;">\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:182px;padding:0 2px">10</div>\n<div style="position:absolute;height=1px;min-width:5px;top:192px;left:96px;border:1px solid black;"></div>\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:134px;padding:0 2px">20</div>\n<div style="position:absolute;height=1px;min-width:5px;top:144px;left:96px;border:1px solid black;"></div>\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:86px;padding:0 2px">30</div>\n<div style="position:absolute;height=1px;min-width:5px;top:96px;left:96px;border:1px solid black;"></div>\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:38px;padding:0 2px">40</div>\n<div style="position:absolute;height=1px;min-width:5px;top:48px;left:96px;border:1px solid black;"></div>\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:-10px;padding:0 2px">50</div>\n<div style="position:absolute;height=1px;min-width:5px;top:0px;left:96px;border:1px solid black;"></div>\n</div>\n<div style="position:absolute;top:240px;left:100px;width:380px;">\n<div style="position:absolute;left:5px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">\'10</div>\n<div style="position:absolute;left:14.5px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:34px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">\'11</div>\n<div style="position:absolute;left:43.5px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:63px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">\'12</div>\n<div style="position:absolute;left:72.5px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:92px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">\'13</div>\n<div style="position:absolute;left:101.5px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:121px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">\'14</div>\n<div style="position:absolute;left:130.5px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:150px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">\'15</div>\n<div style="position:absolute;left:159.5px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:179px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">\'16</div>\n<div style="position:absolute;left:188.5px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:208px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">\'17</div>\n<div style="position:absolute;left:217.5px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:237px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">\'18</div>\n<div style="position:absolute;left:246.5px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:266px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">\'19</div>\n<div style="position:absolute;left:275.5px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:295px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">\'20</div>\n<div style="position:absolute;left:304.5px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:324px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">\'21</div>\n<div style="position:absolute;left:333.5px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:353px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">\'22</div>\n<div style="position:absolute;left:362.5px;height:10px;width:1px;border-left:1px solid black;"></div>\n</div>\n</div>\n<div>\n<ul style="width:100%;list-style:none;column-width:12em;"><li><span style="padding:0 1em;background-color:Black;border:1px solid Black;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Loss before launch</li>\n<li><span style="padding:0 1em;background-color:DarkRed;border:1px solid DarkRed;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Loss during flight</li>\n<li><span style="padding:0 1em;background-color:Goldenrod;border:1px solid Goldenrod;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Partial failure</li>\n<li><span style="padding:0 1em;background-color:ForestGreen;border:1px solid ForestGreen;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Success (commercial and government)</li>\n<li><span style="padding:0 1em;background-color:DarkGreen;border:1px solid DarkGreen;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Success (<a href="/wiki/Starlink" title="Starlink">Starlink</a>)</li>\n<li><span style="padding:0 1em;background-color:LightBlue;border:1px solid LightBlue;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Planned (commercial and government)</li>\n<li><span style="padding:0 1em;background-color:DarkCyan;border:1px solid DarkCyan;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Planned (<a href="/wiki/Starlink" title="Starlink">Starlink</a>)</li></ul>\n</div>\n</div>\n<style data-mw-deduplicate="TemplateStyles:r1011085734">.mw-parser-output .reflist{font-size:90%;margin-bottom:0.5em;list-style-type:decimal}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}</style><div class="reflist reflist-lower-roman">\n</div>\n</td>\n<td style="text-align: left; vertical-align: top;">\n<h3><span class="mw-headline" id="Booster_landings">Booster landings</span></h3>\n<div style="margin-top:1em;max-width:420px;" class="chart noresize">\n<div style="position:relative;min-height:320px;min-width:420px;max-width:420px;">\n<div style="float:right;position:relative;min-height:240px;min-width:320px;max-width:320px;border-left:1px black solid;border-bottom:1px black solid;">\n<div style="position:absolute;left:211px;top:232px;height:7px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="Ground-pad failure: 1"></div>\n<div style="position:absolute;left:133px;top:224px;height:15px;min-width:18px;max-width:18px;background-color:DarkRed;-webkit-print-color-adjust:exact;border:1px solid DarkRed;border-bottom:none;overflow:hidden;" title="Drone-ship failure: 2"></div>\n<div style="position:absolute;left:159px;top:216px;height:23px;min-width:18px;max-width:18px;background-color:DarkRed;-webkit-print-color-adjust:exact;border:1px solid DarkRed;border-bottom:none;overflow:hidden;" title="Drone-ship failure: 3"></div>\n<div style="position:absolute;left:211px;top:224px;height:7px;min-width:18px;max-width:18px;background-color:DarkRed;-webkit-print-color-adjust:exact;border:1px solid DarkRed;border-bottom:none;overflow:hidden;" title="Drone-ship failure: 1"></div>\n<div style="position:absolute;left:237px;top:232px;height:7px;min-width:18px;max-width:18px;background-color:DarkRed;-webkit-print-color-adjust:exact;border:1px solid DarkRed;border-bottom:none;overflow:hidden;" title="Drone-ship failure: 1"></div>\n<div style="position:absolute;left:263px;top:224px;height:15px;min-width:18px;max-width:18px;background-color:DarkRed;-webkit-print-color-adjust:exact;border:1px solid DarkRed;border-bottom:none;overflow:hidden;" title="Drone-ship failure: 2"></div>\n<div style="position:absolute;left:289px;top:232px;height:7px;min-width:18px;max-width:18px;background-color:DarkRed;-webkit-print-color-adjust:exact;border:1px solid DarkRed;border-bottom:none;overflow:hidden;" title="Drone-ship failure: 1"></div>\n<div style="position:absolute;left:81px;top:232px;height:7px;min-width:18px;max-width:18px;background-color:Black;-webkit-print-color-adjust:exact;border:1px solid Black;border-bottom:none;overflow:hidden;" title="Ocean test failure: 1"></div>\n<div style="position:absolute;left:107px;top:232px;height:7px;min-width:18px;max-width:18px;background-color:Black;-webkit-print-color-adjust:exact;border:1px solid Black;border-bottom:none;overflow:hidden;" title="Ocean test failure: 1"></div>\n<div style="position:absolute;left:3px;top:224px;height:15px;min-width:18px;max-width:18px;background-color:DimGrey;-webkit-print-color-adjust:exact;border:1px solid DimGrey;border-bottom:none;overflow:hidden;" title="Parachute test failure: 2"></div>\n<div style="position:absolute;left:133px;top:216px;height:7px;min-width:18px;max-width:18px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Ground-pad success: 1"></div>\n<div style="position:absolute;left:159px;top:208px;height:7px;min-width:18px;max-width:18px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Ground-pad success: 1"></div>\n<div style="position:absolute;left:185px;top:192px;height:47px;min-width:18px;max-width:18px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Ground-pad success: 6"></div>\n<div style="position:absolute;left:211px;top:192px;height:31px;min-width:18px;max-width:18px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Ground-pad success: 4"></div>\n<div style="position:absolute;left:237px;top:184px;height:47px;min-width:18px;max-width:18px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Ground-pad success: 6"></div>\n<div style="position:absolute;left:263px;top:192px;height:31px;min-width:18px;max-width:18px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Ground-pad success: 4"></div>\n<div style="position:absolute;left:159px;top:176px;height:31px;min-width:18px;max-width:18px;background-color:MediumBlue;-webkit-print-color-adjust:exact;border:1px solid MediumBlue;border-bottom:none;overflow:hidden;" title="Drone-ship success: 4"></div>\n<div style="position:absolute;left:185px;top:128px;height:63px;min-width:18px;max-width:18px;background-color:MediumBlue;-webkit-print-color-adjust:exact;border:1px solid MediumBlue;border-bottom:none;overflow:hidden;" title="Drone-ship success: 8"></div>\n<div style="position:absolute;left:211px;top:128px;height:63px;min-width:18px;max-width:18px;background-color:MediumBlue;-webkit-print-color-adjust:exact;border:1px solid MediumBlue;border-bottom:none;overflow:hidden;" title="Drone-ship success: 8"></div>\n<div style="position:absolute;left:237px;top:112px;height:71px;min-width:18px;max-width:18px;background-color:MediumBlue;-webkit-print-color-adjust:exact;border:1px solid MediumBlue;border-bottom:none;overflow:hidden;" title="Drone-ship success: 9"></div>\n<div style="position:absolute;left:263px;top:40px;height:151px;min-width:18px;max-width:18px;background-color:MediumBlue;-webkit-print-color-adjust:exact;border:1px solid MediumBlue;border-bottom:none;overflow:hidden;" title="Drone-ship success: 19"></div>\n<div style="position:absolute;left:289px;top:96px;height:135px;min-width:18px;max-width:18px;background-color:MediumBlue;-webkit-print-color-adjust:exact;border:1px solid MediumBlue;border-bottom:none;overflow:hidden;" title="Drone-ship success: 17"></div>\n<div style="position:absolute;left:107px;top:216px;height:15px;min-width:18px;max-width:18px;background-color:Darkgrey;-webkit-print-color-adjust:exact;border:1px solid Darkgrey;border-bottom:none;overflow:hidden;" title="Ocean test success: 2"></div>\n<div style="position:absolute;left:133px;top:208px;height:7px;min-width:18px;max-width:18px;background-color:Darkgrey;-webkit-print-color-adjust:exact;border:1px solid Darkgrey;border-bottom:none;overflow:hidden;" title="Ocean test success: 1"></div>\n<div style="position:absolute;left:185px;top:120px;height:7px;min-width:18px;max-width:18px;background-color:Darkgrey;-webkit-print-color-adjust:exact;border:1px solid Darkgrey;border-bottom:none;overflow:hidden;" title="Ocean test success: 1"></div>\n<div style="position:absolute;left:211px;top:120px;height:7px;min-width:18px;max-width:18px;background-color:Darkgrey;-webkit-print-color-adjust:exact;border:1px solid Darkgrey;border-bottom:none;overflow:hidden;" title="Ocean test success: 1"></div>\n<div style="position:absolute;left:55px;top:224px;height:15px;min-width:18px;max-width:18px;background-color:Gainsboro;-webkit-print-color-adjust:exact;border:1px solid Gainsboro;border-bottom:none;overflow:hidden;" title="No attempt: 2"></div>\n<div style="position:absolute;left:81px;top:216px;height:15px;min-width:18px;max-width:18px;background-color:Gainsboro;-webkit-print-color-adjust:exact;border:1px solid Gainsboro;border-bottom:none;overflow:hidden;" title="No attempt: 2"></div>\n<div style="position:absolute;left:107px;top:192px;height:23px;min-width:18px;max-width:18px;background-color:Gainsboro;-webkit-print-color-adjust:exact;border:1px solid Gainsboro;border-bottom:none;overflow:hidden;" title="No attempt: 3"></div>\n<div style="position:absolute;left:133px;top:184px;height:23px;min-width:18px;max-width:18px;background-color:Gainsboro;-webkit-print-color-adjust:exact;border:1px solid Gainsboro;border-bottom:none;overflow:hidden;" title="No attempt: 3"></div>\n<div style="position:absolute;left:185px;top:96px;height:23px;min-width:18px;max-width:18px;background-color:Gainsboro;-webkit-print-color-adjust:exact;border:1px solid Gainsboro;border-bottom:none;overflow:hidden;" title="No attempt: 3"></div>\n<div style="position:absolute;left:211px;top:56px;height:63px;min-width:18px;max-width:18px;background-color:Gainsboro;-webkit-print-color-adjust:exact;border:1px solid Gainsboro;border-bottom:none;overflow:hidden;" title="No attempt: 8"></div>\n<div style="position:absolute;left:237px;top:104px;height:7px;min-width:18px;max-width:18px;background-color:Gainsboro;-webkit-print-color-adjust:exact;border:1px solid Gainsboro;border-bottom:none;overflow:hidden;" title="No attempt: 1"></div>\n<div style="position:absolute;left:263px;top:32px;height:7px;min-width:18px;max-width:18px;background-color:Gainsboro;-webkit-print-color-adjust:exact;border:1px solid Gainsboro;border-bottom:none;overflow:hidden;" title="No attempt: 1"></div>\n</div>\n<div style="position:absolute;height:240px;min-width:100px;max-width:100px;">\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:190px;padding:0 2px">5</div>\n<div style="position:absolute;height=1px;min-width:5px;top:200px;left:96px;border:1px solid black;"></div>\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:150px;padding:0 2px">10</div>\n<div style="position:absolute;height=1px;min-width:5px;top:160px;left:96px;border:1px solid black;"></div>\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:110px;padding:0 2px">15</div>\n<div style="position:absolute;height=1px;min-width:5px;top:120px;left:96px;border:1px solid black;"></div>\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:70px;padding:0 2px">20</div>\n<div style="position:absolute;height=1px;min-width:5px;top:80px;left:96px;border:1px solid black;"></div>\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:30px;padding:0 2px">25</div>\n<div style="position:absolute;height=1px;min-width:5px;top:40px;left:96px;border:1px solid black;"></div>\n<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:-10px;padding:0 2px">30</div>\n<div style="position:absolute;height=1px;min-width:5px;top:0px;left:96px;border:1px solid black;"></div>\n</div>\n<div style="position:absolute;top:240px;left:100px;width:320px;">\n<div style="position:absolute;left:5px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'10</div>\n<div style="position:absolute;left:13px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:31px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'11</div>\n<div style="position:absolute;left:39px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:57px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'12</div>\n<div style="position:absolute;left:65px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:83px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'13</div>\n<div style="position:absolute;left:91px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:109px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'14</div>\n<div style="position:absolute;left:117px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:135px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'15</div>\n<div style="position:absolute;left:143px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:161px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'16</div>\n<div style="position:absolute;left:169px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:187px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'17</div>\n<div style="position:absolute;left:195px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:213px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'18</div>\n<div style="position:absolute;left:221px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:239px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'19</div>\n<div style="position:absolute;left:247px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:265px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'20</div>\n<div style="position:absolute;left:273px;height:10px;width:1px;border-left:1px solid black;"></div>\n<div style="position:absolute;left:291px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">\'21</div>\n<div style="position:absolute;left:299px;height:10px;width:1px;border-left:1px solid black;"></div>\n</div>\n</div>\n<div>\n<ul style="width:100%;list-style:none;column-width:12em;"><li><span style="padding:0 1em;background-color:Goldenrod;border:1px solid Goldenrod;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Ground-pad failure</li>\n<li><span style="padding:0 1em;background-color:DarkRed;border:1px solid DarkRed;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Drone-ship failure</li>\n<li><span style="padding:0 1em;background-color:Black;border:1px solid Black;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Ocean test failure<sup id="cite_ref-8" class="reference"><a href="#cite_note-8">[i]</a></sup></li>\n<li><span style="padding:0 1em;background-color:DimGrey;border:1px solid DimGrey;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Parachute test failure<sup id="cite_ref-9" class="reference"><a href="#cite_note-9">[ii]</a></sup></li>\n<li><span style="padding:0 1em;background-color:ForestGreen;border:1px solid ForestGreen;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Ground-pad success</li>\n<li><span style="padding:0 1em;background-color:MediumBlue;border:1px solid MediumBlue;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Drone-ship success</li>\n<li><span style="padding:0 1em;background-color:Darkgrey;border:1px solid Darkgrey;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Ocean test success<sup id="cite_ref-10" class="reference"><a href="#cite_note-10">[iii]</a></sup></li>\n<li><span style="padding:0 1em;background-color:Gainsboro;border:1px solid Gainsboro;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> No attempt</li></ul>\n</div>\n</div>\n<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r1011085734"/><div class="reflist reflist-lower-roman">\n<div class="mw-references-wrap"><ol class="references">\n<li id="cite_note-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text">Controlled descent; ocean touchdown control failed; no recovery</span>\n</li>\n<li id="cite_note-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-9">^</a></b></span> <span class="reference-text">Passive reentry failed before parachute deployment</span>\n</li>\n<li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text">Controlled descent; soft vertical ocean touchdown; no recovery</span>\n</li>\n</ol></div></div>\n<p> \n</p>\n</td></tr></tbody></table></div>\n<h2><span class="mw-headline" id="Past_launches">Past launches</span></h2>\n<h3><span class="mw-headline" id="2010_to_2013">2010 to 2013</span></h3>\n<table class="wikitable plainrowheaders collapsible" style="width: 100%;">\n<tbody><tr>\n<th scope="col">Flight No.\n</th>\n<th scope="col">Date and<br />time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)\n</th>\n<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br />Booster</a> <sup id="cite_ref-booster_11-0" class="reference"><a href="#cite_note-booster-11">[b]</a></sup>\n</th>\n<th scope="col">Launch site\n</th>\n<th scope="col">Payload<sup id="cite_ref-Dragon_12-0" class="reference"><a href="#cite_note-Dragon-12">[c]</a></sup>\n</th>\n<th scope="col">Payload mass\n</th>\n<th scope="col">Orbit\n</th>\n<th scope="col">Customer\n</th>\n<th scope="col">Launch<br />outcome\n</th>\n<th scope="col"><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Booster<br />landing</a>\n</th></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">1\n</th>\n<td>4 June 2010,<br />18:45\n</td>\n<td><a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">F9 v1.0</a><sup id="cite_ref-MuskMay2012_13-0" class="reference"><a href="#cite_note-MuskMay2012-13">[7]</a></sup><br />B0003.1<sup id="cite_ref-block_numbers_14-0" class="reference"><a href="#cite_note-block_numbers-14">[8]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Dragon_Spacecraft_Qualification_Unit" title="Dragon Spacecraft Qualification Unit">Dragon Spacecraft Qualification Unit</a>\n</td>\n<td>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;" class="table-failure">Failure<sup id="cite_ref-ns20110930_15-0" class="reference"><a href="#cite_note-ns20110930-15">[9]</a></sup><sup id="cite_ref-16" class="reference"><a href="#cite_note-16">[10]</a></sup><br /><small>(parachute)</small>\n</td></tr>\n<tr>\n<td colspan="9">First flight of Falcon 9 v1.0.<sup id="cite_ref-sfn20100604_17-0" class="reference"><a href="#cite_note-sfn20100604-17">[11]</a></sup> Used a boilerplate version of Dragon capsule which was not designed to separate from the second stage.<small>(<a href="#First_flight_of_Falcon_9">more details below</a>)</small> Attempted to recover the first stage by parachuting it into the ocean, but it burned up on reentry, before the parachutes even deployed.<sup id="cite_ref-parachute_18-0" class="reference"><a href="#cite_note-parachute-18">[12]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">2\n</th>\n<td>8 December 2010,<br />15:43<sup id="cite_ref-spaceflightnow_Clark_Launch_Report_19-0" class="reference"><a href="#cite_note-spaceflightnow_Clark_Launch_Report-19">[13]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">F9 v1.0</a><sup id="cite_ref-MuskMay2012_13-1" class="reference"><a href="#cite_note-MuskMay2012-13">[7]</a></sup><br />B0004.1<sup id="cite_ref-block_numbers_14-1" class="reference"><a href="#cite_note-block_numbers-14">[8]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/SpaceX_Dragon" title="SpaceX Dragon">Dragon</a> <a href="/wiki/COTS_Demo_Flight_1" class="mw-redirect" title="COTS Demo Flight 1">demo flight C1</a><br />(Dragon C101)\n</td>\n<td>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a href="/wiki/International_Space_Station" title="International Space Station">ISS</a>)\n</td>\n<td><div class="plainlist">\n<ul><li><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Orbital_Transportation_Services" title="Commercial Orbital Transportation Services">COTS</a>)</li>\n<li><a href="/wiki/National_Reconnaissance_Office" title="National Reconnaissance Office">NRO</a></li></ul>\n</div>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-ns20110930_15-1" class="reference"><a href="#cite_note-ns20110930-15">[9]</a></sup>\n</td>\n<td style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;" class="table-failure">Failure<sup id="cite_ref-ns20110930_15-2" class="reference"><a href="#cite_note-ns20110930-15">[9]</a></sup><sup id="cite_ref-20" class="reference"><a href="#cite_note-20">[14]</a></sup><br /><small>(parachute)</small>\n</td></tr>\n<tr>\n<td colspan="9">Maiden flight of <a href="/wiki/Dragon_capsule" class="mw-redirect" title="Dragon capsule">Dragon capsule</a>, consisting of over 3 hours of testing thruster maneuvering and reentry.<sup id="cite_ref-spaceflightnow_Clark_unleashing_Dragon_21-0" class="reference"><a href="#cite_note-spaceflightnow_Clark_unleashing_Dragon-21">[15]</a></sup> Attempted to recover the first stage by parachuting it into the ocean, but it disintegrated upon reentry, before the parachutes were deployed.<sup id="cite_ref-parachute_18-1" class="reference"><a href="#cite_note-parachute-18">[12]</a></sup> <small>(<a href="#COTS_demo_missions">more details below</a>)</small> It also included two <a href="/wiki/CubeSat" title="CubeSat">CubeSats</a>,<sup id="cite_ref-NRO_Taps_Boeing_for_Next_Batch_of_CubeSats_22-0" class="reference"><a href="#cite_note-NRO_Taps_Boeing_for_Next_Batch_of_CubeSats-22">[16]</a></sup> and a wheel of <a href="/wiki/Brou%C3%A8re" title="Brou\xc3\xa8re">Brou\xc3\xa8re</a> cheese.\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">3\n</th>\n<td>22 May 2012,<br />07:44<sup id="cite_ref-BBC_new_era_23-0" class="reference"><a href="#cite_note-BBC_new_era-23">[17]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">F9 v1.0</a><sup id="cite_ref-MuskMay2012_13-2" class="reference"><a href="#cite_note-MuskMay2012-13">[7]</a></sup><br />B0005.1<sup id="cite_ref-block_numbers_14-2" class="reference"><a href="#cite_note-block_numbers-14">[8]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/SpaceX_Dragon" title="SpaceX Dragon">Dragon</a> <a href="/wiki/Dragon_C2%2B" class="mw-redirect" title="Dragon C2+">demo flight C2+</a><sup id="cite_ref-C2_24-0" class="reference"><a href="#cite_note-C2-24">[18]</a></sup><br />(Dragon C102)\n</td>\n<td>525 kg (1,157 lb)<sup id="cite_ref-25" class="reference"><a href="#cite_note-25">[19]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a href="/wiki/International_Space_Station" title="International Space Station">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Orbital_Transportation_Services" title="Commercial Orbital Transportation Services">COTS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-26" class="reference"><a href="#cite_note-26">[20]</a></sup>\n</td>\n<td style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;" class="table-noAttempt">No attempt\n</td></tr>\n<tr>\n<td colspan="9">Dragon spacecraft demonstrated a series of tests before it was allowed to approach the <a href="/wiki/International_Space_Station" title="International Space Station">International Space Station</a>. Two days later, it became the first commercial spacecraft to board the ISS.<sup id="cite_ref-BBC_new_era_23-1" class="reference"><a href="#cite_note-BBC_new_era-23">[17]</a></sup> <small>(<a href="#COTS_demo_missions">more details below</a>)</small>\n</td></tr>\n<tr>\n<th scope="row" rowspan="3" style="text-align:center;">4\n</th>\n<td rowspan="2">8 October 2012,<br />00:35<sup id="cite_ref-SFN_LLog_27-0" class="reference"><a href="#cite_note-SFN_LLog-27">[21]</a></sup>\n</td>\n<td rowspan="2"><a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">F9 v1.0</a><sup id="cite_ref-MuskMay2012_13-3" class="reference"><a href="#cite_note-MuskMay2012-13">[7]</a></sup><br />B0006.1<sup id="cite_ref-block_numbers_14-3" class="reference"><a href="#cite_note-block_numbers-14">[8]</a></sup>\n</td>\n<td rowspan="2"><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-1" title="SpaceX CRS-1">SpaceX CRS-1</a><sup id="cite_ref-sxManifest20120925_28-0" class="reference"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><br />(Dragon C103)\n</td>\n<td>4,700 kg (10,400 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a href="/wiki/International_Space_Station" title="International Space Station">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background:#ececec; text-align:center;" rowspan="2"><span class="nowrap">No attempt</span>\n</td></tr>\n<tr>\n<td><a href="/wiki/Orbcomm_(satellite)" title="Orbcomm (satellite)">Orbcomm-OG2</a><sup id="cite_ref-Orbcomm_29-0" class="reference"><a href="#cite_note-Orbcomm-29">[23]</a></sup>\n</td>\n<td>172 kg (379 lb)<sup id="cite_ref-gunter-og2_30-0" class="reference"><a href="#cite_note-gunter-og2-30">[24]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/Orbcomm" title="Orbcomm">Orbcomm</a>\n</td>\n<td style="background: wheat; color: black; vertical-align: middle; text-align: center;" class="table-partial">Partial failure<sup id="cite_ref-nyt-20121030_31-0" class="reference"><a href="#cite_note-nyt-20121030-31">[25]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">CRS-1 was successful, but the <a href="/wiki/Secondary_payload" title="Secondary payload">secondary payload</a> was inserted into an abnormally low orbit and subsequently lost. This was due to one of the nine <a href="/wiki/SpaceX_Merlin" title="SpaceX Merlin">Merlin engines</a> shutting down during the launch, and NASA declining a second reignition, as per <a href="/wiki/International_Space_Station" title="International Space Station">ISS</a> visiting vehicle safety rules, the primary payload owner is contractually allowed to decline a second reignition. NASA stated that this was because SpaceX could not guarantee a high enough likelihood of the second stage completing the second burn successfully which was required to avoid any risk of secondary payload\'s collision with the ISS.<sup id="cite_ref-OrbcommTotalLoss_32-0" class="reference"><a href="#cite_note-OrbcommTotalLoss-32">[26]</a></sup><sup id="cite_ref-sn20121011_33-0" class="reference"><a href="#cite_note-sn20121011-33">[27]</a></sup><sup id="cite_ref-34" class="reference"><a href="#cite_note-34">[28]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">5\n</th>\n<td>1 March 2013,<br />15:10\n</td>\n<td><a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">F9 v1.0</a><sup id="cite_ref-MuskMay2012_13-4" class="reference"><a href="#cite_note-MuskMay2012-13">[7]</a></sup><br />B0007.1<sup id="cite_ref-block_numbers_14-4" class="reference"><a href="#cite_note-block_numbers-14">[8]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-2" title="SpaceX CRS-2">SpaceX CRS-2</a><sup id="cite_ref-sxManifest20120925_28-1" class="reference"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><br />(Dragon C104)\n</td>\n<td>4,877 kg (10,752 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;" class="table-noAttempt">No attempt\n</td></tr>\n<tr>\n<td colspan="9">Last launch of the original Falcon 9 v1.0 <a href="/wiki/Launch_vehicle" title="Launch vehicle">launch vehicle</a>, first use of the unpressurized trunk section of Dragon.<sup id="cite_ref-sxf9_20110321_35-0" class="reference"><a href="#cite_note-sxf9_20110321-35">[29]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">6\n</th>\n<td>29 September 2013,<br />16:00<sup id="cite_ref-pa20130930_36-0" class="reference"><a href="#cite_note-pa20130930-36">[30]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><sup id="cite_ref-MuskMay2012_13-5" class="reference"><a href="#cite_note-MuskMay2012-13">[7]</a></sup><br />B1003<sup id="cite_ref-block_numbers_14-5" class="reference"><a href="#cite_note-block_numbers-14">[8]</a></sup>\n</td>\n<td><a href="/wiki/Vandenberg_Air_Force_Base" class="mw-redirect" title="Vandenberg Air Force Base">VAFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/CASSIOPE" title="CASSIOPE">CASSIOPE</a><sup id="cite_ref-sxManifest20120925_28-2" class="reference"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><sup id="cite_ref-CASSIOPE_MDA_37-0" class="reference"><a href="#cite_note-CASSIOPE_MDA-37">[31]</a></sup>\n</td>\n<td>500 kg (1,100 lb)\n</td>\n<td><a href="/wiki/Polar_orbit" title="Polar orbit">Polar orbit</a> <a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/Maxar_Technologies" title="Maxar Technologies">MDA</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-pa20130930_36-1" class="reference"><a href="#cite_note-pa20130930-36">[30]</a></sup>\n</td>\n<td style="background: #ffdddd; color: black; vertical-align: middle; text-align: center;" class="table-no2">Uncontrolled<br /><small>(ocean)</small><sup id="cite_ref-ocean_landing_38-0" class="reference"><a href="#cite_note-ocean_landing-38">[d]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">First commercial mission with a private customer, first launch from Vandenberg, and demonstration flight of Falcon 9 v1.1 with an improved 13-tonne to LEO capacity.<sup id="cite_ref-sxf9_20110321_35-1" class="reference"><a href="#cite_note-sxf9_20110321-35">[29]</a></sup> After separation from the second stage carrying Canadian commercial and scientific satellites, the first stage booster performed a controlled reentry,<sup id="cite_ref-39" class="reference"><a href="#cite_note-39">[32]</a></sup> and an <a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">ocean touchdown test</a> for the first time. This provided good test data, even though the booster started rolling as it neared the ocean, leading to the shutdown of the central engine as the roll depleted it of fuel, resulting in a hard impact with the ocean.<sup id="cite_ref-pa20130930_36-2" class="reference"><a href="#cite_note-pa20130930-36">[30]</a></sup> This was the first known attempt of a rocket engine being lit to perform a supersonic retro propulsion, and allowed SpaceX to enter a public-private partnership with <a href="/wiki/NASA" title="NASA">NASA</a> and its Mars entry, descent, and landing technologies research projects.<sup id="cite_ref-40" class="reference"><a href="#cite_note-40">[33]</a></sup> <small>(<a href="#Maiden_flight_of_v1.1">more details below</a>)</small>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">7\n</th>\n<td>3 December 2013,<br />22:41<sup id="cite_ref-sfn_wwls20130624_41-0" class="reference"><a href="#cite_note-sfn_wwls20130624-41">[34]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br />B1004\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/SES-8" title="SES-8">SES-8</a><sup id="cite_ref-sxManifest20120925_28-3" class="reference"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><sup id="cite_ref-spx-pr_42-0" class="reference"><a href="#cite_note-spx-pr-42">[35]</a></sup><sup id="cite_ref-aw20110323_43-0" class="reference"><a href="#cite_note-aw20110323-43">[36]</a></sup>\n</td>\n<td>3,170 kg (6,990 lb)\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-SNMissionStatus7_44-0" class="reference"><a href="#cite_note-SNMissionStatus7-44">[37]</a></sup>\n</td>\n<td style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;" class="table-noAttempt">No attempt<br /><sup id="cite_ref-sf10120131203_45-0" class="reference"><a href="#cite_note-sf10120131203-45">[38]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">First <a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">Geostationary transfer orbit</a> (GTO) launch for Falcon 9,<sup id="cite_ref-spx-pr_42-1" class="reference"><a href="#cite_note-spx-pr-42">[35]</a></sup> and first successful reignition of the second stage.<sup id="cite_ref-46" class="reference"><a href="#cite_note-46">[39]</a></sup> SES-8 was inserted into a <a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">Super-Synchronous Transfer Orbit</a> of 79,341 km (49,300 mi) in apogee with an <a href="/wiki/Orbital_inclination" title="Orbital inclination">inclination</a> of 20.55\xc2\xb0 to the <a href="/wiki/Equator" title="Equator">equator</a>.\n</td></tr></tbody></table>\n<h3><span class="mw-headline" id="2014">2014</span></h3>\n<p>With six launches, SpaceX became the second most prolific American company in terms of 2014 launches, behind <a href="/wiki/Atlas_V" title="Atlas V">Atlas V</a> rockets.<sup id="cite_ref-47" class="reference"><a href="#cite_note-47">[40]</a></sup>\n</p>\n<table class="wikitable plainrowheaders collapsible" style="width: 100%;">\n<tbody><tr>\n<th scope="col">Flight No.\n</th>\n<th scope="col">Date and<br />time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)\n</th>\n<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br />Booster</a><sup id="cite_ref-booster_11-1" class="reference"><a href="#cite_note-booster-11">[b]</a></sup>\n</th>\n<th scope="col">Launch site\n</th>\n<th scope="col">Payload<sup id="cite_ref-Dragon_12-1" class="reference"><a href="#cite_note-Dragon-12">[c]</a></sup>\n</th>\n<th scope="col">Payload mass\n</th>\n<th scope="col">Orbit\n</th>\n<th scope="col">Customer\n</th>\n<th scope="col">Launch<br />outcome\n</th>\n<th scope="col"><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Booster<br />landing</a>\n</th></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">8\n</th>\n<td>6 January 2014,<br />22:06<sup id="cite_ref-NASA_Spaceflight_48-0" class="reference"><a href="#cite_note-NASA_Spaceflight-48">[41]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Thaicom_6" title="Thaicom 6">Thaicom 6</a><sup id="cite_ref-sxManifest20120925_28-4" class="reference"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup>\n</td>\n<td>3,325 kg (7,330 lb)\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Thaicom" title="Thaicom">Thaicom</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-sn20140106_49-0" class="reference"><a href="#cite_note-sn20140106-49">[42]</a></sup>\n</td>\n<td style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;" class="table-noAttempt">No attempt<br /><sup id="cite_ref-50" class="reference"><a href="#cite_note-50">[43]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">The Thai communication satellite was the second <a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a> launch for Falcon 9. The <a href="/wiki/United_States_Air_Force" title="United States Air Force">USAF</a> evaluated launch data from this flight as part of a separate certification program for SpaceX to qualify to fly military payloads, but found that the launch had "unacceptable fuel reserves at engine cutoff of the stage 2 second burnoff".<sup id="cite_ref-bloomberg20140722_51-0" class="reference"><a href="#cite_note-bloomberg20140722-51">[44]</a></sup> Thaicom-6 was inserted into a <a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">Super-Synchronous Transfer Orbit</a> of 90,039 km (55,948 mi) in <a href="/wiki/Apsis" title="Apsis">apogee</a> with an <a href="/wiki/Orbital_inclination" title="Orbital inclination">inclination</a> of 22.46\xc2\xb0 to the <a href="/wiki/Equator" title="Equator">equator</a>.\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">9\n</th>\n<td>18 April 2014,<br />19:25<sup id="cite_ref-SFN_LLog_27-1" class="reference"><a href="#cite_note-SFN_LLog-27">[21]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-3" title="SpaceX CRS-3">SpaceX CRS-3</a><sup id="cite_ref-sxManifest20120925_28-5" class="reference"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><br />(Dragon C105)\n</td>\n<td>2,296 kg (5,062 lb)<sup id="cite_ref-52" class="reference"><a href="#cite_note-52">[45]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: #adffe6; color: black; vertical-align: middle; text-align: center;" class="partial table-partial">Controlled<br /><small>(ocean)</small> <sup id="cite_ref-ocean_landing_38-1" class="reference"><a href="#cite_note-ocean_landing-38">[d]</a></sup><sup id="cite_ref-auto_53-0" class="reference"><a href="#cite_note-auto-53">[46]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">Following second-stage separation, SpaceX conducted a second <a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">controlled-descent test</a> of the discarded booster vehicle and achieved the first successful controlled ocean touchdown of a liquid-rocket-engine orbital booster.<sup id="cite_ref-mit20140422_54-0" class="reference"><a href="#cite_note-mit20140422-54">[47]</a></sup><sup id="cite_ref-aw20140428_55-0" class="reference"><a href="#cite_note-aw20140428-55">[48]</a></sup> Following the soft touchdown, the first stage tipped over as expected and was destroyed. This was the first Falcon 9 booster to fly with extensible landing legs and the first Dragon mission with the <a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">Falcon 9 v1.1</a> launch vehicle. This flight also launched the <a href="/wiki/Educational_Launch_of_Nanosatellites" title="Educational Launch of Nanosatellites">ELaNa 5</a> mission for <a href="/wiki/NASA" title="NASA">NASA</a> as a secondary payload.<sup id="cite_ref-auto2_56-0" class="reference"><a href="#cite_note-auto2-56">[49]</a></sup><sup id="cite_ref-57" class="reference"><a href="#cite_note-57">[50]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">10\n</th>\n<td>14 July 2014,<br />15:15\n</td>\n<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>\n</td>\n<td><a href="/wiki/Orbcomm-OG2" class="mw-redirect" title="Orbcomm-OG2">Orbcomm-OG2</a>-1<br />(6 satellites)<sup id="cite_ref-sxManifest20120925_28-6" class="reference"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup>\n</td>\n<td>1,316 kg (2,901 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/Orbcomm" title="Orbcomm">Orbcomm</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-og2-01_20140714_58-0" class="reference"><a href="#cite_note-og2-01_20140714-58">[51]</a></sup>\n</td>\n<td style="background: #adffe6; color: black; vertical-align: middle; text-align: center;" class="partial table-partial">Controlled<br /><small>(ocean)</small><sup id="cite_ref-ocean_landing_38-2" class="reference"><a href="#cite_note-ocean_landing-38">[d]</a></sup><sup id="cite_ref-auto_53-1" class="reference"><a href="#cite_note-auto-53">[46]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">Payload included six satellites weighing 172 kg (379 lb) each and two 142 kg (313 lb) mass simulators.<sup id="cite_ref-gunter-og2_30-1" class="reference"><a href="#cite_note-gunter-og2-30">[24]</a></sup><sup id="cite_ref-gunter-og2-sim_59-0" class="reference"><a href="#cite_note-gunter-og2-sim-59">[52]</a></sup> Equipped for the second time with <a href="/wiki/Launch_vehicle_landing_gear" class="mw-redirect" title="Launch vehicle landing gear">landing legs</a>, the first-stage booster successfully conducted a <a href="/wiki/SpaceX_Falcon_9_booster_post-mission,_controlled-descent,_test_program" class="mw-redirect" title="SpaceX Falcon 9 booster post-mission, controlled-descent, test program">controlled-descent</a> test consisting of a burn for deceleration from <a href="/wiki/Hypersonic" class="mw-redirect" title="Hypersonic">hypersonic</a> velocity in the upper atmosphere, a <a href="/wiki/Atmospheric_entry" title="Atmospheric entry">reentry</a> burn, and a final landing burn before soft-landing on the ocean surface.<sup id="cite_ref-SpaceX22072014_60-0" class="reference"><a href="#cite_note-SpaceX22072014-60">[53]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">11\n</th>\n<td>5 August 2014,<br />08:00\n</td>\n<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>\n</td>\n<td><a href="/wiki/AsiaSat_8" title="AsiaSat 8">AsiaSat 8</a><sup id="cite_ref-sxManifest20120925_28-7" class="reference"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><sup id="cite_ref-AsiaSat_SpaceX_61-0" class="reference"><a href="#cite_note-AsiaSat_SpaceX-61">[54]</a></sup><sup id="cite_ref-62" class="reference"><a href="#cite_note-62">[55]</a></sup>\n</td>\n<td>4,535 kg (9,998 lb)\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/AsiaSat" title="AsiaSat">AsiaSat</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-as8_20140805_63-0" class="reference"><a href="#cite_note-as8_20140805-63">[56]</a></sup>\n</td>\n<td style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;" class="table-noAttempt">No attempt<br /><sup id="cite_ref-amspace-20140803_64-0" class="reference"><a href="#cite_note-amspace-20140803-64">[57]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">First time SpaceX managed a launch site turnaround between two flights of under a month (22 days). GTO launch of the large communication satellite from Hong Kong did not allow for propulsive return-over-water and controlled splashdown of the first stage.<sup id="cite_ref-amspace-20140803_64-1" class="reference"><a href="#cite_note-amspace-20140803-64">[57]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">12\n</th>\n<td>7 September 2014,<br />05:00\n</td>\n<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br />B1011<sup id="cite_ref-block_numbers_14-6" class="reference"><a href="#cite_note-block_numbers-14">[8]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>\n</td>\n<td><a href="/wiki/AsiaSat_6" title="AsiaSat 6">AsiaSat 6</a><sup id="cite_ref-sxManifest20120925_28-8" class="reference"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><sup id="cite_ref-AsiaSat_SpaceX_61-1" class="reference"><a href="#cite_note-AsiaSat_SpaceX-61">[54]</a></sup><sup id="cite_ref-65" class="reference"><a href="#cite_note-65">[58]</a></sup>\n</td>\n<td>4,428 kg (9,762 lb)\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/AsiaSat" title="AsiaSat">AsiaSat</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-sdc20140907_66-0" class="reference"><a href="#cite_note-sdc20140907-66">[59]</a></sup>\n</td>\n<td style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;" class="table-noAttempt">No attempt\n</td></tr>\n<tr>\n<td colspan="9">Launch was delayed for two weeks for additional verifications after a malfunction observed in the development of the <a href="/wiki/F9R_Dev1" class="mw-redirect" title="F9R Dev1">F9R Dev1</a> prototype.<sup id="cite_ref-67" class="reference"><a href="#cite_note-67">[60]</a></sup> GTO launch of the heavy payload did not allow for controlled splashdown.<sup id="cite_ref-68" class="reference"><a href="#cite_note-68">[61]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">13\n</th>\n<td>21 September 2014,<br />05:52<sup id="cite_ref-SFN_LLog_27-2" class="reference"><a href="#cite_note-SFN_LLog-27">[21]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br />B1010<sup id="cite_ref-block_numbers_14-7" class="reference"><a href="#cite_note-block_numbers-14">[8]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-4" title="SpaceX CRS-4">SpaceX CRS-4</a><sup id="cite_ref-sxManifest20120925_28-9" class="reference"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><br />(Dragon <a href="/wiki/Dragon_C106" title="Dragon C106">C106</a>.1)\n</td>\n<td>2,216 kg (4,885 lb)<sup id="cite_ref-69" class="reference"><a href="#cite_note-69">[62]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-nasacrs420140921_70-0" class="reference"><a href="#cite_note-nasacrs420140921-70">[63]</a></sup>\n</td>\n<td style="background: #ffdddd; color: black; vertical-align: middle; text-align: center;" class="table-no2">Uncontrolled<br /><small>(ocean)</small><sup id="cite_ref-ocean_landing_38-3" class="reference"><a href="#cite_note-ocean_landing-38">[d]</a></sup><sup id="cite_ref-fail-13_71-0" class="reference"><a href="#cite_note-fail-13-71">[64]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">Fourth attempt of a soft ocean touchdown,<sup id="cite_ref-aw20141016_72-0" class="reference"><a href="#cite_note-aw20141016-72">[65]</a></sup> but the booster ran out of liquid oxygen.<sup id="cite_ref-fail-13_71-1" class="reference"><a href="#cite_note-fail-13-71">[64]</a></sup> Detailed <a href="/wiki/Thermal_imaging" class="mw-redirect" title="Thermal imaging">thermal imaging</a> infrared sensor data was collected however by NASA, as part of a joint arrangement with SpaceX as part of research on <a href="/wiki/Supersonic_retropropulsion" class="mw-redirect" title="Supersonic retropropulsion">retropropulsive deceleration technologies</a> for developing new approaches to Martian <a href="/wiki/Atmospheric_entry" title="Atmospheric entry">atmospheric entry</a>.<sup id="cite_ref-aw20141016_72-1" class="reference"><a href="#cite_note-aw20141016-72">[65]</a></sup>\n</td></tr></tbody></table>\n<h3><span class="mw-headline" id="2015">2015</span></h3>\n<p>With 7 launches in 2015, Falcon 9 was the second most launched American rocket behind <a href="/wiki/Atlas_V" title="Atlas V">Atlas V</a>.<sup id="cite_ref-73" class="reference"><a href="#cite_note-73">[66]</a></sup>\n</p>\n<table class="wikitable plainrowheaders collapsible" style="width: 100%;">\n<tbody><tr>\n<th scope="col">Flight No.\n</th>\n<th scope="col">Date and<br />time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)\n</th>\n<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br />Booster</a><sup id="cite_ref-booster_11-2" class="reference"><a href="#cite_note-booster-11">[b]</a></sup>\n</th>\n<th scope="col">Launch site\n</th>\n<th scope="col">Payload<sup id="cite_ref-Dragon_12-2" class="reference"><a href="#cite_note-Dragon-12">[c]</a></sup>\n</th>\n<th scope="col">Payload mass\n</th>\n<th scope="col">Orbit\n</th>\n<th scope="col">Customer\n</th>\n<th scope="col">Launch<br />outcome\n</th>\n<th scope="col"><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Booster<br />landing</a>\n</th></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">14\n</th>\n<td>10 January 2015,<br />09:47<sup id="cite_ref-nasa20150107_74-0" class="reference"><a href="#cite_note-nasa20150107-74">[67]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br />B1012<sup id="cite_ref-block_numbers_14-8" class="reference"><a href="#cite_note-block_numbers-14">[8]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-5" title="SpaceX CRS-5">SpaceX CRS-5</a><sup id="cite_ref-sxManifest20130731_75-0" class="reference"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup><br />(Dragon C107)\n</td>\n<td>2,395 kg (5,280 lb)<sup id="cite_ref-76" class="reference"><a href="#cite_note-76">[69]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-nasacrs520150110_77-0" class="reference"><a href="#cite_note-nasacrs520150110-77">[70]</a></sup>\n</td>\n<td style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;" class="table-failure">Failure <small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Following second-stage separation, SpaceX attempted to <a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">return</a> the first stage for the first time to a 90 m \xc3\x97 50 m (300 ft \xc3\x97 160 ft) <a href="/wiki/Floating_landing_platform" class="mw-redirect" title="Floating landing platform">floating platform</a> \xe2\x80\x94 called the <a href="/wiki/Autonomous_spaceport_drone_ship" title="Autonomous spaceport drone ship">autonomous spaceport drone ship</a>. The test achieved many objectives and returned a large amount of data, but the <a href="/wiki/Grid_fin" title="Grid fin">grid-fin</a> control surfaces used for the first time for more precise reentry positioning ran out of hydraulic fluid for its control system a minute before landing, resulting in a landing crash.<sup id="cite_ref-sfn20150110_78-0" class="reference"><a href="#cite_note-sfn20150110-78">[71]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">15\n</th>\n<td>11 February 2015,<br />23:03<sup id="cite_ref-79" class="reference"><a href="#cite_note-79">[72]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br />B1013<sup id="cite_ref-block_numbers_14-9" class="reference"><a href="#cite_note-block_numbers-14">[8]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>\n</td>\n<td><a href="/wiki/DSCOVR" class="mw-redirect" title="DSCOVR">DSCOVR</a><sup id="cite_ref-sxManifest20130731_75-1" class="reference"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup><sup id="cite_ref-80" class="reference"><a href="#cite_note-80">[73]</a></sup>\n</td>\n<td>570 kg (1,260 lb)\n</td>\n<td><a href="/wiki/High_Earth_orbit" title="High Earth orbit">HEO</a><br />(<a href="/wiki/Lagrange_point" title="Lagrange point">Sun\xe2\x80\x93Earth L<sub>1</sub></a> insertion)\n</td>\n<td><div class="plainlist">\n<ul><li><a href="/wiki/United_States_Air_Force" title="United States Air Force">USAF</a></li>\n<li><a href="/wiki/NASA" title="NASA">NASA</a></li>\n<li><a href="/wiki/NOAA" class="mw-redirect" title="NOAA">NOAA</a></li></ul>\n</div>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: #adffe6; color: black; vertical-align: middle; text-align: center;" class="partial table-partial">Controlled<br /><small>(ocean)</small><sup id="cite_ref-ocean_landing_38-4" class="reference"><a href="#cite_note-ocean_landing-38">[d]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">First launch under USAF\'s <a href="/wiki/List_of_U.S._government_and_military_acronyms#O" title="List of U.S. government and military acronyms">OSP</a> 3 launch contract.<sup id="cite_ref-spx20121205_81-0" class="reference"><a href="#cite_note-spx20121205-81">[74]</a></sup> First SpaceX launch to put a satellite beyond a geostationary transfer orbit, first SpaceX launch into interplanetary space, and first SpaceX launch of an American research satellite. The first stage made a test flight descent to an over-ocean landing within 10 m (33 ft) of its intended target.<sup id="cite_ref-MuskTweet-20150211_82-0" class="reference"><a href="#cite_note-MuskTweet-20150211-82">[75]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">16\n</th>\n<td>2 March 2015,<br />03:50<sup id="cite_ref-SFN_LLog_27-3" class="reference"><a href="#cite_note-SFN_LLog-27">[21]</a></sup><sup id="cite_ref-patrickafmil02142015_83-0" class="reference"><a href="#cite_note-patrickafmil02142015-83">[76]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br />B1014<sup id="cite_ref-block_numbers_14-10" class="reference"><a href="#cite_note-block_numbers-14">[8]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>\n</td>\n<td><div class="plainlist">\n<ul><li><a href="/wiki/ABS-3A" title="ABS-3A">ABS-3A</a></li>\n<li><a href="/wiki/Eutelsat_115_West_B" title="Eutelsat 115 West B">Eutelsat 115 West B</a><sup id="cite_ref-sxManifest20130731_75-2" class="reference"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup></li></ul>\n</div>\n</td>\n<td>4,159 kg (9,169 lb)\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><div class="plainlist">\n<ul><li><a href="/wiki/Asia_Broadcast_Satellite" class="mw-redirect" title="Asia Broadcast Satellite">ABS</a></li>\n<li><a href="/wiki/Eutelsat" title="Eutelsat">Eutelsat</a></li></ul>\n</div>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;" class="table-noAttempt">No attempt<sup id="cite_ref-84" class="reference"><a href="#cite_note-84">[77]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">The launch was Boeing\'s first conjoined launch of a <a href="/wiki/Boeing_702" title="Boeing 702">lighter-weight dual-commsat stack</a> that was specifically designed to take advantage of the <a href="/wiki/Space_launch_market_competition" title="Space launch market competition">lower-cost</a> SpaceX Falcon 9 launch vehicle.<sup id="cite_ref-aw20140310_85-0" class="reference"><a href="#cite_note-aw20140310-85">[78]</a></sup><sup id="cite_ref-boeing20141112_86-0" class="reference"><a href="#cite_note-boeing20141112-86">[79]</a></sup> Per satellite, launch costs were less than US$30 million.<sup id="cite_ref-sfn20150302_87-0" class="reference"><a href="#cite_note-sfn20150302-87">[80]</a></sup> The ABS satellite reached its final destination ahead of schedule and started operations on 10 September 2015.<sup id="cite_ref-boeing_88-0" class="reference"><a href="#cite_note-boeing-88">[81]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">17\n</th>\n<td>14 April 2015,<br />20:10<sup id="cite_ref-SFN_LLog_27-4" class="reference"><a href="#cite_note-SFN_LLog-27">[21]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br />B1015<sup id="cite_ref-block_numbers_14-11" class="reference"><a href="#cite_note-block_numbers-14">[8]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-6" title="SpaceX CRS-6">SpaceX CRS-6</a><sup id="cite_ref-sxManifest20130731_75-3" class="reference"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup><br />(Dragon <a href="/wiki/Dragon_C108" title="Dragon C108">C108.1</a>)\n</td>\n<td>1,898 kg (4,184 lb)<sup id="cite_ref-89" class="reference"><a href="#cite_note-89">[82]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;" class="table-failure">Failure<sup id="cite_ref-90" class="reference"><a href="#cite_note-90">[83]</a></sup><br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">After second-stage separation, a controlled-descent test was attempted with the first stage. After the booster contacted the ship, it tipped over due to excess lateral velocity caused by a stuck throttle valve that delayed downthrottle at the correct time.<sup id="cite_ref-91" class="reference"><a href="#cite_note-91">[84]</a></sup><sup id="cite_ref-92" class="reference"><a href="#cite_note-92">[85]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">18\n</th>\n<td>27 April 2015,<br />23:03<sup id="cite_ref-patrickafb20150414_93-0" class="reference"><a href="#cite_note-patrickafb20150414-93">[86]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br />B1016<sup id="cite_ref-block_numbers_14-12" class="reference"><a href="#cite_note-block_numbers-14">[8]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>\n</td>\n<td><a href="/wiki/T%C3%BCrkmen%C3%84lem_52%C2%B0E_/_MonacoSAT" title="T\xc3\xbcrkmen\xc3\x84lem 52\xc2\xb0E / MonacoSAT">T\xc3\xbcrkmen\xc3\x84lem 52\xc2\xb0E / MonacoSAT</a><sup id="cite_ref-sxManifest20130731_75-4" class="reference"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup><sup id="cite_ref-turkmen-monaco_94-0" class="reference"><a href="#cite_note-turkmen-monaco-94">[87]</a></sup>\n</td>\n<td>4,707 kg (10,377 lb)\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Turkmenistan_National_Space_Agency" title="Turkmenistan National Space Agency">Turkmenistan National<br />Space Agency</a><sup id="cite_ref-95" class="reference"><a href="#cite_note-95">[88]</a></sup>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;" class="table-noAttempt">No attempt<sup id="cite_ref-96" class="reference"><a href="#cite_note-96">[89]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">Original intended launch was delayed over a month after an issue with the helium pressurisation system was identified on similar parts in the assembly plant.<sup id="cite_ref-zgn20150323_97-0" class="reference"><a href="#cite_note-zgn20150323-97">[90]</a></sup> Subsequent launch successfully positioned this first Turkmen satellite at 52.0\xc2\xb0 east.\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">19\n</th>\n<td>28 June 2015,<br />14:21<sup id="cite_ref-SFN_LLog_27-5" class="reference"><a href="#cite_note-SFN_LLog-27">[21]</a></sup><sup id="cite_ref-nasama20150520_98-0" class="reference"><a href="#cite_note-nasama20150520-98">[91]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br />B1018<sup id="cite_ref-block_numbers_14-13" class="reference"><a href="#cite_note-block_numbers-14">[8]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-7" title="SpaceX CRS-7">SpaceX CRS-7</a><sup id="cite_ref-sxManifest20130731_75-5" class="reference"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup><br />(Dragon C109)\n</td>\n<td>1,952 kg (4,303 lb)<sup id="cite_ref-99" class="reference"><a href="#cite_note-99">[92]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;" class="table-failure">Failure<sup id="cite_ref-nyt-20150628_100-0" class="reference"><a href="#cite_note-nyt-20150628-100">[93]</a></sup><br /><small>(in flight)</small>\n</td>\n<td style="background:#ececec; text-align:center;">Precluded<sup id="cite_ref-101" class="reference"><a href="#cite_note-101">[94]</a></sup><br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Launch performance was nominal until an overpressure incident in the second-stage <a href="/wiki/LOX" class="mw-redirect" title="LOX">LOX</a> tank, leading to vehicle breakup at T+150 seconds. Dragon capsule survived the explosion but was lost upon splashdown as its software did not contain provisions for parachute deployment on launch vehicle failure.<sup id="cite_ref-nsf-20150727_102-0" class="reference"><a href="#cite_note-nsf-20150727-102">[95]</a></sup><small>(<a href="#Loss_of_CRS-7_mission">more details below</a>)</small> The drone ship <i>Of Course I Still Love You</i> was towed out to sea to prepare for a landing test so this mission was its first operational assignment.<sup id="cite_ref-nsf20150618_103-0" class="reference"><a href="#cite_note-nsf20150618-103">[96]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">20\n</th>\n<td>22 December 2015,<br />01:29<sup id="cite_ref-orbcomm-og2_104-0" class="reference"><a href="#cite_note-orbcomm-og2-104">[97]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br />B1019.1<sup id="cite_ref-flight20-booster_105-0" class="reference"><a href="#cite_note-flight20-booster-105">[98]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>\n</td>\n<td><a href="/wiki/Orbcomm-OG2" class="mw-redirect" title="Orbcomm-OG2">Orbcomm-OG2</a>-2<br />(11 satellites)<sup id="cite_ref-sxManifest20120925_28-10" class="reference"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><sup id="cite_ref-orbcomm-og2_104-1" class="reference"><a href="#cite_note-orbcomm-og2-104">[97]</a></sup>\n</td>\n<td>2,034 kg (4,484 lb)\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a>\n</td>\n<td><a href="/wiki/Orbcomm" title="Orbcomm">Orbcomm</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-flight20-landing_106-0" class="reference"><a href="#cite_note-flight20-landing-106">[99]</a></sup><br /><small><span class="nowrap">(ground pad)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Payload included eleven satellites weighing 172 kg (379 lb) each,<sup id="cite_ref-gunter-og2_30-2" class="reference"><a href="#cite_note-gunter-og2-30">[24]</a></sup> and a 142 kg (313 lb) mass simulator.<sup id="cite_ref-gunter-og2-sim_59-1" class="reference"><a href="#cite_note-gunter-og2-sim-59">[52]</a></sup> First launch of the upgraded v1.1 version, with a 30% power increase.<sup id="cite_ref-sn20151016_107-0" class="reference"><a href="#cite_note-sn20151016-107">[100]</a></sup> Orbcomm had originally agreed to be the third flight of the enhanced-thrust rocket,<sup id="cite_ref-sn20150508_108-0" class="reference"><a href="#cite_note-sn20150508-108">[101]</a></sup> but the change to the maiden flight position was announced in October 2015.<sup id="cite_ref-sn20151016_107-1" class="reference"><a href="#cite_note-sn20151016-107">[100]</a></sup> SpaceX received a permit from the <a href="/wiki/FAA" class="mw-redirect" title="FAA">FAA</a> to land the booster <a href="/wiki/Landing_Zones_1_and_2" title="Landing Zones 1 and 2">on solid ground</a> at <a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a><sup id="cite_ref-109" class="reference"><a href="#cite_note-109">[102]</a></sup> and succeeded for the first time.<sup id="cite_ref-flight20-landing_106-1" class="reference"><a href="#cite_note-flight20-landing-106">[99]</a></sup> This booster, serial number <a href="/wiki/B1019" class="mw-redirect" title="B1019">B1019</a>, is now on permanent display outside SpaceX\'s headquarters in <a href="/wiki/Hawthorne,_California" title="Hawthorne, California">Hawthorne, California</a>, at the intersection of Crenshaw Boulevard and Jack Northrop Avenue.<sup id="cite_ref-flight20-booster_105-1" class="reference"><a href="#cite_note-flight20-booster-105">[98]</a></sup> <small>(<a href="#Full-thrust_version_and_first_booster_landings">more details below</a>)</small>\n</td></tr></tbody></table>\n<h3><span class="mw-headline" id="2016">2016</span></h3>\n<p>With 8 successful launches for 2016, SpaceX equalled <a href="/wiki/Atlas_V" title="Atlas V">Atlas V</a> for most American rocket launches for the year.<sup id="cite_ref-110" class="reference"><a href="#cite_note-110">[103]</a></sup>\n</p>\n<table class="wikitable plainrowheaders collapsible" style="width: 100%;">\n<tbody><tr>\n<th scope="col">Flight No.\n</th>\n<th scope="col">Date and<br />time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)\n</th>\n<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br />Booster</a><sup id="cite_ref-booster_11-3" class="reference"><a href="#cite_note-booster-11">[b]</a></sup>\n</th>\n<th scope="col">Launch site\n</th>\n<th scope="col">Payload<sup id="cite_ref-Dragon_12-3" class="reference"><a href="#cite_note-Dragon-12">[c]</a></sup>\n</th>\n<th scope="col">Payload mass\n</th>\n<th scope="col">Orbit\n</th>\n<th scope="col">Customer\n</th>\n<th scope="col">Launch<br />outcome\n</th>\n<th scope="col"><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Booster<br />landing</a>\n</th></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">21\n</th>\n<td>17 January 2016,<br />18:42<sup id="cite_ref-SFN_LLog_27-6" class="reference"><a href="#cite_note-SFN_LLog-27">[21]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br />B1017<sup id="cite_ref-block_numbers_14-14" class="reference"><a href="#cite_note-block_numbers-14">[8]</a></sup>\n</td>\n<td><a href="/wiki/Vandenberg_Air_Force_Base" class="mw-redirect" title="Vandenberg Air Force Base">VAFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/Jason-3" title="Jason-3">Jason-3</a><sup id="cite_ref-sxManifest20130731_75-6" class="reference"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup><sup id="cite_ref-111" class="reference"><a href="#cite_note-111">[104]</a></sup>\n</td>\n<td>553 kg (1,219 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><div class="plainlist">\n<ul><li><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Launch_Services_Program" title="Launch Services Program">LSP</a>)</li>\n<li><a href="/wiki/NOAA" class="mw-redirect" title="NOAA">NOAA</a></li>\n<li><a href="/wiki/CNES" title="CNES">CNES</a></li></ul>\n</div>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;" class="table-failure">Failure<br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">First launch of NASA and NOAA joint science mission under the <a href="/wiki/Launch_Services_Program" title="Launch Services Program">NLS II</a> launch contract (not related to NASA CRS or USAF OSP3 contracts) and last launch of the Falcon 9 v1.1 launch vehicle. The <a href="/wiki/Jason-3" title="Jason-3">Jason-3</a> satellite was successfully deployed to target orbit.<sup id="cite_ref-gw20160117_112-0" class="reference"><a href="#cite_note-gw20160117-112">[105]</a></sup> SpaceX attempted for the first time to recover the first-stage booster on its new Pacific autonomous drone ship, but after a soft landing on the ship, the lockout on one of the landing legs failed to latch and the booster fell over and exploded.<sup id="cite_ref-113" class="reference"><a href="#cite_note-113">[106]</a></sup><sup id="cite_ref-wp20160118_114-0" class="reference"><a href="#cite_note-wp20160118-114">[107]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">22\n</th>\n<td>4 March 2016,<br />23:35<sup id="cite_ref-SFN_LLog_27-7" class="reference"><a href="#cite_note-SFN_LLog-27">[21]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br />B1020.1<sup id="cite_ref-skyrocket_1.2_115-0" class="reference"><a href="#cite_note-skyrocket_1.2-115">[108]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>\n</td>\n<td><a href="/wiki/SES-9" title="SES-9">SES-9</a><sup id="cite_ref-sxManifest20130731_75-7" class="reference"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup><sup id="cite_ref-spacenews20140410_116-0" class="reference"><a href="#cite_note-spacenews20140410-116">[109]</a></sup><sup id="cite_ref-nsf20160208_117-0" class="reference"><a href="#cite_note-nsf20160208-117">[110]</a></sup>\n</td>\n<td>5,271 kg (11,621 lb)\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;" class="table-failure">Failure<br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">Second launch of the enhanced <a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">Falcon 9 Full Thrust</a> launch vehicle.<sup id="cite_ref-sn20151016_107-2" class="reference"><a href="#cite_note-sn20151016-107">[100]</a></sup> SpaceX attempted for the first time to recover a booster from a GTO launch to a <a href="/wiki/Autonomous_spaceport_drone_ship" title="Autonomous spaceport drone ship">drone ship</a>.<sup id="cite_ref-bi20160223_118-0" class="reference"><a href="#cite_note-bi20160223-118">[111]</a></sup> Successful landing was not expected due to low fuel reserves<sup id="cite_ref-sxPressKit20160223_119-0" class="reference"><a href="#cite_note-sxPressKit20160223-119">[112]</a></sup> and the booster "landed hard".<sup id="cite_ref-musk-tweet-20160305_120-0" class="reference"><a href="#cite_note-musk-tweet-20160305-120">[113]</a></sup> But the controlled-descent, atmospheric re-entry and navigation to the drone ship were successful and returned significant test data on bringing back high-energy Falcon 9 boosters.<sup id="cite_ref-sn20160304_121-0" class="reference"><a href="#cite_note-sn20160304-121">[114]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">23\n</th>\n<td>8 April 2016,<br />20:43<sup id="cite_ref-SFN_LLog_27-8" class="reference"><a href="#cite_note-SFN_LLog-27">[21]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1021.1</a><sup id="cite_ref-nsf-20170330_122-0" class="reference"><a href="#cite_note-nsf-20170330-122">[115]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-8" title="SpaceX CRS-8">SpaceX CRS-8</a><sup id="cite_ref-sxManifest20130731_75-8" class="reference"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup><sup id="cite_ref-nsf20160208_117-1" class="reference"><a href="#cite_note-nsf20160208-117">[110]</a></sup><br />(Dragon C110.1)\n</td>\n<td>3,136 kg (6,914 lb)<sup id="cite_ref-123" class="reference"><a href="#cite_note-123">[116]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-crs-8-webcast_124-0" class="reference"><a href="#cite_note-crs-8-webcast-124">[117]</a></sup>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-125" class="reference"><a href="#cite_note-125">[118]</a></sup><br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">Dragon carried over 1,500 kg (3,300 lb) of supplies and delivered the inflatable <a href="/wiki/Bigelow_Expandable_Activity_Module" title="Bigelow Expandable Activity Module">Bigelow Expandable Activity Module</a> (BEAM) to the ISS for two years of in-orbit tests.<sup id="cite_ref-126" class="reference"><a href="#cite_note-126">[119]</a></sup> The rocket\'s first stage landed smoothly on SpaceX\'s <a href="/wiki/Autonomous_spaceport_drone_ship" title="Autonomous spaceport drone ship">autonomous spaceport drone ship</a> at 9 minutes after liftoff, making this the first successful landing of a rocket booster on a ship at sea from an orbital launch.<sup id="cite_ref-flight23_127-0" class="reference"><a href="#cite_note-flight23-127">[120]</a></sup> The first stage <a href="/wiki/B1021" class="mw-redirect" title="B1021">B1021</a> later became the first orbital booster to be reused when it launched <a href="/wiki/SES-10" title="SES-10">SES-10</a> on 30 March 2017.<sup id="cite_ref-nsf-20170330_122-1" class="reference"><a href="#cite_note-nsf-20170330-122">[115]</a></sup> A month later, the Dragon spacecraft returned a downmass containing astronaut\'s Scott Kelly biological samples from his year-long mission on ISS.<sup id="cite_ref-128" class="reference"><a href="#cite_note-128">[121]</a></sup><small>(<a href="#Full-thrust_version_and_first_booster_landings">more details below</a>)</small>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">24\n</th>\n<td>6 May 2016,<br />05:21<sup id="cite_ref-SFN_LLog_27-9" class="reference"><a href="#cite_note-SFN_LLog-27">[21]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br />B1022.1<sup id="cite_ref-nsf20170325_129-0" class="reference"><a href="#cite_note-nsf20170325-129">[122]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>\n</td>\n<td><a href="/wiki/SKY_Perfect_JSAT" title="SKY Perfect JSAT">JCSAT-14</a><sup id="cite_ref-130" class="reference"><a href="#cite_note-130">[123]</a></sup>\n</td>\n<td>4,696 kg (10,353 lb)<sup id="cite_ref-131" class="reference"><a href="#cite_note-131">[124]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/SKY_Perfect_JSAT" title="SKY Perfect JSAT">SKY Perfect JSAT Group</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">First time SpaceX launched a Japanese satellite, and first time a booster landed successfully after launching a payload into a GTO.<sup id="cite_ref-132" class="reference"><a href="#cite_note-132">[125]</a></sup> As this flight profile has a smaller margin for the booster recovery, the first stage re-entered Earth\'s atmosphere faster than for previous landings, with five times the heating power.<sup id="cite_ref-133" class="reference"><a href="#cite_note-133">[126]</a></sup><sup id="cite_ref-134" class="reference"><a href="#cite_note-134">[127]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">25\n</th>\n<td>27 May 2016,<br />21:39<sup id="cite_ref-135" class="reference"><a href="#cite_note-135">[128]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1023.1</a><sup id="cite_ref-nsf-20170425_136-0" class="reference"><a href="#cite_note-nsf-20170425-136">[129]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>\n</td>\n<td><a href="/wiki/Thaicom_8" title="Thaicom 8">Thaicom 8</a><sup id="cite_ref-sn20140430_137-0" class="reference"><a href="#cite_note-sn20140430-137">[130]</a></sup><sup id="cite_ref-138" class="reference"><a href="#cite_note-138">[131]</a></sup>\n</td>\n<td>3,100 kg (6,800 lb)<sup id="cite_ref-139" class="reference"><a href="#cite_note-139">[132]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Thaicom" title="Thaicom">Thaicom</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-140" class="reference"><a href="#cite_note-140">[133]</a></sup><br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">Second successful return from a GTO launch,<sup id="cite_ref-141" class="reference"><a href="#cite_note-141">[134]</a></sup> after launching Thaicom 8 towards <a href="/wiki/78th_meridian_east" title="78th meridian east">78.5\xc2\xb0 east</a>.<sup id="cite_ref-142" class="reference"><a href="#cite_note-142">[135]</a></sup> Later became the first booster to be reflown after being recovered from a GTO launch. THAICOM 8 was delivered to a <a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">Super-Synchronous Transfer Orbit</a> of 91,000 km (57,000 mi).<sup id="cite_ref-143" class="reference"><a href="#cite_note-143">[136]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">26\n</th>\n<td>15 June 2016,<br />14:29<sup id="cite_ref-SFN_LLog_27-10" class="reference"><a href="#cite_note-SFN_LLog-27">[21]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br />B1024.1<sup id="cite_ref-skyrocket_1.2_115-1" class="reference"><a href="#cite_note-skyrocket_1.2-115">[108]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>\n</td>\n<td><div class="plainlist">\n<ul><li><a href="/wiki/ABS_(satellite_operator)" title="ABS (satellite operator)">ABS-2A</a></li>\n<li><a href="/wiki/Eutelsat" title="Eutelsat">Eutelsat 117 West B</a><sup id="cite_ref-sxManifest20130731_75-9" class="reference"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup></li></ul>\n</div>\n</td>\n<td>3,600 kg (7,900 lb)\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><div class="plainlist">\n<ul><li><a href="/wiki/Asia_Broadcast_Satellite" class="mw-redirect" title="Asia Broadcast Satellite">ABS</a></li>\n<li><a href="/wiki/Eutelsat" title="Eutelsat">Eutelsat</a></li></ul>\n</div>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;" class="table-failure">Failure<sup id="cite_ref-fail-13_71-2" class="reference"><a href="#cite_note-fail-13-71">[64]</a></sup><br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">One year after pioneering this technique on Flight 16, Falcon again launched two <a href="/wiki/Boeing_702" title="Boeing 702">Boeing 702SP</a> <a href="/wiki/XIPS-25" title="XIPS-25">gridded ion thruster</a> satellites at 1,800 kg (4,000 lb) each,<sup id="cite_ref-144" class="reference"><a href="#cite_note-144">[137]</a></sup><sup id="cite_ref-145" class="reference"><a href="#cite_note-145">[138]</a></sup> in a dual-stack configuration, with the two customers sharing the rocket and mission costs.<sup id="cite_ref-boeing_88-1" class="reference"><a href="#cite_note-boeing-88">[81]</a></sup> First-stage landing attempt on drone ship failed due to low thrust on one of the three landing engines;<sup id="cite_ref-146" class="reference"><a href="#cite_note-146">[139]</a></sup> a sub-optimal path led to the stage running out of propellant just above the deck of the landing ship.<sup id="cite_ref-147" class="reference"><a href="#cite_note-147">[140]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">27\n</th>\n<td>18 July 2016,<br />04:45<sup id="cite_ref-SFN_LLog_27-11" class="reference"><a href="#cite_note-SFN_LLog-27">[21]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br />B1025.1<sup id="cite_ref-nsf-20170425_136-1" class="reference"><a href="#cite_note-nsf-20170425-136">[129]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-9" title="SpaceX CRS-9">SpaceX CRS-9</a><sup id="cite_ref-sxManifest20130731_75-10" class="reference"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup><sup id="cite_ref-spn-20160224_148-0" class="reference"><a href="#cite_note-spn-20160224-148">[141]</a></sup><br />(Dragon C111.1)\n</td>\n<td>2,257 kg (4,976 lb)<sup id="cite_ref-149" class="reference"><a href="#cite_note-149">[142]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(ground pad)</small>\n</td></tr>\n<tr>\n<td colspan="9">Cargo to ISS included an <a href="/wiki/International_Docking_Adapter" title="International Docking Adapter">International Docking Adapter</a> (IDA-2) and total payload with reusable Dragon Capsule was 6,457 kg (14,235 lb). Second successful <a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">first-stage landing</a> on a ground pad.<sup id="cite_ref-150" class="reference"><a href="#cite_note-150">[143]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">28\n</th>\n<td>14 August 2016,<br />05:26\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br />B1026.1<sup id="cite_ref-skyrocket_1.2_115-2" class="reference"><a href="#cite_note-skyrocket_1.2-115">[108]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>\n</td>\n<td><a href="/wiki/JCSAT-16" title="JCSAT-16">JCSAT-16</a>\n</td>\n<td>4,600 kg (10,100 lb)\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/SKY_Perfect_JSAT_Group" class="mw-redirect" title="SKY Perfect JSAT Group">SKY Perfect JSAT Group</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">First attempt to land from a ballistic trajectory using a single-engine landing burn, as all previous landings from a ballistic trajectory had fired three engines on the final burn. The latter provides more braking force but subjects the vehicle to greater structural stresses, while the single-engine landing burn takes more time and fuel while allowing more time during final descent for corrections.<sup id="cite_ref-151" class="reference"><a href="#cite_note-151">[144]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">N/A <sup id="cite_ref-152" class="reference"><a href="#cite_note-152">[e]</a></sup>\n</th>\n<td>3 September 2016,<br />07:00<br />(planned)<sup id="cite_ref-153" class="reference"><a href="#cite_note-153">[145]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a> <br />B1028.1<sup id="cite_ref-skyrocket_1.2_115-3" class="reference"><a href="#cite_note-skyrocket_1.2-115">[108]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>\n</td>\n<td><a href="/wiki/Amos-6" class="mw-redirect" title="Amos-6">Amos-6</a><sup id="cite_ref-154" class="reference"><a href="#cite_note-154">[146]</a></sup>\n</td>\n<td>5,500 kg (12,100 lb)\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Spacecom" title="Spacecom">Spacecom</a>\n</td>\n<td style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;" class="table-failure">Precluded<br /><small>(failure pre-flight)</small>\n</td>\n<td style="background:#ececec; text-align:center;">Precluded<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">The rocket and the Amos-6 payload were lost in a launch pad explosion on 1 September 2016 during propellant filling procedures prior to a <a href="/wiki/Static_fire" class="mw-redirect" title="Static fire">static fire</a> test.<sup id="cite_ref-155" class="reference"><a href="#cite_note-155">[147]</a></sup> The pad was clear of personnel, and there were no injuries.<sup id="cite_ref-156" class="reference"><a href="#cite_note-156">[148]</a></sup> SpaceX released an official statement in January 2017 indicating that the cause of the failure was a buckled liner in several of the <a href="/wiki/Composite_overwrapped_pressure_vessel" title="Composite overwrapped pressure vessel">Composite overwrapped pressure vessel</a> (COPV) (used to store helium which pressurize the stage\'s propellant tanks), causing perforations that allowed liquid and/or solid oxygen to accumulate underneath the lining, which was ignited by friction.<sup id="cite_ref-auto1_157-0" class="reference"><a href="#cite_note-auto1-157">[149]</a></sup> Following the explosion, SpaceX has switched to performing static fire tests only without attached payloads.<small>(<a href="#Loss_of_Amos-6_on_the_launch_pad">more details below</a>)</small>\n</td></tr></tbody></table>\n<h3><span class="mw-headline" id="2017">2017</span></h3>\n<p>With 18 launches throughout 2017, SpaceX had the most prolific yearly launch manifest of all rocket families.<sup id="cite_ref-158" class="reference"><a href="#cite_note-158">[150]</a></sup>\n</p>\n<table class="wikitable plainrowheaders collapsible" style="width: 100%;">\n<tbody><tr>\n<th scope="col">Flight No.\n</th>\n<th scope="col">Date and<br />time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)\n</th>\n<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br />Booster</a><sup id="cite_ref-booster_11-4" class="reference"><a href="#cite_note-booster-11">[b]</a></sup>\n</th>\n<th scope="col">Launch site\n</th>\n<th scope="col">Payload<sup id="cite_ref-Dragon_12-4" class="reference"><a href="#cite_note-Dragon-12">[c]</a></sup>\n</th>\n<th scope="col">Payload mass\n</th>\n<th scope="col">Orbit\n</th>\n<th scope="col">Customer\n</th>\n<th scope="col">Launch<br />outcome\n</th>\n<th scope="col"><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Booster<br />landing</a>\n</th></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">29\n</th>\n<td>14 January 2017,<br />17:54\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1029.1</a><sup id="cite_ref-NSF-2017-01-17_159-0" class="reference"><a href="#cite_note-NSF-2017-01-17-159">[151]</a></sup>\n</td>\n<td><a href="/wiki/Vandenberg_Air_Force_Base" class="mw-redirect" title="Vandenberg Air Force Base">VAFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/Iridium_NEXT" class="mw-redirect" title="Iridium NEXT">Iridium NEXT</a>-1<br />(10 satellites)<sup id="cite_ref-sdc20100616_160-0" class="reference"><a href="#cite_note-sdc20100616-160">[152]</a></sup><sup id="cite_ref-161" class="reference"><a href="#cite_note-161">[153]</a></sup>\n</td>\n<td>9,600 kg (21,200 lb)\n</td>\n<td><a href="/wiki/Polar_orbit" title="Polar orbit">Polar</a> <a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/Iridium_Communications" title="Iridium Communications">Iridium Communications</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-162" class="reference"><a href="#cite_note-162">[154]</a></sup><br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">Return-to-flight mission after the loss of <a href="/wiki/Amos-6" class="mw-redirect" title="Amos-6">Amos-6</a> in September 2016. This was the first launch of a series of Iridium NEXT satellites intended to replace the <a href="/wiki/Iridium_satellite_constellation" title="Iridium satellite constellation">original Iridium constellation</a> launched in the late 1990s. Each Falcon 9 mission carried 10 satellites, with a goal of 66 plus 9 spare<sup id="cite_ref-IridiumridesharePR_163-0" class="reference"><a href="#cite_note-IridiumridesharePR-163">[155]</a></sup> satellites constellation by mid-2018.<sup id="cite_ref-sfn_164-0" class="reference"><a href="#cite_note-sfn-164">[156]</a></sup><sup id="cite_ref-165" class="reference"><a href="#cite_note-165">[157]</a></sup> Following the delayed launch of the first two Iridium units with a <a href="/wiki/Dnepr_(rocket)" title="Dnepr (rocket)">Dnepr rocket</a> from April 2016, Iridium Communications decided to launch the first batch of 10 satellites with SpaceX instead.<sup id="cite_ref-spn-20160225_166-0" class="reference"><a href="#cite_note-spn-20160225-166">[158]</a></sup> Payload comprised ten satellites weighing 860 kg (1,900 lb) each plus a 1,000 kg (2,200 lb) dispenser.<sup id="cite_ref-spn_167-0" class="reference"><a href="#cite_note-spn-167">[159]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">30\n</th>\n<td>19 February 2017,<br />14:39\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br />B1031.1<sup id="cite_ref-block_numbers_14-15" class="reference"><a href="#cite_note-block_numbers-14">[8]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-10" title="SpaceX CRS-10">SpaceX CRS-10</a><sup id="cite_ref-spn-20160224_148-1" class="reference"><a href="#cite_note-spn-20160224-148">[141]</a></sup><br />(Dragon C112.1)\n</td>\n<td>2,490 kg (5,490 lb)<sup id="cite_ref-168" class="reference"><a href="#cite_note-168">[160]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(ground pad)</small>\n</td></tr>\n<tr>\n<td colspan="9">First Falcon 9 flight from the historic <a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> launchpad at <a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a>, and first uncrewed launch from LC-39A since <a href="/wiki/Skylab" title="Skylab">Skylab-1</a>.<sup id="cite_ref-:10_169-0" class="reference"><a href="#cite_note-:10-169">[161]</a></sup> The flight carried supplies and materials to support ISS Expeditions <a href="/wiki/Expedition_50" title="Expedition 50">50</a> and <a href="/wiki/Expedition_51" title="Expedition 51">51</a>, and third return of first stage booster to landing pad at <a href="/wiki/Cape_Canaveral" title="Cape Canaveral">Cape Canaveral</a> <a href="/wiki/Landing_Zones_1_and_2" title="Landing Zones 1 and 2">Landing Zone 1</a>.<sup id="cite_ref-170" class="reference"><a href="#cite_note-170">[162]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">31\n</th>\n<td>16 March 2017,<br />06:00\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br />B1030.1<sup id="cite_ref-171" class="reference"><a href="#cite_note-171">[163]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/EchoStar_23" class="mw-redirect" title="EchoStar 23">EchoStar 23</a>\n</td>\n<td>5,600 kg (12,300 lb)<sup id="cite_ref-172" class="reference"><a href="#cite_note-172">[164]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/EchoStar" title="EchoStar">EchoStar</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;" class="table-noAttempt">No attempt<br /><sup id="cite_ref-expendable_173-0" class="reference"><a href="#cite_note-expendable-173">[165]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">First uncrewed non-station launch from LC-39A since <a href="/wiki/Apollo_6" title="Apollo 6">Apollo 6</a>.<sup id="cite_ref-:10_169-1" class="reference"><a href="#cite_note-:10-169">[161]</a></sup> Launched a communications satellite for broadcast services over <a href="/wiki/Brazil" title="Brazil">Brazil</a>.<sup id="cite_ref-spn-echostar_174-0" class="reference"><a href="#cite_note-spn-echostar-174">[166]</a></sup> Due to the payload size launch into a GTO, the booster was expended into the <a href="/wiki/Atlantic_Ocean" title="Atlantic Ocean">Atlantic Ocean</a> and did not feature landing legs and grid fins.<sup id="cite_ref-175" class="reference"><a href="#cite_note-175">[167]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">32\n</th>\n<td>30 March 2017,<br />22:27\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a> <abbr title="Flight proven booster">\xe2\x99\xba</abbr><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1021.2</a><sup id="cite_ref-nsf-20170330_122-2" class="reference"><a href="#cite_note-nsf-20170330-122">[115]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/SES-10" title="SES-10">SES-10</a><sup id="cite_ref-spacenews20140410_116-1" class="reference"><a href="#cite_note-spacenews20140410-116">[109]</a></sup><sup id="cite_ref-ses-date-sfn_176-0" class="reference"><a href="#cite_note-ses-date-sfn-176">[168]</a></sup>\n</td>\n<td>5,300 kg (11,700 lb)<sup id="cite_ref-airbusds-pr20140220_177-0" class="reference"><a href="#cite_note-airbusds-pr20140220-177">[169]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-thevergeflight32_178-0" class="reference"><a href="#cite_note-thevergeflight32-178">[170]</a></sup>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">First payload to fly on a reused first stage, B1021, previously launched with <a href="/wiki/SpaceX_CRS-8" title="SpaceX CRS-8">CRS-8</a>, and first to land intact a second time.<sup id="cite_ref-179" class="reference"><a href="#cite_note-179">[171]</a></sup><sup id="cite_ref-thevergeflight32_178-1" class="reference"><a href="#cite_note-thevergeflight32-178">[170]</a></sup> Additionally, this flight was the first reused rocket to fly from LC-39A since <a href="/wiki/STS-135" title="STS-135">STS-135</a> and for the first time the <a href="/wiki/Payload_fairing" title="Payload fairing">payload fairing</a>, used to protect the payload during launch, remained intact after a successful <a href="/wiki/Splashdown" title="Splashdown">splashdown</a> achieved with thrusters and a steerable parachute.<sup id="cite_ref-180" class="reference"><a href="#cite_note-180">[172]</a></sup><sup id="cite_ref-181" class="reference"><a href="#cite_note-181">[173]</a></sup><small>(<a href="#Inaugural_reuse_of_the_first_stage">more details below</a>)</small>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">33\n</th>\n<td>1 May 2017,<br />11:15\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br />B1032.1<sup id="cite_ref-nsf-20170425_136-2" class="reference"><a href="#cite_note-nsf-20170425-136">[129]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/List_of_NRO_launches" title="List of NRO launches">NROL-76</a><sup id="cite_ref-nrol-76_182-0" class="reference"><a href="#cite_note-nrol-76-182">[174]</a></sup>\n</td>\n<td data-sort-value="" style="background: #ececec; color: #2C2C2C; vertical-align: middle; text-align: center;" class="table-na">Classified\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a><sup id="cite_ref-183" class="reference"><a href="#cite_note-183">[175]</a></sup>\n</td>\n<td><a href="/wiki/National_Reconnaissance_Office" title="National Reconnaissance Office">NRO</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(ground pad)</small>\n</td></tr>\n<tr>\n<td colspan="9">First launch under SpaceX\'s 2015 certification for national security space missions, which allowed SpaceX to contract launch services for classified payloads,<sup id="cite_ref-184" class="reference"><a href="#cite_note-184">[176]</a></sup> and thus breaking the monopoly <a href="/wiki/United_Launch_Alliance" title="United Launch Alliance">United Launch Alliance</a> (ULA) held on classified launches since 2006.<sup id="cite_ref-185" class="reference"><a href="#cite_note-185">[177]</a></sup> For the first time, SpaceX offered continuous livestream of first stage booster from liftoff to landing, but omitted second-stage speed and altitude telemetry.<sup id="cite_ref-186" class="reference"><a href="#cite_note-186">[178]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">34\n</th>\n<td>15 May 2017,<br />23:21\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br />B1034.1<sup id="cite_ref-187" class="reference"><a href="#cite_note-187">[179]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Inmarsat" title="Inmarsat">Inmarsat-5 F4</a><sup id="cite_ref-spacenews20140702_188-0" class="reference"><a href="#cite_note-spacenews20140702-188">[180]</a></sup>\n</td>\n<td>6,070 kg (13,380 lb)<sup id="cite_ref-gunter-inmarsat5_189-0" class="reference"><a href="#cite_note-gunter-inmarsat5-189">[181]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Inmarsat" title="Inmarsat">Inmarsat</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;" class="table-noAttempt">No attempt<br /><sup id="cite_ref-expendable_173-1" class="reference"><a href="#cite_note-expendable-173">[165]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">The launch was originally scheduled for the Falcon Heavy, but <a href="/wiki/Falcon_9_Full_Thrust#Modifications_from_Falcon_9_v1.1" title="Falcon 9 Full Thrust">performance improvements</a> allowed the mission to be carried out by an expendable Falcon 9 instead.<sup id="cite_ref-sn_190-0" class="reference"><a href="#cite_note-sn-190">[182]</a></sup> Inmarsat-5 F4 is Inmarsat\'s "largest and most complicated communications satellite ever built".<sup id="cite_ref-191" class="reference"><a href="#cite_note-191">[183]</a></sup> Inmarsat 5 F4 was delivered into an arcing <a href="/wiki/Supersynchronous_orbit" title="Supersynchronous orbit">"supersynchronous" transfer orbit</a> of 381 km \xc3\x97 68,839 km (237 mi \xc3\x97 42,775 mi) in altitude, tilted 24.5\xc2\xb0 to the <a href="/wiki/Equator" title="Equator">equator</a>.<sup id="cite_ref-192" class="reference"><a href="#cite_note-192">[184]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">35\n</th>\n<td>3 June 2017,<br />21:07\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br />B1035.1<sup id="cite_ref-nsf-20170528_193-0" class="reference"><a href="#cite_note-nsf-20170528-193">[185]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-11" title="SpaceX CRS-11">SpaceX CRS-11</a><sup id="cite_ref-spn-20160224_148-2" class="reference"><a href="#cite_note-spn-20160224-148">[141]</a></sup><br />(Dragon C106.2 \xe2\x99\xba)\n</td>\n<td>2,708 kg (5,970 lb)<sup id="cite_ref-194" class="reference"><a href="#cite_note-194">[186]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(ground pad)</small>\n</td></tr>\n<tr>\n<td colspan="9">This mission delivered <a href="/wiki/Neutron_Star_Interior_Composition_Explorer" title="Neutron Star Interior Composition Explorer">Neutron Star Interior Composition Explorer</a> (NICER),<sup id="cite_ref-nasa-nicer-manifest_195-0" class="reference"><a href="#cite_note-nasa-nicer-manifest-195">[187]</a></sup> Multiple User System for Earth Sensing Facility (MUSES),<sup id="cite_ref-196" class="reference"><a href="#cite_note-196">[188]</a></sup> <a href="/wiki/Roll_Out_Solar_Array" title="Roll Out Solar Array">Roll Out Solar Array</a> (ROSA),<sup id="cite_ref-197" class="reference"><a href="#cite_note-197">[189]</a></sup> an <a href="/w/index.php?title=Advanced_Plant_Habitat&action=edit&redlink=1" class="new" title="Advanced Plant Habitat (page does not exist)">Advanced Plant Habitat</a> to the ISS,<sup id="cite_ref-workshop-matsew20160517_198-0" class="reference"><a href="#cite_note-workshop-matsew20160517-198">[190]</a></sup><sup id="cite_ref-199" class="reference"><a href="#cite_note-199">[191]</a></sup> and <a href="/wiki/Birds-1" title="Birds-1">Birds-1</a> payloads. This mission launched for the first time a refurbished Dragon capsule,<sup id="cite_ref-dragon-reuse_200-0" class="reference"><a href="#cite_note-dragon-reuse-200">[192]</a></sup> serial number <a href="/wiki/Dragon_C106" title="Dragon C106">C106</a>, which had flown in September 2014 on the <a href="/wiki/SpaceX_CRS-4" title="SpaceX CRS-4">SpaceX CRS-4</a> mission,<sup id="cite_ref-nsf-20170528_193-1" class="reference"><a href="#cite_note-nsf-20170528-193">[185]</a></sup> and was the first time since 2011 a reused spacecraft arrived at the ISS.<sup id="cite_ref-201" class="reference"><a href="#cite_note-201">[193]</a></sup> Five <a href="/wiki/Cubesat" class="mw-redirect" title="Cubesat">cubesats</a> were included in the payload, the first satellites from the countries of <a href="/wiki/Bangladesh" title="Bangladesh">Bangladesh</a> (<i><a href="/wiki/BRAC_Onnesha" title="BRAC Onnesha">BRAC Onnesha</a></i>), <a href="/wiki/Ghana" title="Ghana">Ghana</a> (<i><a href="/wiki/GhanaSat-1" title="GhanaSat-1">GhanaSat-1</a></i>), and <a href="/wiki/Mongolia" title="Mongolia">Mongolia</a> (<i><a href="/wiki/Mazaalai_(satellite)" title="Mazaalai (satellite)">Mazaalai</a></i>).<sup id="cite_ref-Amsat_202-0" class="reference"><a href="#cite_note-Amsat-202">[194]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">36\n</th>\n<td>23 June 2017,<br />19:10\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a> \xe2\x99\xba <br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1029.2</a><sup id="cite_ref-sfn-20170505_203-0" class="reference"><a href="#cite_note-sfn-20170505-203">[195]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/BulgariaSat-1" title="BulgariaSat-1">BulgariaSat-1</a><sup id="cite_ref-ssloral20140908_204-0" class="reference"><a href="#cite_note-ssloral20140908-204">[196]</a></sup>\n</td>\n<td>3,669 kg (8,089 lb)<sup id="cite_ref-205" class="reference"><a href="#cite_note-205">[197]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Bulsatcom" title="Bulsatcom">Bulsatcom</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">Second time a booster was reused, as <a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1029</a> had flown the Iridium mission in January 2017.<sup id="cite_ref-sfn-20170505_203-1" class="reference"><a href="#cite_note-sfn-20170505-203">[195]</a></sup> This was the first commercial Bulgarian-owned communications satellite.<sup id="cite_ref-sfn-20170505_203-2" class="reference"><a href="#cite_note-sfn-20170505-203">[195]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">37\n</th>\n<td>25 June 2017,<br />20:25\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br />B1036.1<sup id="cite_ref-nsf-20170624_206-0" class="reference"><a href="#cite_note-nsf-20170624-206">[198]</a></sup>\n</td>\n<td><a href="/wiki/Vandenberg_Air_Force_Base" class="mw-redirect" title="Vandenberg Air Force Base">VAFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/Iridium_NEXT" class="mw-redirect" title="Iridium NEXT">Iridium NEXT</a>-2<br />(10 satellites)\n</td>\n<td>9,600 kg (21,200 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/Iridium_Communications" title="Iridium Communications">Iridium Communications</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">Second Iridium constellation launch of 10 satellites, and first flight using <a href="/wiki/Titanium" title="Titanium">titanium</a> (instead of <a href="/wiki/Aluminium" title="Aluminium">aluminium</a>) grid fins to improve control authority and better cope with heat during re-entry.<sup id="cite_ref-207" class="reference"><a href="#cite_note-207">[199]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">38\n</th>\n<td>5 July 2017,<br />23:38\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br />B1037.1<sup id="cite_ref-nsf-20170629_208-0" class="reference"><a href="#cite_note-nsf-20170629-208">[200]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Intelsat_35e" title="Intelsat 35e">Intelsat 35e</a><sup id="cite_ref-sfn-20160830_209-0" class="reference"><a href="#cite_note-sfn-20160830-209">[201]</a></sup>\n</td>\n<td>6,761 kg (14,905 lb)<sup id="cite_ref-210" class="reference"><a href="#cite_note-210">[202]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Intelsat" title="Intelsat">Intelsat</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;" class="table-noAttempt">No attempt<br /><sup id="cite_ref-expendable_173-2" class="reference"><a href="#cite_note-expendable-173">[165]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">Originally expected to be flown on a <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>,<sup id="cite_ref-211" class="reference"><a href="#cite_note-211">[203]</a></sup> improvements to the Merlin engines meant that the heavy satellite could be flown to GTO in an expendable configuration of Falcon 9.<sup id="cite_ref-gunter-falcon-ex_212-0" class="reference"><a href="#cite_note-gunter-falcon-ex-212">[204]</a></sup> The rocket achieved a <a href="/wiki/Supersynchronous_orbit" title="Supersynchronous orbit">supersynchronous orbit</a> peaking at 43,000 km (27,000 mi), exceeding the minimum requirements of 28,000 km (17,000 mi).<sup id="cite_ref-213" class="reference"><a href="#cite_note-213">[205]</a></sup> Intelsat 35e is the largest Intelsat\'s currently active satellite.<sup id="cite_ref-214" class="reference"><a href="#cite_note-214">[206]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">39\n</th>\n<td>14 August 2017,<br />16:31\n</td>\n<td><a href="/wiki/Falcon_9_Block_4" class="mw-redirect" title="Falcon 9 Block 4">F9 B4</a><br />B1039.1<sup id="cite_ref-nsf-20170814_215-0" class="reference"><a href="#cite_note-nsf-20170814-215">[207]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-12" title="SpaceX CRS-12">SpaceX CRS-12</a><sup id="cite_ref-spn-20160224_148-3" class="reference"><a href="#cite_note-spn-20160224-148">[141]</a></sup><br />(Dragon C113.1)\n</td>\n<td>3,310 kg (7,300 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(ground pad)</small>\n</td></tr>\n<tr>\n<td colspan="9">Dragon carried 2,349 kg (5,179 lb) of pressurized and 961 kg (2,119 lb) unpressurized mass, including the <a href="/wiki/Cosmic_Ray_Energetics_and_Mass_Experiment" title="Cosmic Ray Energetics and Mass Experiment">Cosmic Ray Energetics and Mass Experiment</a> (CREAM) detector.<sup id="cite_ref-workshop-matsew20160517_198-1" class="reference"><a href="#cite_note-workshop-matsew20160517-198">[190]</a></sup> First flight of the upgrade known informally as "Block 4", which increases thrust from the main engines and includes other small upgrades,<sup id="cite_ref-nsf-20170814_215-1" class="reference"><a href="#cite_note-nsf-20170814-215">[207]</a></sup> and last flight of a newly built Dragon capsule, as further missions are planned to use refurbished spacecraft.<sup id="cite_ref-nsf-20170726_216-0" class="reference"><a href="#cite_note-nsf-20170726-216">[208]</a></sup> Also launched the <a href="/wiki/Educational_Launch_of_Nanosatellites" title="Educational Launch of Nanosatellites">Educational Launch of Nanosatellites</a> ELaNa 22 mission.<sup id="cite_ref-auto2_56-1" class="reference"><a href="#cite_note-auto2-56">[49]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">40\n</th>\n<td>24 August 2017,<br />18:51\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br />B1038.1<sup id="cite_ref-nsf-20170819_217-0" class="reference"><a href="#cite_note-nsf-20170819-217">[209]</a></sup>\n</td>\n<td><a href="/wiki/Vandenberg_Air_Force_Base" class="mw-redirect" title="Vandenberg Air Force Base">VAFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/Formosat-5" title="Formosat-5">Formosat-5</a><sup id="cite_ref-eoportal-formosat5_218-0" class="reference"><a href="#cite_note-eoportal-formosat5-218">[210]</a></sup><sup id="cite_ref-Formosat5_homepage_219-0" class="reference"><a href="#cite_note-Formosat5_homepage-219">[211]</a></sup>\n</td>\n<td>475 kg (1,047 lb)<sup id="cite_ref-gunter-formosat5_220-0" class="reference"><a href="#cite_note-gunter-formosat5-220">[212]</a></sup>\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>\n</td>\n<td><a href="/wiki/National_Space_Organization" title="National Space Organization">NSPO</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">First <a href="/wiki/Earth_observation_satellite" title="Earth observation satellite">Earth observation satellite</a> developed and constructed by <a href="/wiki/Taiwan" title="Taiwan">Taiwan</a>. The payload was much under the rocket\'s specifications, as the <a href="/wiki/Spaceflight_Industries" title="Spaceflight Industries">Spaceflight Industries</a> <a href="/wiki/SHERPA_(space_tug)" title="SHERPA (space tug)">SHERPA</a> <a href="/wiki/Space_tug" title="Space tug">space tug</a> had been removed from the cargo manifest of this mission,<sup id="cite_ref-221" class="reference"><a href="#cite_note-221">[213]</a></sup> leading to analyst speculations that with discounts due to delays, SpaceX lost money on the launch.<sup id="cite_ref-222" class="reference"><a href="#cite_note-222">[214]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">41\n</th>\n<td>7 September 2017,<br />14:00<sup id="cite_ref-223" class="reference"><a href="#cite_note-223">[215]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_4" class="mw-redirect" title="Falcon 9 Block 4">F9 B4</a><br />B1040.1<sup id="cite_ref-skyrocket_1.2_115-4" class="reference"><a href="#cite_note-skyrocket_1.2-115">[108]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Boeing_X-37" title="Boeing X-37">Boeing X-37B</a> <a href="/wiki/USA-277" title="USA-277">OTV-5</a>\n</td>\n<td>4,990 kg (11,000 lb)<sup id="cite_ref-224" class="reference"><a href="#cite_note-224">[216]</a></sup><br /><small>+ OTV payload</small>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a>\n</td>\n<td><a href="/wiki/United_States_Air_Force" title="United States Air Force">USAF</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(ground pad)</small>\n</td></tr>\n<tr>\n<td colspan="9">Due to the classified nature of the mission, the second-stage speed and altitude telemetry were omitted from the launch webcast. Notably, the primary contractor, <a href="/wiki/Boeing" title="Boeing">Boeing</a>, had launched the X-37B with ULA, a Boeing partnership and a SpaceX competitor.<sup id="cite_ref-cnbc_2017_06_06_225-0" class="reference"><a href="#cite_note-cnbc_2017_06_06-225">[217]</a></sup> Second flight of the <a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">Falcon 9 Block 4</a> upgrade.<sup id="cite_ref-nsf-20170607_226-0" class="reference"><a href="#cite_note-nsf-20170607-226">[218]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">42\n</th>\n<td>9 October 2017,<br />12:37\n</td>\n<td><a href="/wiki/Falcon_9_Block_4" class="mw-redirect" title="Falcon 9 Block 4">F9 B4</a><br />B1041.1<sup id="cite_ref-nsf-20170925_227-0" class="reference"><a href="#cite_note-nsf-20170925-227">[219]</a></sup>\n</td>\n<td><a href="/wiki/Vandenberg_Air_Force_Base" class="mw-redirect" title="Vandenberg Air Force Base">VAFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/Iridium_NEXT" class="mw-redirect" title="Iridium NEXT">Iridium NEXT</a>-3<br />(10 satellites)<sup id="cite_ref-sdc20100616_160-1" class="reference"><a href="#cite_note-sdc20100616-160">[152]</a></sup>\n</td>\n<td>9,600 kg (21,200 lb)\n</td>\n<td><a href="/wiki/Polar_orbit" title="Polar orbit">Polar</a> <a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/Iridium_Communications" title="Iridium Communications">Iridium Communications</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">Third flight of the <a href="/wiki/Falcon_9_Block_4" class="mw-redirect" title="Falcon 9 Block 4">Falcon 9 Block 4</a> upgrade, and the third launch of 10 Iridium NEXT satellites.<sup id="cite_ref-nsf-20170925_227-1" class="reference"><a href="#cite_note-nsf-20170925-227">[219]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">43\n</th>\n<td>11 October 2017,<br />22:53:00\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a> \xe2\x99\xba <br />B1031.2<sup id="cite_ref-ses11-reuse_228-0" class="reference"><a href="#cite_note-ses11-reuse-228">[220]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/List_of_SES_satellites" title="List of SES satellites">SES-11</a> / <a href="/wiki/EchoStar" title="EchoStar">EchoStar 105</a>\n</td>\n<td>5,200 kg (11,500 lb)\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><div class="plainlist">\n<ul><li><a href="/wiki/SES_S.A." title="SES S.A.">SES S.A.</a></li>\n<li><a href="/wiki/EchoStar" title="EchoStar">EchoStar</a></li></ul>\n</div>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">Third reuse and recovery of a previously flown first-stage booster, and the second time the contractor SES used a reflown booster.<sup id="cite_ref-ses11-reuse_228-1" class="reference"><a href="#cite_note-ses11-reuse-228">[220]</a></sup> The large satellite is shared, in "<a href="/wiki/CondoSat" title="CondoSat">CondoSat</a>" arrangement between SES and <a href="/wiki/EchoStar" title="EchoStar">EchoStar</a>.<sup id="cite_ref-229" class="reference"><a href="#cite_note-229">[221]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">44\n</th>\n<td>30 October 2017,<br />19:34\n</td>\n<td><a href="/wiki/Falcon_9_Block_4" class="mw-redirect" title="Falcon 9 Block 4">F9 B4</a><br />B1042.1<sup id="cite_ref-nsf-20170925_227-2" class="reference"><a href="#cite_note-nsf-20170925-227">[219]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Koreasat_5A" title="Koreasat 5A">Koreasat 5A</a><sup id="cite_ref-spacenews20140512_230-0" class="reference"><a href="#cite_note-spacenews20140512-230">[222]</a></sup>\n</td>\n<td>3,500 kg (7,700 lb)\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/KT_Corporation" title="KT Corporation">KT Corporation</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">First SpaceX launch of a South Korean satellite, placed in GEO at 113.0\xc2\xb0 east.<sup id="cite_ref-koreasat5a_231-0" class="reference"><a href="#cite_note-koreasat5a-231">[223]</a></sup> It was the third launch and land for SpaceX in three weeks, and the 15th successful landing in a row.<sup id="cite_ref-232" class="reference"><a href="#cite_note-232">[224]</a></sup> A small fire was observed under the booster after it landed, leading to speculations about damages to the engines which would preclude it from flying it again.<sup id="cite_ref-233" class="reference"><a href="#cite_note-233">[225]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">45\n</th>\n<td>15 December 2017,<br />15:36<sup id="cite_ref-234" class="reference"><a href="#cite_note-234">[226]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a> \xe2\x99\xba <br />B1035.2<sup id="cite_ref-nsf-20171111_235-0" class="reference"><a href="#cite_note-nsf-20171111-235">[227]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-13" title="SpaceX CRS-13">SpaceX CRS-13</a><sup id="cite_ref-spn-20160224_148-4" class="reference"><a href="#cite_note-spn-20160224-148">[141]</a></sup><br />(Dragon C108.2 \xe2\x99\xba)\n</td>\n<td>2,205 kg (4,861 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(ground pad)</small>\n</td></tr>\n<tr>\n<td colspan="9">First launch to take place at the refurbished pad at Cape Canaveral after the 2016 <a href="/wiki/Amos-6" class="mw-redirect" title="Amos-6">Amos-6</a> explosion, and the 20th successful booster landing. Being the second reuse of a Dragon capsule (previously flown on <a href="/wiki/SpaceX_CRS-6" title="SpaceX CRS-6">SpaceX CRS-6</a>) and fourth reuse of a booster (previously flown on <a href="/wiki/SpaceX_CRS-11" title="SpaceX CRS-11">SpaceX CRS-11</a>) it was the first time both major components were reused on the same flight.<sup id="cite_ref-236" class="reference"><a href="#cite_note-236">[228]</a></sup><sup id="cite_ref-nsf-20171111_235-1" class="reference"><a href="#cite_note-nsf-20171111-235">[227]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">46\n</th>\n<td>23 December 2017,<br />01:27<sup id="cite_ref-sfn_iridium4_237-0" class="reference"><a href="#cite_note-sfn_iridium4-237">[229]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a> \xe2\x99\xba <br />B1036.2<sup id="cite_ref-nsf-20171111_235-2" class="reference"><a href="#cite_note-nsf-20171111-235">[227]</a></sup>\n</td>\n<td><a href="/wiki/Vandenberg_Air_Force_Base" class="mw-redirect" title="Vandenberg Air Force Base">VAFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/Iridium_NEXT" class="mw-redirect" title="Iridium NEXT">Iridium NEXT</a>-4<br />(10 satellites)<sup id="cite_ref-sdc20100616_160-2" class="reference"><a href="#cite_note-sdc20100616-160">[152]</a></sup>\n</td>\n<td>9,600 kg (21,200 lb)\n</td>\n<td><a href="/wiki/Polar_orbit" title="Polar orbit">Polar</a> <a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/Iridium_Communications" title="Iridium Communications">Iridium Communications</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-Iridium_NEXT-4_SN_238-0" class="reference"><a href="#cite_note-Iridium_NEXT-4_SN-238">[230]</a></sup>\n</td>\n<td style="background: #adffe6; color: black; vertical-align: middle; text-align: center;" class="partial table-partial">Controlled<br /><small>(ocean)</small><sup id="cite_ref-ocean_landing_38-5" class="reference"><a href="#cite_note-ocean_landing-38">[d]</a></sup><sup id="cite_ref-Iridium_NEXT-4_SN_238-1" class="reference"><a href="#cite_note-Iridium_NEXT-4_SN-238">[230]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">In order to avoid delays and convinced of no increased risks, Iridium Communications accepted the use of a recovered booster for its 10 satellites, and became the first customer to fly the same first-stage booster twice (from the second Iridium NEXT mission).<sup id="cite_ref-239" class="reference"><a href="#cite_note-239">[231]</a></sup><sup id="cite_ref-nsf_iridium_240-0" class="reference"><a href="#cite_note-nsf_iridium-240">[232]</a></sup> SpaceX chose not to attempt recovery of the booster, but did perform a soft ocean touchdown.<sup id="cite_ref-241" class="reference"><a href="#cite_note-241">[233]</a></sup> The launch occurred during sunset, which caused a <a href="/wiki/Twilight_phenomena" class="mw-redirect" title="Twilight phenomena">twilight effect</a> where sunlight reflected from the rocket plumes at high altitude, causing "jaw-dropping views" across <a href="/wiki/Southern_California" title="Southern California">Southern California</a> and surrounding regions.<sup id="cite_ref-242" class="reference"><a href="#cite_note-242">[234]</a></sup>\n</td></tr></tbody></table>\n<h3><span class="mw-headline" id="2018">2018</span></h3>\n<p>In November 2017, <a href="/wiki/Gwynne_Shotwell" title="Gwynne Shotwell">Gwynne Shotwell</a> expected to increase launch cadence in 2018 by about 50% compared to 2017, leveling out at a rate of about 30 to 40 per year, not including launches for the planned SpaceX satellite constellation <a href="/wiki/Starlink" title="Starlink">Starlink</a>.<sup id="cite_ref-243" class="reference"><a href="#cite_note-243">[235]</a></sup> The actual launch rate increased by 17% from 18 in 2017 to 21 in 2018, giving SpaceX the second most launches for the year for a rocket family, behind China\'s <a href="/wiki/Long_March_(rocket_family)" title="Long March (rocket family)">Long March</a>.<sup id="cite_ref-244" class="reference"><a href="#cite_note-244">[236]</a></sup> <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a> made its first flight.\n</p>\n<table class="wikitable plainrowheaders collapsible" style="width: 100%;">\n<tbody><tr>\n<th scope="col">Flight No.\n</th>\n<th scope="col">Date and<br />time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)\n</th>\n<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br />Booster</a><sup id="cite_ref-booster_11-5" class="reference"><a href="#cite_note-booster-11">[b]</a></sup>\n</th>\n<th scope="col">Launch site\n</th>\n<th scope="col">Payload<sup id="cite_ref-Dragon_12-5" class="reference"><a href="#cite_note-Dragon-12">[c]</a></sup>\n</th>\n<th scope="col">Payload mass\n</th>\n<th scope="col">Orbit\n</th>\n<th scope="col">Customer\n</th>\n<th scope="col">Launch<br />outcome\n</th>\n<th scope="col"><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Booster<br />landing</a>\n</th></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">47\n</th>\n<td>8 January 2018,<br />01:00<sup id="cite_ref-245" class="reference"><a href="#cite_note-245">[237]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 B4</a><br />B1043.1<sup id="cite_ref-zuma_246-0" class="reference"><a href="#cite_note-zuma-246">[238]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a><br />\n</td>\n<td><a href="/wiki/Zuma_(satellite)" title="Zuma (satellite)">Zuma</a><sup id="cite_ref-zuma_246-1" class="reference"><a href="#cite_note-zuma-246">[238]</a></sup><sup id="cite_ref-247" class="reference"><a href="#cite_note-247">[239]</a></sup><sup id="cite_ref-248" class="reference"><a href="#cite_note-248">[240]</a></sup>\n</td>\n<td data-sort-value="" style="background: #ececec; color: #2C2C2C; vertical-align: middle; text-align: center;" class="table-na">Classified\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/Northrop_Grumman" title="Northrop Grumman">Northrop Grumman</a> <sup id="cite_ref-249" class="reference"><a href="#cite_note-249">[f]</a></sup><sup id="cite_ref-zuma_246-2" class="reference"><a href="#cite_note-zuma-246">[238]</a></sup>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-250" class="reference"><a href="#cite_note-250">[241]</a></sup>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(ground pad)</small>\n</td></tr>\n<tr>\n<td colspan="9">The mission had been postponed by nearly two months. Following a nominal launch, the recovery of the first-stage booster marked the 17th successful recovery in a row.<sup id="cite_ref-zuma-presskit2_251-0" class="reference"><a href="#cite_note-zuma-presskit2-251">[242]</a></sup> Rumors appeared that the payload was lost, as the satellite might have failed to separate from the second stage<sup id="cite_ref-ZumaVerge2_252-0" class="reference"><a href="#cite_note-ZumaVerge2-252">[243]</a></sup> due to a fault in the Northrop Grumman-manufactured payload adapter, to which SpaceX announced that their rocket performed nominally.<sup id="cite_ref-ZumaVerge2_252-1" class="reference"><a href="#cite_note-ZumaVerge2-252">[243]</a></sup> The classified nature of the mission means that there is little confirmed information.<small>(<a href="#Zuma_launch_controversy">more details below</a>)</small>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">48\n</th>\n<td>31 January 2018,<br />21:25<sup id="cite_ref-253" class="reference"><a href="#cite_note-253">[244]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a> \xe2\x99\xba <br />B1032.2<sup id="cite_ref-sfn-20180111_254-0" class="reference"><a href="#cite_note-sfn-20180111-254">[245]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/SES-16" title="SES-16">GovSat-1</a> (SES-16)<sup id="cite_ref-ses20150225_255-0" class="reference"><a href="#cite_note-ses20150225-255">[246]</a></sup>\n</td>\n<td>4,230 kg (9,330 lb)<sup id="cite_ref-256" class="reference"><a href="#cite_note-256">[247]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-Govsat_SN_257-0" class="reference"><a href="#cite_note-Govsat_SN-257">[248]</a></sup>\n</td>\n<td style="background: #adffe6; color: black; vertical-align: middle; text-align: center;" class="partial table-partial">Controlled<br /><small>(ocean)</small><sup id="cite_ref-ocean_landing_38-6" class="reference"><a href="#cite_note-ocean_landing-38">[d]</a></sup><sup id="cite_ref-Govsat_SN_257-1" class="reference"><a href="#cite_note-Govsat_SN-257">[248]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">Reused booster from the classified <a href="/wiki/List_of_NRO_launches" title="List of NRO launches">NROL-76</a> mission in May 2017.<sup id="cite_ref-sfn-20180111_254-1" class="reference"><a href="#cite_note-sfn-20180111-254">[245]</a></sup> Following a successful experimental soft ocean landing that used three engines, the booster unexpectedly remained intact. Recovery was talked about and a <a href="/wiki/Craigslist" title="Craigslist">Craigslist</a> ad believed to be made by Elon Musk jokingly said the booster was for sale at US$9.9 million if the buyer brought their own <a href="/wiki/Tugboat" title="Tugboat">tugboat</a>.<sup id="cite_ref-258" class="reference"><a href="#cite_note-258">[249]</a></sup> Despite this, recovery was not attempted, and the booster was subsequently destroyed.<sup id="cite_ref-259" class="reference"><a href="#cite_note-259">[250]</a></sup> GovSat-1 satellite was put into a high-energy <a href="/wiki/Supersynchronous_orbit" title="Supersynchronous orbit">Supersynchronous Transfer Orbit</a> of 250 km \xc3\x97 51,500 km (160 mi \xc3\x97 32,000 mi).<sup id="cite_ref-260" class="reference"><a href="#cite_note-260">[251]</a></sup><sup id="cite_ref-261" class="reference"><a href="#cite_note-261">[252]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="4" style="text-align:center;"><a href="/wiki/Falcon_Heavy_test_flight" title="Falcon Heavy test flight">FH 1</a>\n</th>\n<td rowspan="3">6 February 2018,<br />20:45<sup id="cite_ref-262" class="reference"><a href="#cite_note-262">[253]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a><br />B1033.1 <small>(core)</small><sup id="cite_ref-nsf-20170425_136-3" class="reference"><a href="#cite_note-nsf-20170425-136">[129]</a></sup>\n</td>\n<td rowspan="3"><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td rowspan="3"><a href="/wiki/Elon_Musk%27s_Tesla_Roadster" title="Elon Musk's Tesla Roadster">Elon Musk\'s Tesla Roadster</a><sup id="cite_ref-263" class="reference"><a href="#cite_note-263">[254]</a></sup><sup id="cite_ref-264" class="reference"><a href="#cite_note-264">[255]</a></sup>\n</td>\n<td rowspan="3">~1,250 kg (2,760 lb)<sup id="cite_ref-teslaorbit_265-0" class="reference"><a href="#cite_note-teslaorbit-265">[256]</a></sup>\n</td>\n<td rowspan="3"><a href="/wiki/Heliocentric_orbit" title="Heliocentric orbit">Heliocentric</a><br />0.99\xe2\x80\x931.67 AU<sup id="cite_ref-teslaorbit_265-1" class="reference"><a href="#cite_note-teslaorbit-265">[256]</a></sup><br />(close to <a href="/wiki/Mars_transfer_orbit" class="mw-redirect" title="Mars transfer orbit">Mars transfer orbit</a>)\n</td>\n<td rowspan="3"><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td rowspan="3" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-NYT_Heavy_266-0" class="reference"><a href="#cite_note-NYT_Heavy-266">[257]</a></sup>\n</td>\n<td style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;" class="table-failure">Failure<sup id="cite_ref-NYT_Heavy_266-1" class="reference"><a href="#cite_note-NYT_Heavy-266">[257]</a></sup><br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1023.2</a><sup id="cite_ref-block_numbers_14-16" class="reference"><a href="#cite_note-block_numbers-14">[8]</a></sup> <small>(side)</small> \xe2\x99\xba\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(ground pad)</small>\n</td></tr>\n<tr>\n<td>B1025.2<sup id="cite_ref-block_numbers_14-17" class="reference"><a href="#cite_note-block_numbers-14">[8]</a></sup> <small>(side)</small> \xe2\x99\xba\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(ground pad)</small>\n</td></tr>\n<tr>\n<td colspan="9">Maiden flight of <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>, using two <a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">recovered Falcon 9 cores</a> as side boosters (from the <a href="/wiki/Thaicom_8" title="Thaicom 8">Thaicom 8</a><sup id="cite_ref-267" class="reference"><a href="#cite_note-267">[258]</a></sup> and <a href="/wiki/SpaceX_CRS-9" title="SpaceX CRS-9">SpaceX CRS-9</a><sup id="cite_ref-nsf-20170425_136-4" class="reference"><a href="#cite_note-nsf-20170425-136">[129]</a></sup> missions), as well as a modified <a href="/wiki/Falcon_9_Block_3" class="mw-redirect" title="Falcon 9 Block 3">Block 3</a> booster reinforced to endure the additional load from the two side boosters. The static fire test, held on 24 January 2018, was the first time 27 engines were tested together.<sup id="cite_ref-268" class="reference"><a href="#cite_note-268">[259]</a></sup> The launch was a success, and the side boosters landed simultaneously at adjacent ground pads.<sup id="cite_ref-NYT_Heavy_266-2" class="reference"><a href="#cite_note-NYT_Heavy-266">[257]</a></sup> Drone ship landing of the central core failed due to <a href="/wiki/Triethylaluminium" title="Triethylaluminium">TEA</a>\xe2\x80\x93<a href="/wiki/Triethylborane" title="Triethylborane">TEB</a> chemical igniter running out, preventing two of its engines from restarting; the landing failure caused damage to the nearby drone ship.<sup id="cite_ref-269" class="reference"><a href="#cite_note-269">[260]</a></sup><sup id="cite_ref-middle-booster_270-0" class="reference"><a href="#cite_note-middle-booster-270">[261]</a></sup> Final burn to heliocentric Earth-Mars orbit was performed after the second stage and payload cruised for 6 hours through the <a href="/wiki/Van_Allen_radiation_belt" title="Van Allen radiation belt">Van Allen radiation belts</a>.<sup id="cite_ref-271" class="reference"><a href="#cite_note-271">[262]</a></sup> Later, Elon Musk tweeted that the third burn was successful,<sup id="cite_ref-272" class="reference"><a href="#cite_note-272">[263]</a></sup> and <a href="/wiki/JPL_Horizons_On-Line_Ephemeris_System" title="JPL Horizons On-Line Ephemeris System">JPL Horizons On-Line Ephemeris System</a> showed the second stage and payload in an orbit with an <a href="/wiki/Perihelion_and_aphelion" class="mw-redirect" title="Perihelion and aphelion">aphelion</a> of 1.67 <a href="/wiki/Astronomical_unit" title="Astronomical unit">AU</a>.<sup id="cite_ref-horizons_273-0" class="reference"><a href="#cite_note-horizons-273">[264]</a></sup> The live webcast proved immensely popular, as it became the second most watched livestream so far on <a href="/wiki/YouTube" title="YouTube">YouTube</a>, reaching over 2.3 million concurrent views.<sup id="cite_ref-274" class="reference"><a href="#cite_note-274">[265]</a></sup> Over 100,000 visitors are believed to have come to the <a href="/wiki/Space_Coast" title="Space Coast">Space Coast</a> to watch the launch in person.<sup id="cite_ref-floridatoday.com_275-0" class="reference"><a href="#cite_note-floridatoday.com-275">[266]</a></sup><small>(<a href="#Falcon_Heavy_test_flight">more details below</a>)</small>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">49\n</th>\n<td>22 February 2018,<br />14:17<sup id="cite_ref-276" class="reference"><a href="#cite_note-276">[267]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a> \xe2\x99\xba<br />B1038.2<sup id="cite_ref-gunter-f9_277-0" class="reference"><a href="#cite_note-gunter-f9-277">[268]</a></sup>\n</td>\n<td><a href="/wiki/Vandenberg_Air_Force_Base" class="mw-redirect" title="Vandenberg Air Force Base">VAFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><div class="plainlist">\n<ul><li><a href="/wiki/Paz_(satellite)" title="Paz (satellite)">Paz</a><sup id="cite_ref-paz_278-0" class="reference"><a href="#cite_note-paz-278">[269]</a></sup></li>\n<li><a href="/wiki/Starlink" title="Starlink">Tintin A and Tintin B</a><sup id="cite_ref-gunter-microsat2_279-0" class="reference"><a href="#cite_note-gunter-microsat2-279">[270]</a></sup></li></ul>\n</div>\n</td>\n<td>2,150 kg (4,740 lb)\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>\n</td>\n<td><div class="plainlist">\n<ul><li><a href="/wiki/Hisdesat" class="mw-redirect" title="Hisdesat">Hisdesat</a></li>\n<li><a href="/wiki/ExactEarth" title="ExactEarth">exactEarth</a></li>\n<li><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a></li></ul>\n</div>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-Paz_SN_280-0" class="reference"><a href="#cite_note-Paz_SN-280">[271]</a></sup>\n</td>\n<td style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;" class="table-noAttempt">No attempt<br /><sup id="cite_ref-Paz_SN_280-1" class="reference"><a href="#cite_note-Paz_SN-280">[271]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">Last flight of a <a href="/wiki/Falcon_9_Block_3" class="mw-redirect" title="Falcon 9 Block 3">Block 3</a> first stage. Reused the booster from the <a href="/wiki/Formosat-5" title="Formosat-5">Formosat-5</a> mission.<sup id="cite_ref-gunter-f9_277-1" class="reference"><a href="#cite_note-gunter-f9-277">[268]</a></sup> Paz (peace) is Spain\'s first spy satellite<sup id="cite_ref-281" class="reference"><a href="#cite_note-281">[272]</a></sup> that will be operated in a constellation with the German SAR fleet <a href="/wiki/TerraSAR-X" title="TerraSAR-X">TSX</a> and <a href="/wiki/TanDEM-X" title="TanDEM-X">TDX</a>.<sup id="cite_ref-paz_278-1" class="reference"><a href="#cite_note-paz-278">[269]</a></sup> In addition, the rocket carried two SpaceX test satellites for their forthcoming <a href="/wiki/Starlink_(satellite_constellation)" class="mw-redirect" title="Starlink (satellite constellation)">communications network in low Earth orbit</a>.<sup id="cite_ref-nsf-20180211_282-0" class="reference"><a href="#cite_note-nsf-20180211-282">[273]</a></sup><sup id="cite_ref-gunter-microsat2_279-1" class="reference"><a href="#cite_note-gunter-microsat2-279">[270]</a></sup> This core flew without landing legs and was expended at sea.<sup id="cite_ref-nsf-20180211_282-1" class="reference"><a href="#cite_note-nsf-20180211-282">[273]</a></sup> It also featured an upgraded payload fairing 2.0 with a first recovery attempt using the <i><a href="/wiki/Mr._Steven" class="mw-redirect" title="Mr. Steven">Mr. Steven</a></i> crew boat equipped with a net. The fairing narrowly missed the boat, but achieved a soft water landing.<sup id="cite_ref-283" class="reference"><a href="#cite_note-283">[274]</a></sup><sup id="cite_ref-284" class="reference"><a href="#cite_note-284">[275]</a></sup><sup id="cite_ref-Paz_SN_280-2" class="reference"><a href="#cite_note-Paz_SN-280">[271]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">50\n</th>\n<td>6 March 2018,<br />05:33<sup id="cite_ref-:1_285-0" class="reference"><a href="#cite_note-:1-285">[276]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_4" class="mw-redirect" title="Falcon 9 Block 4">F9 B4</a><br />B1044.1<sup id="cite_ref-skyrocket_1.2_115-5" class="reference"><a href="#cite_note-skyrocket_1.2-115">[108]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><div class="plainlist">\n<ul><li><a href="/wiki/Hispasat_30W-6" title="Hispasat 30W-6">Hispasat 30W-6</a><sup id="cite_ref-spx20150914_286-0" class="reference"><a href="#cite_note-spx20150914-286">[277]</a></sup></li>\n<li>PODSat<sup id="cite_ref-287" class="reference"><a href="#cite_note-287">[278]</a></sup></li></ul>\n</div>\n</td>\n<td>6,092 kg (13,431 lb)<sup id="cite_ref-gunter-hispasat30w6_288-0" class="reference"><a href="#cite_note-gunter-hispasat30w6-288">[279]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><div class="plainlist">\n<ul><li><a href="/wiki/Hispasat" title="Hispasat">Hispasat</a><sup id="cite_ref-spx20150914_286-1" class="reference"><a href="#cite_note-spx20150914-286">[277]</a></sup></li>\n<li><a href="/wiki/NovaWurks" title="NovaWurks">NovaWurks</a></li></ul>\n</div>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-Hispasat_SFN_289-0" class="reference"><a href="#cite_note-Hispasat_SFN-289">[280]</a></sup>\n</td>\n<td style="background:#ececec; text-align:center;">No attempt<br /><sup id="cite_ref-nsf-20180305_290-0" class="reference"><a href="#cite_note-nsf-20180305-290">[281]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">The Spanish commsat was the largest satellite flown by SpaceX as of March 2018<sup class="plainlinks noexcerpt noprint asof-tag update" style="display:none;"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&action=edit">[update]</a></sup>, "nearly the size of a bus".<sup id="cite_ref-cnbc-20180306_291-0" class="reference"><a href="#cite_note-cnbc-20180306-291">[282]</a></sup> A drone ship landing was planned, but scrapped due to unfavorable weather conditions.<sup id="cite_ref-nsf-20180305_290-1" class="reference"><a href="#cite_note-nsf-20180305-290">[281]</a></sup> SpaceX left the landing legs and titanium grid fins in place to prevent further delays, after previous concerns with the fairing pressurization and conflicts with the launch of <a href="/wiki/GOES-S" class="mw-redirect" title="GOES-S">GOES-S</a>.<sup id="cite_ref-292" class="reference"><a href="#cite_note-292">[283]</a></sup> The Hispasat 30W-6 satellite was propelled into a supersynchronous transfer orbit.<sup id="cite_ref-293" class="reference"><a href="#cite_note-293">[284]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">51\n</th>\n<td>30 March 2018,<br />14:14<sup id="cite_ref-294" class="reference"><a href="#cite_note-294">[285]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_4" class="mw-redirect" title="Falcon 9 Block 4">F9 B4</a> \xe2\x99\xba<br />B1041.2<sup id="cite_ref-gunter-f9_277-2" class="reference"><a href="#cite_note-gunter-f9-277">[268]</a></sup>\n</td>\n<td><a href="/wiki/Vandenberg_Air_Force_Base" class="mw-redirect" title="Vandenberg Air Force Base">VAFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/Iridium_NEXT" class="mw-redirect" title="Iridium NEXT">Iridium NEXT</a>-5<br />(10 satellites)<sup id="cite_ref-sdc20100616_160-3" class="reference"><a href="#cite_note-sdc20100616-160">[152]</a></sup>\n</td>\n<td>9,600 kg (21,200 lb)\n</td>\n<td><a href="/wiki/Polar_orbit" title="Polar orbit">Polar</a> <a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/Iridium_Communications" title="Iridium Communications">Iridium Communications</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-Iridium_NEXT_5_NSF_295-0" class="reference"><a href="#cite_note-Iridium_NEXT_5_NSF-295">[286]</a></sup>\n</td>\n<td style="background:#ececec; text-align:center;">No attempt<br /><sup id="cite_ref-296" class="reference"><a href="#cite_note-296">[287]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">Fifth Iridium NEXT mission launch of 10 satellites used the refurbished booster from third Iridium flight. As with recent reflown boosters, SpaceX used the controlled descent of the first stage to test more booster recovery options.<sup id="cite_ref-297" class="reference"><a href="#cite_note-297">[288]</a></sup> SpaceX planned a second recovery attempt of one half of the fairing using the specially modified boat <a href="/wiki/Mr._Steven" class="mw-redirect" title="Mr. Steven">Mr. Steven</a>,<sup id="cite_ref-298" class="reference"><a href="#cite_note-298">[289]</a></sup> but the parafoil twisted, which led to the fairing half missing the boat.<sup id="cite_ref-299" class="reference"><a href="#cite_note-299">[290]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">52\n</th>\n<td>2 April 2018,<br />20:30<sup id="cite_ref-300" class="reference"><a href="#cite_note-300">[291]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_4" class="mw-redirect" title="Falcon 9 Block 4">F9 B4</a> \xe2\x99\xba<br />B1039.2<sup id="cite_ref-nsf-20180328_301-0" class="reference"><a href="#cite_note-nsf-20180328-301">[292]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-14" title="SpaceX CRS-14">SpaceX CRS-14</a><sup id="cite_ref-spn-20160224_148-5" class="reference"><a href="#cite_note-spn-20160224-148">[141]</a></sup><br />(Dragon C110.2 \xe2\x99\xba)\n</td>\n<td>2,647 kg (5,836 lb)<sup id="cite_ref-nsf-20180328_301-1" class="reference"><a href="#cite_note-nsf-20180328-301">[292]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-302" class="reference"><a href="#cite_note-302">[293]</a></sup>\n</td>\n<td style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;" class="table-noAttempt">No attempt<br /><sup id="cite_ref-CRS-14_NSF_303-0" class="reference"><a href="#cite_note-CRS-14_NSF-303">[294]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">The launch used a refurbished booster (from <a href="/wiki/SpaceX_CRS-12" title="SpaceX CRS-12">CRS-12</a>) and a refurbished capsule (C110 from <a href="/wiki/SpaceX_CRS-8" title="SpaceX CRS-8">CRS-8</a>).<sup id="cite_ref-nsf-20180328_301-2" class="reference"><a href="#cite_note-nsf-20180328-301">[292]</a></sup> External payloads include a materials research platform <a href="/wiki/Materials_International_Space_Station_Experiment" title="Materials International Space Station Experiment">Materials International Space Station Experiment</a> (MISSE-FF)<sup id="cite_ref-304" class="reference"><a href="#cite_note-304">[295]</a></sup> phase 3 of the <a href="/wiki/Robotic_Refueling_Mission" title="Robotic Refueling Mission">Robotic Refueling Mission</a> (RRM)<sup id="cite_ref-305" class="reference"><a href="#cite_note-305">[296]</a></sup> TSIS,<sup id="cite_ref-306" class="reference"><a href="#cite_note-306">[297]</a></sup> ASIM heliophysics sensor,<sup id="cite_ref-workshop-matsew20160517_198-2" class="reference"><a href="#cite_note-workshop-matsew20160517-198">[190]</a></sup> several crystallization experiments,<sup id="cite_ref-307" class="reference"><a href="#cite_note-307">[298]</a></sup> and the <i><a href="/wiki/RemoveDEBRIS" title="RemoveDEBRIS">RemoveDEBRIS</a></i> system aimed at <a href="/wiki/Space_debris" title="Space debris">space debris</a> removal.<sup id="cite_ref-308" class="reference"><a href="#cite_note-308">[299]</a></sup> The booster was expended, and SpaceX collected more data on reentry profiles.<sup id="cite_ref-baylor-20180403_309-0" class="reference"><a href="#cite_note-baylor-20180403-309">[300]</a></sup> It also carried the first <a href="/wiki/Costa_Rica" title="Costa Rica">Costa Rican</a> satellite, <a href="/wiki/Project_Iraz%C3%BA" class="mw-redirect" title="Project Iraz\xc3\xba">Project Iraz\xc3\xba</a>,<sup id="cite_ref-310" class="reference"><a href="#cite_note-310">[301]</a></sup> and the first <a href="/wiki/Kenya" title="Kenya">Kenyan</a> satellite, <a href="/wiki/1KUNS-PF" title="1KUNS-PF">1KUNS-PF</a>.<sup id="cite_ref-311" class="reference"><a href="#cite_note-311">[302]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">53\n</th>\n<td>18 April 2018,<br />22:51<sup id="cite_ref-nsf20180418_312-0" class="reference"><a href="#cite_note-nsf20180418-312">[303]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_4" class="mw-redirect" title="Falcon 9 Block 4">F9 B4</a><br />B1045.1<sup id="cite_ref-gunter-f9_277-3" class="reference"><a href="#cite_note-gunter-f9-277">[268]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Transiting_Exoplanet_Survey_Satellite" title="Transiting Exoplanet Survey Satellite">Transiting Exoplanet Survey Satellite</a> (TESS)<sup id="cite_ref-NASA_C14_313-0" class="reference"><a href="#cite_note-NASA_C14-313">[304]</a></sup>\n</td>\n<td>362 kg (798 lb)<sup id="cite_ref-tess-flight_314-0" class="reference"><a href="#cite_note-tess-flight-314">[305]</a></sup>\n</td>\n<td><a href="/wiki/High_Earth_orbit" title="High Earth orbit">HEO</a> for <a href="/wiki/P/2_orbit" class="mw-redirect" title="P/2 orbit">P/2 orbit</a>\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Launch_Services_Program" title="Launch Services Program">LSP</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-TESS_NSF_315-0" class="reference"><a href="#cite_note-TESS_NSF-315">[306]</a></sup>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-TESS_NSF_315-1" class="reference"><a href="#cite_note-TESS_NSF-315">[306]</a></sup><br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">First NASA high-priority science mission launched by SpaceX. Part of the <a href="/wiki/Explorers_program" class="mw-redirect" title="Explorers program">Explorers program</a>, TESS is <a href="/wiki/Space_telescope" title="Space telescope">space telescope</a> intended for wide-field search of <a href="/wiki/Exoplanet" title="Exoplanet">exoplanets</a> transiting nearby stars. It was the first time SpaceX launched a scientific satellite which wasn\'t designed to focus on <a href="/wiki/Earth_observation_satellite" title="Earth observation satellite">Earth observations</a>. The second stage placed the spacecraft into a high elliptical <a href="/wiki/Earth" title="Earth">Earth</a> orbit, after which the satellite performed its own maneuvers, including a lunar flyby, such that over the course of two months it reached a stable 2:1 resonant orbit with the Moon.<sup id="cite_ref-316" class="reference"><a href="#cite_note-316">[307]</a></sup> In January 2018, SpaceX received NASA\'s <a href="/wiki/Launch_Services_Program" title="Launch Services Program">Launch Services Program</a> Category 2 certification of its Falcon 9 "Full Thrust", certification which is required for launching "medium-risk" missions like TESS.<sup id="cite_ref-317" class="reference"><a href="#cite_note-317">[308]</a></sup> Last launch of a new Block 4 booster,<sup id="cite_ref-318" class="reference"><a href="#cite_note-318">[309]</a></sup> and the 24th successful recovery of the first stage. An experimental water landing of the launch fairing was performed in order to attempt fairing recovery, primarily as a test of parachute systems.<sup id="cite_ref-tess-flight_314-1" class="reference"><a href="#cite_note-tess-flight-314">[305]</a></sup><sup id="cite_ref-TESS_NSF_315-2" class="reference"><a href="#cite_note-TESS_NSF-315">[306]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">54\n</th>\n<td>11 May 2018,<br />20:14<sup id="cite_ref-319" class="reference"><a href="#cite_note-319">[310]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><sup id="cite_ref-320" class="reference"><a href="#cite_note-320">[311]</a></sup><br /><a href="/wiki/Falcon_9_B1046" title="Falcon 9 B1046">B1046.1</a><sup id="cite_ref-gunter-f9_277-4" class="reference"><a href="#cite_note-gunter-f9-277">[268]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Bangabandhu-1" title="Bangabandhu-1">Bangabandhu-1</a><sup id="cite_ref-dhakatribune_321-0" class="reference"><a href="#cite_note-dhakatribune-321">[312]</a></sup><sup id="cite_ref-gunter-bd1_322-0" class="reference"><a href="#cite_note-gunter-bd1-322">[313]</a></sup>\n</td>\n<td>3,600 kg (7,900 lb)<sup id="cite_ref-323" class="reference"><a href="#cite_note-323">[314]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Thales_Alenia_Space" title="Thales Alenia Space">Thales-Alenia</a> / <a href="/wiki/Bangladesh_Telecommunication_Regulatory_Commission" title="Bangladesh Telecommunication Regulatory Commission">BTRC</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-Bangabandhu-1_AT_324-0" class="reference"><a href="#cite_note-Bangabandhu-1_AT-324">[315]</a></sup>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-Bangabandhu-1_AT_324-1" class="reference"><a href="#cite_note-Bangabandhu-1_AT-324">[315]</a></sup><br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">First <a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">Block 5</a> launch vehicle booster to fly. Initially planned for an <a href="/wiki/Ariane_5" title="Ariane 5">Ariane 5</a> launch in December 2017,<sup id="cite_ref-325" class="reference"><a href="#cite_note-325">[316]</a></sup> it became the first Bangladeshi commercial satellite,<sup id="cite_ref-326" class="reference"><a href="#cite_note-326">[317]</a></sup> <a href="/wiki/BRAC_Onnesha" title="BRAC Onnesha">BRAC Onnesha</a> is a cubesat built by <a href="/wiki/Thales_Alenia_Space" title="Thales Alenia Space">Thales Alenia Space</a>.<sup id="cite_ref-327" class="reference"><a href="#cite_note-327">[318]</a></sup><sup id="cite_ref-328" class="reference"><a href="#cite_note-328">[319]</a></sup> It is intended to serve telecom services from 119.0\xc2\xb0 east with a lifetime of 15 years.<sup id="cite_ref-329" class="reference"><a href="#cite_note-329">[320]</a></sup> It was the 25th successfully recovered first stage booster.<sup id="cite_ref-Bangabandhu-1_AT_324-2" class="reference"><a href="#cite_note-Bangabandhu-1_AT-324">[315]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">55\n</th>\n<td>22 May 2018,<br />19:47<sup id="cite_ref-330" class="reference"><a href="#cite_note-330">[321]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_4" class="mw-redirect" title="Falcon 9 Block 4">F9 B4</a> \xe2\x99\xba<br />B1043.2<sup id="cite_ref-331" class="reference"><a href="#cite_note-331">[322]</a></sup>\n</td>\n<td><a href="/wiki/Vandenberg_Air_Force_Base" class="mw-redirect" title="Vandenberg Air Force Base">VAFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><div class="plainlist">\n<ul><li><a href="/wiki/Iridium_NEXT" class="mw-redirect" title="Iridium NEXT">Iridium NEXT</a>-6<br />(5 satellites)<sup id="cite_ref-sdc20100616_160-4" class="reference"><a href="#cite_note-sdc20100616-160">[152]</a></sup><sup id="cite_ref-IridiumridesharePR_163-1" class="reference"><a href="#cite_note-IridiumridesharePR-163">[155]</a></sup></li>\n<li><span class="nowrap"><a href="/wiki/GRACE-FO" class="mw-redirect" title="GRACE-FO">GRACE-FO</a> \xc3\x97 2</span><sup id="cite_ref-iridium-rideshare_332-0" class="reference"><a href="#cite_note-iridium-rideshare-332">[323]</a></sup><sup id="cite_ref-grace-fo-launch_333-0" class="reference"><a href="#cite_note-grace-fo-launch-333">[324]</a></sup></li></ul>\n</div>\n</td>\n<td>6,460 kg (14,240 lb)<sup id="cite_ref-336" class="reference"><a href="#cite_note-336">[g]</a></sup>\n</td>\n<td><a href="/wiki/Polar_orbit" title="Polar orbit">Polar</a> <a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><div class="plainlist">\n<ul><li><a href="/wiki/Iridium_Communications" title="Iridium Communications">Iridium Communications</a></li>\n<li><a href="/wiki/GFZ_German_Research_Centre_for_Geosciences" title="GFZ German Research Centre for Geosciences">GFZ</a> • <a href="/wiki/NASA" title="NASA">NASA</a></li></ul>\n</div>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-337" class="reference"><a href="#cite_note-337">[327]</a></sup>\n</td>\n<td style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;" class="table-noAttempt">No attempt<br /><sup id="cite_ref-expendable_173-3" class="reference"><a href="#cite_note-expendable-173">[165]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">Sixth Iridium NEXT mission launching 5 satellites used the refurbished booster from Zuma. GFZ arranged a rideshare of GRACE-FO on a Falcon 9 with Iridium following the cancellation of their <a href="/wiki/Dnepr_(rocket)" title="Dnepr (rocket)">Dnepr</a> launch contract in 2015.<sup id="cite_ref-iridium-rideshare_332-1" class="reference"><a href="#cite_note-iridium-rideshare-332">[323]</a></sup> Iridium CEO Matt Desch disclosed in September 2017 that GRACE-FO would be launched on this mission.<sup id="cite_ref-338" class="reference"><a href="#cite_note-338">[328]</a></sup> The booster reuse turnaround was a record 4.5 months between flights.<sup id="cite_ref-339" class="reference"><a href="#cite_note-339">[329]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">56\n</th>\n<td>4 June 2018,<br />04:45<sup id="cite_ref-340" class="reference"><a href="#cite_note-340">[330]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_4" class="mw-redirect" title="Falcon 9 Block 4">F9 B4</a> \xe2\x99\xba<br />B1040.2<sup id="cite_ref-gunter-f9_277-5" class="reference"><a href="#cite_note-gunter-f9-277">[268]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/SES-12" title="SES-12">SES-12</a><sup id="cite_ref-SES12_341-0" class="reference"><a href="#cite_note-SES12-341">[331]</a></sup>\n</td>\n<td>5,384 kg (11,870 lb)<sup id="cite_ref-nsf-20180531_342-0" class="reference"><a href="#cite_note-nsf-20180531-342">[332]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-343" class="reference"><a href="#cite_note-343">[333]</a></sup>\n</td>\n<td style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;" class="table-noAttempt">No attempt<br /><sup id="cite_ref-expendable_173-4" class="reference"><a href="#cite_note-expendable-173">[165]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">The communications satellite serving the Middle East and the Asia-Pacific region at the same place as <a href="/wiki/SES-8" title="SES-8">SES-8</a>, and was the largest satellite built for SES.<sup id="cite_ref-SES12_341-1" class="reference"><a href="#cite_note-SES12-341">[331]</a></sup> The Block 4 first stage was expended,<sup id="cite_ref-nsf-20180531_342-1" class="reference"><a href="#cite_note-nsf-20180531-342">[332]</a></sup> while the second stage was a Block 5 version, delivering more power towards a higher <a href="/wiki/Supersynchronous_orbit" title="Supersynchronous orbit">supersynchronous transfer orbit</a> with 58,000 km (36,000 mi) apogee.<sup id="cite_ref-344" class="reference"><a href="#cite_note-344">[334]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">57\n</th>\n<td>29 June 2018,<br />09:42<sup id="cite_ref-345" class="reference"><a href="#cite_note-345">[335]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_4" class="mw-redirect" title="Falcon 9 Block 4">F9 B4</a> \xe2\x99\xba<br />B1045.2<sup id="cite_ref-346" class="reference"><a href="#cite_note-346">[336]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-15" title="SpaceX CRS-15">SpaceX CRS-15</a><br />(Dragon C111.2 \xe2\x99\xba)\n</td>\n<td>2,697 kg (5,946 lb)<sup id="cite_ref-347" class="reference"><a href="#cite_note-347">[337]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-348" class="reference"><a href="#cite_note-348">[338]</a></sup>\n</td>\n<td style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;" class="table-noAttempt">No attempt<br /><sup id="cite_ref-expendable_173-5" class="reference"><a href="#cite_note-expendable-173">[165]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">Payload included <a href="/wiki/Materials_International_Space_Station_Experiment" title="Materials International Space Station Experiment">MISSE-FF 2</a>, <a href="/wiki/ECOSTRESS" title="ECOSTRESS">ECOSTRESS</a>, a <a href="/wiki/Mobile_Servicing_System" title="Mobile Servicing System">Latching End Effector</a>, and <a href="/wiki/Birds-2" title="Birds-2">Birds-2</a> payloads. The refurbished booster featured a record 2.5 months period turnaround from its original launch of TESS, a record held until February 2020 with the Starlink L4 mission. The fastest previous was 4.5 months. This was the last flight of a Block 4 booster, which was expended into the <a href="/wiki/Atlantic_Ocean" title="Atlantic Ocean">Atlantic Ocean</a> without landing legs and grid fins.<sup id="cite_ref-block4retirement_349-0" class="reference"><a href="#cite_note-block4retirement-349">[339]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">58\n</th>\n<td>22 July 2018,<br />05:50<sup id="cite_ref-350" class="reference"><a href="#cite_note-350">[340]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1047.1</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Telstar_19V" title="Telstar 19V">Telstar 19V</a><sup id="cite_ref-sfn-20160226_351-0" class="reference"><a href="#cite_note-sfn-20160226-351">[341]</a></sup>\n</td>\n<td>7,075 kg (15,598 lb)<sup id="cite_ref-352" class="reference"><a href="#cite_note-352">[342]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a><sup id="cite_ref-sfn-20180722_353-0" class="reference"><a href="#cite_note-sfn-20180722-353">[343]</a></sup>\n</td>\n<td><a href="/wiki/Telesat" title="Telesat">Telesat</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-Telstar_19V_SFI_354-0" class="reference"><a href="#cite_note-Telstar_19V_SFI-354">[344]</a></sup>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-Telstar_19V_SFI_354-1" class="reference"><a href="#cite_note-Telstar_19V_SFI-354">[344]</a></sup><br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9"><a href="/wiki/SSL_(company)" title="SSL (company)">SSL</a>-manufactured communications satellite intended to be placed at 63.0\xc2\xb0 west over the Americas,<sup id="cite_ref-355" class="reference"><a href="#cite_note-355">[345]</a></sup> replacing Telstar 14R.<sup id="cite_ref-sfn-20180722_353-1" class="reference"><a href="#cite_note-sfn-20180722-353">[343]</a></sup> At 7,075 kg (15,598 lb), it became the heaviest commercial communications satellite so far launched.<sup id="cite_ref-356" class="reference"><a href="#cite_note-356">[346]</a></sup><sup id="cite_ref-357" class="reference"><a href="#cite_note-357">[347]</a></sup> This necessitated that the satellite be launched into a lower-energy orbit than a usual GTO, with its initial apogee at roughly 17,900 km (11,100 mi).<sup id="cite_ref-sfn-20180722_353-2" class="reference"><a href="#cite_note-sfn-20180722-353">[343]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">59\n</th>\n<td>25 July 2018,<br />11:39<sup id="cite_ref-358" class="reference"><a href="#cite_note-358">[348]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><sup id="cite_ref-iridiumboosters_359-0" class="reference"><a href="#cite_note-iridiumboosters-359">[349]</a></sup><br /><a href="/wiki/Falcon_9_booster_B1048" class="mw-redirect" title="Falcon 9 booster B1048">B1048</a>.1<sup id="cite_ref-360" class="reference"><a href="#cite_note-360">[350]</a></sup>\n</td>\n<td><a href="/wiki/Vandenberg_Air_Force_Base" class="mw-redirect" title="Vandenberg Air Force Base">VAFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/Iridium_NEXT" class="mw-redirect" title="Iridium NEXT">Iridium NEXT</a>-7<br />(10 satellites)<sup id="cite_ref-sdc20100616_160-5" class="reference"><a href="#cite_note-sdc20100616-160">[152]</a></sup>\n</td>\n<td>9,600 kg (21,200 lb)\n</td>\n<td><a href="/wiki/Polar_orbit" title="Polar orbit">Polar</a> <a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/Iridium_Communications" title="Iridium Communications">Iridium Communications</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-Iridium_NEXT-7_SN_361-0" class="reference"><a href="#cite_note-Iridium_NEXT-7_SN-361">[351]</a></sup>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-Iridium_NEXT-7_space_362-0" class="reference"><a href="#cite_note-Iridium_NEXT-7_space-362">[352]</a></sup><br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">Seventh Iridium NEXT launch, with 10 communication satellites.<sup id="cite_ref-Iridium_NEXT-7_SN_361-1" class="reference"><a href="#cite_note-Iridium_NEXT-7_SN-361">[351]</a></sup> The booster landed safely on the drone ship in the worst weather conditions for any landing yet attempted.<sup id="cite_ref-Iridium_NEXT-7_space_362-1" class="reference"><a href="#cite_note-Iridium_NEXT-7_space-362">[352]</a></sup><sup id="cite_ref-Iridium_NEXT-7_SN_361-2" class="reference"><a href="#cite_note-Iridium_NEXT-7_SN-361">[351]</a></sup> <i>Mr. Steven</i> boat with an upgraded 4x size net was used to attempt fairing recovery but failed due to harsh weather.<sup id="cite_ref-Iridium_NEXT-7_space_362-2" class="reference"><a href="#cite_note-Iridium_NEXT-7_space-362">[352]</a></sup><sup id="cite_ref-Iridium_NEXT-7_SN_361-3" class="reference"><a href="#cite_note-Iridium_NEXT-7_SN-361">[351]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">60\n</th>\n<td>7 August 2018,<br />05:18<sup id="cite_ref-363" class="reference"><a href="#cite_note-363">[353]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba <br /><a href="/wiki/Falcon_9_booster_B1046" class="mw-redirect" title="Falcon 9 booster B1046">B1046.2</a><sup id="cite_ref-Ralph-20180727_364-0" class="reference"><a href="#cite_note-Ralph-20180727-364">[354]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Merah_Putih_(satellite)" class="mw-redirect" title="Merah Putih (satellite)">Merah Putih</a> (formerly Telkom 4)<sup id="cite_ref-365" class="reference"><a href="#cite_note-365">[355]</a></sup><sup id="cite_ref-366" class="reference"><a href="#cite_note-366">[356]</a></sup>\n</td>\n<td>5,800 kg (12,800 lb)<sup id="cite_ref-367" class="reference"><a href="#cite_note-367">[357]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Telkom_Indonesia" title="Telkom Indonesia">Telkom Indonesia</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-TelcomI_S.com_368-0" class="reference"><a href="#cite_note-TelcomI_S.com-368">[358]</a></sup>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-TelcomI_S.com_368-1" class="reference"><a href="#cite_note-TelcomI_S.com-368">[358]</a></sup><br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">Indonesian comsat intended to replace the aging <a href="/wiki/Telkom_1" class="mw-redirect" title="Telkom 1">Telkom 1</a> at 108.0\xc2\xb0 east.<sup id="cite_ref-369" class="reference"><a href="#cite_note-369">[359]</a></sup> First reflight of a Block 5-version booster.<sup id="cite_ref-370" class="reference"><a href="#cite_note-370">[360]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">61\n</th>\n<td>10 September 2018,<br />04:45<sup id="cite_ref-sfn-20180910_371-0" class="reference"><a href="#cite_note-sfn-20180910-371">[361]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br /><a href="/wiki/Falcon_9_booster_B1049" class="mw-redirect" title="Falcon 9 booster B1049">B1049.1</a><sup id="cite_ref-gunter-f9_277-6" class="reference"><a href="#cite_note-gunter-f9-277">[268]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Telstar_18V" title="Telstar 18V">Telstar 18V</a> / <a href="/wiki/Apstar" class="mw-redirect" title="Apstar">Apstar</a>-5C<sup id="cite_ref-sfn-20160226_351-1" class="reference"><a href="#cite_note-sfn-20160226-351">[341]</a></sup>\n</td>\n<td>7,060 kg (15,560 lb)<sup id="cite_ref-sfn-20180910_371-1" class="reference"><a href="#cite_note-sfn-20180910-371">[361]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a><sup id="cite_ref-sfn-20180910_371-2" class="reference"><a href="#cite_note-sfn-20180910-371">[361]</a></sup>\n</td>\n<td><a href="/wiki/Telesat" title="Telesat">Telesat</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-sfn-20180910_371-3" class="reference"><a href="#cite_note-sfn-20180910-371">[361]</a></sup>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-sfn-20180910_371-4" class="reference"><a href="#cite_note-sfn-20180910-371">[361]</a></sup><br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9"><a href="/wiki/CondoSat" title="CondoSat">Condosat</a> for 138.0\xc2\xb0 east over Asia and Pacific.<sup id="cite_ref-372" class="reference"><a href="#cite_note-372">[362]</a></sup> Delivered to a GTO orbit with apogee close to 18,000 km (11,000 mi).<sup id="cite_ref-sfn-20180910_371-5" class="reference"><a href="#cite_note-sfn-20180910-371">[361]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">62\n</th>\n<td>8 October 2018,<br />02:22<sup id="cite_ref-nsf-20181008_373-0" class="reference"><a href="#cite_note-nsf-20181008-373">[363]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/Falcon_9_booster_B1048" class="mw-redirect" title="Falcon 9 booster B1048">B1048.2</a><sup id="cite_ref-374" class="reference"><a href="#cite_note-374">[364]</a></sup>\n</td>\n<td><a href="/wiki/Vandenberg_Air_Force_Base" class="mw-redirect" title="Vandenberg Air Force Base">VAFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/SAOCOM_1A" class="mw-redirect" title="SAOCOM 1A">SAOCOM 1A</a><sup id="cite_ref-SAOCOM20090416_375-0" class="reference"><a href="#cite_note-SAOCOM20090416-375">[365]</a></sup><sup id="cite_ref-saocom_revision_376-0" class="reference"><a href="#cite_note-saocom_revision-376">[366]</a></sup>\n</td>\n<td>3,000 kg (6,600 lb)<sup id="cite_ref-nsf-20181008_373-1" class="reference"><a href="#cite_note-nsf-20181008-373">[363]</a></sup>\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>\n</td>\n<td><a href="/wiki/Comisi%C3%B3n_Nacional_de_Actividades_Espaciales" title="Comisi\xc3\xb3n Nacional de Actividades Espaciales">CONAE</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-nsf-20181008_373-2" class="reference"><a href="#cite_note-nsf-20181008-373">[363]</a></sup>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-nsf-20181008_373-3" class="reference"><a href="#cite_note-nsf-20181008-373">[363]</a></sup><br /><small>(ground pad)</small>\n</td></tr>\n<tr>\n<td colspan="9">Argentinian Earth-observation satellite was originally intended to be launched in 2012.<sup id="cite_ref-SAOCOM20090416_375-1" class="reference"><a href="#cite_note-SAOCOM20090416-375">[365]</a></sup> First landing on the <a href="/wiki/SpaceX_landing_zone" title="SpaceX landing zone">West Coast ground pad</a>.<sup id="cite_ref-nsf-20181008_373-4" class="reference"><a href="#cite_note-nsf-20181008-373">[363]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">63\n</th>\n<td>15 November 2018,<br />20:46<sup id="cite_ref-377" class="reference"><a href="#cite_note-377">[367]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/Falcon_9_booster_B1047" class="mw-redirect" title="Falcon 9 booster B1047">B1047.2</a><sup id="cite_ref-gunter-f9_277-7" class="reference"><a href="#cite_note-gunter-f9-277">[268]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Es%27hail_2" title="Es'hail 2">Es\'hail 2</a><sup id="cite_ref-eshail2_378-0" class="reference"><a href="#cite_note-eshail2-378">[368]</a></sup>\n</td>\n<td>5,300 kg (11,700 lb)<sup id="cite_ref-379" class="reference"><a href="#cite_note-379">[369]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Es%27hailSat" title="Es'hailSat">Es\'hailSat</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-spacenews20181115_380-0" class="reference"><a href="#cite_note-spacenews20181115-380">[370]</a></sup>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-spacenews20181115_380-1" class="reference"><a href="#cite_note-spacenews20181115-380">[370]</a></sup><br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">Qatari comsat positioned at 26.0\xc2\xb0 east.<sup id="cite_ref-eshail2_378-1" class="reference"><a href="#cite_note-eshail2-378">[368]</a></sup> This launch used redesigned <a href="/wiki/Composite_overwrapped_pressure_vessel" title="Composite overwrapped pressure vessel">COPVs</a>. This was to meet NASA safety requirements for commercial crew missions, in response to the September 2016 pad explosion.<sup id="cite_ref-381" class="reference"><a href="#cite_note-381">[371]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">64\n</th>\n<td>3 December 2018,<br />18:34:05\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba <a href="/wiki/Falcon_9_booster_B1046" class="mw-redirect" title="Falcon 9 booster B1046">B1046.3</a><sup id="cite_ref-gunter-f9_277-8" class="reference"><a href="#cite_note-gunter-f9-277">[268]</a></sup><br /><a href="/wiki/SHERPA_(space_tug)" title="SHERPA (space tug)">SHERPA</a>\n</td>\n<td><a href="/wiki/Vandenberg_Air_Force_Base" class="mw-redirect" title="Vandenberg Air Force Base">VAFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/SSO-A" class="mw-redirect" title="SSO-A">SSO-A</a> (<i>SmallSat Express</i>)\n</td>\n<td>~4,000 kg (8,800 lb)<sup id="cite_ref-382" class="reference"><a href="#cite_note-382">[372]</a></sup>\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>\n</td>\n<td><a href="/wiki/Spaceflight_Industries" title="Spaceflight Industries">Spaceflight Industries</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-spacenews20181203_383-0" class="reference"><a href="#cite_note-spacenews20181203-383">[373]</a></sup>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-spacenews20181203_383-1" class="reference"><a href="#cite_note-spacenews20181203-383">[373]</a></sup><br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">Rideshare mission<sup id="cite_ref-spaceflight-rideshare_384-0" class="reference"><a href="#cite_note-spaceflight-rideshare-384">[374]</a></sup> where two <a href="/wiki/SHERPA_(space_tug)" title="SHERPA (space tug)">SHERPA</a> <a href="/wiki/Satellite_dispenser" title="Satellite dispenser">dispensers</a> deployed 64 small satellites,<sup id="cite_ref-:2_385-0" class="reference"><a href="#cite_note-:2-385">[375]</a></sup><sup id="cite_ref-:3_386-0" class="reference"><a href="#cite_note-:3-386">[376]</a></sup> including <a href="/wiki/EuCROPIS" title="EuCROPIS">Eu:CROPIS</a><sup id="cite_ref-eucropis_387-0" class="reference"><a href="#cite_note-eucropis-387">[377]</a></sup> for the German <a href="/wiki/German_Aerospace_Center" title="German Aerospace Center">DLR</a>, HIBER-2 for the Dutch Hiber Global,<sup id="cite_ref-:4_388-0" class="reference"><a href="#cite_note-:4-388">[378]</a></sup> ITASAT-1 for the Brazilian <a href="/wiki/Instituto_Tecnol%C3%B3gico_de_Aeron%C3%A1utica" title="Instituto Tecnol\xc3\xb3gico de Aeron\xc3\xa1utica">Instituto Tecnol\xc3\xb3gico de Aeron\xc3\xa1utica</a>,<sup id="cite_ref-:5_389-0" class="reference"><a href="#cite_note-:5-389">[379]</a></sup> two high-resolution <a href="/wiki/SkySat" title="SkySat">SkySat</a> imaging satellites for <a href="/wiki/Planet_Labs" title="Planet Labs">Planet Labs</a>,<sup id="cite_ref-nsf-20180129_390-0" class="reference"><a href="#cite_note-nsf-20180129-390">[380]</a></sup> and two high school CubeSats part of NASA\'s <a href="/wiki/Educational_Launch_of_Nanosatellites" title="Educational Launch of Nanosatellites">ELaNa 24</a>.<sup id="cite_ref-Upcoming-ELaNa_391-0" class="reference"><a href="#cite_note-Upcoming-ELaNa-391">[381]</a></sup> This was the first time a booster was used for a third flight.\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">65\n</th>\n<td>5 December 2018,<br />18:16\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br /><a href="/wiki/Falcon_9_booster_B1050" class="mw-redirect" title="Falcon 9 booster B1050">B1050</a><sup id="cite_ref-gunter-f9_277-9" class="reference"><a href="#cite_note-gunter-f9-277">[268]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-16" title="SpaceX CRS-16">SpaceX CRS-16</a><br />(Dragon C112.2\xe2\x99\xba )\n</td>\n<td>2,500 kg (5,500 lb)<sup id="cite_ref-392" class="reference"><a href="#cite_note-392">[382]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;" class="table-failure">Failure<sup id="cite_ref-Grush-20181205_393-0" class="reference"><a href="#cite_note-Grush-20181205-393">[383]</a></sup><br /><small>(ground pad)</small>\n</td></tr>\n<tr>\n<td colspan="9">First CRS mission with the Falcon 9 Block 5. This carried the <a href="/wiki/Global_Ecosystem_Dynamics_Investigation_lidar" class="mw-redirect" title="Global Ecosystem Dynamics Investigation lidar">Global Ecosystem Dynamics Investigation lidar</a> (GEDI) as an external payload.<sup id="cite_ref-394" class="reference"><a href="#cite_note-394">[384]</a></sup> The mission was delayed by one day due to moldy rodent food for one of the experiments on the Space Station. A previously flown Dragon spacecraft was used for the mission. The booster, in use for the first time, experienced a grid fin hydraulic pump stall on reentry, which caused it to spin out of control and touchdown at sea, heavily damaging the interstage section; this was the first failed landing targeted for a ground pad.<sup id="cite_ref-Grush-20181205_393-1" class="reference"><a href="#cite_note-Grush-20181205-393">[383]</a></sup><sup id="cite_ref-395" class="reference"><a href="#cite_note-395">[385]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">66\n</th>\n<td>23 December 2018,<br />13:51<sup id="cite_ref-spacenews20181223_396-0" class="reference"><a href="#cite_note-spacenews20181223-396">[386]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br />B1054<sup id="cite_ref-nsf-20181022_397-0" class="reference"><a href="#cite_note-nsf-20181022-397">[387]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/GPS_Block_III" title="GPS Block III">GPS III</a>-<a href="/wiki/List_of_GPS_satellites#Planned_launches" title="List of GPS satellites">01</a> (<i>Vespucci</i>)\n</td>\n<td>4,400 kg (9,700 lb)<sup id="cite_ref-sfn-20181217_398-0" class="reference"><a href="#cite_note-sfn-20181217-398">[388]</a></sup>\n</td>\n<td><a href="/wiki/Medium_Earth_orbit" title="Medium Earth orbit">MEO</a>\n</td>\n<td><a href="/wiki/United_States_Air_Force" title="United States Air Force">USAF</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-spacenews20181223_396-1" class="reference"><a href="#cite_note-spacenews20181223-396">[386]</a></sup>\n</td>\n<td style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;" class="table-noAttempt">No attempt<br /><sup id="cite_ref-spacenews20181223_396-2" class="reference"><a href="#cite_note-spacenews20181223-396">[386]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">Initially planned for a Delta IV launch,<sup id="cite_ref-399" class="reference"><a href="#cite_note-399">[389]</a></sup> this was SpaceX\'s first launch of an <a href="/wiki/Evolved_Expendable_Launch_Vehicle" class="mw-redirect" title="Evolved Expendable Launch Vehicle">EELV</a>-class payload.<sup id="cite_ref-sn-20160427_400-0" class="reference"><a href="#cite_note-sn-20160427-400">[390]</a></sup> There was no attempt to recover the first-stage booster for reuse<sup id="cite_ref-gunter-b5ex_401-0" class="reference"><a href="#cite_note-gunter-b5ex-401">[391]</a></sup><sup id="cite_ref-nsf-20181022_397-1" class="reference"><a href="#cite_note-nsf-20181022-397">[387]</a></sup> due to the customer\'s requirements, including a high inclination orbit of 55.0\xc2\xb0.<sup id="cite_ref-402" class="reference"><a href="#cite_note-402">[392]</a></sup> Nicknamed <i>Vespucci</i>, the USAF marked the satellite operational on 1 January 2020 under the label SVN 74.<sup id="cite_ref-403" class="reference"><a href="#cite_note-403">[393]</a></sup>\n</td></tr></tbody></table>\n<h3><span class="mw-headline" id="2019">2019</span></h3>\n<p>Shotwell declared in May 2019 that SpaceX might conduct up to 21 launches in 2019, not counting Starlink missions.<sup id="cite_ref-404" class="reference"><a href="#cite_note-404">[394]</a></sup> With a slump in worldwide commercial launch contracts for 2019, SpaceX ended up launching only 13 rockets throughout 2019 (12 without Starlink), significantly fewer than in 2017 and 2018, and third most launches of vehicle class behind China\'s <a href="/wiki/Long_March_(rocket_family)" title="Long March (rocket family)">Long March</a> and Russia\'s <a href="/wiki/R-7_(rocket_family)" title="R-7 (rocket family)">R-7</a> rockets.<sup id="cite_ref-405" class="reference"><a href="#cite_note-405">[395]</a></sup>\n</p>\n<table class="wikitable plainrowheaders collapsible" style="width: 100%;">\n<tbody><tr>\n<th scope="col">Flight No.\n</th>\n<th scope="col">Date and<br />time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)\n</th>\n<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br />Booster</a><sup id="cite_ref-booster_11-6" class="reference"><a href="#cite_note-booster-11">[b]</a></sup>\n</th>\n<th scope="col">Launch<br />site\n</th>\n<th scope="col">Payload<sup id="cite_ref-Dragon_12-6" class="reference"><a href="#cite_note-Dragon-12">[c]</a></sup>\n</th>\n<th scope="col">Payload mass\n</th>\n<th scope="col">Orbit\n</th>\n<th scope="col">Customer\n</th>\n<th scope="col">Launch<br />outcome\n</th>\n<th scope="col"><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Booster<br />landing</a>\n</th></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">67\n</th>\n<td>11 January 2019,<br />15:31<sup id="cite_ref-406" class="reference"><a href="#cite_note-406">[396]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/Falcon_9_booster_B1049" class="mw-redirect" title="Falcon 9 booster B1049">B1049.2</a><sup id="cite_ref-407" class="reference"><a href="#cite_note-407">[397]</a></sup>\n</td>\n<td><a href="/wiki/Vandenberg_Air_Force_Base" class="mw-redirect" title="Vandenberg Air Force Base">VAFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td nowrap=""><a href="/wiki/Iridium_NEXT" class="mw-redirect" title="Iridium NEXT">Iridium NEXT</a>-8<br />(10 satellites)<sup id="cite_ref-sdc20100616_160-6" class="reference"><a href="#cite_note-sdc20100616-160">[152]</a></sup>\n</td>\n<td>9,600 kg (21,200 lb)\n</td>\n<td><span class="nowrap"><a href="/wiki/Polar_orbit" title="Polar orbit">Polar</a> <a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a></span>\n</td>\n<td><a href="/wiki/Iridium_Communications" title="Iridium Communications">Iridium Communications</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Final launch of the Iridium NEXT contract, launching 10 satellites.\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">68\n</th>\n<td>22 February 2019,<br />01:45<sup id="cite_ref-408" class="reference"><a href="#cite_note-408">[398]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/Falcon_9_booster_B1048" class="mw-redirect" title="Falcon 9 booster B1048">B1048.3</a><sup id="cite_ref-409" class="reference"><a href="#cite_note-409">[399]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><div class="plainlist">\n<ul><li><a href="/wiki/Nusantara_Satu" title="Nusantara Satu">Nusantara Satu</a> (PSN-6)<sup id="cite_ref-jls-201801012_410-0" class="reference"><a href="#cite_note-jls-201801012-410">[400]</a></sup></li>\n<li><i><a href="/wiki/Beresheet" title="Beresheet">Beresheet</a></i> Moon lander<sup id="cite_ref-sn-20181218_411-0" class="reference"><a href="#cite_note-sn-20181218-411">[401]</a></sup></li>\n<li>S5<sup id="cite_ref-sn150219_412-0" class="reference"><a href="#cite_note-sn150219-412">[402]</a></sup></li></ul>\n</div>\n</td>\n<td>4,850 kg (10,690 lb)<sup id="cite_ref-sn200219_413-0" class="reference"><a href="#cite_note-sn200219-413">[403]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><div class="plainlist">\n<ul><li><a href="/wiki/PT_Pasifik_Satelit_Nusantara" title="PT Pasifik Satelit Nusantara">PSN</a></li>\n<li><a href="/wiki/SpaceIL" title="SpaceIL">SpaceIL</a> / <a href="/wiki/Israel_Aerospace_Industries" title="Israel Aerospace Industries">IAI</a></li>\n<li><a href="/wiki/Air_Force_Research_Laboratory" title="Air Force Research Laboratory">Air Force Research</a></li></ul>\n</div>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Nusantara Satu is a private Indonesian comsat planned to be located at 146.0\xc2\xb0 east,<sup id="cite_ref-jls-201801012_410-1" class="reference"><a href="#cite_note-jls-201801012-410">[400]</a></sup> with a launch mass of 4,100 kg (9,000 lb),<sup id="cite_ref-sn200219_413-1" class="reference"><a href="#cite_note-sn200219-413">[403]</a></sup> and featuring <a href="/wiki/Electrically_powered_spacecraft_propulsion" title="Electrically powered spacecraft propulsion">electric propulsion</a> for orbit-raising and station-keeping.<sup id="cite_ref-sn-20150605_414-0" class="reference"><a href="#cite_note-sn-20150605-414">[404]</a></sup><sup id="cite_ref-415" class="reference"><a href="#cite_note-415">[405]</a></sup> S5, a 60-kg smallsat by the <a href="/wiki/Air_Force_Research_Laboratory" title="Air Force Research Laboratory">Air Force Research Laboratory</a> (AFRL), was piggybacked on <a href="/wiki/Nusantara_Satu" title="Nusantara Satu">Nusantara Satu</a>, and was deployed near its GEO position to perform a classified space situational awareness mission. This launch opportunity was brokered by <a href="/wiki/Spaceflight_Industries" title="Spaceflight Industries">Spaceflight Industries</a> as "GTO-1".<sup id="cite_ref-sn150219_412-1" class="reference"><a href="#cite_note-sn150219-412">[402]</a></sup>\n<p>The <i>Beresheet</i> Moon lander (initially called <i>Sparrow</i>) was one of the candidates for the <a href="/wiki/Google_Lunar_X-Prize" class="mw-redirect" title="Google Lunar X-Prize">Google Lunar X-Prize</a>, whose developers <a href="/wiki/SpaceIL" title="SpaceIL">SpaceIL</a> had secured a launch contract with Spaceflight Industries in October 2015.<sup id="cite_ref-moon-race-first-launch-deal_416-0" class="reference"><a href="#cite_note-moon-race-first-launch-deal-416">[406]</a></sup> Its launch mass was 585 kg (1,290 lb) including fuel.<sup id="cite_ref-haaretz-20180711_417-0" class="reference"><a href="#cite_note-haaretz-20180711-417">[407]</a></sup> After separating into a <a href="/wiki/Supersynchronous_orbit" title="Supersynchronous orbit">supersynchronous transfer orbit</a><sup id="cite_ref-bridenstine-israel_418-0" class="reference"><a href="#cite_note-bridenstine-israel-418">[408]</a></sup> with an apogee of 69,400 km (43,100 mi),<sup id="cite_ref-419" class="reference"><a href="#cite_note-419">[409]</a></sup><sup id="cite_ref-haaretz-20180711_417-1" class="reference"><a href="#cite_note-haaretz-20180711-417">[407]</a></sup> <i>Beresheet</i> raised its orbit by its own power over two months and flew to the Moon.<sup id="cite_ref-bridenstine-israel_418-1" class="reference"><a href="#cite_note-bridenstine-israel-418">[408]</a></sup><sup id="cite_ref-Shoshanna_420-0" class="reference"><a href="#cite_note-Shoshanna-420">[410]</a></sup> After successfully getting into lunar orbit, Beresheet attempted to land on the Moon on 11 April 2019 but failed.<sup id="cite_ref-421" class="reference"><a href="#cite_note-421">[411]</a></sup>\n</p>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">69\n</th>\n<td>2 March 2019,<br />07:49<sup id="cite_ref-:7_422-0" class="reference"><a href="#cite_note-:7-422">[412]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br />B1051.1<sup id="cite_ref-gunter-f9_277-10" class="reference"><a href="#cite_note-gunter-f9-277">[268]</a></sup><sup id="cite_ref-nac-ccp_423-0" class="reference"><a href="#cite_note-nac-ccp-423">[413]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Crew_Dragon_Demo-1" title="Crew Dragon Demo-1">Crew Dragon Demo-1</a><sup id="cite_ref-nsf20150305_424-0" class="reference"><a href="#cite_note-nsf20150305-424">[414]</a></sup><br />(Dragon C201)\n</td>\n<td>12,055 kg (26,577 lb)<sup id="cite_ref-Clark_425-0" class="reference"><a href="#cite_note-Clark-425">[415]</a></sup><sup id="cite_ref-DM1-payload-mass_426-0" class="reference"><a href="#cite_note-DM1-payload-mass-426">[h]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><span class="nowrap"> <a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Crew_Development" class="mw-redirect" title="Commercial Crew Development">CCD</a>) </span>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">First flight of the SpaceX <a href="/wiki/SpaceX_Dragon_2" title="SpaceX Dragon 2">Crew Dragon</a>. This was the first demonstration flight for the <a href="/wiki/Commercial_Crew_Development" class="mw-redirect" title="Commercial Crew Development">NASA Commercial Crew Program</a> which awarded SpaceX a contract in September 2014 with flights hoped as early as 2015.<sup id="cite_ref-427" class="reference"><a href="#cite_note-427">[416]</a></sup> The Dragon performed an autonomous docking to the ISS 27 hours after launch with the hatch being opened roughly 2 hours later.<sup id="cite_ref-428" class="reference"><a href="#cite_note-428">[417]</a></sup> The vehicle spent nearly a week docked to the ISS to test critical functions. It undocked roughly a week later on 8 March 2019 and splashed down six hours later at 13:45.<sup id="cite_ref-429" class="reference"><a href="#cite_note-429">[418]</a></sup> The Dragon used on this flight was scheduled to fly on the inflight abort test in mid-2019 but was destroyed during testing.<sup id="cite_ref-:11_430-0" class="reference"><a href="#cite_note-:11-430">[419]</a></sup> The booster B1051.1 replaced <a href="/wiki/Falcon_9_booster_B1050" class="mw-redirect" title="Falcon 9 booster B1050">B1050</a><sup id="cite_ref-nsf-20190306_431-0" class="reference"><a href="#cite_note-nsf-20190306-431">[420]</a></sup> and flew again on 12 June 2019.\n</td></tr>\n<tr>\n<th scope="row" rowspan="4" style="text-align:center;">FH 2\n</th>\n<td rowspan="3">11 April 2019,<br />22:35<sup id="cite_ref-nsf-20190411_432-0" class="reference"><a href="#cite_note-nsf-20190411-432">[421]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a><br /><span class="nowrap">B1055 core</span><sup id="cite_ref-nsf-20190411_432-1" class="reference"><a href="#cite_note-nsf-20190411-432">[421]</a></sup>\n</td>\n<td rowspan="3"><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td rowspan="3"><a href="/wiki/Arabsat-6A" title="Arabsat-6A">Arabsat-6A</a><sup id="cite_ref-sfn-20150429_433-0" class="reference"><a href="#cite_note-sfn-20150429-433">[422]</a></sup>\n</td>\n<td rowspan="3">6,465 kg (14,253 lb)<sup id="cite_ref-434" class="reference"><a href="#cite_note-434">[423]</a></sup>\n</td>\n<td rowspan="3"><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td rowspan="3"><a href="/wiki/Arab_Satellite_Communications_Organization" title="Arab Satellite Communications Organization">Arabsat</a>\n</td>\n<td rowspan="3" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<sup id="cite_ref-Falcon_tip_over_436-0" class="reference"><a href="#cite_note-Falcon_tip_over-436">[i]</a></sup><br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td>B1052.1<br />(side)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(ground pad)</span></small>\n</td></tr>\n<tr>\n<td>B1053.1<br />(side)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(ground pad)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Second flight of <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>, the first commercial flight, and the first one using <a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">Block 5</a> boosters. SpaceX successfully landed the side boosters at <a href="/wiki/Landing_Zones_1_and_2" title="Landing Zones 1 and 2">Landing Zone 1</a> and <a href="/wiki/Landing_Zones_1_and_2" title="Landing Zones 1 and 2">LZ 2</a> and reused the side boosters later for the <a href="/wiki/Space_Test_Program" title="Space Test Program">STP-2</a> mission. The central core landed on <a href="/wiki/Autonomous_spaceport_drone_ship" title="Autonomous spaceport drone ship">drone ship</a> <i>Of Course I Still Love You</i>, located 967 km (601 mi) downrange, the furthest sea landing so far attempted.<sup id="cite_ref-fanblog20190413_437-0" class="reference"><a href="#cite_note-fanblog20190413-437">[425]</a></sup> Despite the successful landing, due to rough seas the central core was unable to be secured to the deck for recovery and later tipped overboard in transit.<sup id="cite_ref-lost_at_sea_438-0" class="reference"><a href="#cite_note-lost_at_sea-438">[426]</a></sup><sup id="cite_ref-439" class="reference"><a href="#cite_note-439">[427]</a></sup> SpaceX recovered the fairing from this launch and later reused it in the November 2019 <a href="/wiki/Starlink" title="Starlink">Starlink</a> launch.<sup id="cite_ref-440" class="reference"><a href="#cite_note-440">[428]</a></sup><sup id="cite_ref-:14_441-0" class="reference"><a href="#cite_note-:14-441">[429]</a></sup> <a href="/wiki/Arabsat-6A" title="Arabsat-6A">Arabsat-6A</a>, a 6,465 kg (14,253 lb) Saudi satellite, is the most advanced commercial communications satellite so far built by <a href="/wiki/Lockheed_Martin" title="Lockheed Martin">Lockheed Martin</a>.<sup id="cite_ref-442" class="reference"><a href="#cite_note-442">[430]</a></sup> The Falcon Heavy delivered the Arabsat-6A into a <a href="/wiki/Supersynchronous_orbit" title="Supersynchronous orbit">supersynchronous transfer orbit</a> with 90,000 km (56,000 mi) apogee with an inclination of 23.0\xc2\xb0 to the <a href="/wiki/Equator" title="Equator">equator</a>.<sup id="cite_ref-443" class="reference"><a href="#cite_note-443">[431]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">70\n</th>\n<td>4 May 2019,<br />06:48\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br /><a href="/wiki/Falcon_9_booster_B1056" class="mw-redirect" title="Falcon 9 booster B1056">B1056.1</a><sup id="cite_ref-nsf-20190306_431-1" class="reference"><a href="#cite_note-nsf-20190306-431">[420]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-17" title="SpaceX CRS-17">SpaceX CRS-17</a><sup id="cite_ref-spn-20160224_148-6" class="reference"><a href="#cite_note-spn-20160224-148">[141]</a></sup><br />(Dragon C113.2 \xe2\x99\xba)\n</td>\n<td>2,495 kg (5,501 lb)<sup id="cite_ref-:8_444-0" class="reference"><a href="#cite_note-:8-444">[432]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">A <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">Commercial Resupply Service mission</a> to the <a href="/wiki/International_Space_Station" title="International Space Station">International Space Station</a> carrying nearly 2.5 tons of cargo including the <a href="/wiki/Orbiting_Carbon_Observatory_3" title="Orbiting Carbon Observatory 3">Orbiting Carbon Observatory-3</a> as an external payload.<sup id="cite_ref-:8_444-1" class="reference"><a href="#cite_note-:8-444">[432]</a></sup> Originally planned to land at Landing Zone 1, the landing was moved to the drone ship after a Dragon 2 had an anomaly during testing at LZ-1.<sup id="cite_ref-445" class="reference"><a href="#cite_note-445">[433]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">71\n</th>\n<td>24 May 2019,<br />02:30\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/Falcon_9_booster_B1049" class="mw-redirect" title="Falcon 9 booster B1049">B1049.3</a><sup id="cite_ref-446" class="reference"><a href="#cite_note-446">[434]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> v0.9 <br />(60 satellites)\n</td>\n<td>13,620 kg (30,030 lb)<sup id="cite_ref-SLNov19_5-1" class="reference"><a href="#cite_note-SLNov19-5">[5]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Following the launch of the two Tintin test satellites, this was the first full-scale test launch of the Starlink constellation, launching "production design" satellites.<sup id="cite_ref-sn20190426_447-0" class="reference"><a href="#cite_note-sn20190426-447">[435]</a></sup><sup id="cite_ref-448" class="reference"><a href="#cite_note-448">[436]</a></sup><sup id="cite_ref-449" class="reference"><a href="#cite_note-449">[437]</a></sup> Each Starlink satellite has a mass of 227 kg (500 lb),<sup id="cite_ref-450" class="reference"><a href="#cite_note-450">[438]</a></sup> and the combined launch mass was 13,620 kg (30,030 lb) the heaviest payload launched by SpaceX at that time.<sup id="cite_ref-451" class="reference"><a href="#cite_note-451">[439]</a></sup> The fairings were recovered<sup id="cite_ref-452" class="reference"><a href="#cite_note-452">[440]</a></sup> and reused for Starlink L5 in March 2020.<sup id="cite_ref-453" class="reference"><a href="#cite_note-453">[441]</a></sup> These are the first commercial satellites to use <a href="/wiki/Krypton" title="Krypton">krypton</a> as fuel for their <a href="/wiki/Ion_thruster" title="Ion thruster">ion thrusters</a>, which is cheaper than the usual <a href="/wiki/Xenon" title="Xenon">xenon</a> fuel.<sup id="cite_ref-454" class="reference"><a href="#cite_note-454">[442]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">72\n</th>\n<td>12 June 2019,<br />14:17\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br />B1051.2<sup id="cite_ref-nsf-20190306_431-2" class="reference"><a href="#cite_note-nsf-20190306-431">[420]</a></sup>\n</td>\n<td><a href="/wiki/Vandenberg_Air_Force_Base" class="mw-redirect" title="Vandenberg Air Force Base">VAFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/RADARSAT_Constellation" title="RADARSAT Constellation">RADARSAT Constellation</a><br />(3 satellites)\n</td>\n<td>4,200 kg (9,300 lb)<sup id="cite_ref-:9_455-0" class="reference"><a href="#cite_note-:9-455">[443]</a></sup>\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>\n</td>\n<td><a href="/wiki/Canadian_Space_Agency" title="Canadian Space Agency">Canadian Space Agency</a> (CSA)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(ground pad)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">A trio of satellites built for Canada\'s RADARSAT program were launched that plan to replace the aging <a href="/wiki/Radarsat-1" title="Radarsat-1">Radarsat-1</a> and <a href="/wiki/Radarsat-2" title="Radarsat-2">Radarsat-2</a>. The new satellites contain Automated Identification System (AIS) for locating ships and provide the world\'s most advanced, comprehensive method of maintaining Arctic sovereignty, conducting coastal surveillance, and ensuring maritime security.<sup id="cite_ref-456" class="reference"><a href="#cite_note-456">[444]</a></sup><sup id="cite_ref-:9_455-1" class="reference"><a href="#cite_note-:9-455">[443]</a></sup> The mission was originally scheduled to lift off in February but due to the landing failure of booster <a href="/wiki/Falcon_9_booster_B1050" class="mw-redirect" title="Falcon 9 booster B1050">B1050</a>, this flight was switched to B1051 (used on <a href="/wiki/Crew_Dragon_Demo-1" title="Crew Dragon Demo-1">Crew Dragon Demo-1</a>) and delayed to allow refurbishment and transport to the West coast.<sup id="cite_ref-nsf-20190306_431-3" class="reference"><a href="#cite_note-nsf-20190306-431">[420]</a></sup> The booster landed safely through fog.<sup id="cite_ref-457" class="reference"><a href="#cite_note-457">[445]</a></sup> A payload cost of roughly US$1 billion made this SpaceX\'s second most expensive payload launched<sup id="cite_ref-458" class="reference"><a href="#cite_note-458">[446]</a></sup><sup id="cite_ref-459" class="reference"><a href="#cite_note-459">[447]</a></sup> and most valuable commercial payload so far put into orbit.<sup id="cite_ref-460" class="reference"><a href="#cite_note-460">[448]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="4" style="text-align:center;">FH 3\n</th>\n<td rowspan="3">25 June 2019,<br />06:30<sup id="cite_ref-461" class="reference"><a href="#cite_note-461">[449]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a><br /><span class="nowrap">B1057 core</span><sup id="cite_ref-nsf-20190306_431-4" class="reference"><a href="#cite_note-nsf-20190306-431">[420]</a></sup>\n</td>\n<td rowspan="3"><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td rowspan="3"><a href="/wiki/Space_Test_Program" title="Space Test Program">Space Test Program</a> Flight 2 (STP-2)\n</td>\n<td rowspan="3">3,700 kg (8,200 lb)\n</td>\n<td rowspan="3"><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> / <a href="/wiki/Medium_Earth_Orbit" class="mw-redirect" title="Medium Earth Orbit">MEO</a>\n</td>\n<td rowspan="3"><a href="/wiki/United_States_Air_Force" title="United States Air Force">USAF</a>\n</td>\n<td rowspan="3" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;" class="table-failure">Failure<br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td>B1052.2<br />(side) \xe2\x99\xba\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(ground pad)</small>\n</td></tr>\n<tr>\n<td>B1053.2<br />(side) \xe2\x99\xba\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small>(ground pad)</small>\n</td></tr>\n<tr>\n<td colspan="9"><a href="/wiki/United_States_Air_Force" title="United States Air Force">USAF</a> <a href="/wiki/Space_Test_Program" title="Space Test Program">Space Test Program</a> Flight 2 (STP-2)<sup id="cite_ref-spx20121205_81-1" class="reference"><a href="#cite_note-spx20121205-81">[74]</a></sup> carried 24 small satellites,<sup id="cite_ref-STP2_462-0" class="reference"><a href="#cite_note-STP2-462">[450]</a></sup> including: <a href="/wiki/FormoSat" class="mw-redirect" title="FormoSat">FormoSat</a>-7 A/B/C/D/E/F integrated using <a href="/wiki/EELV_Secondary_Payload_Adapter" title="EELV Secondary Payload Adapter">EELV Secondary Payload Adapter</a>,<sup id="cite_ref-fbo_463-0" class="reference"><a href="#cite_note-fbo-463">[451]</a></sup> <a href="/wiki/Demonstration_and_Science_Experiments" title="Demonstration and Science Experiments">DSX</a>, Prox-1<sup id="cite_ref-planetary-society-20170602_464-0" class="reference"><a href="#cite_note-planetary-society-20170602-464">[452]</a></sup> <a href="/wiki/Green_Propellant_Infusion_Mission" title="Green Propellant Infusion Mission">GPIM</a>,<sup id="cite_ref-GPIM_465-0" class="reference"><a href="#cite_note-GPIM-465">[453]</a></sup> <a href="/wiki/Deep_Space_Atomic_Clock" title="Deep Space Atomic Clock">DSAC</a>,<sup id="cite_ref-DSAC_466-0" class="reference"><a href="#cite_note-DSAC-466">[454]</a></sup> <a href="/wiki/Innovative_Space-based_Radar_Antenna_Technology" title="Innovative Space-based Radar Antenna Technology">ISAT</a>, SET,<sup id="cite_ref-467" class="reference"><a href="#cite_note-467">[455]</a></sup> <a href="/wiki/COSMIC-2" title="COSMIC-2">COSMIC-2</a>, Oculus-ASR, OBT, NPSat,<sup id="cite_ref-spacexstp2_468-0" class="reference"><a href="#cite_note-spacexstp2-468">[456]</a></sup> and several CubeSats including E-TBEx,<sup id="cite_ref-469" class="reference"><a href="#cite_note-469">[457]</a></sup> <a href="/wiki/LightSail_2" class="mw-redirect" title="LightSail 2">LightSail 2</a>,<sup id="cite_ref-470" class="reference"><a href="#cite_note-470">[458]</a></sup> TEPCE, PSAT, and three <a href="/wiki/Educational_Launch_of_Nanosatellites#Launched_missions" title="Educational Launch of Nanosatellites">ELaNa 15</a> CubeSats. Total payload mass was 3,700 kg (8,200 lb).<sup id="cite_ref-471" class="reference"><a href="#cite_note-471">[459]</a></sup> The mission lasted six hours during which the second stage ignited four times and went into different orbits to deploy satellites including a "propulsive passivation maneuver".<sup id="cite_ref-spacexstp2_468-1" class="reference"><a href="#cite_note-spacexstp2-468">[456]</a></sup><sup id="cite_ref-472" class="reference"><a href="#cite_note-472">[460]</a></sup>\n<p>Third flight of Falcon Heavy. The side boosters from the Arabsat-6A mission just 2.5 months before were reused on this flight and successfully returned to LZ-1 and LZ-2.<sup id="cite_ref-nsf-20190306_431-5" class="reference"><a href="#cite_note-nsf-20190306-431">[420]</a></sup> The center core, in use for the first time, underwent the most energetic reentry attempted by SpaceX, and attempted a landing over 1,200 km (750 mi) downrange, 30% further than any previous landing.<sup id="cite_ref-473" class="reference"><a href="#cite_note-473">[461]</a></sup> This core suffered a thrust vector control failure in the center engine caused by a breach in the engine bay due to the extreme heat. The core thus failed its landing attempt on the drone ship <i>Of Course I Still Love You</i> due to lack of control when the outer engines shut down.<sup id="cite_ref-474" class="reference"><a href="#cite_note-474">[462]</a></sup> For the first time one fairing half was successfully landed on the catch-net of the support ship GO <i><a href="/wiki/Ms._Tree_(ship)" class="mw-redirect" title="Ms. Tree (ship)">Ms. Tree</a></i> (formerly <i>Mr. Steven</i>).<sup id="cite_ref-475" class="reference"><a href="#cite_note-475">[463]</a></sup>\n</p>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">73\n</th>\n<td>25 July 2019,<br />22:01<sup id="cite_ref-auto5_476-0" class="reference"><a href="#cite_note-auto5-476">[464]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/Falcon_9_booster_B1056" class="mw-redirect" title="Falcon 9 booster B1056">B1056.2</a><sup id="cite_ref-B1056use_477-0" class="reference"><a href="#cite_note-B1056use-477">[465]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a><br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-18" title="SpaceX CRS-18">SpaceX CRS-18</a><sup id="cite_ref-spn-20160224_148-7" class="reference"><a href="#cite_note-spn-20160224-148">[141]</a></sup><br />(<a href="/wiki/Dragon_C108" title="Dragon C108">Dragon C108</a>.3 \xe2\x99\xba)\n</td>\n<td>2,268 kg (5,000 lb)<sup id="cite_ref-auto5_476-1" class="reference"><a href="#cite_note-auto5-476">[464]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(ground pad)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">This launch carried nearly 9,000 individual unique payloads including over one ton of science experiments, the most so far launched on a <a href="/wiki/SpaceX_Dragon" title="SpaceX Dragon">SpaceX Dragon</a>. The third <a href="/wiki/International_Docking_Adapter" title="International Docking Adapter">International Docking Adapter</a> (IDA-3), a replacement for the first IDA lost during the <a href="/wiki/SpaceX_CRS-7" title="SpaceX CRS-7">CRS-7</a> launch anomaly, was one of the external payloads on this mission.<sup id="cite_ref-478" class="reference"><a href="#cite_note-478">[466]</a></sup> Along with food and science, the Dragon also carried the <a href="/wiki/Educational_Launch_of_Nanosatellites" title="Educational Launch of Nanosatellites">ELaNa 27</a> RFTSat CubeSat<sup id="cite_ref-479" class="reference"><a href="#cite_note-479">[467]</a></sup> and MakerSat-1 which will be used to demonstrate microgravity additive manufacturing. The satellite is expected to be launched by a <a href="/wiki/Cygnus_(spacecraft)" title="Cygnus (spacecraft)">Cygnus</a> dispenser later in July 2019.\n<p>The booster used on this flight was the same used on <a href="/wiki/SpaceX_CRS-17" title="SpaceX CRS-17">CRS-17</a> earlier in the year; originally, it was planned to reuse it again for the <a href="/wiki/SpaceX_CRS-19" title="SpaceX CRS-19">CRS-19</a> mission later this year,<sup id="cite_ref-480" class="reference"><a href="#cite_note-480">[468]</a></sup> but the plan was scrapped. For the first time, the twice flown <a href="/wiki/SpaceX_Dragon" title="SpaceX Dragon">Dragon</a> spacecraft also made a third flight.<sup id="cite_ref-:12_481-0" class="reference"><a href="#cite_note-:12-481">[469]</a></sup> Also used for the first time was a gray-band painted where the <a href="/wiki/RP-1" title="RP-1">RP-1 kerosene</a> tank is located, to help with thermal conductivity and thus saving fuel during long coasts.<sup id="cite_ref-482" class="reference"><a href="#cite_note-482">[470]</a></sup>\n</p>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">74\n</th>\n<td>6 August 2019,<br />23:23<sup id="cite_ref-483" class="reference"><a href="#cite_note-483">[471]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/Falcon_9_booster_B1047" class="mw-redirect" title="Falcon 9 booster B1047">B1047.3</a><sup id="cite_ref-484" class="reference"><a href="#cite_note-484">[472]</a></sup>\n</td>\n<td nowrap=""><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Amos-17" class="mw-redirect" title="Amos-17">AMOS-17</a><sup id="cite_ref-485" class="reference"><a href="#cite_note-485">[473]</a></sup>\n</td>\n<td>6,500 kg (14,300 lb)<sup id="cite_ref-1047expended_486-0" class="reference"><a href="#cite_note-1047expended-486">[474]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Spacecom" title="Spacecom">Spacecom</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;" class="table-noAttempt">No attempt<sup id="cite_ref-1047expended_486-1" class="reference"><a href="#cite_note-1047expended-486">[474]</a></sup>\n</td></tr>\n<tr>\n<td colspan="9">AMOS-17 is the most advanced high-throughput satellite to provide satellite communication services to Africa.<sup id="cite_ref-487" class="reference"><a href="#cite_note-487">[475]</a></sup> Following the loss of <a href="/wiki/AMOS-6" class="mw-redirect" title="AMOS-6">AMOS-6</a> in September 2016, Spacecom was granted a free launch in compensation for the lost satellite.<sup id="cite_ref-488" class="reference"><a href="#cite_note-488">[476]</a></sup> Due to the free launch, Spacecom was able to expend the booster with no extra cost that comes with expending a booster, and thus could reach final orbit quicker. This booster became the second Block 5 booster to be expended.<sup id="cite_ref-1047expended_486-2" class="reference"><a href="#cite_note-1047expended-486">[474]</a></sup><sup id="cite_ref-489" class="reference"><a href="#cite_note-489">[477]</a></sup> For the second time, <i>Ms. Tree</i> managed to catch a fairing half directly into its net.<sup id="cite_ref-490" class="reference"><a href="#cite_note-490">[478]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">75\n</th>\n<td>11 November 2019,<br />14:56<sup id="cite_ref-491" class="reference"><a href="#cite_note-491">[479]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/B1048" class="mw-redirect" title="B1048">B1048.4</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 1 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)<sup id="cite_ref-SLNov19_5-2" class="reference"><a href="#cite_note-SLNov19-5">[5]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a>\n</td>\n<td><a href="/wiki/Spacecom" title="Spacecom">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Second large batch of Starlink satellites and the first operational mission of the constellation, it launched in a roughly 290 km (180 mi) orbit at an inclination of 53.0\xc2\xb0. At 15,600 kg (34,400 lb), it is the heaviest payload so far launched by SpaceX, breaking the record set by the Starlink v0.9 flight earlier that year.<sup id="cite_ref-SLNov19_5-3" class="reference"><a href="#cite_note-SLNov19-5">[5]</a></sup> This flight marked the first time that a Falcon 9 booster made a fourth flight and landing.<sup id="cite_ref-:13_492-0" class="reference"><a href="#cite_note-:13-492">[480]</a></sup> This was also the first time that a Falcon 9 re-used fairings (from ArabSat-6A in April 2019).<sup id="cite_ref-:14_441-1" class="reference"><a href="#cite_note-:14-441">[429]</a></sup> It was planned to recover the fairings with both <i>Ms. Tree</i> and <i>Ms. Chief</i> but the plan was abandoned due to rough seas.<sup id="cite_ref-SLNov19_5-4" class="reference"><a href="#cite_note-SLNov19-5">[5]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">76\n</th>\n<td>5 December 2019,<br />17:29<sup id="cite_ref-493" class="reference"><a href="#cite_note-493">[481]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br />B1059.1<sup id="cite_ref-:02_494-0" class="reference"><a href="#cite_note-:02-494">[482]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-19" title="SpaceX CRS-19">SpaceX CRS-19</a><sup id="cite_ref-spn-201602242_495-0" class="reference"><a href="#cite_note-spn-201602242-495">[483]</a></sup><br />(Dragon C106.3 \xe2\x99\xba)\n</td>\n<td>2,617 kg (5,769 lb)\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Second re-supply flight to use a Cargo Dragon for the third time.<sup id="cite_ref-496" class="reference"><a href="#cite_note-496">[484]</a></sup> This flight carried Robotic Tool Stowage (RiTS), a docking station that allows equipment that looks for leaks on the Space Station be stored on the outside. Also on board were upgrades for the <a href="/wiki/Cold_Atom_Laboratory" title="Cold Atom Laboratory">Cold Atom Laboratory (CAL)</a>. Onboard experiments include the testing of the spread of fire in space, mating barley in microgravity and experiments to test muscle and bone growth in microgravity.<sup id="cite_ref-:152_497-0" class="reference"><a href="#cite_note-:152-497">[485]</a></sup> Secondary payloads include the Hyperspectral Imager Suite (HISUI), an experiment to image high resolution across all colours of the light spectrum, allowing for imaging of soil, rocks, vegetation, snow, ice and man-made objects. Additionally, there were three CubeSats from NASA\'s <a href="/wiki/Educational_Launch_of_Nanosatellites" title="Educational Launch of Nanosatellites">ELaNa 28</a> mission,<sup id="cite_ref-Upcoming-ELaNa_391-1" class="reference"><a href="#cite_note-Upcoming-ELaNa-391">[381]</a></sup> including the AztechSat-1 satellite built by students in Mexico.<sup id="cite_ref-:152_497-1" class="reference"><a href="#cite_note-:152-497">[485]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">77\n</th>\n<td>17 December 2019,<br />00:10<sup id="cite_ref-sjcs_498-0" class="reference"><a href="#cite_note-sjcs-498">[486]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/B1056" class="mw-redirect" title="B1056">B1056.3</a><sup id="cite_ref-:02_494-1" class="reference"><a href="#cite_note-:02-494">[482]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/JSAT_(satellite_constellation)" title="JSAT (satellite constellation)">JCSat-18</a> / <a href="/wiki/Kacific_Broadband_Satellites" title="Kacific Broadband Satellites">Kacific 1</a><sup id="cite_ref-sn-20170905_499-0" class="reference"><a href="#cite_note-sn-20170905-499">[487]</a></sup>\n</td>\n<td>6,956 kg (15,335 lb)<sup id="cite_ref-sjcs_498-1" class="reference"><a href="#cite_note-sjcs-498">[486]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/SKY_Perfect_JSAT_Group" class="mw-redirect" title="SKY Perfect JSAT Group">Sky Perfect JSAT</a><br /><a href="/wiki/Kacific_Broadband_Satellites" title="Kacific Broadband Satellites">Kacific 1</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Singaporean-Japanese <a href="/wiki/CondoSat" title="CondoSat">CondoSat</a> that will cover the Asia-Pacific region.<sup id="cite_ref-500" class="reference"><a href="#cite_note-500">[488]</a></sup> Due to the heavy weight of the payload, it was injected into a lower energy sub-synchronous orbit of 20,000 km (12,000 mi); the satellite itself will transfer to full GTO. This was the third Falcon 9 launch for JSAT and the previous two were in 2016. SpaceX successfully landed B1056.3 but both fairing halves missed the recovery boats <i>Ms. Tree</i> and <i>Ms. Chief.</i><sup id="cite_ref-501" class="reference"><a href="#cite_note-501">[489]</a></sup>\n</td></tr></tbody></table>\n<h3><span class="mw-headline" id="2020">2020</span></h3>\n<p>In late 2019, <a href="/wiki/Gwynne_Shotwell" title="Gwynne Shotwell">Gwynne Shotwell</a> stated that SpaceX hoped for as many as 24 launches for Starlink satellites in 2020,<sup id="cite_ref-spacenews-spacex-plans-24-starlink-launches-next-year_502-0" class="reference"><a href="#cite_note-spacenews-spacex-plans-24-starlink-launches-next-year-502">[490]</a></sup> in addition to 14 or 15 non-Starlink launches. At 26 launches, 13 of which for Starlink satellites, Falcon 9 had its most prolific year, and Falcon rockets were second most prolific rocket family of 2020, only behind China\'s <a href="/wiki/Long_March_(rocket_family)" title="Long March (rocket family)">Long March</a> rocket family.<sup id="cite_ref-503" class="reference"><a href="#cite_note-503">[491]</a></sup>\n</p>\n<table class="wikitable plainrowheaders collapsible" style="width: 100%;">\n<tbody><tr>\n<th scope="col">Flight No.\n</th>\n<th scope="col">Date and<br />time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)\n</th>\n<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br />Booster</a><sup id="cite_ref-booster_11-7" class="reference"><a href="#cite_note-booster-11">[b]</a></sup>\n</th>\n<th scope="col">Launch<br />site\n</th>\n<th scope="col">Payload<sup id="cite_ref-Dragon_12-7" class="reference"><a href="#cite_note-Dragon-12">[c]</a></sup>\n</th>\n<th scope="col">Payload mass\n</th>\n<th scope="col">Orbit\n</th>\n<th scope="col">Customer\n</th>\n<th scope="col">Launch<br />outcome\n</th>\n<th scope="col"><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Booster<br />landing</a>\n</th></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">78\n</th>\n<td>7 January 2020,<br />02:19:21<sup id="cite_ref-504" class="reference"><a href="#cite_note-504">[492]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba <br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1049" title="List of Falcon 9 first-stage boosters">B1049.4</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 2 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)<sup id="cite_ref-SLNov19_5-5" class="reference"><a href="#cite_note-SLNov19-5">[5]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Third large batch and second operational flight of Starlink constellation. One of the 60 satellites included a test coating to make the satellite less reflective, and thus less likely to interfere with ground-based astronomical observations.<sup id="cite_ref-505" class="reference"><a href="#cite_note-505">[493]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">79\n</th>\n<td>19 January 2020,<br />15:30<sup id="cite_ref-506" class="reference"><a href="#cite_note-506">[494]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba <br /><a href="/wiki/B1046" class="mw-redirect" title="B1046">B1046.4</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/SpaceX_Dragon_2#In-flight_abort_test" title="SpaceX Dragon 2">Crew Dragon in-flight abort test</a><sup id="cite_ref-sn20150702_507-0" class="reference"><a href="#cite_note-sn20150702-507">[495]</a></sup><br />(Dragon C205.1)\n</td>\n<td>12,050 kg (26,570 lb)\n</td>\n<td><a href="/wiki/Sub-orbital" class="mw-redirect" title="Sub-orbital">Sub-orbital</a><sup id="cite_ref-508" class="reference"><a href="#cite_note-508">[496]</a></sup>\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/ISS_Crew_Transportation_Services" class="mw-redirect" title="ISS Crew Transportation Services">CTS</a>)<sup id="cite_ref-CCD6_509-0" class="reference"><a href="#cite_note-CCD6-509">[497]</a></sup>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;" class="table-noAttempt">No attempt\n</td></tr>\n<tr>\n<td colspan="9">An atmospheric test of the <a href="/wiki/SpaceX_Dragon_2" title="SpaceX Dragon 2">Dragon 2</a> abort system after <a href="/wiki/Max_Q" class="mw-redirect" title="Max Q">Max Q</a>. The capsule fired its <a href="/wiki/SuperDraco" title="SuperDraco">SuperDraco</a> engines, reached an apogee of 40 km (25 mi), deployed parachutes after reentry, and <a href="/wiki/Splashdown" title="Splashdown">splashed down</a> in the ocean 31 km (19 mi) downrange from the launch site. The test was previously slated to be accomplished with the <a href="/wiki/Crew_Dragon_Demo-1" title="Crew Dragon Demo-1">Crew Dragon Demo-1</a> capsule;<sup id="cite_ref-nsf-20170811_510-0" class="reference"><a href="#cite_note-nsf-20170811-510">[498]</a></sup> but that test article exploded during a ground test of SuperDraco engines on 20 April 2019.<sup id="cite_ref-:11_430-1" class="reference"><a href="#cite_note-:11-430">[419]</a></sup> The abort test used the capsule originally intended for the first crewed flight.<sup id="cite_ref-sfn_crewdragon_may19_511-0" class="reference"><a href="#cite_note-sfn_crewdragon_may19-511">[499]</a></sup> As expected, the booster was destroyed by aerodynamic forces after the capsule aborted.<sup id="cite_ref-512" class="reference"><a href="#cite_note-512">[500]</a></sup> First flight of a Falcon 9 with only one functional stage \xe2\x80\x94 the second stage had a <a href="/wiki/Mass_simulator" class="mw-redirect" title="Mass simulator">mass simulator</a> in place of its engine.\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">80\n</th>\n<td>29 January 2020,<br />14:07<sup id="cite_ref-513" class="reference"><a href="#cite_note-513">[501]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/Falcon_9_booster_B1051" class="mw-redirect" title="Falcon 9 booster B1051">B1051.3</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 3 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)<sup id="cite_ref-SLNov19_5-6" class="reference"><a href="#cite_note-SLNov19-5">[5]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Third operational and fourth large batch of Starlink satellites, deployed in a circular 290 km (180 mi) orbit. One of the fairing halves was caught, while the other was fished out of the ocean.<sup id="cite_ref-catch3_514-0" class="reference"><a href="#cite_note-catch3-514">[502]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">81\n</th>\n<td>17 February 2020,<br />15:05<sup id="cite_ref-515" class="reference"><a href="#cite_note-515">[503]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/Falcon_9_booster_B1056" class="mw-redirect" title="Falcon 9 booster B1056">B1056.4</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 4 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)<sup id="cite_ref-SLNov19_5-7" class="reference"><a href="#cite_note-SLNov19-5">[5]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;" class="table-failure">Failure<br /><small>(drone ship)</small>\n</td></tr>\n<tr>\n<td colspan="9">Fourth operational and fifth large batch of Starlink satellites. Used a new flight profile which deployed into a 212 km \xc3\x97 386 km (132 mi \xc3\x97 240 mi) elliptical orbit instead of launching into a circular orbit and firing the second stage engine twice. The first stage booster failed to land on the drone ship<sup id="cite_ref-516" class="reference"><a href="#cite_note-516">[504]</a></sup> due to incorrect wind data.<sup id="cite_ref-517" class="reference"><a href="#cite_note-517">[505]</a></sup> This was the first time a flight proven booster failed to land.\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">82\n</th>\n<td>7 March 2020,<br />04:50<sup id="cite_ref-518" class="reference"><a href="#cite_note-518">[506]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1059" title="List of Falcon 9 first-stage boosters">B1059.2</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-20" title="SpaceX CRS-20">SpaceX CRS-20</a><br />(Dragon C112.3 \xe2\x99\xba)\n</td>\n<td>1,977 kg (4,359 lb)<sup id="cite_ref-519" class="reference"><a href="#cite_note-519">[507]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(ground pad)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Last launch of phase 1 of the CRS contract. Carries <i>Bartolomeo</i>, an <a href="/wiki/ESA" class="mw-redirect" title="ESA">ESA</a> platform for hosting external payloads onto ISS.<sup id="cite_ref-520" class="reference"><a href="#cite_note-520">[508]</a></sup> Originally scheduled to launch on 2 March 2020, the launch date was pushed back due to a second stage engine failure. SpaceX decided to swap out the second stage instead of replacing the faulty part.<sup id="cite_ref-521" class="reference"><a href="#cite_note-521">[509]</a></sup> It was SpaceX\'s 50th successful landing of a first stage booster, the third flight of the Dragon C112 and the last launch of the cargo <a href="/wiki/Dragon_(spacecraft)" class="mw-redirect" title="Dragon (spacecraft)">Dragon</a> spacecraft.\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">83\n</th>\n<td>18 March 2020,<br />12:16<sup id="cite_ref-522" class="reference"><a href="#cite_note-522">[510]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba <br /><a href="/wiki/Falcon_9_booster_B1048" class="mw-redirect" title="Falcon 9 booster B1048">B1048.5</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 5 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)<sup id="cite_ref-SLNov19_5-8" class="reference"><a href="#cite_note-SLNov19-5">[5]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;" class="table-failure">Failure<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Fifth operational launch of Starlink satellites. It was the first time a first stage booster flew for a fifth time and the second time the fairings were reused (Starlink flight in May 2019).<sup id="cite_ref-523" class="reference"><a href="#cite_note-523">[511]</a></sup> Towards the end of the first stage burn, the booster suffered premature shut down of an engine, the first of a <a href="/wiki/Merlin_1D" class="mw-redirect" title="Merlin 1D">Merlin 1D</a> variant and first since the CRS-1 mission in October 2012. However, the payload still reached the targeted orbit.<sup id="cite_ref-524" class="reference"><a href="#cite_note-524">[512]</a></sup> This was the second Starlink launch booster landing failure in a row, later revealed to be caused by residual cleaning fluid trapped inside a sensor.<sup id="cite_ref-525" class="reference"><a href="#cite_note-525">[513]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">84\n</th>\n<td>22 April 2020,<br />19:30<sup id="cite_ref-526" class="reference"><a href="#cite_note-526">[514]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1051" title="List of Falcon 9 first-stage boosters">B1051.4</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 6 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)<sup id="cite_ref-SLNov19_5-9" class="reference"><a href="#cite_note-SLNov19-5">[5]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Sixth operational launch of Starlink satellites. The 84th flight of the Falcon 9 rocket, it surpassed <a href="/wiki/Atlas_V" title="Atlas V">Atlas V</a> to become the most-flown operational US rocket.<sup id="cite_ref-leader_527-0" class="reference"><a href="#cite_note-leader-527">[515]</a></sup> Used fairings launched on AMOS-17 (August 2019).<sup id="cite_ref-528" class="reference"><a href="#cite_note-528">[516]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">85\n</th>\n<td>30 May 2020,<br />19:22<sup id="cite_ref-529" class="reference"><a href="#cite_note-529">[517]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1058" title="List of Falcon 9 first-stage boosters">B1058.1</a><sup id="cite_ref-nsf_2Aug19_530-0" class="reference"><a href="#cite_note-nsf_2Aug19-530">[518]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Crew_Dragon_Demo-2" title="Crew Dragon Demo-2">Crew Dragon Demo-2</a><sup id="cite_ref-nsf20150305_424-1" class="reference"><a href="#cite_note-nsf20150305-424">[414]</a></sup><br />(<a href="/wiki/SpaceX_Crew_Dragon_Endeavour" class="mw-redirect" title="SpaceX Crew Dragon Endeavour">Crew Dragon C206.1 <i>Endeavour</i></a>)\n</td>\n<td>12,530 kg (27,620 lb)<sup id="cite_ref-531" class="reference"><a href="#cite_note-531">[519]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Crew_Development" class="mw-redirect" title="Commercial Crew Development">CCDev</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">First crewed orbital spaceflight from American soil since Space Shuttle <a href="/wiki/STS-135" title="STS-135">STS-135</a> in July 2011, carrying <a href="/wiki/NASA" title="NASA">NASA</a> astronauts <a href="/wiki/Bob_Behnken" title="Bob Behnken">Bob Behnken</a> and <a href="/wiki/Doug_Hurley" title="Doug Hurley">Doug Hurley</a> to the <a href="/wiki/International_Space_Station" title="International Space Station">International Space Station</a>.<sup id="cite_ref-nsf20150305_424-2" class="reference"><a href="#cite_note-nsf20150305-424">[414]</a></sup> The SpaceX live stream was peaked at 4.1 million viewers, while NASA estimated roughly 10 million people watched on various online platforms, and approximately 150,000 people gathered on Florida\'s <a href="/wiki/Space_coast" class="mw-redirect" title="Space coast">space coast</a> despite the risks of the <a href="/wiki/COVID-19_pandemic" title="COVID-19 pandemic">COVID-19 pandemic</a>.<sup id="cite_ref-532" class="reference"><a href="#cite_note-532">[520]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">86\n</th>\n<td>4 June 2020,<br />01:25<sup id="cite_ref-:16_533-0" class="reference"><a href="#cite_note-:16-533">[521]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1049" title="List of Falcon 9 first-stage boosters">B1049.5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 7 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)<sup id="cite_ref-SLNov19_5-10" class="reference"><a href="#cite_note-SLNov19-5">[5]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Seventh operational launch of Starlink satellites, occurred on the 10th anniversary of the first Falcon 9 flight. Included "VisorSat" satellite test that uses a sunshade to limit reflectivity.<sup id="cite_ref-NAS280420_534-0" class="reference"><a href="#cite_note-NAS280420-534">[522]</a></sup> First booster to successfully land five times, and first to land on <a href="/wiki/Autonomous_spaceport_drone_ship" title="Autonomous spaceport drone ship">Just Read The Instructions</a> since it was moved to the <a href="/wiki/East_Coast_of_the_United_States" title="East Coast of the United States">East Coast</a>.\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">87\n</th>\n<td>13 June 2020,<br />09:21<sup id="cite_ref-:17_535-0" class="reference"><a href="#cite_note-:17-535">[523]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1059" title="List of Falcon 9 first-stage boosters">B1059.3</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 8 v1.0 (58 satellites),<sup id="cite_ref-nsf20200612_536-0" class="reference"><a href="#cite_note-nsf20200612-536">[524]</a></sup><sup id="cite_ref-537" class="reference"><a href="#cite_note-537">[525]</a></sup><br /><a href="/wiki/SkySat" title="SkySat">SkySats</a>-16, -17, -18\n</td>\n<td>15,410 kg (33,970 lb)<sup id="cite_ref-:17_535-1" class="reference"><a href="#cite_note-:17-535">[523]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a><br /><a href="/wiki/Planet_Labs" title="Planet Labs">Planet Labs</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Eighth operational launch of Starlink satellites, included the first <a href="/wiki/Secondary_payload" title="Secondary payload">rideshare</a> in SpaceX\'s <a href="/wiki/SpaceX_SmallSat_Rideshare_Program" class="mw-redirect" title="SpaceX SmallSat Rideshare Program">SmallSat Program</a>, of three <a href="/wiki/SkySat" title="SkySat">SkySat</a> satellites.<sup id="cite_ref-:15_538-0" class="reference"><a href="#cite_note-:15-538">[526]</a></sup><sup id="cite_ref-539" class="reference"><a href="#cite_note-539">[527]</a></sup> One payload fairing half launched on <a href="/wiki/JSAT_(satellite_constellation)" title="JSAT (satellite constellation)">JCSat-18</a> / <a href="/wiki/Kacific_Broadband_Satellites" title="Kacific Broadband Satellites">Kacific 1</a> mission in December 2019. The other payload fairing half flew on Starlink 2 v1.0 in January 2020.<sup id="cite_ref-540" class="reference"><a href="#cite_note-540">[528]</a></sup> For the first time, SpaceX did not perform a static fire before launch.\n</td></tr>\n\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">88\n</th>\n<td>30 June 2020,<br />20:10:46<sup id="cite_ref-541" class="reference"><a href="#cite_note-541">[529]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1060" title="List of Falcon 9 first-stage boosters">B1060.1</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/GPS_Block_III" title="GPS Block III">GPS III</a>-<a href="/wiki/List_of_GPS_satellites" title="List of GPS satellites">03</a> (<i><a href="/wiki/Matthew_Henson" title="Matthew Henson">Matthew Henson</a></i>)\n</td>\n<td>4,311 kg (9,504 lb)<sup id="cite_ref-clark-20200630_542-0" class="reference"><a href="#cite_note-clark-20200630-542">[530]</a></sup>\n</td>\n<td><a href="/wiki/Medium_Earth_orbit" title="Medium Earth orbit">MEO</a>\n</td>\n<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">U.S. Space Force</a><sup id="cite_ref-clark-20200630_542-1" class="reference"><a href="#cite_note-clark-20200630-542">[530]</a></sup>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Payload manufacturing contract awarded January 2012,<sup id="cite_ref-gps_34_manufacturing_543-0" class="reference"><a href="#cite_note-gps_34_manufacturing-543">[531]</a></sup> fully assembled in August 2017,<sup id="cite_ref-gpsworld_20171127_544-0" class="reference"><a href="#cite_note-gpsworld_20171127-544">[532]</a></sup><sup id="cite_ref-gleckel-2017-11_545-0" class="reference"><a href="#cite_note-gleckel-2017-11-545">[533]</a></sup> and completed thermal vacuum testing in June 2018.<sup id="cite_ref-gps_status_20180926_546-0" class="reference"><a href="#cite_note-gps_status_20180926-546">[534]</a></sup> Launch contract was awarded initially for US$96.5 million,<sup id="cite_ref-547" class="reference"><a href="#cite_note-547">[535]</a></sup> but later, this was discounted in exchange for allowing to launch configuration enabling booster recovery.<sup id="cite_ref-548" class="reference"><a href="#cite_note-548">[536]</a></sup> The vehicle nicknamed <i>Columbus</i> was transported to Florida in February 2020,<sup id="cite_ref-549" class="reference"><a href="#cite_note-549">[537]</a></sup> but launch was delayed by the customer from April 2020 due to the <a href="/wiki/COVID-19" title="COVID-19">COVID-19</a> pandemic.<sup id="cite_ref-sn20200407_550-0" class="reference"><a href="#cite_note-sn20200407-550">[538]</a></sup> The launch was dedicated to the memory of the recently deceased, late commander of the <a href="/wiki/21st_Space_Wing" title="21st Space Wing">21st Space Wing</a>, Colonel Thomas G. Falzarano,<sup id="cite_ref-sn20200630_551-0" class="reference"><a href="#cite_note-sn20200630-551">[539]</a></sup><sup id="cite_ref-s&s20200513_552-0" class="reference"><a href="#cite_note-s&s20200513-552">[540]</a></sup> and after launch, in October 2020, the nickname was changed to that of the Arctic explorer <a href="/wiki/Matthew_Henson" title="Matthew Henson">Matthew Henson</a>.<sup id="cite_ref-GPS_553-0" class="reference"><a href="#cite_note-GPS-553">[541]</a></sup><sup id="cite_ref-sn-20160427_400-1" class="reference"><a href="#cite_note-sn-20160427-400">[390]</a></sup> The second stage featured a gray band to allow more heat to be absorbed during the longer coasting period,<sup id="cite_ref-554" class="reference"><a href="#cite_note-554">[542]</a></sup> while both fairings were recovered out of the water without attempting a catch in the net.\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">89\n</th>\n<td>20 July 2020,<br />21:30<sup id="cite_ref-SFN20200720_555-0" class="reference"><a href="#cite_note-SFN20200720-555">[543]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba <br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1058" title="List of Falcon 9 first-stage boosters">B1058.2</a><sup id="cite_ref-Gunter_556-0" class="reference"><a href="#cite_note-Gunter-556">[544]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/ANASIS-II" title="ANASIS-II">ANASIS-II</a>\n</td>\n<td>5,000\xe2\x80\x936,000 kg (11,000\xe2\x80\x9313,000 lb)\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Republic_of_Korea_Army" title="Republic of Korea Army">Republic of Korea Army</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">At 5-6 tonnes, the satellite formerly known as <i>K-Milsat-1</i> is South Korea\'s first dedicated military satellite. Contracted by South Korea\'s <a href="/wiki/Defense_Acquisition_Program_Administration" title="Defense Acquisition Program Administration">Defense Acquisition Program Administration</a> in 2014.<sup id="cite_ref-557" class="reference"><a href="#cite_note-557">[545]</a></sup> 57th successful recovery of a Falcon 9 first stage. For the first time both fairing halves were also successfully caught by <a href="/wiki/Ms._Tree_(ship)" class="mw-redirect" title="Ms. Tree (ship)">fairing catching ships</a>.<sup id="cite_ref-558" class="reference"><a href="#cite_note-558">[546]</a></sup> This launch featured a booster reflight within 51 days, a new record turnaround time for a Falcon booster.<sup id="cite_ref-559" class="reference"><a href="#cite_note-559">[547]</a></sup> It was the same booster that launched the <a href="/wiki/Crew_Dragon_Demo-2" title="Crew Dragon Demo-2">Crew Dragon Demo-2</a> spacecraft on 30 May 2020.<sup id="cite_ref-SFN20200720_555-1" class="reference"><a href="#cite_note-SFN20200720-555">[543]</a></sup> The satellite was delivered to a <a href="/wiki/Super-synchronous_transfer_orbit" class="mw-redirect" title="Super-synchronous transfer orbit">super-synchronous transfer orbit</a> of 211 km \xc3\x97 45,454 km (131 mi \xc3\x97 28,244 mi), while both fairing halves were caught in the catch nets of the supports ships.<sup id="cite_ref-560" class="reference"><a href="#cite_note-560">[548]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">90\n</th>\n<td>7 August 2020,<br />05:12<sup id="cite_ref-561" class="reference"><a href="#cite_note-561">[549]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1051" title="List of Falcon 9 first-stage boosters">B1051.5</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 9 v1.0 (57 Satellites),<sup id="cite_ref-nsf20200612_536-1" class="reference"><a href="#cite_note-nsf20200612-536">[524]</a></sup><br /><a href="/wiki/Spaceflight_Industries#BlackSky" title="Spaceflight Industries">SXRS-1 (BlackSky Global 7 and 8)</a>\n</td>\n<td>14,932 kg (32,919 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a><br /><a href="/wiki/Spaceflight_Industries" title="Spaceflight Industries">Spaceflight Industries</a> (BlackSky)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Ninth operational launch of Starlink satellites. This mission carried 57 Starlink satellites and two <a href="/wiki/Spaceflight_Industries#BlackSky" title="Spaceflight Industries">BlackSky</a> satellites as rideshare.<sup id="cite_ref-562" class="reference"><a href="#cite_note-562">[550]</a></sup> This first rideshare contracted with Spaceflight Industries was dubbed internally as "SXRS-1".<sup id="cite_ref-spaceflight-20200617_563-0" class="reference"><a href="#cite_note-spaceflight-20200617-563">[551]</a></sup> After previously testing on a single Starlink, the launch will have all 57 satellites include a "VisorSat" to reduce their brightness.<sup id="cite_ref-564" class="reference"><a href="#cite_note-564">[552]</a></sup>\n</td></tr>\n\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">91\n</th>\n<td>18 August 2020 <br />14:31<sup id="cite_ref-565" class="reference"><a href="#cite_note-565">[553]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1049" title="List of Falcon 9 first-stage boosters">B1049.6</a><sup id="cite_ref-Gunter_556-1" class="reference"><a href="#cite_note-Gunter-556">[544]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 10 v1.0 (58 satellites)<br /><a href="/wiki/SkySat" title="SkySat">SkySat</a>-19, -20, -21\n</td>\n<td>~15,440 kg (34,040 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a><br /><a href="/wiki/Planet_Labs" title="Planet Labs">Planet Labs</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Tenth operational launch of Starlink satellites. Starlink flight including three <a href="/wiki/SkySat" title="SkySat">SkySat</a> rideshare satellites.<sup id="cite_ref-:15_538-1" class="reference"><a href="#cite_note-:15-538">[526]</a></sup> First time a booster made a 6th flight.<sup id="cite_ref-566" class="reference"><a href="#cite_note-566">[554]</a></sup> The fairings previously flew on Starlink 3 v1.0. One fairing half was caught by <i>Go Ms. Tree</i>, the other was scooped out of the ocean.<sup id="cite_ref-:15_538-2" class="reference"><a href="#cite_note-:15-538">[526]</a></sup>\n</td></tr>\n\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">92\n</th>\n<td>30 August 2020<br />23:18<sup id="cite_ref-567" class="reference"><a href="#cite_note-567">[555]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1059" title="List of Falcon 9 first-stage boosters">B1059.4</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/SAOCOM_1B" class="mw-redirect" title="SAOCOM 1B">SAOCOM 1B</a><sup id="cite_ref-skyrocket-saocom1b_568-0" class="reference"><a href="#cite_note-skyrocket-saocom1b-568">[556]</a></sup><br /><a href="/w/index.php?title=GNOMES_1&action=edit&redlink=1" class="new" title="GNOMES 1 (page does not exist)">GNOMES 1</a><sup id="cite_ref-skyrocket-saocom1b_568-1" class="reference"><a href="#cite_note-skyrocket-saocom1b-568">[556]</a></sup><br /><a href="/wiki/Tyvak" title="Tyvak">Tyvak-0172</a><sup id="cite_ref-SAOCOM_1B_Mission_569-0" class="reference"><a href="#cite_note-SAOCOM_1B_Mission-569">[557]</a></sup>\n</td>\n<td>3,130 kg (6,900 lb)<sup id="cite_ref-570" class="reference"><a href="#cite_note-570">[558]</a></sup>\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>\n</td>\n<td><a href="/wiki/CONAE" class="mw-redirect" title="CONAE">CONAE</a><br /><a href="/w/index.php?title=PlanetIQ&action=edit&redlink=1" class="new" title="PlanetIQ (page does not exist)">PlanetIQ</a><br /><a href="/wiki/Tyvak" title="Tyvak">Tyvak</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(ground pad)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">The 100th launch in SpaceX\'s history, first time a commercial launch on a fourth launch of a booster, it deployed Earth-observing satellites built by Argentina\'s space agency CONAE and two rideshares. SpaceX was contracted in 2009 for an initial launch as early as 2013.<sup id="cite_ref-571" class="reference"><a href="#cite_note-571">[559]</a></sup> Originally planned for launch from Vandenberg but launched from Cape Canaveral, which made it the first flight from there using the southern corridor to a polar orbit since 1969.<sup id="cite_ref-572" class="reference"><a href="#cite_note-572">[560]</a></sup><sup id="cite_ref-573" class="reference"><a href="#cite_note-573">[561]</a></sup>\n</td></tr>\n\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">93\n</th>\n<td>3 September 2020<br />12:46:14<sup id="cite_ref-sfn-20200903_574-0" class="reference"><a href="#cite_note-sfn-20200903-574">[562]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1060" title="List of Falcon 9 first-stage boosters">B1060.2</a><sup id="cite_ref-nsf290820_575-0" class="reference"><a href="#cite_note-nsf290820-575">[563]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 11 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)<sup id="cite_ref-SLNov19_5-11" class="reference"><a href="#cite_note-SLNov19-5">[5]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Eleventh operational launch of Starlink satellites, bringing the total to 713 launched Starlink satellites.<sup id="cite_ref-sfn-20200903_574-1" class="reference"><a href="#cite_note-sfn-20200903-574">[562]</a></sup>\n</td></tr>\n\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">94\n</th>\n<td>6 October 2020<br />11:29:34<sup id="cite_ref-576" class="reference"><a href="#cite_note-576">[564]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1058.3</a><sup id="cite_ref-577" class="reference"><a href="#cite_note-577">[565]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 12 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)<sup id="cite_ref-SLNov19_5-12" class="reference"><a href="#cite_note-SLNov19-5">[5]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Twelfth operational launch of Starlink satellites, which for the first time used a fairing half on its third launch.<sup id="cite_ref-578" class="reference"><a href="#cite_note-578">[566]</a></sup> Also, the B1058 holds the title for the shortest time a booster reached 3 flights which is 129 days beating B1046 by 77 days.\n</td></tr>\n\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">95\n</th>\n<td>18 October 2020<br />12:25:57<sup id="cite_ref-579" class="reference"><a href="#cite_note-579">[567]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1051.6</a><sup id="cite_ref-580" class="reference"><a href="#cite_note-580">[568]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 13 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)<sup id="cite_ref-SLNov19_5-13" class="reference"><a href="#cite_note-SLNov19-5">[5]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Thirteenth operational launch of Starlink satellites. Second time a booster was flown six times and first time both fairing halves were flown a third time. Both fairing halves landed on their respective ships but one fairing broke the net on Ms Tree.<sup id="cite_ref-581" class="reference"><a href="#cite_note-581">[569]</a></sup>\n</td></tr>\n\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">96\n</th>\n<td>24 October 2020<br />15:31:34<sup id="cite_ref-582" class="reference"><a href="#cite_note-582">[570]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1060.3</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 14 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Fourteenth operational launch of Starlink satellites and the 100th successful launch of a Falcon vehicle.<sup id="cite_ref-583" class="reference"><a href="#cite_note-583">[571]</a></sup>\n</td></tr>\n\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">97\n</th>\n<td>5 November 2020<br />23:24:23<sup id="cite_ref-584" class="reference"><a href="#cite_note-584">[572]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1062" title="List of Falcon 9 first-stage boosters">B1062.1</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/GPS_Block_III" title="GPS Block III">GPS III</a>-<a href="/wiki/List_of_GPS_satellites#Planned_launches" title="List of GPS satellites">04</a> (<i><a href="/wiki/Sacagawea" title="Sacagawea">Sacagawea</a></i>)<sup id="cite_ref-GPS_553-1" class="reference"><a href="#cite_note-GPS-553">[541]</a></sup><sup id="cite_ref-cr-048-15_585-0" class="reference"><a href="#cite_note-cr-048-15-585">[573]</a></sup>\n</td>\n<td>4,311 kg (9,504 lb)\n</td>\n<td><a href="/wiki/Medium_Earth_orbit" title="Medium Earth orbit">MEO</a>\n</td>\n<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Manufacturing contract awarded in January 2012,<sup id="cite_ref-gps_34_manufacturing_543-1" class="reference"><a href="#cite_note-gps_34_manufacturing-543">[531]</a></sup> underwent thermal vacuum testing in December 2018,<sup id="cite_ref-gps_advisory_board_2018_20181205_586-0" class="reference"><a href="#cite_note-gps_advisory_board_2018_20181205-586">[574]</a></sup> while the launch contract was awarded in March 2018.<sup id="cite_ref-587" class="reference"><a href="#cite_note-587">[575]</a></sup> A launch attempt on 3 October 2020 was aborted two seconds before liftoff due to early start in two engines.<sup id="cite_ref-588" class="reference"><a href="#cite_note-588">[576]</a></sup><sup id="cite_ref-589" class="reference"><a href="#cite_note-589">[577]</a></sup> Following the abort, two engines from B1062 were sent for further testing.<sup id="cite_ref-590" class="reference"><a href="#cite_note-590">[578]</a></sup> The abort also caused delays to the Crew-1 launch to allow time for data review.<sup id="cite_ref-591" class="reference"><a href="#cite_note-591">[579]</a></sup><sup id="cite_ref-592" class="reference"><a href="#cite_note-592">[580]</a></sup>\n</td></tr>\n\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">98\n</th>\n<td>16 November 2020<br />00:27<sup id="cite_ref-593" class="reference"><a href="#cite_note-593">[581]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1061" title="List of Falcon 9 first-stage boosters">B1061.1</a><sup id="cite_ref-594" class="reference"><a href="#cite_note-594">[582]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/SpaceX_Crew-1" title="SpaceX Crew-1">Crew-1</a><br />(<a href="/wiki/Crew_Dragon_Resilience" title="Crew Dragon Resilience">Crew Dragon C207.1 <i>Resilience</i></a>)\n</td>\n<td>~12,500 kg (27,600 lb)\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Crew_Program" title="Commercial Crew Program">CCP</a>)<sup id="cite_ref-CCD6_509-1" class="reference"><a href="#cite_note-CCD6-509">[497]</a></sup>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">First crew rotation of the commercial crew program, following the return in August of the crewed test flight mission <a href="/wiki/Crew_Dragon_Demo-2" title="Crew Dragon Demo-2">Crew Demo 2</a>. Originally designated "USCV-1" by NASA. Carried astronauts <a href="/wiki/Victor_J._Glover" title="Victor J. Glover">Victor Glover</a>, <a href="/wiki/Michael_S._Hopkins" title="Michael S. Hopkins">Mike Hopkins</a>, <a href="/wiki/Shannon_Walker" title="Shannon Walker">Shannon Walker</a> and <a href="/wiki/Soichi_Noguchi" title="Soichi Noguchi">Soichi Noguchi</a>, for a 6-month stay aboard the ISS, during which the <a href="/wiki/Boeing_Starliner" title="Boeing Starliner">Boeing Starliner</a> <a href="/wiki/Orbital_Flight_Test_2" class="mw-redirect" title="Orbital Flight Test 2">OFT-2</a> flight is expected to dock also.<sup id="cite_ref-595" class="reference"><a href="#cite_note-595">[583]</a></sup> The first flight of the crew program was initially expected to launch in 2017,<sup id="cite_ref-596" class="reference"><a href="#cite_note-596">[584]</a></sup><sup id="cite_ref-scientificamerican-2_597-0" class="reference"><a href="#cite_note-scientificamerican-2-597">[585]</a></sup> and finished final certifications in November 2020.<sup id="cite_ref-598" class="reference"><a href="#cite_note-598">[586]</a></sup>\n</td></tr>\n\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">99\n</th>\n<td>21 November 2020<br />17:17:08<sup id="cite_ref-599" class="reference"><a href="#cite_note-599">[587]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1063" title="List of Falcon 9 first-stage boosters">B1063.1</a>\n</td>\n<td><a href="/wiki/Vandenberg_Air_Force_Base" class="mw-redirect" title="Vandenberg Air Force Base">VAFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/Copernicus_Sentinel-6" class="mw-redirect" title="Copernicus Sentinel-6">Sentinel-6 Michael Freilich (Jason-CS A)</a>\n</td>\n<td>1,192 kg (2,628 lb)\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a>\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> / <a href="/wiki/NOAA" class="mw-redirect" title="NOAA">NOAA</a> / <a href="/wiki/ESA" class="mw-redirect" title="ESA">ESA</a> / <a href="/wiki/EUMETSAT" class="mw-redirect" title="EUMETSAT">EUMETSAT</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(ground pad)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Named after the former director of NASA\'s Earth science program, it is a radar altimeter satellite part of the <a href="/wiki/Ocean_surface_topography#Satellite_missions" title="Ocean surface topography">Ocean Surface Topography</a> constellation located at 1,336 km (830 mi) and 66\xc2\xb0 <a href="/wiki/Orbital_inclination" title="Orbital inclination">inclination</a>, and a follow-up to <a href="/wiki/Jason_3" class="mw-redirect" title="Jason 3">Jason 3</a> as a partnership between the United States (<a href="/wiki/National_Oceanic_and_Atmospheric_Administration" title="National Oceanic and Atmospheric Administration">NOAA</a> and <a href="/wiki/NASA" title="NASA">NASA</a>), <a href="/wiki/Europe" title="Europe">Europe</a> (<a href="/wiki/European_Organisation_for_the_Exploitation_of_Meteorological_Satellites" title="European Organisation for the Exploitation of Meteorological Satellites">EUMETSAT</a>, <a href="/wiki/European_Space_Agency" title="European Space Agency">ESA</a>, <a href="/wiki/CNES" title="CNES">CNES</a>).<sup id="cite_ref-600" class="reference"><a href="#cite_note-600">[588]</a></sup>\n</td></tr>\n\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">100\n</th>\n<td>25 November 2020<br />02:13<sup id="cite_ref-SFN20201122_601-0" class="reference"><a href="#cite_note-SFN20201122-601">[589]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5 \xe2\x99\xba</a><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1049" title="List of Falcon 9 first-stage boosters">B1049.7</a><sup id="cite_ref-602" class="reference"><a href="#cite_note-602">[590]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 15 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">First time a booster was launched for a seventh time and first time SpaceX completed four launches in a single month.\n</td></tr>\n\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">101\n</th>\n<td>6 December 2020<br />16:17:08<sup id="cite_ref-603" class="reference"><a href="#cite_note-603">[591]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5 \xe2\x99\xba</a><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1058.4</a><sup id="cite_ref-nextspaceflight-20201013_604-0" class="reference"><a href="#cite_note-nextspaceflight-20201013-604">[592]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-21" title="SpaceX CRS-21">SpaceX CRS-21</a><br />(Dragon C208.1)\n</td>\n<td>2,972 kg (6,552 lb)\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">First launch of <a href="/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services_phase_2" title="Commercial Resupply Services">phase 2 of the CRS contract</a> of six launches awarded in January 2016.<sup id="cite_ref-605" class="reference"><a href="#cite_note-605">[593]</a></sup> It was the first launch of the upgraded version Cargo Dragon 2 spacecraft, with increased payload capacity and autonomous docking to the ISS. Payloads included Will <a href="/wiki/Bishop_Airlock_Module" class="mw-redirect" title="Bishop Airlock Module">Nanoracks Bishop Airlock</a><sup id="cite_ref-Bishop2020_606-0" class="reference"><a href="#cite_note-Bishop2020-606">[594]</a></sup> and CFIG-1 (Cool Flames Investigation with Gases).<sup id="cite_ref-grc-schedule_607-0" class="reference"><a href="#cite_note-grc-schedule-607">[595]</a></sup> It\'s also the 100th successful Falcon 9 launch.\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">102\n</th>\n<td>13 December 2020<br />17:30:00<sup id="cite_ref-608" class="reference"><a href="#cite_note-608">[596]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5 \xe2\x99\xba</a><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1051.7</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a><sup id="cite_ref-609" class="reference"><a href="#cite_note-609">[597]</a></sup>\n</td>\n<td><a href="/wiki/Sirius_XM" title="Sirius XM">SXM-7</a>\n</td>\n<td>7,000 kg (15,000 lb)\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Sirius_XM" title="Sirius XM">Sirius XM</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Launched the largest, high-power broadcasting satellite for SiriusXM\'s <a href="/wiki/Digital_audio_radio_service" title="Digital audio radio service">digital audio radio service</a> (DARS). SXM-7 was built by <a href="/wiki/Maxar_Technologies" title="Maxar Technologies">Maxar Technologies</a>; intended to operate in the <a href="/wiki/S_band" title="S band">S-band</a> spectrum, it will replace the SXM-3 satellite. The satellite will deliver the highest power density of any commercial satellite on-orbit,<sup id="cite_ref-610" class="reference"><a href="#cite_note-610">[598]</a></sup> generate more than 20 kW of power, and have a large unfoldable antenna reflector, which enables broadcast to radios without the need for large dish-type antennas on the ground. Due to the heavy weight, the payload was injected into a sub-synchronous orbit of 224 km \xc3\x97 19,411 km (139 mi \xc3\x97 12,061 mi) and the satellite itself will transfer to full GTO.<sup id="cite_ref-611" class="reference"><a href="#cite_note-611">[599]</a></sup> It was the first time a commercial primary payload flew on a booster which had been flown more than 4 times before.<sup id="cite_ref-auto3_612-0" class="reference"><a href="#cite_note-auto3-612">[600]</a></sup> First dedicated customer launch where the fairings were previously used.<sup id="cite_ref-613" class="reference"><a href="#cite_note-613">[601]</a></sup>\n</td></tr>\n<tr>\n<th scope="row" rowspan="2" style="text-align:center;">103\n</th>\n<td>19 December 2020<br />14:00:00<sup id="cite_ref-SFN20201217_614-0" class="reference"><a href="#cite_note-SFN20201217-614">[602]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5 \xe2\x99\xba</a><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1059" title="List of Falcon 9 first-stage boosters">B1059.5</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/List_of_NRO_launches" title="List of NRO launches">NROL-108</a>\n</td>\n<td data-sort-value="" style="background: #ececec; color: #2C2C2C; vertical-align: middle; text-align: center;" class="table-na">Classified\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/National_Reconnaissance_Office" title="National Reconnaissance Office">NRO</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(ground pad)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">The planned launch was not known by the public until FCC filings appeared in late September followed by confirmation from the NRO on 5 October 2020, likely a relatively light payload that allows the return of the booster to the launch site.<sup id="cite_ref-615" class="reference"><a href="#cite_note-615">[603]</a></sup>\n</td></tr>\n</tbody></table>\n<h3><span class="mw-headline" id="2021">2021</span></h3>\n<table class="wikitable plainrowheaders collapsible" style="width: 100%;">\n<tbody><tr>\n<th scope="col">Flight\n<p>No.\n</p>\n</th>\n<th scope="col">Date and<br />time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)\n</th>\n<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br />Booster</a><sup id="cite_ref-booster_11-8" class="reference"><a href="#cite_note-booster-11">[b]</a></sup>\n</th>\n<th scope="col">Launch<br />site\n</th>\n<th scope="col">Payload<sup id="cite_ref-Dragon_12-8" class="reference"><a href="#cite_note-Dragon-12">[c]</a></sup>\n</th>\n<th scope="col">Payload mass\n</th>\n<th scope="col">Orbit\n</th>\n<th scope="col">Customer\n</th>\n<th scope="col">Launch<br />outcome\n</th>\n<th scope="col"><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Booster<br />landing</a>\n</th></tr>\n<tr>\n<th rowspan="2" scope="row" style="text-align:center;">104\n</th>\n<td>8 January 2021<br />02:15<sup id="cite_ref-616" class="reference"><a href="#cite_note-616">[604]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1060" title="List of Falcon 9 first-stage boosters">B1060.4</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/T%C3%BCrksat_5A" title="T\xc3\xbcrksat 5A">T\xc3\xbcrksat 5A</a><sup id="cite_ref-turk5a_617-0" class="reference"><a href="#cite_note-turk5a-617">[605]</a></sup>\n</td>\n<td>3,500 kg (7,700 lb)\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/T%C3%BCrksat_(company)" title="T\xc3\xbcrksat (company)">T\xc3\xbcrksat</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">A 3,500 kg (7,700 lb) satellite intended to be stationed at 31.0\xc2\xb0 east.<sup id="cite_ref-turk5a_617-1" class="reference"><a href="#cite_note-turk5a-617">[605]</a></sup> This is the most powerful satellite in T\xc3\xbcrksat\'s fleet<sup id="cite_ref-618" class="reference"><a href="#cite_note-618">[606]</a></sup> and will provide <a href="/wiki/Ku-band" class="mw-redirect" title="Ku-band">Ku-band</a> television broadcast services over <a href="/wiki/Turkey" title="Turkey">Turkey</a>, the <a href="/wiki/Middle_East" title="Middle East">Middle East</a>, <a href="/wiki/Europe" title="Europe">Europe</a> and <a href="/wiki/Africa" title="Africa">Africa</a>. The satellite was injected in to a <a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">Super-synchronous transfer orbit</a> of 280 km \xc3\x97 55,000 km (170 mi \xc3\x97 34,180 mi) with 17.6\xc2\xb0 <a href="/wiki/Orbital_inclination" title="Orbital inclination">inclination</a>.<sup id="cite_ref-619" class="reference"><a href="#cite_note-619">[607]</a></sup>\n</td></tr>\n<tr>\n<th rowspan="2" scope="row" style="text-align:center;">105\n</th>\n<td>20 January 2021<br />13:02<sup id="cite_ref-620" class="reference"><a href="#cite_note-620">[608]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1051" title="List of Falcon 9 first-stage boosters">B1051.8</a><sup id="cite_ref-621" class="reference"><a href="#cite_note-621">[609]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 16 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">The first booster to successfully launch and land eight times. Achieved a record turnaround time between two launches of the same booster of only 38 days and brought the total of launched Starlink satellites to over 1000.<sup id="cite_ref-622" class="reference"><a href="#cite_note-622">[610]</a></sup> SpaceX stated that the landing would occur during higher winds than usual; this test to expand the landing envelope was successfully passed by the booster.<sup id="cite_ref-623" class="reference"><a href="#cite_note-623">[611]</a></sup>\n</td></tr>\n<tr>\n<th rowspan="2" scope="row" style="text-align:center;">106\n</th>\n<td>24 January 2021<br />15:00<sup id="cite_ref-624" class="reference"><a href="#cite_note-624">[612]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1058" title="List of Falcon 9 first-stage boosters">B1058.5</a><sup id="cite_ref-625" class="reference"><a href="#cite_note-625">[613]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><i><a href="/w/index.php?title=Transporter-1&action=edit&redlink=1" class="new" title="Transporter-1 (page does not exist)">Transporter-1</a></i> (<a href="/wiki/List_of_spaceflight_launches_in_January%E2%80%93June_2021#SpXTransporter1" title="List of spaceflight launches in January\xe2\x80\x93June 2021">143 smallsat rideshare</a>)\n</td>\n<td>~5,000 kg (11,000 lb)\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>\n</td>\n<td>Various\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">First dedicated smallsat rideshare launch, targeting a 525 km (326 mi) <a href="/wiki/Orbital_altitude" class="mw-redirect" title="Orbital altitude">altitude</a> orbit.<sup id="cite_ref-RsA_626-0" class="reference"><a href="#cite_note-RsA-626">[614]</a></sup> The launch deployed a record 143 satellites, consisting of 120 <a href="/wiki/CubeSat" title="CubeSat">CubeSats</a>, 11 <a href="/wiki/Microsatellite_(spaceflight)" class="mw-redirect" title="Microsatellite (spaceflight)">microsatellites</a>, 10 <a href="/wiki/Starlink" title="Starlink">Starlinks</a>, and 2 transfer stages. In addition, 2 hosted payloads and 1 non-separating dummy satellite<sup id="cite_ref-627" class="reference"><a href="#cite_note-627">[615]</a></sup> were<sup class="noprint Inline-Template" style="white-space:nowrap;">[<i><a href="/wiki/Wikipedia:Verifiability" title="Wikipedia:Verifiability"><span title="The material near this tag failed verification of its source citation(s). (May 2021)">failed verification</span></a></i>]</sup> launched.<sup id="cite_ref-628" class="reference"><a href="#cite_note-628">[616]</a></sup> These include <a href="/wiki/SpaceBEE" class="mw-redirect" title="SpaceBEE">SpaceBEE</a> (x 36), <a href="/wiki/Spire_Global" title="Spire Global">Lemur-2</a> (x 8), <a href="/wiki/ICEYE" title="ICEYE">ICEYE</a> (x 3), UVSQ-SAT,<sup id="cite_ref-629" class="reference"><a href="#cite_note-629">[617]</a></sup> <a href="/wiki/Educational_Launch_of_Nanosatellites" title="Educational Launch of Nanosatellites">ELaNa 35</a> (<a href="/wiki/Pathfinder_Technology_Demonstrator" title="Pathfinder Technology Demonstrator">PTD-1</a>),<sup id="cite_ref-Upcoming-ELaNa_391-2" class="reference"><a href="#cite_note-Upcoming-ELaNa-391">[381]</a></sup> and multiple Kepler nanosats.<sup id="cite_ref-630" class="reference"><a href="#cite_note-630">[618]</a></sup><sup id="cite_ref-631" class="reference"><a href="#cite_note-631">[619]</a></sup> D-Orbit flew their ION SCV LAURENTIUS, 10 <a href="/wiki/Starlink" title="Starlink">Starlink</a> satellites were placed in a polar orbit<sup id="cite_ref-632" class="reference"><a href="#cite_note-632">[620]</a></sup> and 2 of 15 payloads remained attached to <a href="/wiki/SHERPA_(space_tug)" title="SHERPA (space tug)">SHERPA-FX1</a>. <a href="/wiki/Exolaunch" title="Exolaunch">Exolaunch</a> deployed several small satellites and cubesats via their own deployment mechanisms. First flight of a Falcon 9 with a <a href="/wiki/SHERPA_(space_tug)" title="SHERPA (space tug)">SHERPA-FX</a> transfer stage called SHERPA-FX1.<sup id="cite_ref-633" class="reference"><a href="#cite_note-633">[621]</a></sup><sup id="cite_ref-634" class="reference"><a href="#cite_note-634">[622]</a></sup>\n</td></tr>\n<tr>\n<th rowspan="2" scope="row" style="text-align:center;">107\n</th>\n<td>4 February 2021 <br />06:19<sup id="cite_ref-635" class="reference"><a href="#cite_note-635">[623]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5 \xe2\x99\xba</a><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1060" title="List of Falcon 9 first-stage boosters">B1060.5</a><sup id="cite_ref-636" class="reference"><a href="#cite_note-636">[624]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 18 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">This marked the fastest turnaround to date, at 27 days, and the first time a Falcon 9 flies twice within a month.<sup id="cite_ref-637" class="reference"><a href="#cite_note-637">[625]</a></sup>\n</td></tr>\n\n\n<tr>\n<th rowspan="2" scope="row" style="text-align:center;">108\n</th>\n<td>16 February 2021<br />03:59:37<sup id="cite_ref-638" class="reference"><a href="#cite_note-638">[626]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5 \xe2\x99\xba</a><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1059" title="List of Falcon 9 first-stage boosters">B1059.6</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 19 v1.0 (60 satellites)<sup id="cite_ref-nextSL19_639-0" class="reference"><a href="#cite_note-nextSL19-639">[627]</a></sup>\n</td>\n<td>15,600 kg (34,400 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;" class="table-failure">Failure<br /> <small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">A hole in a heat-shielding engine cover, which likely developed through fatigue, allowed recirculating hot exhaust gases to damage one of the <a href="/wiki/SpaceX_Merlin" title="SpaceX Merlin">Merlin 1D</a> first-stage engines, causing it to shut down early during ascent. <a href="/wiki/Fail-safe" title="Fail-safe">Engine-out capability</a> of the Falcon 9 allowed the mission to continue and successfully deploy the 60 Starlink satellites to orbit.<sup id="cite_ref-640" class="reference"><a href="#cite_note-640">[628]</a></sup> The issue caused the booster to fail its landing attempt and miss the droneship <i><a href="/wiki/Autonomous_spaceport_drone_ship#Of_Course_I_Still_Love_You" title="Autonomous spaceport drone ship">Of Course I Still Love You</a></i> (OCISLY) after its entry burn, breaking the longest streak of 24 landing successes.<sup id="cite_ref-641" class="reference"><a href="#cite_note-641">[629]</a></sup> During this mission, <i><a href="/wiki/Ms._Tree_(ship)" class="mw-redirect" title="Ms. Tree (ship)">GO Ms. Tree</a></i> and <i><a href="/wiki/Ms._Chief" class="mw-redirect" title="Ms. Chief">GO Ms. Chief</a></i> were used for the last time to recover the fairings.<sup id="cite_ref-642" class="reference"><a href="#cite_note-642">[630]</a></sup><sup id="cite_ref-643" class="reference"><a href="#cite_note-643">[631]</a></sup> After this mission, both ships were retired because SpaceX no longer plans to catch the fairings.<sup id="cite_ref-644" class="reference"><a href="#cite_note-644">[632]</a></sup>\n</td></tr>\n<tr>\n<th rowspan="2" scope="row" style="text-align:center;">109\n</th>\n<td>4 March 2021<br />08:24<sup id="cite_ref-645" class="reference"><a href="#cite_note-645">[633]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5 \xe2\x99\xba</a><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1049" title="List of Falcon 9 first-stage boosters">B1049.8</a><sup id="cite_ref-nextSL17_646-0" class="reference"><a href="#cite_note-nextSL17-646">[634]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 17 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Launch had previously been postponed multiple times, causing the payload Starlink L17 to launch after the L18 and L19 missions. Featured for the first time, a fairing which was flying on its fourth flight.<sup id="cite_ref-647" class="reference"><a href="#cite_note-647">[635]</a></sup> The second-stage deorbit burn failed, causing an uncontrolled reentry on 26 March 2021 over the west coast of the United States.<sup id="cite_ref-648" class="reference"><a href="#cite_note-648">[636]</a></sup>\n</td></tr>\n\n<tr>\n<th rowspan="2" scope="row" style="text-align:center;">110\n</th>\n<td>11 March 2021<br />08:13:29<sup id="cite_ref-649" class="reference"><a href="#cite_note-649">[637]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5 \xe2\x99\xba</a><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1058" title="List of Falcon 9 first-stage boosters">B1058.6</a><sup id="cite_ref-NextL20_650-0" class="reference"><a href="#cite_note-NextL20-650">[638]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 20 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Twentieth operational launch of Starlink satellites, bringing the total to 1,265 (including prototypes) launched Starlink satellites.<sup id="cite_ref-651" class="reference"><a href="#cite_note-651">[639]</a></sup>\n</td></tr>\n\n<tr>\n<th rowspan="2" scope="row" style="text-align:center;">111\n</th>\n<td>14 March 2021<br />10:01<sup id="cite_ref-652" class="reference"><a href="#cite_note-652">[640]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5 \xe2\x99\xba</a><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1051" title="List of Falcon 9 first-stage boosters">B1051.9</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 21 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">First time a first-stage booster flew and landed for the ninth time. This flight also marked the fastest turnaround time for a fairing half, at 49 days. Both fairing halves previously flew on the Transporter-1 mission.<sup id="cite_ref-653" class="reference"><a href="#cite_note-653">[641]</a></sup>\n</td></tr>\n<tr>\n<th rowspan="2" scope="row" style="text-align:center;">112\n</th>\n<td>24 March 2021<br />08:28<sup id="cite_ref-654" class="reference"><a href="#cite_note-654">[642]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1060.6</a><sup id="cite_ref-655" class="reference"><a href="#cite_note-655">[643]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 22 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Fairing "wet recovery" achieved by contracted recovery vessel <i>Shelia Bordelon</i> for the first time. Both fairing halves were retrieved from the water.<sup id="cite_ref-656" class="reference"><a href="#cite_note-656">[644]</a></sup>\n</td></tr>\n<tr>\n<th rowspan="2" scope="row" style="text-align:center;">113\n</th>\n<td>7 April 2021<br />16:34\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5 \xe2\x99\xba</a><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1058" title="List of Falcon 9 first-stage boosters">B1058.7</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 23 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">23rd operational launch of Starlink satellites, bringing the total to 1,385 launched <a href="/wiki/Starlink" title="Starlink">Starlink satellites</a> (including prototype). This launch featured the second fastest booster turnaround time at 27 days and 8 hours (after Starlink 18 with B1060.5, which was 4 hours faster).<sup id="cite_ref-657" class="reference"><a href="#cite_note-657">[645]</a></sup>\n</td></tr>\n<tr>\n<th rowspan="2" scope="row" style="text-align:center;">114\n</th>\n<td>23 April 2021<br />9:49<sup id="cite_ref-658" class="reference"><a href="#cite_note-658">[646]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1061" title="List of Falcon 9 first-stage boosters">B1061.2</a><sup id="cite_ref-:6_659-0" class="reference"><a href="#cite_note-:6-659">[647]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/SpaceX_Crew-2" title="SpaceX Crew-2">Crew-2</a><br />(<a href="/wiki/SpaceX_Crew_Dragon_Endeavour" class="mw-redirect" title="SpaceX Crew Dragon Endeavour">Crew Dragon C206.2 <i>Endeavour</i></a> \xe2\x99\xba)\n</td>\n<td>~13,000 kg (29,000 lb)<sup id="cite_ref-660" class="reference"><a href="#cite_note-660">[648]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/ISS_Crew_Transportation_Services" class="mw-redirect" title="ISS Crew Transportation Services">CTS</a>)<sup id="cite_ref-CCD6_509-2" class="reference"><a href="#cite_note-CCD6-509">[497]</a></sup>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Second operational flight of Crew Dragon for Commercial Crew Program. Transported NASA astronauts <a href="/wiki/Shane_Kimbrough" title="Shane Kimbrough">Shane Kimbrough</a> and <a href="/wiki/K._Megan_McArthur" title="K. Megan McArthur">Megan McArthur</a>, <a href="/wiki/JAXA" title="JAXA">JAXA</a> Astronaut <a href="/wiki/Akihiko_Hoshide" title="Akihiko Hoshide">Akihiko Hoshide</a> and <a href="/wiki/European_Space_Agency" title="European Space Agency">ESA</a> astronaut <a href="/wiki/Thomas_Pesquet" title="Thomas Pesquet">Thomas Pesquet</a> to the ISS.<sup id="cite_ref-661" class="reference"><a href="#cite_note-661">[649]</a></sup> The four astronauts will spend 6 months aboard the ISS. Beginning with the Crew-2 mission, NASA has modified the contract to allow NASA astronauts to use flight-proven Dragon capsules and booster.<sup id="cite_ref-662" class="reference"><a href="#cite_note-662">[650]</a></sup> Thus SpaceX reflew the Dragon used on Demo-2 and used Booster B1061-2 which had been used to launch <a href="/wiki/SpaceX_Crew-1" title="SpaceX Crew-1">Crew-1</a> in November 2020.\n</td></tr>\n<tr>\n<th rowspan="2" scope="row" style="text-align:center;">115\n</th>\n<td>29 April 2021<br />03:44<sup id="cite_ref-663" class="reference"><a href="#cite_note-663">[651]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1060" title="List of Falcon 9 first-stage boosters">B1060.7</a><sup id="cite_ref-664" class="reference"><a href="#cite_note-664">[652]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 24 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">24th operational launch of Starlink satellites, bringing the total to 1,434 Starlink satellites still in orbit. This launch also paid tribute to <a href="/wiki/Apollo_11" title="Apollo 11">Apollo 11</a> crew <a href="/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, who passed away hours before the launch.<sup id="cite_ref-665" class="reference"><a href="#cite_note-665">[653]</a></sup>\n</td></tr>\n<tr>\n<th rowspan="2" scope="row" style="text-align:center;">116\n</th>\n<td>4 May 2021<br />19:01<sup id="cite_ref-666" class="reference"><a href="#cite_note-666">[654]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1049" title="List of Falcon 9 first-stage boosters">B1049.9</a><sup id="cite_ref-667" class="reference"><a href="#cite_note-667">[655]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 25 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">25th operational launch of Starlink satellites, bringing the total to 1,494 Starlink satellites still in orbit, second time a booster flew for the ninth time.\n</td></tr>\n<tr>\n<th rowspan="2" scope="row" style="text-align:center;">117\n</th>\n<td>9 May 2021<br />06:42<sup id="cite_ref-668" class="reference"><a href="#cite_note-668">[656]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1051" title="List of Falcon 9 first-stage boosters">B1051.10</a><sup id="cite_ref-669" class="reference"><a href="#cite_note-669">[657]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 27 v1.0 (60 satellites)\n</td>\n<td>15,600 kg (34,400 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Booster flew and landed for a record 10th time, with reused fairings, bringing the total number of operational Starlink satellites in the first shell to approximately 1516 out of a planned 1584.<sup id="cite_ref-NSF8521_670-0" class="reference"><a href="#cite_note-NSF8521-670">[658]</a></sup>\n</td></tr>\n<tr>\n<th rowspan="2" scope="row" style="text-align:center;">118\n</th>\n<td>15 May 2021<br />22:56<sup id="cite_ref-671" class="reference"><a href="#cite_note-671">[659]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1058" title="List of Falcon 9 first-stage boosters">B1058.8</a><sup id="cite_ref-672" class="reference"><a href="#cite_note-672">[660]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a><sup id="cite_ref-673" class="reference"><a href="#cite_note-673">[661]</a></sup>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 26 v1.0 (52 Satellites)<br /> <a href="/wiki/Capella_Space" title="Capella Space">Capella</a>-6 &<a href="/wiki/Tyvak" title="Tyvak">Tyvak</a>-0130<sup id="cite_ref-674" class="reference"><a href="#cite_note-674">[662]</a></sup>\n</td>\n<td>~14,000 kg (31,000 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a><br /> <a href="/wiki/Capella_Space" title="Capella Space">Capella Space</a> and <a href="/wiki/Tyvak" title="Tyvak">Tyvak</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Rideshare launch with a targeted orbit at 569x582, significantly higher than typical Starlink launches, to allow for needs of the rideshare payloads.<sup id="cite_ref-SL28_675-0" class="reference"><a href="#cite_note-SL28-675">[663]</a></sup>\n</td></tr>\n<tr>\n<th rowspan="2" scope="row" style="text-align:center;">119\n</th>\n<td>26 May 2021<br />18:59<sup id="cite_ref-676" class="reference"><a href="#cite_note-676">[664]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1063" title="List of Falcon 9 first-stage boosters">B1063.2</a><sup id="cite_ref-NSFSl28_677-0" class="reference"><a href="#cite_note-NSFSl28-677">[665]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a><sup id="cite_ref-NSFSl28_677-1" class="reference"><a href="#cite_note-NSFSl28-677">[665]</a></sup>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 28 v1.0 (60 Satellites)<sup id="cite_ref-NSFSl28_677-2" class="reference"><a href="#cite_note-NSFSl28-677">[665]</a></sup>\n</td>\n<td>15,600 kg (34,400 lb)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Will likely complete the first shell of the Starlink network located at 550 km altitude and containing 1584 satellites.<sup id="cite_ref-SL28_675-1" class="reference"><a href="#cite_note-SL28-675">[663]</a></sup> It was 40th launch a fairing was reused, with one half being used for the 5th time (first fairing to do so) and the other for a 3rd time.<sup id="cite_ref-sn20210526_678-0" class="reference"><a href="#cite_note-sn20210526-678">[666]</a></sup> This launch marks SpaceX\'s 100th successful launch in a row without in-flight failure since December 2015.\n</td></tr>\n<tr>\n<th rowspan="2" scope="row" style="text-align:center;">120\n</th>\n<td>3 June 2021<br />17:29<sup id="cite_ref-679" class="reference"><a href="#cite_note-679">[667]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> <br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1067" title="List of Falcon 9 first-stage boosters">B1067.1</a><sup id="cite_ref-680" class="reference"><a href="#cite_note-680">[668]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-22" title="SpaceX CRS-22">SpaceX CRS-22</a><br />(<a href="/wiki/Cargo_Dragon_C209" title="Cargo Dragon C209">Dragon C209.1</a>)\n</td>\n<td>3,328 kg (7,337 lb)\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">Second of a minimum of six new cargo missions under the <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS-2 contract</a>, which NASA awarded SpaceX in 2015. Mission was flown with an uncrewed Dragon 2 capsule,<sup id="cite_ref-nasa-20160114_681-0" class="reference"><a href="#cite_note-nasa-20160114-681">[669]</a></sup> which carried solar panels, catalytic reactor for the station\xe2\x80\x99s life support system, an emergency air supply system, Kurs remote control unit, and a Potable Water Dispense (PWD) filter. Also carried were the RamSat cubesat as payload for <a href="/wiki/ELaNa" class="mw-redirect" title="ELaNa">ELaNa 36</a>,<sup id="cite_ref-682" class="reference"><a href="#cite_note-682">[670]</a></sup> the SOAR cubesat for the <a href="/wiki/University_of_Manchester" title="University of Manchester">University of Manchester</a><sup id="cite_ref-683" class="reference"><a href="#cite_note-683">[671]</a></sup> and the first Mauritian satellite MIR-SAT1<sup id="cite_ref-684" class="reference"><a href="#cite_note-684">[672]</a></sup> to be launched from the station later.\n</td></tr>\n<tr>\n<th rowspan="2" scope="row" style="text-align:center;">121\n</th>\n<td>6 June 2021<br />04:26<sup id="cite_ref-685" class="reference"><a href="#cite_note-685">[673]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba <br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1061" title="List of Falcon 9 first-stage boosters">B1061.3</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Sirius_XM#Satellites" title="Sirius XM">SXM-8</a><sup id="cite_ref-spacex_manifest_686-0" class="reference"><a href="#cite_note-spacex_manifest-686">[674]</a></sup>\n</td>\n<td>7,000 kg (15,000 lb)\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Sirius_XM" title="Sirius XM">Sirius XM</a>\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success\n</td>\n<td style="background: LightGreen; color: black; vertical-align: middle; text-align: center;" class="table-success">Success<br /><small><span class="nowrap">(drone ship)</span></small>\n</td></tr>\n<tr>\n<td colspan="9">A large, high-power broadcasting satellite for SiriusXM\'s digital audio radio service (DARS) contracted together with SXM-7 to replace the aging XM-4 satellite and allow broadcast to radios without the need for large dish-type antennas on the ground.<sup id="cite_ref-auto3_612-1" class="reference"><a href="#cite_note-auto3-612">[600]</a></sup><sup id="cite_ref-687" class="reference"><a href="#cite_note-687">[675]</a></sup>\n</td></tr></tbody></table>\n<h2><span class="mw-headline" id="Future_launches">Future launches</span></h2>\n<p>Future launches are listed chronologically when firm plans are in place. The order of the later launches is much less certain, as the official SpaceX manifest does not include a schedule.<sup id="cite_ref-spacex_manifest_686-1" class="reference"><a href="#cite_note-spacex_manifest-686">[674]</a></sup> Tentative launch dates are cited from various sources for each launch.<sup id="cite_ref-sfn_ls_688-0" class="reference"><a href="#cite_note-sfn_ls-688">[676]</a></sup><sup id="cite_ref-cooper_689-0" class="reference"><a href="#cite_note-cooper-689">[677]</a></sup><sup id="cite_ref-nextSFupcoming_690-0" class="reference"><a href="#cite_note-nextSFupcoming-690">[678]</a></sup> Launches are expected to take place "no earlier than" (NET) the listed date.\n</p>\n<h3><span class="mw-headline" id="2021_2">2021</span></h3>\n<p>SpaceX has allowed for up to 54 launches for Falcon 9 and another 10 for Falcon Heavy for 2021 from Florida according to its February 2020 environmental assessment.<sup id="cite_ref-faa_EA_508_691-0" class="reference"><a href="#cite_note-faa_EA_508-691">[679]</a></sup> In October 2020, Musk indicated he wanted to be able to increase launches to 48 in 2021.<sup id="cite_ref-692" class="reference"><a href="#cite_note-692">[680]</a></sup>\n</p>\n<table class="wikitable" style="width: 100%;">\n<tbody><tr>\n<th scope="col" style="width: 10%;">Date and time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)\n</th>\n<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br />Booster</a><sup id="cite_ref-booster_11-9" class="reference"><a href="#cite_note-booster-11">[b]</a></sup>\n</th>\n<th scope="col">Launch site\n</th>\n<th scope="col">Payload<sup id="cite_ref-Dragon_12-9" class="reference"><a href="#cite_note-Dragon-12">[c]</a></sup>\n</th>\n<th scope="col">Orbit\n</th>\n<th scope="col">Customer\n</th></tr>\n<tr>\n<td rowspan="2">17 June 2021<br />16:09-16:24<sup id="cite_ref-sfn_ls_688-1" class="reference"><a href="#cite_note-sfn_ls-688">[676]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba <br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1062" title="List of Falcon 9 first-stage boosters">B1062.2</a><sup id="cite_ref-GPS_boosterreuse_693-0" class="reference"><a href="#cite_note-GPS_boosterreuse-693">[681]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/GPS_Block_III" title="GPS Block III">GPS III</a>-<a href="/wiki/List_of_GPS_satellites" title="List of GPS satellites">05</a> (<i>Neil Armstrong</i>)<sup id="cite_ref-GPS_553-2" class="reference"><a href="#cite_note-GPS-553">[541]</a></sup><sup id="cite_ref-sfn-20181217_398-1" class="reference"><a href="#cite_note-sfn-20181217-398">[388]</a></sup>\n</td>\n<td><a href="/wiki/Medium_Earth_orbit" title="Medium Earth orbit">MEO</a>\n</td>\n<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a><sup id="cite_ref-clark-20200630_542-2" class="reference"><a href="#cite_note-clark-20200630-542">[530]</a></sup>\n</td></tr>\n<tr>\n<td colspan="5">Manufacturing contract awarded February 2013.<sup id="cite_ref-GPS_III_5678_694-0" class="reference"><a href="#cite_note-GPS_III_5678-694">[682]</a></sup> In March 2018, the Air Force announced it had awarded the launch contract for three GPS satellites to SpaceX.<sup id="cite_ref-airforce_20170629_695-0" class="reference"><a href="#cite_note-airforce_20170629-695">[683]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">24 June 2021<sup id="cite_ref-nextSFupcoming_690-1" class="reference"><a href="#cite_note-nextSFupcoming-690">[678]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba <br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1060" title="List of Falcon 9 first-stage boosters">B1060.8</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><i>Transporter-2</i> SmallSat Rideshare\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>\n</td>\n<td>Various\n</td></tr>\n<tr>\n<td colspan="5">Expected to launch are Polar Vigilence (4 sats), Exolaunch YAM-3 (~30 Sats), \xe2\x80\x93 Mars Demo-1, <a href="/wiki/Satellogic" title="Satellogic">Satellogic</a>,<sup id="cite_ref-696" class="reference"><a href="#cite_note-696">[684]</a></sup> Capella-5<sup id="cite_ref-697" class="reference"><a href="#cite_note-697">[685]</a></sup> HawkEye Cluster 3 (multiple sats), <a href="/wiki/Spaceflight_Industries" title="Spaceflight Industries">Spaceflight Industries</a> (multiple sats on <a href="/wiki/SHERPA_(space_tug)" title="SHERPA (space tug)">Sherpa-FX2 Sherpa-LTE1</a> and one on a separate port).<sup id="cite_ref-698" class="reference"><a href="#cite_note-698">[686]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">July 2021<sup id="cite_ref-nextSFupcoming_690-2" class="reference"><a href="#cite_note-nextSFupcoming-690">[678]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba <br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1049" title="List of Falcon 9 first-stage boosters">B1049.10</a><sup id="cite_ref-699" class="reference"><a href="#cite_note-699">[687]</a></sup>\n</td>\n<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a>\n</td>\n<td><span class="nowrap"><a href="/wiki/Polar_orbit" title="Polar orbit">Polar</a> <a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a></span>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td></tr>\n<tr>\n<td colspan="5">Polar Starlink launches to start from July 2021.<sup id="cite_ref-SL28_675-2" class="reference"><a href="#cite_note-SL28-675">[663]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">July 2021<sup id="cite_ref-sfn28521_700-0" class="reference"><a href="#cite_note-sfn28521-700">[688]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>, <a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a> or <a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>, <a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a>\n</td>\n<td><span class="nowrap"><a href="/wiki/Polar_orbit" title="Polar orbit">Polar</a> <a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> or <a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a></span>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td></tr>\n<tr>\n<td colspan="5">\n</td></tr>\n\n<tr>\n<td rowspan="2">18 August 2021<sup id="cite_ref-sfn_ls_688-2" class="reference"><a href="#cite_note-sfn_ls-688">[676]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-23" title="SpaceX CRS-23">SpaceX CRS-23</a>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td></tr>\n<tr>\n<td colspan="5">Third of six new cargo missions NASA awarded in 2015 to SpaceX under the <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS-2 contract</a> to be flown after the initial 20 missions of phase 1 were completed in 2020.<sup id="cite_ref-nasa-20160114_681-1" class="reference"><a href="#cite_note-nasa-20160114-681">[669]</a></sup> Includes FBCE, SoFIE.\n</td></tr>\n\n<tr>\n<td rowspan="2">August 2021<sup id="cite_ref-RsA_626-1" class="reference"><a href="#cite_note-RsA-626">[614]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td></tr>\n<tr>\n<td colspan="5">\n</td></tr>\n\n<tr>\n<td rowspan="2">15 September 2021<sup id="cite_ref-701" class="reference"><a href="#cite_note-701">[689]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba <sup id="cite_ref-Isaacman_Youtube_702-0" class="reference"><a href="#cite_note-Isaacman_Youtube-702">[690]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Inspiration4" title="Inspiration4">Inspiration4</a>\n</td>\n<td>LEO\n</td>\n<td><a href="/wiki/Jared_Isaacman" title="Jared Isaacman">Jared Isaacman</a>\n</td></tr>\n<tr>\n<td colspan="5">SpaceX signed in February 2021, its first all-civilian flight for a crewed spacecraft with <a href="/wiki/Jared_Isaacman" title="Jared Isaacman">Jared Isaacman</a> (Leadership), founder and CEO of Shift4 Payments, who will command and pilot the mission, and who donated the three other seats in the Crew Dragon vehicle\'s launch to LEO. The first of these three seats (Generosity) was won by <a href="/wiki/Christopher_Sembroski" title="Christopher Sembroski">Christopher Sembroski</a> in a lottery, who donated to <a href="/wiki/St._Jude_Children%27s_Research_Hospital" title="St. Jude Children's Research Hospital">St. Jude Children\'s Research Hospital</a>, the second seat (Hope) was awarded to <a href="/wiki/Hayley_Arceneaux" title="Hayley Arceneaux">Hayley Arceneaux</a>, an ambassador associated with that hospital, and the third seat (Prosperity) was awarded to <a href="/wiki/Sian_Proctor" title="Sian Proctor">Sian Proctor</a>, the winner of a contest between entrepreneurs who use Shift4Shop. The seats was awarded on 30 March 2021.<sup id="cite_ref-703" class="reference"><a href="#cite_note-703">[691]</a></sup><sup id="cite_ref-BW20210201_704-0" class="reference"><a href="#cite_note-BW20210201-704">[692]</a></sup> The mission will go to an orbit with an apogee of about 540 km and last about three days. The docking adapter of Crew Dragon <i>Resilience</i> will be replaced by an extra dome window.<sup id="cite_ref-Isaacman_Youtube_702-1" class="reference"><a href="#cite_note-Isaacman_Youtube-702">[690]</a></sup><sup id="cite_ref-705" class="reference"><a href="#cite_note-705">[693]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">September 2021<sup id="cite_ref-gunter-sarah1_706-0" class="reference"><a href="#cite_note-gunter-sarah1-706">[694]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/SARah" class="mw-redirect" title="SARah">SARah</a>-1<sup id="cite_ref-gunter-sarah1_706-1" class="reference"><a href="#cite_note-gunter-sarah1-706">[694]</a></sup><br />Additional payload to be announced.<sup id="cite_ref-gunter-sarah1_706-2" class="reference"><a href="#cite_note-gunter-sarah1-706">[694]</a></sup>\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>\n</td>\n<td><a href="/wiki/German_Intelligence_Service" class="mw-redirect" title="German Intelligence Service">German Intelligence Service</a>\n</td></tr>\n<tr>\n<td colspan="5"><a href="/wiki/Phased_array" title="Phased array">Phased-array-antenna</a> satellite intended to upgrade the German <a href="/wiki/SAR-Lupe" title="SAR-Lupe">SAR-Lupe</a> surveillance satellites.<sup id="cite_ref-spx-20130808_707-0" class="reference"><a href="#cite_note-spx-20130808-707">[695]</a></sup> In January 2019, the satellites were expected to be launched between November 2020 and September 2021.<sup id="cite_ref-Deutscher_Bundestag_708-0" class="reference"><a href="#cite_note-Deutscher_Bundestag-708">[696]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">September 2021<sup id="cite_ref-gunter-sarah2_709-0" class="reference"><a href="#cite_note-gunter-sarah2-709">[697]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/SARah" class="mw-redirect" title="SARah">SARah</a> 2 & 3<sup id="cite_ref-gunter-sarah2_709-1" class="reference"><a href="#cite_note-gunter-sarah2-709">[697]</a></sup>\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>\n</td>\n<td><a href="/wiki/Federal_Intelligence_Service" title="Federal Intelligence Service">German Intelligence Service</a>\n</td></tr>\n<tr>\n<td colspan="5">In January 2019, the satellites were expected to be launched between November 2020 and September 2021.<sup id="cite_ref-Deutscher_Bundestag_708-1" class="reference"><a href="#cite_note-Deutscher_Bundestag-708">[696]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">September 2021<sup id="cite_ref-Ridesharefl_710-0" class="reference"><a href="#cite_note-Ridesharefl-710">[698]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td></tr>\n<tr>\n<td colspan="5">\n</td></tr>\n\n<tr>\n<td rowspan="2">Q3 2021<sup id="cite_ref-711" class="reference"><a href="#cite_note-711">[699]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><span class="nowrap"><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></span>\n</td>\n<td><a href="/wiki/O3b_mPOWER" title="O3b mPOWER">O3b mPOWER</a> 1, 2 and 3\n</td>\n<td><a href="/wiki/Medium_Earth_orbit" title="Medium Earth orbit">MEO</a>\n</td>\n<td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a>\n</td></tr>\n<tr>\n<td colspan="5">In September 2019, SES signed a contract to launch the first part of their seven MEO satellites for its proven O3b low-latency, high-performance connectivity services.<sup id="cite_ref-auto7_712-0" class="reference"><a href="#cite_note-auto7-712">[700]</a></sup><sup id="cite_ref-auto6_713-0" class="reference"><a href="#cite_note-auto6-713">[701]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">23 October 2021<sup id="cite_ref-sfn_ls_688-3" class="reference"><a href="#cite_note-sfn_ls-688">[676]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1067" title="List of Falcon 9 first-stage boosters">B1067.2</a><sup id="cite_ref-714" class="reference"><a href="#cite_note-714">[702]</a></sup>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/SpaceX_Crew-3" title="SpaceX Crew-3">Crew-3</a>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/ISS_Crew_Transportation_Services" class="mw-redirect" title="ISS Crew Transportation Services">CTS</a>)<sup id="cite_ref-CCD6_509-3" class="reference"><a href="#cite_note-CCD6-509">[497]</a></sup>\n</td></tr>\n<tr>\n<td colspan="5">SpaceX\'s third operational Crew Dragon flight is scheduled to carry NASA astronauts <a href="/wiki/Thomas_Marshburn" title="Thomas Marshburn">Thomas Marshburn</a>, <a href="/wiki/Kayla_Barron" title="Kayla Barron">Kayla Barron</a> and <a href="/wiki/Raja_Chari" title="Raja Chari">Raja Chari</a> as well as German ESA astronaut <a href="/wiki/Matthias_Maurer" title="Matthias Maurer">Matthias Maurer</a>.<sup id="cite_ref-SFN20201229_715-0" class="reference"><a href="#cite_note-SFN20201229-715">[703]</a></sup> It will also carry up to 100 kg (220 lb) of cargo to the ISS as well as feature a lifeboat function to evacuate astronauts from ISS in case of an emergency.<sup id="cite_ref-CCD6_509-4" class="reference"><a href="#cite_note-CCD6-509">[497]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">October 2021<sup id="cite_ref-sfn-20210523_716-0" class="reference"><a href="#cite_note-sfn-20210523-716">[704]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a><br /><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1064" title="List of Falcon 9 first-stage boosters">B1064.1</a>, <a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1065" title="List of Falcon 9 first-stage boosters">B1065.1</a>, <a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1066" title="List of Falcon 9 first-stage boosters">B1066</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF-44</a><sup id="cite_ref-USDD190219_717-0" class="reference"><a href="#cite_note-USDD190219-717">[705]</a></sup><br />Tetra-1<sup id="cite_ref-718" class="reference"><a href="#cite_note-718">[706]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_Earth_orbit" class="mw-redirect" title="Geostationary Earth orbit">GEO</a>\n</td>\n<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a>\n</td></tr>\n<tr>\n<td colspan="5">Classified payload totaling 3,750 kg (8,270 lb). Will use three new boosters, and first Heavy launch to deliberately expend the center core which may lack grid fins and landing gear needed for a landing, while the two side-boosters will be targeting a simultaneous landing on droneships, JRTI and <a href="/wiki/Autonomous_spaceport_drone_ship#A_Shortfall_Of_Gravitas" title="Autonomous spaceport drone ship">A Shortfall Of Gravitas</a> (ASOG).<sup id="cite_ref-719" class="reference"><a href="#cite_note-719">[707]</a></sup><sup id="cite_ref-720" class="reference"><a href="#cite_note-720">[708]</a></sup><sup id="cite_ref-721" class="reference"><a href="#cite_note-721">[709]</a></sup> First SpaceX mission directly to geostationary orbit. Secondary payload <i>Tetra-1</i>.\n</td></tr>\n\n<tr>\n<td rowspan="2">October 2021<sup id="cite_ref-722" class="reference"><a href="#cite_note-722">[710]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/List_of_NRO_launches" title="List of NRO launches">NROL-85</a> (Intruder 13A and 13B)\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/National_Reconnaissance_Office" title="National Reconnaissance Office">NRO</a>\n</td></tr>\n<tr>\n<td colspan="5">Classified mission awarded to SpaceX in February 2019.<sup id="cite_ref-723" class="reference"><a href="#cite_note-723">[711]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">17 November 2021<sup id="cite_ref-sfn_ls_688-4" class="reference"><a href="#cite_note-sfn_ls-688">[676]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Imaging_X-ray_Polarimetry_Explorer" class="mw-redirect" title="Imaging X-ray Polarimetry Explorer">Imaging X-ray Polarimetry Explorer</a> (IXPE)<sup id="cite_ref-NASA_ixpe_724-0" class="reference"><a href="#cite_note-NASA_ixpe-724">[712]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (LSP)\n</td></tr>\n<tr>\n<td colspan="5">SMEX 14 mission with three identical NASA telescopes on a single spacecraft, designed to measure X-Rays. The launch contract was awarded to SpaceX for US$50.3 million.<sup id="cite_ref-NASA_ixpe_724-1" class="reference"><a href="#cite_note-NASA_ixpe-724">[712]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">24 November 2021<sup id="cite_ref-725" class="reference"><a href="#cite_note-725">[713]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/Double_Asteroid_Redirection_Test" title="Double Asteroid Redirection Test">Double Asteroid Redirection Test (DART)</a><sup id="cite_ref-NASA_DART_726-0" class="reference"><a href="#cite_note-NASA_DART-726">[714]</a></sup><sup id="cite_ref-727" class="reference"><a href="#cite_note-727">[715]</a></sup>\n</td>\n<td><a href="/wiki/Heliocentric_orbit" title="Heliocentric orbit">Heliocentric</a>\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (LSP)\n</td></tr>\n<tr>\n<td colspan="5">The 500 kg DART spacecraft will be used to measure the kinetic effects of crashing an impactor into the surface of the moon of <a href="/wiki/65803_Didymos" title="65803 Didymos">65803 Didymos</a> asteroid. It will be the first mission to demonstrate asteroid redirect capability.<sup id="cite_ref-NASA_DART_726-1" class="reference"><a href="#cite_note-NASA_DART-726">[714]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">November 2021<sup id="cite_ref-Ridesharefl_710-1" class="reference"><a href="#cite_note-Ridesharefl-710">[698]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Starlink" title="Starlink">Starlink</a>\n</td>\n<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>\n</td>\n<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\n</td></tr>\n<tr>\n<td colspan="5">\n</td></tr>\n\n<tr>\n<td rowspan="2">4 December 2021<sup id="cite_ref-sfn_ls_688-5" class="reference"><a href="#cite_note-sfn_ls-688">[676]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-24" title="SpaceX CRS-24">SpaceX CRS-24</a>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td></tr>\n<tr>\n<td colspan="5">Fourth of six new cargo missions NASA awarded in 2015 to SpaceX under the <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS-2 contract</a> to be flown after the initial 20 missions of phase 1 were completed in 2020.<sup id="cite_ref-nasa-20160114_681-2" class="reference"><a href="#cite_note-nasa-20160114-681">[669]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">December 2021<sup id="cite_ref-Ridesharefl_710-2" class="reference"><a href="#cite_note-Ridesharefl-710">[698]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><i>Transporter-3</i>, SmallSat Rideshare<sup id="cite_ref-728" class="reference"><a href="#cite_note-728">[716]</a></sup>\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>\n</td>\n<td>Various\n</td></tr>\n<tr>\n<td colspan="5">\n</td></tr>\n\n<tr>\n<td rowspan="2">Q4 2021<sup id="cite_ref-sfn_ls_688-6" class="reference"><a href="#cite_note-sfn_ls-688">[676]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Turksat_(satellite)" class="mw-redirect" title="Turksat (satellite)">T\xc3\xbcrksat 5B</a>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/T%C3%BCrksat_(company)" title="T\xc3\xbcrksat (company)">T\xc3\xbcrksat</a>\n</td></tr>\n<tr>\n<td colspan="5">The first GTO satellite partially built in Turkey, the 4,500 kg (9,900 lb) satellite is intended to be placed at 42.0\xc2\xb0 east.<sup id="cite_ref-729" class="reference"><a href="#cite_note-729">[717]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">Q4 2021<sup id="cite_ref-via-20210504_730-0" class="reference"><a href="#cite_note-via-20210504-730">[718]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<sup id="cite_ref-worldviewlegion_731-0" class="reference"><a href="#cite_note-worldviewlegion-731">[719]</a></sup>\n</td>\n<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/DigitalGlobe#WorldView_satellite_system" title="DigitalGlobe">WorldView Legion Mission 1</a><sup id="cite_ref-worldviewlegion_731-1" class="reference"><a href="#cite_note-worldviewlegion-731">[719]</a></sup>\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>\n</td>\n<td><a href="/wiki/Maxar_Technologies" title="Maxar Technologies">Maxar</a>\n</td></tr>\n<tr>\n<td colspan="5">Two <a href="/wiki/Maxar_Technologies" title="Maxar Technologies">Maxar Technologies</a> satellites built by subsidiary <a href="/wiki/SSL_(company)" title="SSL (company)">SSL</a> for subsidiary <a href="/wiki/DigitalGlobe" title="DigitalGlobe">DigitalGlobe</a>.<sup id="cite_ref-worldviewlegion_731-2" class="reference"><a href="#cite_note-worldviewlegion-731">[719]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">Q4 2021 to mid 2022<sup id="cite_ref-spaceflightnow_2020-02-18_732-0" class="reference"><a href="#cite_note-spaceflightnow_2020-02-18-732">[720]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Space_Adventures_Dragon_Mission" class="mw-redirect" title="Space Adventures Dragon Mission">Space Adventures Dragon Mission</a>\n</td>\n<td>LEO\n</td>\n<td><a href="/wiki/Space_Adventures" title="Space Adventures">Space Adventures</a>\n</td></tr>\n<tr>\n<td colspan="5">SpaceX signed in February 2020, its first commercial flight for a crewed spacecraft with the Virginia-based company that had flown seven space tourists between 2001 and 2009. The flight will be around 3 days, up to 5 days, on an elliptical orbit with the apogee three times that of the ISS, and up to four space tourists with a price per seat of around US$50 million.<sup id="cite_ref-spaceflightnow_2020-02-18_732-1" class="reference"><a href="#cite_note-spaceflightnow_2020-02-18-732">[720]</a></sup><sup id="cite_ref-733" class="reference"><a href="#cite_note-733">[721]</a></sup>\n</td></tr></tbody></table>\n<h3><span class="mw-headline" id="2022">2022</span></h3>\n<p>SpaceX has allowed for up to 60 launches every year from Florida alone according to its February 2020 environmental assessment.<sup id="cite_ref-faa_EA_508_691-1" class="reference"><a href="#cite_note-faa_EA_508-691">[679]</a></sup>\n</p>\n<table class="wikitable" style="width: 100%;">\n<tbody><tr>\n<th scope="col" style="width: 10%;">Date and time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)\n</th>\n<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br />Booster</a><sup id="cite_ref-booster_11-10" class="reference"><a href="#cite_note-booster-11">[b]</a></sup>\n</th>\n<th scope="col">Launch site\n</th>\n<th scope="col">Payload<sup id="cite_ref-Dragon_12-10" class="reference"><a href="#cite_note-Dragon-12">[c]</a></sup>\n</th>\n<th scope="col">Orbit\n</th>\n<th scope="col">Customer\n</th></tr>\n\n<tr>\n<td rowspan="2">January 2022<sup id="cite_ref-734" class="reference"><a href="#cite_note-734">[722]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Axiom_Space_Dragon_mission_1" class="mw-redirect" title="Axiom Space Dragon mission 1">AX-1</a><br />(<a href="/wiki/Crew_Dragon_Resilience" title="Crew Dragon Resilience">Crew Dragon C207.3 <i>Resilience</i></a> \xe2\x99\xba)\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/Axiom_Space" title="Axiom Space">Axiom Space</a>\n</td></tr>\n<tr>\n<td colspan="5">Announced in March 2020, the flight will be the first fully private flight to the ISS.<sup id="cite_ref-735" class="reference"><a href="#cite_note-735">[723]</a></sup> Crew Dragon will be commanded by Axiom professional astronaut <a href="/wiki/Michael_L%C3%B3pez-Alegr%C3%ADa" title="Michael L\xc3\xb3pez-Alegr\xc3\xada">Michael L\xc3\xb3pez-Alegr\xc3\xada</a>.\n</td></tr>\n\n<tr>\n<td rowspan="2">4 February 2022\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/SpaceX_Crew-4" title="SpaceX Crew-4">Crew-4</a>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/ISS_Crew_Transportation_Services" class="mw-redirect" title="ISS Crew Transportation Services">CTS</a>)<sup id="cite_ref-CCD6_509-5" class="reference"><a href="#cite_note-CCD6-509">[497]</a></sup>\n</td></tr>\n<tr>\n<td colspan="5">NASA has awarded six missions with <a href="/wiki/Crew_Dragon" class="mw-redirect" title="Crew Dragon">Crew Dragon</a> to carry up to four astronauts and 100 kg (220 lb) of cargo to the ISS as well as feature a lifeboat function to evacuate astronauts from ISS in case of an emergency.<sup id="cite_ref-CCD6_509-6" class="reference"><a href="#cite_note-CCD6-509">[497]</a></sup> First two astronauts are NASA\'s <a href="/wiki/Kjell_Lindgren" class="mw-redirect" title="Kjell Lindgren">Kjell Lindgren</a> and <a href="/wiki/Robert_Hines_(astronaut)" title="Robert Hines (astronaut)">Bob Hines</a>.<sup id="cite_ref-736" class="reference"><a href="#cite_note-736">[724]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">March 2022<sup id="cite_ref-sn-20200820_737-0" class="reference"><a href="#cite_note-sn-20200820-737">[725]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><span class="nowrap"><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></span>\n</td>\n<td><a href="/wiki/O3b_mPOWER" title="O3b mPOWER">O3b mPOWER</a> -4, -5, -6\n</td>\n<td><a href="/wiki/Medium_Earth_orbit" title="Medium Earth orbit">MEO</a>\n</td>\n<td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a>\n</td></tr>\n<tr>\n<td colspan="5">Second part of SES\' MEO satellites for its proven O3b low-latency, high-performance connectivity services.<sup id="cite_ref-auto7_712-1" class="reference"><a href="#cite_note-auto7-712">[700]</a></sup><sup id="cite_ref-auto6_713-1" class="reference"><a href="#cite_note-auto6-713">[701]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">March 2022<sup id="cite_ref-spacex-smallsat_738-0" class="reference"><a href="#cite_note-spacex-smallsat-738">[726]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><i>Transporter-4</i>, SmallSat Rideshare\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>\n</td>\n<td>Various\n</td></tr>\n<tr>\n<td colspan="5">Dedicated SmallSat Rideshare mission to sun-synchronous orbit.\n</td></tr>\n\n<tr>\n<td rowspan="2">Q1 2022<sup id="cite_ref-739" class="reference"><a href="#cite_note-739">[727]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Intuitive_Machines" title="Intuitive Machines">Intuitive Machines</a> <i><a href="/wiki/Nova-C" title="Nova-C">Nova-C</a></i> lunar lander\n</td>\n<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Lunar_Payload_Services" title="Commercial Lunar Payload Services">CLPS</a>)\n</td></tr>\n<tr>\n<td colspan="5">First mission of NASA\'s <a href="/wiki/Commercial_Lunar_Payload_Services" title="Commercial Lunar Payload Services">Commercial Lunar Payload Services</a> program, and would be the first private American company to land a spacecraft on the Moon. The lander is expected to carry five payloads of up to 100 kg (220 lb) total (LRA, NDL, LN-1, SCALPSS, and ROLSES) and transmit data from the lunar surface in a mission lasting 2 weeks.<sup id="cite_ref-740" class="reference"><a href="#cite_note-740">[728]</a></sup><sup id="cite_ref-741" class="reference"><a href="#cite_note-741">[729]</a></sup><sup id="cite_ref-arst-20190601_742-0" class="reference"><a href="#cite_note-arst-20190601-742">[730]</a></sup> DOGE-1 will be a secondary rideshare payload massing 40 kg.<sup id="cite_ref-743" class="reference"><a href="#cite_note-743">[731]</a></sup><sup id="cite_ref-744" class="reference"><a href="#cite_note-744">[732]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">Q1 2022<sup id="cite_ref-via-20210504_730-1" class="reference"><a href="#cite_note-via-20210504-730">[718]</a></sup><sup id="cite_ref-745" class="reference"><a href="#cite_note-745">[733]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<sup id="cite_ref-worldviewlegion_731-3" class="reference"><a href="#cite_note-worldviewlegion-731">[719]</a></sup>\n</td>\n<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/DigitalGlobe#WorldView_satellite_system" title="DigitalGlobe">WorldView Legion Mission 2</a><sup id="cite_ref-worldviewlegion_731-4" class="reference"><a href="#cite_note-worldviewlegion-731">[719]</a></sup>\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>\n</td>\n<td>\n</td></tr>\n<tr>\n<td colspan="5"><a href="/wiki/Maxar_Technologies" title="Maxar Technologies">Maxar Technologies</a> built satellites.\n</td></tr>\n\n<tr>\n<td rowspan="2">April 2022<sup id="cite_ref-NASA-SMSR_746-0" class="reference"><a href="#cite_note-NASA-SMSR-746">[734]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-25" title="SpaceX CRS-25">SpaceX CRS-25</a><sup id="cite_ref-nasa-20160114_681-3" class="reference"><a href="#cite_note-nasa-20160114-681">[669]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td></tr>\n<tr>\n<td colspan="5">Fifth of six new cargo missions NASA awarded in 2015 to SpaceX under the <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS-2 contract</a> to be flown after the initial 20 missions of phase 1 were completed in 2020.<sup id="cite_ref-nasa-20160114_681-4" class="reference"><a href="#cite_note-nasa-20160114-681">[669]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">Early 2022<sup id="cite_ref-sfn-20210523_716-1" class="reference"><a href="#cite_note-sfn-20210523-716">[704]</a></sup><sup id="cite_ref-sfn_ls_688-7" class="reference"><a href="#cite_note-sfn_ls-688">[676]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF-52</a>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a>\n</td></tr>\n<tr>\n<td colspan="5">Classified payload contract awarded in June 2018 for US$130 million.<sup id="cite_ref-747" class="reference"><a href="#cite_note-747">[735]</a></sup> Draft solicitation said the launch was 6,350 kg (14,000 lb) to GTO.<sup id="cite_ref-748" class="reference"><a href="#cite_note-748">[736]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">Early 2022 <sup id="cite_ref-749" class="reference"><a href="#cite_note-749">[737]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/ViaSat" class="mw-redirect" title="ViaSat">ViaSat-3</a> class <sup id="cite_ref-750" class="reference"><a href="#cite_note-750">[738]</a></sup><sup id="cite_ref-SN20181025_751-0" class="reference"><a href="#cite_note-SN20181025-751">[739]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_orbit" title="Geostationary orbit">GEO</a>\n</td>\n<td><a href="/wiki/ViaSat" class="mw-redirect" title="ViaSat">ViaSat</a>\n</td></tr>\n<tr>\n<td colspan="5">This mission will inject the satellite in close proximity to <a href="/wiki/Geostationary_orbit" title="Geostationary orbit">geostationary orbit</a>, thus allowing it to be operational faster. Satellites of the ViaSat-3 class use <a href="/wiki/Electric_propulsion" class="mw-redirect" title="Electric propulsion">electric propulsion</a>, which requires less fuel for stationkeeping operations over their lifetime, but would need several months to raise its orbit from GTO to GEO.<sup id="cite_ref-SN20181025_751-1" class="reference"><a href="#cite_note-SN20181025-751">[739]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">June 2022<sup id="cite_ref-spacex-smallsat_738-1" class="reference"><a href="#cite_note-spacex-smallsat-738">[726]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><i>Transporter-5</i>, SmallSat Rideshare\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>\n</td>\n<td>Various\n</td></tr>\n<tr>\n<td colspan="5">Dedicated SmallSat Rideshare mission to sun-synchronous orbit.\n</td></tr>\n\n<tr>\n<td rowspan="2">1 August 2022<sup id="cite_ref-752" class="reference"><a href="#cite_note-752">[740]</a></sup><sup id="cite_ref-753" class="reference"><a href="#cite_note-753">[741]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Korea_Pathfinder_Lunar_Orbiter" title="Korea Pathfinder Lunar Orbiter">Korea Pathfinder Lunar Orbiter</a> (KPLO)<sup id="cite_ref-kplo_754-0" class="reference"><a href="#cite_note-kplo-754">[742]</a></sup>\n</td>\n<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>\n</td>\n<td><a href="/wiki/Korea_Aerospace_Research_Institute" title="Korea Aerospace Research Institute">KARI</a>\n</td></tr>\n<tr>\n<td colspan="5">South Korea\'s first lunar mission.<sup id="cite_ref-kplo_754-1" class="reference"><a href="#cite_note-kplo-754">[742]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">August 2022<sup id="cite_ref-NASA-SMSR_746-1" class="reference"><a href="#cite_note-NASA-SMSR-746">[734]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Psyche_(spacecraft)" title="Psyche (spacecraft)"><i>Psyche</i></a> and possibly <a href="/wiki/Janus_(spacecraft)" title="Janus (spacecraft)"><i>Janus</i></a><sup id="cite_ref-755" class="reference"><a href="#cite_note-755">[743]</a></sup>\n</td>\n<td><a href="/wiki/Heliocentric_orbit" title="Heliocentric orbit">Heliocentric</a>\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Discovery_Program" title="Discovery Program">Discovery</a>)\n</td></tr>\n<tr>\n<td colspan="5"><a href="/wiki/Discovery_Program" title="Discovery Program">Discovery Program</a> mission designed to explore asteroid <a href="/wiki/16_Psyche" title="16 Psyche">16 Psyche</a> that has a limited 6-week launch window. The asteroid is hoped to show what the early solar system looked like and how planets formed.<sup id="cite_ref-756" class="reference"><a href="#cite_note-756">[744]</a></sup> Janus, planned dual <a href="/wiki/Space_probe" title="Space probe">space probe</a> to visit two binary asteroids, <a href="/wiki/(35107)_1991_VH" class="mw-redirect" title="(35107) 1991 VH">(35107) 1991 VH</a> and <span class="nowrap"><a href="/wiki/(175706)_1996_FG3" title="(175706) 1996 FG3">(175706) 1996 FG<span style="position: relative; top: 0.3em;"><span style="font-size:80%;">3</span></span></a></span> is also expected to be launched as a secondary payload together with the Psyche space probe.\n</td></tr>\n\n<tr>\n<td rowspan="2">September 2022<sup id="cite_ref-NASA-SMSR_746-2" class="reference"><a href="#cite_note-NASA-SMSR-746">[734]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/SpaceX_CRS-26" title="SpaceX CRS-26">SpaceX CRS-26</a><sup id="cite_ref-nasa-20160114_681-5" class="reference"><a href="#cite_note-nasa-20160114-681">[669]</a></sup>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td></tr>\n<tr>\n<td colspan="5">Last of six new cargo missions NASA awarded in 2015 to SpaceX under the <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS-2 contract</a> to be flown after the initial 20 missions of phase 1 were completed in 2020.<sup id="cite_ref-nasa-20160114_681-6" class="reference"><a href="#cite_note-nasa-20160114-681">[669]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">Q3 2022\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td>Galaxy 31 and Galaxy 32 (2 satellites)\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Intelsat" title="Intelsat">Intelsat</a>\n</td></tr>\n<tr>\n<td colspan="5"><a href="/wiki/Maxar_Technologies" title="Maxar Technologies">Maxar Technologies</a> or <a href="/wiki/Northrop_Grumman" title="Northrop Grumman">Northrop Grumman</a> built satellites<sup id="cite_ref-cnbc.com_757-0" class="reference"><a href="#cite_note-cnbc.com-757">[745]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">Q3 2022<sup id="cite_ref-arstechnica.com_758-0" class="reference"><a href="#cite_note-arstechnica.com-758">[746]</a></sup>\n</td>\n<td>Likely <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>\n</td>\n<td>TBD\n</td>\n<td>USSF-67\n</td>\n<td>TBD\n</td>\n<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a>\n</td></tr>\n<tr>\n<td colspan="5">First launch of Phase 2 US Air Force contract. US$316 million cost for the fiscal year of 2022 for the first flight,<sup id="cite_ref-arstechnica.com_758-1" class="reference"><a href="#cite_note-arstechnica.com-758">[746]</a></sup> mostly includes the cost of an extended payload fairing, upgrades to the company\'s West Coast launch pad at <a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">Vandenberg Space Force Base</a> in <a href="/wiki/California" title="California">California</a>, and a vertical integration facility required for NRO missions, while the launching price does not increase.<sup id="cite_ref-759" class="reference"><a href="#cite_note-759">[747]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">1 October 2022\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/MethaneSAT" title="MethaneSAT">MethaneSAT</a>\n</td>\n<td>SSO\n</td>\n<td>Environmental Defense Fund<br />New Zealand Space Agency\n</td></tr>\n<tr>\n<td colspan="5">MethaneSAT is a 350 kg (770 lb) among satellite aimed at locating, quantifying, and tracking <a href="/wiki/Methane_emissions" title="Methane emissions">methane emissions</a> from oil and gas operations worldwide. The project received $100 million grant for the mission\'s completion and launching from the Bezos Earth Fund, established by <a href="/wiki/Jeff_Bezos" title="Jeff Bezos">Jeff Bezos</a>.<sup id="cite_ref-760" class="reference"><a href="#cite_note-760">[748]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">25 October 2022<sup id="cite_ref-NASA-SMSR_746-3" class="reference"><a href="#cite_note-NASA-SMSR-746">[734]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td>Crew-5\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/ISS_Crew_Transportation_Services" class="mw-redirect" title="ISS Crew Transportation Services">CTS</a>)<sup id="cite_ref-CCD6_509-7" class="reference"><a href="#cite_note-CCD6-509">[497]</a></sup>\n</td></tr>\n<tr>\n<td colspan="5">Fifth <a href="/wiki/Commercial_Crew_Development" class="mw-redirect" title="Commercial Crew Development">USCV</a> launches out of NASA award of six <a href="/wiki/Crew_Dragon" class="mw-redirect" title="Crew Dragon">Crew Dragon</a> mission, to carry up to four astronauts and 100 kg (220 lb) of cargo to the ISS as well as feature a lifeboat function to evacuate astronauts from ISS in case of an emergency.<sup id="cite_ref-CCD6_509-8" class="reference"><a href="#cite_note-CCD6-509">[497]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">October 2022<sup id="cite_ref-spacex-smallsat_738-2" class="reference"><a href="#cite_note-spacex-smallsat-738">[726]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><i>Transporter-6</i>, SmallSat Rideshare\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>\n</td>\n<td>Various\n</td></tr>\n<tr>\n<td colspan="5">Dedicated SmallSat Rideshare mission to sun-synchronous orbit.\n</td></tr>\n\n<tr>\n<td rowspan="2">November 2022<sup id="cite_ref-NASA-SMSR_746-4" class="reference"><a href="#cite_note-NASA-SMSR-746">[734]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a><sup id="cite_ref-swot-contract_761-0" class="reference"><a href="#cite_note-swot-contract-761">[749]</a></sup>\n</td>\n<td><a href="/wiki/Surface_Water_Ocean_Topography" class="mw-redirect" title="Surface Water Ocean Topography">Surface Water Ocean Topography</a> (SWOT)\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a>\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a>\n</td></tr>\n<tr>\n<td colspan="5">American-European satellite intended to measure the surface altitude of water bodies with centimeter-level precision.<sup id="cite_ref-762" class="reference"><a href="#cite_note-762">[750]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">December 2022\n</td>\n<td>TBD\n</td>\n<td>TBD\n</td>\n<td><a href="/wiki/Masten_Space_Systems#Masten_Mission_One" title="Masten Space Systems">Masten Mission One (MM1)</a><br /><a href="/wiki/Masten_Space_Systems#XL-1" title="Masten Space Systems">XL-1</a> lunar lander\n</td>\n<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>\n</td>\n<td><a href="/wiki/Masten_Space_Systems" title="Masten Space Systems">Masten Space Systems</a><br /><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Lunar_Payload_Services" title="Commercial Lunar Payload Services">CLPS</a>)\n</td></tr>\n<tr>\n<td colspan="5">In April 2020, NASA announced Masten as one of the CLPS contract winners to send a lander to the lunar South pole in 2022 with several payloads.<sup id="cite_ref-763" class="reference"><a href="#cite_note-763">[751]</a></sup> In August 2020, Masten announced they signed a launch contract with SpaceX.<sup id="cite_ref-764" class="reference"><a href="#cite_note-764">[752]</a></sup><sup id="cite_ref-765" class="reference"><a href="#cite_note-765">[753]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">Late 2022<sup id="cite_ref-HenrySpaceNorway_766-0" class="reference"><a href="#cite_note-HenrySpaceNorway-766">[754]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td>ASBM 1 and ASBM 2\n</td>\n<td><a href="/wiki/Highly_elliptical_orbit" title="Highly elliptical orbit">HEO</a>\n</td>\n<td><a href="/wiki/Norwegian_Space_Agency" title="Norwegian Space Agency">Space Norway</a>\n</td></tr>\n<tr>\n<td colspan="5"><a href="/wiki/Norwegian_Space_Agency" title="Norwegian Space Agency">Space Norway</a> will launch 2 satellites of the <a href="/wiki/Arctic_Satellite_Broadband_Mission" class="mw-redirect" title="Arctic Satellite Broadband Mission">Arctic Satellite Broadband Mission</a> (ASBM) system into highly elliptical orbits (apogee 43,509 km (27,035 mi), perigee 8,089 km (5,026 mi), 63.4\xc2\xb0)<sup id="cite_ref-767" class="reference"><a href="#cite_note-767">[755]</a></sup>) to provide communication coverage to high latitudes not served by geosynchronous satellites.<sup id="cite_ref-HenrySpaceNorway_766-1" class="reference"><a href="#cite_note-HenrySpaceNorway-766">[754]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">Q4 2022\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td>Galaxy 33 and Galaxy 34 (2 satellites)\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Intelsat" title="Intelsat">Intelsat</a>\n</td></tr>\n<tr>\n<td colspan="5"><a href="/wiki/Maxar_Technologies" title="Maxar Technologies">Maxar Technologies</a> or <a href="/wiki/Northrop_Grumman" title="Northrop Grumman">Northrop Grumman</a> built satellites.<sup id="cite_ref-cnbc.com_757-1" class="reference"><a href="#cite_note-cnbc.com-757">[745]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">Q4 2022<sup id="cite_ref-768" class="reference"><a href="#cite_note-768">[756]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td>TBD\n</td>\n<td><a href="/wiki/Intuitive_Machines" title="Intuitive Machines">Intuitive Machines</a> <i><a href="/wiki/Nova-C" title="Nova-C">Nova-C</a></i> 2 lunar lander\n</td>\n<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Lunar_Payload_Services" title="Commercial Lunar Payload Services">CLPS</a>)<br /><a href="/wiki/Ispace_(Japanese_company)" title="Ispace (Japanese company)">ispace</a>\n</td></tr>\n<tr>\n<td colspan="5">Intuitive Machines is sending its second lander aboard a SpaceX Falcon 9, with a projected launch time frame happening sometime around late 2022. Intuitive Machines has already booked a first lander mission via SpaceX, which is also hosting payloads for other private companies seeking to make lunar landfall under NASA\'s Commercial Lunar Payload Services program.\n</td></tr>\n\n<tr>\n<td rowspan="2">2022<sup id="cite_ref-769" class="reference"><a href="#cite_note-769">[757]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CC</a>,<br /><a href="/wiki/SLC-40" class="mw-redirect" title="SLC-40">SLC-40</a>\n</td>\n<td><a href="/wiki/Hakuto" title="Hakuto">Hakuto</a>-R Mission 1 Moon lander and<br /><a href="/wiki/Emirates_Lunar_Mission" title="Emirates Lunar Mission">Emirates Lunar Mission</a> (<a href="/wiki/Emirates_Lunar_Mission" title="Emirates Lunar Mission">Rashid</a>) rover (secondary payload)\n</td>\n<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>\n</td>\n<td><a href="/wiki/Ispace_(Japanese_company)" title="Ispace (Japanese company)">ispace</a> and <br /><a href="/wiki/Mohammed_bin_Rashid_Space_Centre" title="Mohammed bin Rashid Space Centre">MBRSC</a>\n</td></tr>\n<tr>\n<td colspan="5"><a href="/wiki/Ispace_(Japanese_company)" title="Ispace (Japanese company)">ispace</a>\'s Hakuto-R (for Reboot) is derived from the <a href="/wiki/Hakuto" title="Hakuto">Hakuto</a> project that was one of the defunct <a href="/wiki/Google_Lunar_X_Prize" title="Google Lunar X Prize">Google Lunar X Prize</a> contestants. The rebooted project aims to launch a lander-rover mission carrying a <a href="/wiki/Hakuto" title="Hakuto">Hakuto</a>-R lander and <a href="/wiki/Emirates_Lunar_Mission" title="Emirates Lunar Mission">Emirates Lunar Mission</a>(<a href="/wiki/Emirates_Lunar_Mission" title="Emirates Lunar Mission">Rashid</a>) rover (in collaboration with <a href="/wiki/Mohammed_bin_Rashid_Space_Centre" title="Mohammed bin Rashid Space Centre">MBRSC</a>) in 2022 with a separate Japanese rover mission in 2023, both as secondary payloads on other unspecified Falcon 9 missions.<sup id="cite_ref-spacenews-20180926_770-0" class="reference"><a href="#cite_note-spacenews-20180926-770">[758]</a></sup><sup id="cite_ref-ispace20190822_771-0" class="reference"><a href="#cite_note-ispace20190822-771">[759]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">2022<sup id="cite_ref-772" class="reference"><a href="#cite_note-772">[760]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba<sup id="cite_ref-GPS_boosterreuse_693-1" class="reference"><a href="#cite_note-GPS_boosterreuse-693">[681]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/GPS_Block_III" title="GPS Block III">GPS III</a>-<a href="/wiki/List_of_GPS_satellites" title="List of GPS satellites">06</a> (<i>Amelia Earhart</i>)<sup id="cite_ref-GPS_553-3" class="reference"><a href="#cite_note-GPS-553">[541]</a></sup><sup id="cite_ref-sfn-20181217_398-2" class="reference"><a href="#cite_note-sfn-20181217-398">[388]</a></sup>\n</td>\n<td><a href="/wiki/Medium_Earth_orbit" title="Medium Earth orbit">MEO</a>\n</td>\n<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a><sup id="cite_ref-clark-20200630_542-3" class="reference"><a href="#cite_note-clark-20200630-542">[530]</a></sup>\n</td></tr>\n<tr>\n<td colspan="5">Space vehicle manufacturing contract awarded February 2013.<sup id="cite_ref-GPS_III_5678_694-1" class="reference"><a href="#cite_note-GPS_III_5678-694">[682]</a></sup> In September 2018, the space vehicle was integrating harnesses.<sup id="cite_ref-gps_status_20180926_546-1" class="reference"><a href="#cite_note-gps_status_20180926-546">[534]</a></sup> In March 2018, the Air Force announced it had awarded the launch contract for three GPS satellites to SpaceX.\n</td></tr>\n\n<tr>\n<td rowspan="2">2022<sup id="cite_ref-773" class="reference"><a href="#cite_note-773">[761]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> or <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td>Inmarsat-6B\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Inmarsat" title="Inmarsat">Inmarsat</a>\n</td></tr>\n<tr>\n<td colspan="5">Inmarsat maintained its launch option after a scheduled 2016 Falcon Heavy launch (a <a href="/wiki/European_Aviation_Network" title="European Aviation Network">European Aviation Network</a> satellite) was switched for an <a href="/wiki/Ariane_5" title="Ariane 5">Ariane 5</a> launch in 2017.<sup id="cite_ref-spacenews-20180601_774-0" class="reference"><a href="#cite_note-spacenews-20180601-774">[762]</a></sup> This option may be used for launching Inmarsat-6B,<sup id="cite_ref-gxflex_775-0" class="reference"><a href="#cite_note-gxflex-775">[763]</a></sup> and, as of April 2020<sup class="plainlinks noexcerpt noprint asof-tag update" style="display:none;"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&action=edit">[update]</a></sup>, SpaceX\'s launch manifest listed Inmarsat for a Falcon 9 launch.<sup id="cite_ref-launchmanifest20200406_776-0" class="reference"><a href="#cite_note-launchmanifest20200406-776">[764]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">2022\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td>SES-18 and SES-19<sup id="cite_ref-777" class="reference"><a href="#cite_note-777">[765]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a>\n</td></tr>\n<tr>\n<td colspan="5">SpaceX will launch two C-band satellites for SES, with the option to launch a third satellite on a second flight.<sup id="cite_ref-778" class="reference"><a href="#cite_note-778">[766]</a></sup><sup id="cite_ref-779" class="reference"><a href="#cite_note-779">[767]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">2022<sup id="cite_ref-sn-20200820_737-1" class="reference"><a href="#cite_note-sn-20200820-737">[725]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><span class="nowrap"><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></span>\n</td>\n<td><a href="/wiki/O3b_mPOWER" title="O3b mPOWER">O3b mPOWER</a> 7, 8 and 9\n</td>\n<td><a href="/wiki/Medium_Earth_orbit" title="Medium Earth orbit">MEO</a>\n</td>\n<td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a>\n</td></tr>\n<tr>\n<td colspan="5">In August 2020, SES expanded the O3m contract with two additional launches, raising the number of satellites from 7 to 11 satellites at nearly 2 tons each.<sup id="cite_ref-780" class="reference"><a href="#cite_note-780">[768]</a></sup><sup id="cite_ref-businesswire.com_781-0" class="reference"><a href="#cite_note-businesswire.com-781">[769]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">2022<sup id="cite_ref-broadcastpro20200122_782-0" class="reference"><a href="#cite_note-broadcastpro20200122-782">[770]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td>Nilesat-301<sup id="cite_ref-broadcastpro20200122_782-1" class="reference"><a href="#cite_note-broadcastpro20200122-782">[770]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Nilesat" title="Nilesat">Nilesat</a>\n</td></tr>\n<tr>\n<td colspan="5">Built by <a href="/wiki/Thales_Alenia_Space" title="Thales Alenia Space">Thales Alenia Space</a>, the Egyptian satellite will be stationed at 7.0\xc2\xb0 west.<sup id="cite_ref-broadcastpro20200122_782-2" class="reference"><a href="#cite_note-broadcastpro20200122-782">[770]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">2022\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td>Intelsat 40e<br /><a href="/wiki/Tropospheric_Emissions:_Monitoring_of_Pollution" title="Tropospheric Emissions: Monitoring of Pollution">TEMPO</a>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Intelsat" title="Intelsat">Intelsat</a><br /><a href="/wiki/NASA" title="NASA">NASA</a>\n</td></tr>\n<tr>\n<td colspan="5"><a href="/wiki/Maxar_Technologies" title="Maxar Technologies">Maxar Technologies</a> built satellite that will service North and Central America.<sup id="cite_ref-783" class="reference"><a href="#cite_note-783">[771]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">2022<sup id="cite_ref-784" class="reference"><a href="#cite_note-784">[772]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/List_of_NRO_launches" title="List of NRO launches">NROL-87</a>\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a><sup id="cite_ref-gunter-NRO_785-0" class="reference"><a href="#cite_note-gunter-NRO-785">[773]</a></sup>\n</td>\n<td><a href="/wiki/National_Reconnaissance_Office" title="National Reconnaissance Office">NRO</a>\n</td></tr>\n<tr>\n<td colspan="5">Classified payload. It was expected to be completed by December 2021.<sup id="cite_ref-USDD190219_717-1" class="reference"><a href="#cite_note-USDD190219-717">[705]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">2022<sup id="cite_ref-786" class="reference"><a href="#cite_note-786">[774]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td>Aurora 4A (secondary payload)<sup id="cite_ref-787" class="reference"><a href="#cite_note-787">[775]</a></sup>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Astranis" title="Astranis">Astranis</a>\n</td></tr>\n<tr>\n<td colspan="5">This small (300 kg (660 lb)) geostationary satellite intends to provide 7.5 Gbit/s of bandwidth to Alaska, in partnership with <a href="/w/index.php?title=Pacific_Dataport&action=edit&redlink=1" class="new" title="Pacific Dataport (page does not exist)">Pacific Dataport</a>. Originally was aiming for launch in quarter four 2020.<sup id="cite_ref-788" class="reference"><a href="#cite_note-788">[776]</a></sup>\n</td></tr>\n\n</tbody></table>\n<h3><span class="mw-headline" id="2023">2023</span></h3>\n<table class="wikitable" style="width: 100%;">\n<tbody><tr>\n<th scope="col" style="width: 10%;">Date and time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)\n</th>\n<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br />Booster</a><sup id="cite_ref-booster_11-11" class="reference"><a href="#cite_note-booster-11">[b]</a></sup>\n</th>\n<th scope="col">Launch site\n</th>\n<th scope="col">Payload<sup id="cite_ref-Dragon_12-11" class="reference"><a href="#cite_note-Dragon-12">[c]</a></sup>\n</th>\n<th scope="col">Orbit\n</th>\n<th scope="col">Customer\n</th></tr>\n\n<tr>\n<td rowspan="2">10 January 2023<sup id="cite_ref-NASA-SMSR_746-5" class="reference"><a href="#cite_note-NASA-SMSR-746">[734]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/w/index.php?title=SpaceX_CRS-27&action=edit&redlink=1" class="new" title="SpaceX CRS-27 (page does not exist)">SpaceX CRS-27</a>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td></tr>\n<tr>\n<td colspan="5">Three more <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS-2</a> missions for Dragon 2 covering up to CRS-29 were announced in December 2020.<sup id="cite_ref-gunter-v2c_789-0" class="reference"><a href="#cite_note-gunter-v2c-789">[777]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">1 February 2023<sup id="cite_ref-NASA-SMSR_746-6" class="reference"><a href="#cite_note-NASA-SMSR-746">[734]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td>Crew-6\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/ISS_Crew_Transportation_Services" class="mw-redirect" title="ISS Crew Transportation Services">CTS</a>)<sup id="cite_ref-CCD6_509-9" class="reference"><a href="#cite_note-CCD6-509">[497]</a></sup>\n</td></tr>\n<tr>\n<td colspan="5">Last <a href="/wiki/Commercial_Crew_Development" class="mw-redirect" title="Commercial Crew Development">USCV</a> launches out of NASA award of six <a href="/wiki/Crew_Dragon" class="mw-redirect" title="Crew Dragon">Crew Dragon</a> mission, to carry up to four astronauts and 100 kg (220 lb) of cargo to the ISS as well as feature a lifeboat function to evacuate astronauts from ISS in case of an emergency.<sup id="cite_ref-CCD6_509-10" class="reference"><a href="#cite_note-CCD6-509">[497]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">March 2023<sup id="cite_ref-ispace20190822_771-1" class="reference"><a href="#cite_note-ispace20190822-771">[759]</a></sup><sup id="cite_ref-790" class="reference"><a href="#cite_note-790">[778]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Hakuto" title="Hakuto">Hakuto</a>-R Moon lander (secondary payload)<sup id="cite_ref-spacenews-20180926_770-1" class="reference"><a href="#cite_note-spacenews-20180926-770">[758]</a></sup><sup id="cite_ref-791" class="reference"><a href="#cite_note-791">[779]</a></sup>\n</td>\n<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>\n</td>\n<td><a href="/wiki/Ispace_(Japanese_company)" title="Ispace (Japanese company)">ispace</a>\n</td></tr>\n<tr>\n<td colspan="5"><a href="/wiki/Ispace_(Japanese_company)" title="Ispace (Japanese company)">Ispace</a>\'s Hakuto-R (for Reboot) is derived from the <a href="/wiki/Hakuto" title="Hakuto">Hakuto</a> project that was one of the defunct <a href="/wiki/Google_Lunar_X_Prize" title="Google Lunar X Prize">Google Lunar X Prize</a> contestants. The rebooted project aims to launch a lander-rover mission carrying a <a href="/wiki/Hakuto" title="Hakuto">Hakuto</a>-R lander and <a href="/wiki/Emirates_Lunar_Mission" title="Emirates Lunar Mission">Rashid</a> rover (in collaboration with <a href="/wiki/Mohammed_bin_Rashid_Space_Centre" title="Mohammed bin Rashid Space Centre">MBRSC</a>) in 2021 with a separate Japanese rover mission in 2023, both as secondary payloads on other unspecified Falcon 9 missions.<sup id="cite_ref-spacenews-20180926_770-2" class="reference"><a href="#cite_note-spacenews-20180926-770">[758]</a></sup><sup id="cite_ref-ispace20190822_771-2" class="reference"><a href="#cite_note-ispace20190822-771">[759]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">April 2023<sup id="cite_ref-spacex-smallsat_738-3" class="reference"><a href="#cite_note-spacex-smallsat-738">[726]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><i>Transporter-7</i>, SmallSat Rideshare\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>\n</td>\n<td>Various\n</td></tr>\n<tr>\n<td colspan="5">Dedicated SmallSat Rideshare mission to sun-synchronous orbit. The On-Orbit Servicing, Assembly and Manufacturing Mission 2 (OSAM-2), formerly known as <a href="/wiki/Archinaut" title="Archinaut">Archinaut</a> One, may launch on this rideshare mission in early 2023.<sup id="cite_ref-792" class="reference"><a href="#cite_note-792">[780]</a></sup><sup id="cite_ref-793" class="reference"><a href="#cite_note-793">[781]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">5 June 2023<sup id="cite_ref-NASA-SMSR_746-7" class="reference"><a href="#cite_note-NASA-SMSR-746">[734]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/w/index.php?title=SpaceX_CRS-28&action=edit&redlink=1" class="new" title="SpaceX CRS-28 (page does not exist)">SpaceX CRS-28</a>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td></tr>\n<tr>\n<td colspan="5">Three more <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS-2</a> missions for Dragon 2 covering up to CRS-29 were announced in December 2020.<sup id="cite_ref-gunter-v2c_789-1" class="reference"><a href="#cite_note-gunter-v2c-789">[777]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">Q2 2023<sup id="cite_ref-spacex-smallsat_738-4" class="reference"><a href="#cite_note-spacex-smallsat-738">[726]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><i>Transporter-8</i>, SmallSat Rideshare\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>\n</td>\n<td>Various\n</td></tr>\n<tr>\n<td colspan="5">Dedicated SmallSat Rideshare mission to sun-synchronous orbit.\n</td></tr>\n\n<tr>\n<td rowspan="2">Mid 2023<sup id="cite_ref-794" class="reference"><a href="#cite_note-794">[782]</a></sup><sup id="cite_ref-795" class="reference"><a href="#cite_note-795">[783]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Firefly_Aerospace#Blue_Ghost_lunar_lander" title="Firefly Aerospace">Blue Ghost</a> lunar lander\n</td>\n<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>\n</td>\n<td><a href="/wiki/Firefly_Aerospace" title="Firefly Aerospace">Firefly Aerospace</a><br />NASA (<a href="/wiki/Commercial_Lunar_Payload_Services" title="Commercial Lunar Payload Services">CLPS</a>)\n</td></tr>\n<tr>\n<td colspan="5"><a href="/wiki/Firefly_Aerospace" title="Firefly Aerospace">Firefly Aerospace</a> chose <a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>\'s Falcon 9 rocket to deliver the Blue Ghost lunar lander to the lunar surface. Blue Ghost will carry 10 payloads for NASA\'s <a href="/wiki/Commercial_Lunar_Payload_Services" title="Commercial Lunar Payload Services">Commercial Lunar Payload Services</a> task order 19D mission along with other separately contracted payloads.<sup id="cite_ref-796" class="reference"><a href="#cite_note-796">[784]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">20 October 2023<sup id="cite_ref-NASA-SMSR_746-8" class="reference"><a href="#cite_note-NASA-SMSR-746">[734]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/w/index.php?title=SpaceX_CRS-29&action=edit&redlink=1" class="new" title="SpaceX CRS-29 (page does not exist)">SpaceX CRS-29</a>\n</td>\n<td><a href="/wiki/Low_Earth_Orbit" class="mw-redirect" title="Low Earth Orbit">LEO</a> (<a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a>)\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)\n</td></tr>\n<tr>\n<td colspan="5">Three more <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS-2</a> missions for Dragon 2 covering up to CRS-29 were announced in December 2020.<sup id="cite_ref-gunter-v2c_789-2" class="reference"><a href="#cite_note-gunter-v2c-789">[777]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">30 November 2023<sup id="cite_ref-NASA-SMSR_746-9" class="reference"><a href="#cite_note-NASA-SMSR-746">[734]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> \xe2\x99\xba\n</td>\n<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br /><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td><a href="/wiki/Plankton,_Aerosol,_Cloud,_ocean_Ecosystem" title="Plankton, Aerosol, Cloud, ocean Ecosystem">PACE</a>\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Launch_Services_Program" title="Launch Services Program">LSP</a>)\n</td></tr>\n<tr>\n<td colspan="5"><i>Plankton, Aerosol, Cloud, ocean Ecosystem</i> is a 1.7 tonne, US$800 million craft that will orbit at 676 km (420 mi) altitude. It will include the <i>Ocean Color Imager</i> intended to study phytoplankton in the ocean, and two polarimeters for studying properties of clouds, aerosols and the ocean. The launch price was US$80.4 million.<sup id="cite_ref-797" class="reference"><a href="#cite_note-797">[785]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">November 2023<sup id="cite_ref-798" class="reference"><a href="#cite_note-798">[786]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/w/index.php?title=Griffin_Mission_1&action=edit&redlink=1" class="new" title="Griffin Mission 1 (page does not exist)">Griffin Mission 1</a>\n</td>\n<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>\n</td>\n<td><a href="/wiki/Astrobotic" class="mw-redirect" title="Astrobotic">Astrobotic</a><br />NASA (<a href="/wiki/Artemis_program" title="Artemis program">Artemis</a>)\n</td></tr>\n<tr>\n<td colspan="5">Astrobotic\'s <a href="/wiki/Griffin_(spacecraft)" class="mw-redirect" title="Griffin (spacecraft)">Griffin lunar lander</a> will deliver NASA\'s <i><a href="/wiki/VIPER_(rover)" title="VIPER (rover)">VIPER</a></i> spacecraft to the <a href="/wiki/Lunar_south_pole" title="Lunar south pole">lunar south pole</a>.<sup id="cite_ref-799" class="reference"><a href="#cite_note-799">[787]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">Q4 2023<sup id="cite_ref-spacex-smallsat_738-5" class="reference"><a href="#cite_note-spacex-smallsat-738">[726]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><i>Transporter-9</i>, SmallSat Rideshare\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>\n</td>\n<td>Various\n</td></tr>\n<tr>\n<td colspan="5">Dedicated SmallSat Rideshare mission to sun-synchronous orbit.\n</td></tr>\n\n<tr>\n<td rowspan="2">Q4 2023<sup id="cite_ref-800" class="reference"><a href="#cite_note-800">[788]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><span class="nowrap"><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></span>\n</td>\n<td><a href="/w/index.php?title=SATRIA&action=edit&redlink=1" class="new" title="SATRIA (page does not exist)">SATRIA</a>\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/PT_Pasifik_Satelit_Nusantara" title="PT Pasifik Satelit Nusantara">PT Pasifik Satelit Nusantara</a>\n</td></tr>\n<tr>\n<td colspan="5">PSN chose Falcon 9 in September 2020 to launch its satellite instead of a Chinese rocket or <a href="/wiki/Ariane_5" title="Ariane 5">Ariane 5</a>.\n</td></tr>\n\n<tr>\n<td rowspan="2">Q4 2023\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><sup id="cite_ref-ussf36config_801-0" class="reference"><a href="#cite_note-ussf36config-801">[789]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><span class="nowrap"><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></span><sup id="cite_ref-ussf36location_802-0" class="reference"><a href="#cite_note-ussf36location-802">[790]</a></sup>\n</td>\n<td>USSF-36\n</td>\n<td>TBD\n</td>\n<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a>\n</td></tr>\n<tr>\n<td colspan="5">Launch part of Phase 2 US Air Force contract awarded in 2021.<sup id="cite_ref-defense.gov_803-0" class="reference"><a href="#cite_note-defense.gov-803">[791]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">Q4 2023\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><sup id="cite_ref-ussf36config_801-1" class="reference"><a href="#cite_note-ussf36config-801">[789]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><span class="nowrap"><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></span><sup id="cite_ref-ussf36location_802-1" class="reference"><a href="#cite_note-ussf36location-802">[790]</a></sup>\n</td>\n<td>NROL-69\n</td>\n<td>TBD\n</td>\n<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a>\n</td></tr>\n<tr>\n<td colspan="5">Launch part of Phase 2 US Air Force contract awarded in 2021.<sup id="cite_ref-defense.gov_803-1" class="reference"><a href="#cite_note-defense.gov-803">[791]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">2023\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>\n</td>\n<td>Intelsat satellite\n</td>\n<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>\n</td>\n<td><a href="/wiki/Intelsat" title="Intelsat">Intelsat</a>\n</td></tr>\n<tr>\n<td colspan="5">Intelsat contracted both SpaceX and Arianespace to launch its fifth <a href="/wiki/Maxar_Technologies" title="Maxar Technologies">Maxar Technologies</a> built satellite, and award whichever doesn\'t launch it with a separate contract at a later date.<sup id="cite_ref-cnbc.com_757-2" class="reference"><a href="#cite_note-cnbc.com-757">[745]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">2023\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><sup id="cite_ref-ussf36config_801-2" class="reference"><a href="#cite_note-ussf36config-801">[789]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><span class="nowrap"><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></span>\n</td>\n<td>Ax-2\n</td>\n<td>TBD\n</td>\n<td>Axiom Space\n</td></tr>\n<tr>\n<td colspan="5">Contract for 3 additional missions was signed in June 2021.<sup id="cite_ref-axiom_804-0" class="reference"><a href="#cite_note-axiom-804">[792]</a></sup> <a href="/wiki/Peggy_Whitson" title="Peggy Whitson">Peggy Whitson</a> and <a href="/wiki/John_Shoffner" title="John Shoffner">John Shoffner</a> were signed on as commander and pilot.<sup id="cite_ref-805" class="reference"><a href="#cite_note-805">[793]</a></sup><sup id="cite_ref-806" class="reference"><a href="#cite_note-806">[794]</a></sup> The third seat is expected to be awarded to a <a href="/wiki/Discovery_Channel" title="Discovery Channel">Discovery</a> reality TV show winner of <a href="/w/index.php?title=Who_Wants_To_Be_An_Astronaut%3F&action=edit&redlink=1" class="new" title="Who Wants To Be An Astronaut? (page does not exist)">Who Wants To Be An Astronaut?</a>.<sup id="cite_ref-807" class="reference"><a href="#cite_note-807">[795]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">2023\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><sup id="cite_ref-ussf36config_801-3" class="reference"><a href="#cite_note-ussf36config-801">[789]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><span class="nowrap"><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></span>\n</td>\n<td>Ax-3\n</td>\n<td>TBD\n</td>\n<td>Axiom Space\n</td></tr>\n<tr>\n<td colspan="5">Contract for 3 additional missions was signed in June 2021.<sup id="cite_ref-axiom_804-1" class="reference"><a href="#cite_note-axiom-804">[792]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">2023\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><sup id="cite_ref-ussf36config_801-4" class="reference"><a href="#cite_note-ussf36config-801">[789]</a></sup>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><span class="nowrap"><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></span>\n</td>\n<td>Ax-4\n</td>\n<td>TBD\n</td>\n<td>Axiom Space\n</td></tr>\n<tr>\n<td colspan="5">Contract for 3 additional missions was signed in June 2021.<sup id="cite_ref-axiom_804-2" class="reference"><a href="#cite_note-axiom-804">[792]</a></sup>\n</td></tr>\n</tbody></table>\n<h3><span class="mw-headline" id="2024_and_beyond">2024 and beyond</span></h3>\n<table class="wikitable" style="width: 100%;">\n<tbody><tr>\n<th scope="col" style="width: 10%;">Date and time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)\n</th>\n<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br />Booster</a><sup id="cite_ref-booster_11-12" class="reference"><a href="#cite_note-booster-11">[b]</a></sup>\n</th>\n<th scope="col">Launch site\n</th>\n<th scope="col">Payload<sup id="cite_ref-Dragon_12-12" class="reference"><a href="#cite_note-Dragon-12">[c]</a></sup>\n</th>\n<th scope="col">Orbit\n</th>\n<th scope="col">Customer\n</th></tr>\n\n<tr>\n<td rowspan="2">2024\xe2\x80\x932027<sup id="cite_ref-arstechnica.com_758-2" class="reference"><a href="#cite_note-arstechnica.com-758">[746]</a></sup>\n</td>\n<td>TBD\n</td>\n<td>TBD\n</td>\n<td>about 12 more launches\n</td>\n<td>TBD\n</td>\n<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a>\n</td></tr>\n<tr>\n<td colspan="5">Launches part of Phase 2 US Air Force contract awarding SpaceX 40% of the about 34 launches expected to occur between 2022 and 2027.<sup id="cite_ref-arstechnica.com_758-3" class="reference"><a href="#cite_note-arstechnica.com-758">[746]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">June 2024\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br /><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>\n</td>\n<td><a href="/wiki/SPHEREx" title="SPHEREx">SPHEREx</a>\n</td>\n<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a><sup id="cite_ref-808" class="reference"><a href="#cite_note-808">[796]</a></sup>\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a>\n</td></tr>\n<tr>\n<td colspan="5">In February 2021, NASA announced a $99m contract for its Astrophysics Division.<sup id="cite_ref-809" class="reference"><a href="#cite_note-809">[797]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">Q4 2024<sup id="cite_ref-810" class="reference"><a href="#cite_note-810">[798]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Power_and_Propulsion_Element" title="Power and Propulsion Element">Power and Propulsion Element</a> (PPE)<br /><a href="/wiki/Lunar_Gateway#Planned_modules" title="Lunar Gateway">Habitation and Logistics Outpost</a> (HALO)<sup id="cite_ref-811" class="reference"><a href="#cite_note-811">[799]</a></sup>\n</td>\n<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Artemis_program" title="Artemis program">Artemis</a>)\n</td></tr>\n<tr>\n<td colspan="5">First elements for the <a href="/wiki/Lunar_Gateway" title="Lunar Gateway">Gateway</a> station as part of the <a href="/wiki/Artemis_program" title="Artemis program">Artemis program</a>, awarded in February 2021. The launch will cost NASA $331.8 million.<sup id="cite_ref-ppe_812-0" class="reference"><a href="#cite_note-ppe-812">[800]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">2024<sup id="cite_ref-sn-20200820_737-2" class="reference"><a href="#cite_note-sn-20200820-737">[725]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br /><span class="nowrap"><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></span>\n</td>\n<td><a href="/wiki/O3b_mPOWER" title="O3b mPOWER">O3b mPOWER</a> 10 and 11\n</td>\n<td><a href="/wiki/Medium_Earth_orbit" title="Medium Earth orbit">MEO</a>\n</td>\n<td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a>\n</td></tr>\n<tr>\n<td colspan="5">In August 2020, SES expanded the O3m contract with a fourth launch.<sup id="cite_ref-businesswire.com_781-1" class="reference"><a href="#cite_note-businesswire.com-781">[769]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">2024<sup id="cite_ref-813" class="reference"><a href="#cite_note-813">[801]</a></sup><sup id="cite_ref-814" class="reference"><a href="#cite_note-814">[802]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Dragon_XL" class="mw-redirect" title="Dragon XL">Dragon XL</a>\n</td>\n<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Gateway_Logistics_Services" title="Gateway Logistics Services">Gateway Logistics Services</a>)\n</td></tr>\n<tr>\n<td colspan="5">In March 2020, NASA announced its first contract for the <a href="/wiki/Gateway_Logistics_Services" title="Gateway Logistics Services">Gateway Logistics Services</a> that guarantees at least two launches on a modified Crew Dragon spacecraft that will carry over 5 tonnes of cargo to the Lunar orbit on 6\xe2\x80\x9312 months long missions.<sup id="cite_ref-815" class="reference"><a href="#cite_note-815">[803]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">1 February 2025<sup id="cite_ref-816" class="reference"><a href="#cite_note-816">[804]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Interstellar_Mapping_and_Acceleration_Probe" title="Interstellar Mapping and Acceleration Probe">Interstellar Mapping and Acceleration Probe</a> (IMAP)\n</td>\n<td><a href="/wiki/Lagrangian_point" class="mw-redirect" title="Lagrangian point">Sun\xe2\x80\x93Earth L<sub>1</sub></a>\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a>\n</td></tr>\n<tr>\n<td colspan="5">In September 2020, NASA selected SpaceX to launch IMAP mission, which will help researchers better understand the boundary of the heliosphere, a magnetic barrier surrounding our solar system. The total launch cost is approximately US$109.4 million. The secondary payloads are NASA\'s Lunar Trailblazer mission, two NASA heliophysics missions of opportunity, and the National Oceanic and Atmospheric Administration\'s Space Weather Follow On-Lagrange 1 (SWFO-L1) mission.<sup id="cite_ref-817" class="reference"><a href="#cite_note-817">[805]</a></sup>\n</td></tr>\n\n<tr>\n<td rowspan="2">2026<sup id="cite_ref-oig.nasa.gov_818-0" class="reference"><a href="#cite_note-oig.nasa.gov-818">[806]</a></sup>\n</td>\n<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>\n</td>\n<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br /><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>\n</td>\n<td><a href="/wiki/Dragon_XL" class="mw-redirect" title="Dragon XL">Dragon XL</a>\n</td>\n<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>\n</td>\n<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Gateway_Logistics_Services" title="Gateway Logistics Services">Gateway Logistics Services</a>)\n</td></tr>\n<tr>\n<td colspan="5">Second Dragon XL logistics module.<sup id="cite_ref-oig.nasa.gov_818-1" class="reference"><a href="#cite_note-oig.nasa.gov-818">[806]</a></sup>\n</td></tr>\n\n</tbody></table>\n<h2><span class="mw-headline" id="Notable_launches">Notable launches</span></h2>\n<h3><span class="mw-headline" id="First_flight_of_Falcon_9">First flight of Falcon 9</span></h3>\n<style data-mw-deduplicate="TemplateStyles:r1033289096">.mw-parser-output .hatnote{font-style:italic}.mw-parser-output div.hatnote{padding-left:1.6em;margin-bottom:0.5em}.mw-parser-output .hatnote i{font-style:normal}.mw-parser-output .hatnote+link+.hatnote{margin-top:-0.5em}</style><div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Dragon_Spacecraft_Qualification_Unit" title="Dragon Spacecraft Qualification Unit">Dragon Spacecraft Qualification Unit</a></div>\n<div class="thumb tright"><div class="thumbinner" style="width:292px;"><div id="mwe_player_0" class="PopUpMediaTransform" style="width:290px;" videopayload="<div class="mediaContainer" style="width:512px"><video id="mwe_player_1" poster="//upload.wikimedia.org/wikipedia/commons/thumb/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv/512px--SpaceX_Falcon_9_Flight_1_launch.ogv.jpg" controls="" preload="none" autoplay="" style="width:512px;height:384px" class="kskin" data-durationhint="112.04526719095" data-startoffset="0" data-mwtitle="SpaceX_Falcon_9_Flight_1_launch.ogv" data-mwprovider="wikimediacommons"><source src="//upload.wikimedia.org/wikipedia/commons/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv" type="video/ogg; codecs=&quot;theora, vorbis&quot;" data-title="Original Ogg file, 512 \xc3\x97 384 (451 kbps)" data-shorttitle="Ogg source" data-width="512" data-height="384" data-bandwidth="450916" data-framerate="29.970029829795"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv/SpaceX_Falcon_9_Flight_1_launch.ogv.120p.vp9.webm" type="video/webm; codecs=&quot;vp9, opus&quot;" data-title="Lowest bandwidth VP9 (120P)" data-shorttitle="VP9 120P" data-transcodekey="120p.vp9.webm" data-width="160" data-height="120" data-bandwidth="95248" data-framerate="29.970029829795"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv/SpaceX_Falcon_9_Flight_1_launch.ogv.160p.webm" type="video/webm; codecs=&quot;vp8, vorbis&quot;" data-title="Low bandwidth WebM (160P)" data-shorttitle="WebM 160P" data-transcodekey="160p.webm" data-width="214" data-height="160" data-bandwidth="191272" data-framerate="29.970029829795"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv/SpaceX_Falcon_9_Flight_1_launch.ogv.180p.vp9.webm" type="video/webm; codecs=&quot;vp9, opus&quot;" data-title="Low bandwidth VP9 (180P)" data-shorttitle="VP9 180P" data-transcodekey="180p.vp9.webm" data-width="240" data-height="180" data-bandwidth="105864" data-framerate="29.970029829795"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv/SpaceX_Falcon_9_Flight_1_launch.ogv.240p.vp9.webm" type="video/webm; codecs=&quot;vp9, opus&quot;" data-title="Small VP9 (240P)" data-shorttitle="VP9 240P" data-transcodekey="240p.vp9.webm" data-width="320" data-height="240" data-bandwidth="113560" data-framerate="29.970029829795"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv/SpaceX_Falcon_9_Flight_1_launch.ogv.240p.webm" type="video/webm; codecs=&quot;vp8, vorbis&quot;" data-title="Small WebM (240P)" data-shorttitle="WebM 240P" data-transcodekey="240p.webm" data-width="320" data-height="240" data-bandwidth="311320" data-framerate="29.970029829795"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv/SpaceX_Falcon_9_Flight_1_launch.ogv.360p.vp9.webm" type="video/webm; codecs=&quot;vp9, opus&quot;" data-title="VP9 (360P)" data-shorttitle="VP9 360P" data-transcodekey="360p.vp9.webm" data-width="480" data-height="360" data-bandwidth="140688" data-framerate="29.970029829795"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv/SpaceX_Falcon_9_Flight_1_launch.ogv.360p.webm" type="video/webm; codecs=&quot;vp8, vorbis&quot;" data-title="WebM (360P)" data-shorttitle="WebM 360P" data-transcodekey="360p.webm" data-width="480" data-height="360" data-bandwidth="564216" data-framerate="29.970029829795"/></video></div>"><img alt="File:SpaceX Falcon 9 Flight 1 launch.ogv" style="width:290px;height:218px" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv/290px--SpaceX_Falcon_9_Flight_1_launch.ogv.jpg" /><a href="//upload.wikimedia.org/wikipedia/commons/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv" title="Play media" target="new"><span class="play-btn-large"><span class="mw-tmh-playtext">Play media</span></span></a></div> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:SpaceX_Falcon_9_Flight_1_launch.ogv" class="internal" title="Enlarge"></a></div>Launch of Falcon 9 Flight 1 with a <a href="/wiki/Boilerplate_(spaceflight)" title="Boilerplate (spaceflight)">boilerplate</a> Dragon</div></div></div>\n<p>On 4 June 2010, the first Falcon 9 launch successfully placed a test payload into the intended orbit.<sup id="cite_ref-sfn20100604_17-1" class="reference"><a href="#cite_note-sfn20100604-17">[11]</a></sup> Starting at the moment of liftoff, the booster experienced <a href="/wiki/Flight_dynamics_(fixed-wing_aircraft)" title="Flight dynamics (fixed-wing aircraft)">roll</a>.<sup id="cite_ref-Bowersox_interview_819-0" class="reference"><a href="#cite_note-Bowersox_interview-819">[807]</a></sup> The roll stopped before the craft reached the top of the tower, but the second stage began to roll near the end of its burn,<sup id="cite_ref-sfn20100604_17-2" class="reference"><a href="#cite_note-sfn20100604-17">[11]</a></sup> tumbling out of control during the passivation process and creating a gaseous halo of vented propellant that could be seen from all of <a href="/wiki/Eastern_Australia" class="mw-redirect" title="Eastern Australia">Eastern Australia</a>, raising <a href="/wiki/UFO" class="mw-redirect" title="UFO">UFO</a> concerns.<sup id="cite_ref-abc.net.au_June_5,_820-0" class="reference"><a href="#cite_note-abc.net.au_June_5,-820">[808]</a></sup><sup id="cite_ref-space.com_June_7,_821-0" class="reference"><a href="#cite_note-space.com_June_7,-821">[809]</a></sup>\n</p>\n<h3><span class="mw-headline" id="COTS_demonstration_flights">COTS demonstration flights</span></h3>\n<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r1033289096"/><div role="note" class="hatnote navigation-not-searchable">Main articles: <a href="/wiki/COTS_Demo_Flight_1" class="mw-redirect" title="COTS Demo Flight 1">COTS Demo Flight 1</a> and <a href="/wiki/Dragon_C2%2B" class="mw-redirect" title="Dragon C2+">Dragon C2+</a></div>\n<div class="thumb tright"><div class="thumbinner" style="width:292px;"><a href="/wiki/File:COTS-1_Dragon_After_Return_from_Orbit_(crop).jpg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/f6/COTS-1_Dragon_After_Return_from_Orbit_%28crop%29.jpg/290px-COTS-1_Dragon_After_Return_from_Orbit_%28crop%29.jpg" decoding="async" width="290" height="232" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/f6/COTS-1_Dragon_After_Return_from_Orbit_%28crop%29.jpg/435px-COTS-1_Dragon_After_Return_from_Orbit_%28crop%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/f6/COTS-1_Dragon_After_Return_from_Orbit_%28crop%29.jpg/580px-COTS-1_Dragon_After_Return_from_Orbit_%28crop%29.jpg 2x" data-file-width="1118" data-file-height="894" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:COTS-1_Dragon_After_Return_from_Orbit_(crop).jpg" class="internal" title="Enlarge"></a></div>COTS-1 Dragon after return from orbit</div></div></div>\n<p>Second launch of Falcon 9 was <a href="/wiki/COTS_Demo_Flight_1" class="mw-redirect" title="COTS Demo Flight 1">COTS Demo Flight 1</a>, which placed an operational <a href="/wiki/SpaceX_Dragon" title="SpaceX Dragon">Dragon</a> capsule in a roughly 300 km (190 mi) orbit on 8 December 2010,<sup id="cite_ref-BBCLaunchDec2010_822-0" class="reference"><a href="#cite_note-BBCLaunchDec2010-822">[810]</a></sup> The capsule re-entered the atmosphere after two orbits, allowing testing for the pressure vessel integrity, attitude control using the <a href="/wiki/Draco_thruster" class="mw-redirect" title="Draco thruster">Draco thrusters</a>, telemetry, guidance, navigation, control systems, and the <a href="/wiki/PICA-X" class="mw-redirect" title="PICA-X">PICA-X</a> heat shield, and intended to test the parachutes at speed. The capsule was recovered off the coast of Mexico<sup id="cite_ref-SFN_Status_823-0" class="reference"><a href="#cite_note-SFN_Status-823">[811]</a></sup> and then placed on display at SpaceX headquarters.<sup id="cite_ref-824" class="reference"><a href="#cite_note-824">[812]</a></sup>\n</p><p>The remaining objectives of the <a href="/wiki/Commercial_Orbital_Transportation_Services" title="Commercial Orbital Transportation Services">NASA COTS</a> qualification program were combined into a single <a href="/wiki/Dragon_C2%2B" class="mw-redirect" title="Dragon C2+">Dragon C2+</a> mission,<sup id="cite_ref-Space_News_2011-07-22_825-0" class="reference"><a href="#cite_note-Space_News_2011-07-22-825">[813]</a></sup> on the condition that all milestones would be validated in space before <a href="/wiki/Spacecraft_docking_and_berthing_mechanisms" class="mw-redirect" title="Spacecraft docking and berthing mechanisms">berthing</a> Dragon to the ISS. The Dragon capsule was propelled to orbit on 22 May, and for the next days tested its positioning system, solar panels, <a href="/wiki/Grapple_fixture" title="Grapple fixture">grapple fixture</a>, proximity navigation sensors, and its rendezvous capabilities at safe distances. After a final hold position a 9 m (30 ft) away from the <a href="/wiki/Harmony_(ISS_module)" title="Harmony (ISS module)">Harmony</a> docking port on 25 May, it was grabbed with <a href="/wiki/Mobile_Servicing_System" title="Mobile Servicing System">the station\'s robotic arm</a> (Canadarm2), and eventually, the hatch was opened on 26 May. It was released on 31 May and successfully completed all the return procedures,<sup id="cite_ref-ars_826-0" class="reference"><a href="#cite_note-ars-826">[814]</a></sup> and the recovered Dragon C2+ capsule is now on display at <a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a>.<sup id="cite_ref-827" class="reference"><a href="#cite_note-827">[815]</a></sup> Falcon 9 and Dragon thus became the first fully commercially developed launcher to deliver a payload to the International Space Station, paving the way for SpaceX and NASA to sign the first <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">Commercial Resupply Services</a> agreement for 12 cargo deliveries.<sup id="cite_ref-certified_828-0" class="reference"><a href="#cite_note-certified-828">[816]</a></sup>\n</p>\n<h3><span class="mw-headline" id="CRS-1">CRS-1</span></h3>\n<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r1033289096"/><div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/SpaceX_CRS-1" title="SpaceX CRS-1">SpaceX CRS-1</a></div>\n<div class="thumb tright"><div class="thumbinner" style="width:292px;"><a href="/wiki/File:SpX_CRS-1_berthed_-_cropped.jpg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/b7/SpX_CRS-1_berthed_-_cropped.jpg/290px-SpX_CRS-1_berthed_-_cropped.jpg" decoding="async" width="290" height="227" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/b7/SpX_CRS-1_berthed_-_cropped.jpg/435px-SpX_CRS-1_berthed_-_cropped.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/b7/SpX_CRS-1_berthed_-_cropped.jpg/580px-SpX_CRS-1_berthed_-_cropped.jpg 2x" data-file-width="2975" data-file-height="2332" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:SpX_CRS-1_berthed_-_cropped.jpg" class="internal" title="Enlarge"></a></div><a href="/wiki/Dragon_CRS-1" class="mw-redirect" title="Dragon CRS-1">Dragon CRS-1</a> berthed to the <a href="/wiki/International_Space_Station" title="International Space Station">International Space Station</a> (ISS) on 14 October 2012, photographed from the <a href="/wiki/Cupola_(ISS_module)" title="Cupola (ISS module)">Cupola</a>.</div></div></div>\n<p>First operational cargo resupply mission to ISS, the fourth flight of Falcon 9, was launched on 7 October 2012. At 76 seconds after liftoff, engine 1 of the first stage suffered a loss of pressure which caused an automatic shutdown of that engine, but the remaining eight first-stage engines continued to burn and the Dragon capsule reached orbit successfully and thus demonstrated the rocket\'s "engine out" capability in flight.<sup id="cite_ref-829" class="reference"><a href="#cite_note-829">[817]</a></sup><sup id="cite_ref-flight4engineanomaly_830-0" class="reference"><a href="#cite_note-flight4engineanomaly-830">[818]</a></sup> Due to ISS visiting vehicle safety rules, at NASA\'s request, the secondary payload Orbcomm-2 was released into a lower-than-intended orbit.<sup id="cite_ref-OrbcommTotalLoss_32-1" class="reference"><a href="#cite_note-OrbcommTotalLoss-32">[26]</a></sup> The mission continued to rendezvous and berth the Dragon capsule with the ISS where the ISS crew unloaded its payload and reloaded the spacecraft with cargo for return to Earth.<sup id="cite_ref-Dragon_mission_report_CRS-1_831-0" class="reference"><a href="#cite_note-Dragon_mission_report_CRS-1-831">[819]</a></sup> Despite the incident, Orbcomm said they gathered useful test data from the mission and planned to send more satellites via SpaceX,<sup id="cite_ref-nyt-20121030_31-1" class="reference"><a href="#cite_note-nyt-20121030-31">[25]</a></sup> which happened in <a href="/wiki/Falcon_9_flight_10" title="Falcon 9 flight 10">July 2014</a> and <a href="/wiki/Falcon_9_flight_20" title="Falcon 9 flight 20">December 2015</a>.\n</p>\n<h3><span class="mw-headline" id="Maiden_flight_of_v1.1">Maiden flight of v1.1</span></h3>\n<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r1033289096"/><div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/CASSIOPE" title="CASSIOPE">CASSIOPE</a></div>\n<div class="thumb tright"><div class="thumbinner" style="width:292px;"><div id="mwe_player_2" class="PopUpMediaTransform" style="width:290px;" videopayload="<div class="mediaContainer" style="width:640px"><video id="mwe_player_3" poster="//upload.wikimedia.org/wikipedia/commons/thumb/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm/640px--SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm.jpg" controls="" preload="none" autoplay="" style="width:640px;height:360px" class="kskin" data-durationhint="100.01" data-startoffset="0" data-mwtitle="SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm" data-mwprovider="wikimediacommons"><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm.360p.vp9.webm" type="video/webm; codecs=&quot;vp9, opus&quot;" data-title="VP9 (360P)" data-shorttitle="VP9 360P" data-transcodekey="360p.vp9.webm" data-width="640" data-height="360" data-bandwidth="151608" data-framerate="1000"/><source src="//upload.wikimedia.org/wikipedia/commons/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm" type="video/webm; codecs=&quot;vp8, vorbis&quot;" data-title="Original WebM file, 640 \xc3\x97 360 (235 kbps)" data-shorttitle="WebM source" data-width="640" data-height="360" data-bandwidth="234999" data-framerate="1000"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm.360p.webm" type="video/webm; codecs=&quot;vp8, vorbis&quot;" data-title="WebM (360P)" data-shorttitle="WebM 360P" data-transcodekey="360p.webm" data-width="640" data-height="360" data-bandwidth="469976" data-framerate="1000"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm.120p.vp9.webm" type="video/webm; codecs=&quot;vp9, opus&quot;" data-title="Lowest bandwidth VP9 (120P)" data-shorttitle="VP9 120P" data-transcodekey="120p.vp9.webm" data-width="214" data-height="120" data-bandwidth="97440" data-framerate="1000"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm.160p.webm" type="video/webm; codecs=&quot;vp8, vorbis&quot;" data-title="Low bandwidth WebM (160P)" data-shorttitle="WebM 160P" data-transcodekey="160p.webm" data-width="284" data-height="160" data-bandwidth="194408" data-framerate="1000"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm.180p.vp9.webm" type="video/webm; codecs=&quot;vp9, opus&quot;" data-title="Low bandwidth VP9 (180P)" data-shorttitle="VP9 180P" data-transcodekey="180p.vp9.webm" data-width="320" data-height="180" data-bandwidth="108816" data-framerate="1000"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm.240p.vp9.webm" type="video/webm; codecs=&quot;vp9, opus&quot;" data-title="Small VP9 (240P)" data-shorttitle="VP9 240P" data-transcodekey="240p.vp9.webm" data-width="426" data-height="240" data-bandwidth="118808" data-framerate="1000"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm.240p.webm" type="video/webm; codecs=&quot;vp8, vorbis&quot;" data-title="Small WebM (240P)" data-shorttitle="WebM 240P" data-transcodekey="240p.webm" data-width="426" data-height="240" data-bandwidth="314720" data-framerate="1000"/></video></div>"><img alt="File:SpaceX Falcon 9 Cassiope Launch 29 Sep 2013.webm" style="width:290px;height:163px" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm/290px--SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm.jpg" /><a href="//upload.wikimedia.org/wikipedia/commons/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm" title="Play media" target="new"><span class="play-btn-large"><span class="mw-tmh-playtext">Play media</span></span></a></div> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm" class="internal" title="Enlarge"></a></div>SpaceX <a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">Falcon 9 v1.1</a> launch from <a href="/wiki/Vandenberg_AFB_Space_Launch_Complex_4" class="mw-redirect" title="Vandenberg AFB Space Launch Complex 4">Vandenberg</a> with <a href="/wiki/CASSIOPE" title="CASSIOPE">CASSIOPE</a></div></div></div>\n<p>Following unsuccessful attempts at recovering the first stage with parachutes, SpaceX upgraded to much larger first stage booster and with greater thrust, termed <a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">Falcon 9 v1.1</a> (also termed Block 2<sup id="cite_ref-block123_832-0" class="reference"><a href="#cite_note-block123-832">[820]</a></sup>). SpaceX performed its first, demonstration flight of this version on 29 September 2013,<sup id="cite_ref-sfn20130928_833-0" class="reference"><a href="#cite_note-sfn20130928-833">[821]</a></sup> with <a href="/wiki/CASSIOPE" title="CASSIOPE">CASSIOPE</a> as a primary payload. This had a payload mass that is very small relative to the rocket\'s capability, and was launched at a discounted rate, approximately 20% of the normal published price.<sup id="cite_ref-sn20130906_834-0" class="reference"><a href="#cite_note-sn20130906-834">[822]</a></sup><sup id="cite_ref-sn20130929_835-0" class="reference"><a href="#cite_note-sn20130929-835">[823]</a></sup><sup id="cite_ref-pa20130930_36-3" class="reference"><a href="#cite_note-pa20130930-36">[30]</a></sup> After the <a href="/wiki/Second_stage" class="mw-redirect" title="Second stage">second stage</a> separation, SpaceX conducted a novel <a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">high-altitude, high-velocity flight test</a>, wherein the <a href="/wiki/Falcon_9#First_stage" title="Falcon 9">booster</a> attempted to reenter the lower atmosphere in a controlled manner and decelerate to a simulated over-water landing.<sup id="cite_ref-pa20130930_36-4" class="reference"><a href="#cite_note-pa20130930-36">[30]</a></sup>\n</p>\n<h3><span class="mw-headline" id="Loss_of_CRS-7_mission">Loss of CRS-7 mission</span></h3>\n<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r1033289096"/><div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/SpaceX_CRS-7" title="SpaceX CRS-7">SpaceX CRS-7</a></div>\n<div class="thumb tright"><div class="thumbinner" style="width:292px;"><a href="/wiki/File:SpaceX_CRS-7_launch_failure.jpg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/02/SpaceX_CRS-7_launch_failure.jpg/290px-SpaceX_CRS-7_launch_failure.jpg" decoding="async" width="290" height="218" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/02/SpaceX_CRS-7_launch_failure.jpg/435px-SpaceX_CRS-7_launch_failure.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/02/SpaceX_CRS-7_launch_failure.jpg/580px-SpaceX_CRS-7_launch_failure.jpg 2x" data-file-width="1440" data-file-height="1080" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:SpaceX_CRS-7_launch_failure.jpg" class="internal" title="Enlarge"></a></div>SpaceX CRS-7 disintegrating two minutes after liftoff, as seen from a NASA tracking camera.</div></div></div>\n<p>On 28 June 2015, <a href="/wiki/Falcon_9_Flight_19" class="mw-redirect" title="Falcon 9 Flight 19">Falcon 9 Flight 19</a> carried a <a href="/wiki/Dragon_capsule" class="mw-redirect" title="Dragon capsule">Dragon capsule</a> on the seventh <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">Commercial Resupply Services</a> mission to the <a href="/wiki/International_Space_Station" title="International Space Station">ISS</a>. The second stage disintegrated due to an internal helium tank failure while the first stage was still burning normally. This was the first (and only as of May 2021) primary mission loss for any Falcon 9 rocket.<sup id="cite_ref-nyt-20150628_100-1" class="reference"><a href="#cite_note-nyt-20150628-100">[93]</a></sup> In addition to ISS consumables and experiments, this mission carried the first <a href="/wiki/International_Docking_Adapter" title="International Docking Adapter">International Docking Adapter</a> (IDA-1), whose loss delayed preparedness of the station\'s <a href="/wiki/US_Orbital_Segment" title="US Orbital Segment">US Orbital Segment</a> (USOS) for <a href="/wiki/Commercial_Crew_Development" class="mw-redirect" title="Commercial Crew Development">future crewed missions</a>.<sup id="cite_ref-836" class="reference"><a href="#cite_note-836">[824]</a></sup>\n</p><p>Performance was nominal until T+140 seconds into launch when a cloud of white vapor appeared, followed by rapid loss of second-stage <a href="/wiki/LOX" class="mw-redirect" title="LOX">LOX</a> tank pressure. The booster continued on its trajectory until complete vehicle breakup at T+150 seconds. The Dragon capsule was ejected from the disintegrating rocket and continued transmitting data until impact with the ocean. SpaceX officials stated that the capsule could have been recovered if the parachutes had deployed; however, the Dragon software did not include any provisions for parachute deployment in this situation.<sup id="cite_ref-nsf-20150727_102-1" class="reference"><a href="#cite_note-nsf-20150727-102">[95]</a></sup> Subsequent investigations traced the cause of the accident to the failure of a strut that secured a helium bottle inside the second-stage LOX tank. With the helium pressurization system integrity breached, excess helium quickly flooded the tank, eventually causing it to burst from overpressure.<sup id="cite_ref-SpaceXJuly2015_837-0" class="reference"><a href="#cite_note-SpaceXJuly2015-837">[825]</a></sup><sup id="cite_ref-838" class="reference"><a href="#cite_note-838">[826]</a></sup> NASA\'s independent accident investigation into the loss of SpaceX CRS-7 found that the failure of the strut which led to the breakup of the Falcon-9 represented a design error. Specifically, that industrial grade stainless steel had been used in a critical load path under cryogenic conditions and flight conditions, without additional part screening, and without regard to manufacturer recommendations.<sup id="cite_ref-839" class="reference"><a href="#cite_note-839">[827]</a></sup>\n</p>\n<h3><span class="mw-headline" id="Full-thrust_version_and_first_booster_landings">Full-thrust version and first booster landings</span></h3>\n<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r1033289096"/><div role="note" class="hatnote navigation-not-searchable">Main articles: <a href="/wiki/Falcon_9_flight_20" title="Falcon 9 flight 20">Falcon 9 flight 20</a> and <a href="/wiki/SpaceX_CRS-8" title="SpaceX CRS-8">SpaceX CRS-8</a></div>\n<div class="thumb tright"><div class="thumbinner" style="width:292px;"><a href="/wiki/File:ORBCOMM-2_First-Stage_Landing_(23271687254).jpg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/6/64/ORBCOMM-2_First-Stage_Landing_%2823271687254%29.jpg/290px-ORBCOMM-2_First-Stage_Landing_%2823271687254%29.jpg" decoding="async" width="290" height="193" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/6/64/ORBCOMM-2_First-Stage_Landing_%2823271687254%29.jpg/435px-ORBCOMM-2_First-Stage_Landing_%2823271687254%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/6/64/ORBCOMM-2_First-Stage_Landing_%2823271687254%29.jpg/580px-ORBCOMM-2_First-Stage_Landing_%2823271687254%29.jpg 2x" data-file-width="3000" data-file-height="2000" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:ORBCOMM-2_First-Stage_Landing_(23271687254).jpg" class="internal" title="Enlarge"></a></div><a href="/wiki/Falcon_9_Flight_20" class="mw-redirect" title="Falcon 9 Flight 20">Falcon 9 Flight 20</a> historic <a href="/wiki/SpaceX_reusable_launch_system_development_program" title="SpaceX reusable launch system development program">first-stage landing</a> at <a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">CCAFS</a> <a href="/wiki/Landing_Zones_1_and_2" title="Landing Zones 1 and 2">Landing Zone 1</a>, 22 December 2015</div></div></div>\n<p>After pausing launches for months, SpaceX launched on 22 December 2015, the highly anticipated return-to-flight mission after the loss of <a href="/wiki/CRS-7" class="mw-redirect" title="CRS-7">CRS-7</a>. This launch inaugurated a new <a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">Falcon 9 Full Thrust</a> version (also initially termed Block 3<sup id="cite_ref-block123_832-1" class="reference"><a href="#cite_note-block123-832">[820]</a></sup>) of its flagship rocket featuring increased performance, notably thanks to <a href="/wiki/Subcooling" title="Subcooling">subcooling</a> of the propellants. After launching a constellation of 11 <a href="/wiki/Orbcomm-OG2" class="mw-redirect" title="Orbcomm-OG2">Orbcomm-OG2</a> second-generation satellites,<sup id="cite_ref-840" class="reference"><a href="#cite_note-840">[828]</a></sup> the first stage performed a <a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">controlled-descent and landing test</a> for the eighth time, SpaceX attempted to land the booster on land for the first time. It managed to return the first stage successfully to the <a href="/wiki/Landing_Zones_1_and_2" title="Landing Zones 1 and 2">Landing Zone 1</a> at <a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">Cape Canaveral</a>, marking the first successful recovery of a rocket first stage that launched a payload to orbit.<sup id="cite_ref-841" class="reference"><a href="#cite_note-841">[829]</a></sup> After recovery, <a href="/wiki/Falcon_9_booster_B1019" class="mw-redirect" title="Falcon 9 booster B1019">the first stage booster</a> performed further ground tests and then was put on permanent display outside SpaceX\'s headquarters in <a href="/wiki/Hawthorne,_California" title="Hawthorne, California">Hawthorne, California</a>.<sup id="cite_ref-flight20-booster_105-2" class="reference"><a href="#cite_note-flight20-booster-105">[98]</a></sup>\n</p><p>On 8 April 2016, SpaceX delivered its <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">commercial resupply</a> mission to the International Space Station marking the return-to-flight of the Dragon capsule, after the loss of CRS-7. After separation, the <a href="/wiki/Falcon_9_booster_B1021" class="mw-redirect" title="Falcon 9 booster B1021">first-stage booster</a> slowed itself with a boostback maneuver, re-entered the atmosphere, executed an automated controlled descent and landed vertically onto the drone ship <i><a href="/wiki/Of_Course_I_Still_Love_You" class="mw-redirect" title="Of Course I Still Love You">Of Course I Still Love You</a></i>, marking the first successful landing of a rocket on a ship at sea.<sup id="cite_ref-natgeo_842-0" class="reference"><a href="#cite_note-natgeo-842">[830]</a></sup> This was the fourth attempt to land on a drone ship, as part of the company\'s experimental <a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">controlled-descent and landing tests</a>.<sup id="cite_ref-843" class="reference"><a href="#cite_note-843">[831]</a></sup>\n</p>\n<h3><span class="mw-headline" id="Loss_of_Amos-6_on_the_launch_pad">Loss of Amos-6 on the launch pad</span></h3>\n<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r1033289096"/><div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Amos-6" class="mw-redirect" title="Amos-6">Amos-6</a></div>\n<p>On 1 September 2016, the 29th Falcon 9 rocket exploded on the launchpad while propellant was being loaded for a routine pre-launch static fire test. The payload, Israeli satellite <a href="/wiki/Amos-6" class="mw-redirect" title="Amos-6">Amos-6</a>, partly commissioned by <a href="/wiki/Facebook" title="Facebook">Facebook</a>, was destroyed with the launcher.<sup id="cite_ref-Malik_844-0" class="reference"><a href="#cite_note-Malik-844">[832]</a></sup> On 2 January 2017, SpaceX released an official statement indicating that the cause of the failure was a buckled liner in several of the <a href="/wiki/COPV" class="mw-redirect" title="COPV">COPV</a> tanks, causing perforations that allowed liquid and/or solid oxygen to accumulate underneath the COPVs carbon strands, which were subsequently ignited possibly due to friction of breaking strands.<sup id="cite_ref-auto1_157-1" class="reference"><a href="#cite_note-auto1-157">[149]</a></sup>\n</p>\n<h3><span class="mw-headline" id="Inaugural_reuse_of_the_first_stage">Inaugural reuse of the first stage</span></h3>\n<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r1033289096"/><div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/SES-10" title="SES-10">SES-10</a></div>\n<p>On March 30, 2017, Flight 32 launched the <a href="/wiki/SES-10" title="SES-10">SES-10</a> satellite with the first-stage booster <a href="/wiki/B1021" class="mw-redirect" title="B1021">B1021</a>, which had been previously used for the <a href="/wiki/SpaceX_CRS-8" title="SpaceX CRS-8">CRS-8</a> mission a year earlier. The stage was successfully recovered a second time and was retired and put on display at <a href="/wiki/Cape_Canaveral_Air_Force_Station" class="mw-redirect" title="Cape Canaveral Air Force Station">Cape Canaveral Air Force Station</a>.<sup id="cite_ref-SpaceflightInsider-2017-04-04_845-0" class="reference"><a href="#cite_note-SpaceflightInsider-2017-04-04-845">[833]</a></sup>\n</p>\n<h3><span class="mw-headline" id="Zuma_launch_controversy">Zuma launch controversy</span></h3>\n<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r1033289096"/><div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Zuma_(satellite)" title="Zuma (satellite)">Zuma (satellite)</a></div>\n<p>Zuma was a classified United States government satellite and was developed and built by <a href="/wiki/Northrop_Grumman" title="Northrop Grumman">Northrop Grumman</a> at an estimated cost of US$3.5 billion.<sup id="cite_ref-markwatch_846-0" class="reference"><a href="#cite_note-markwatch-846">[834]</a></sup> Its launch, originally planned for mid-November 2017, was postponed to 8 January 2018 as <a href="/wiki/Payload_fairing" title="Payload fairing">fairing</a> tests for another SpaceX customer were assessed. Following a successful Falcon 9 launch, the first-stage booster landed at <a href="/wiki/Landing_Zones_1_and_2" title="Landing Zones 1 and 2">LZ-1</a>.<sup id="cite_ref-zuma-presskit2_251-1" class="reference"><a href="#cite_note-zuma-presskit2-251">[242]</a></sup> Unconfirmed reports suggested that the Zuma spacecraft was lost,<sup id="cite_ref-ZumaVerge2_252-2" class="reference"><a href="#cite_note-ZumaVerge2-252">[243]</a></sup> with claims that either the payload failed following orbital release, or that the customer-provided adapter failed to release the satellite from the upper stage, while other claims argued that Zuma was in orbit and operating covertly.<sup id="cite_ref-ZumaVerge2_252-3" class="reference"><a href="#cite_note-ZumaVerge2-252">[243]</a></sup> SpaceX\'s COO <a href="/wiki/Gwynne_Shotwell" title="Gwynne Shotwell">Gwynne Shotwell</a> stated that their Falcon 9 "did everything correctly" and that "Information published that is contrary to this statement is categorically false".<sup id="cite_ref-ZumaVerge2_252-4" class="reference"><a href="#cite_note-ZumaVerge2-252">[243]</a></sup> A preliminary report indicated that the payload adapter, modified by Northrop Grumman after purchasing it from a subcontractor, failed to separate the satellite from the second stage under the zero gravity conditions.<sup id="cite_ref-847" class="reference"><a href="#cite_note-847">[835]</a></sup><sup id="cite_ref-markwatch_846-1" class="reference"><a href="#cite_note-markwatch-846">[834]</a></sup> Due to the classified nature of the mission, no further official information is expected.<sup id="cite_ref-ZumaVerge2_252-5" class="reference"><a href="#cite_note-ZumaVerge2-252">[243]</a></sup>\n</p>\n<h3><span class="mw-headline" id="Falcon_Heavy_test_flight">Falcon Heavy test flight</span></h3>\n<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r1033289096"/><div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Falcon_Heavy_test_flight" title="Falcon Heavy test flight">Falcon Heavy test flight</a></div>\n<style data-mw-deduplicate="TemplateStyles:r978413945/mw-parser-output/.tmulti">.mw-parser-output .tmulti .thumbinner{display:flex;flex-direction:column}.mw-parser-output .tmulti .trow{display:flex;flex-direction:row;clear:left;flex-wrap:wrap;width:100%;box-sizing:border-box}.mw-parser-output .tmulti .tsingle{margin:1px;float:left}.mw-parser-output .tmulti .theader{clear:both;font-weight:bold;text-align:center;align-self:center;background-color:transparent;width:100%}.mw-parser-output .tmulti .thumbcaption{background-color:transparent}.mw-parser-output .tmulti .text-align-left{text-align:left}.mw-parser-output .tmulti .text-align-right{text-align:right}.mw-parser-output .tmulti .text-align-center{text-align:center}@media all and (max-width:720px){.mw-parser-output .tmulti .thumbinner{width:100%!important;box-sizing:border-box;max-width:none!important;align-items:center}.mw-parser-output .tmulti .trow{justify-content:center}.mw-parser-output .tmulti .tsingle{float:none!important;max-width:100%!important;box-sizing:border-box;text-align:center}.mw-parser-output .tmulti .tsingle .thumbcaption{text-align:left}.mw-parser-output .tmulti .trow>.thumbcaption{text-align:center}}</style><div class="thumb tmulti tright"><div class="thumbinner" style="width:572px;max-width:572px"><div class="trow"><div class="tsingle" style="width:284px;max-width:284px"><div class="thumbimage" style="height:188px;overflow:hidden"><a href="/wiki/File:Falcon_Heavy_Demo_Mission_(40126461851).jpg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/59/Falcon_Heavy_Demo_Mission_%2840126461851%29.jpg/282px-Falcon_Heavy_Demo_Mission_%2840126461851%29.jpg" decoding="async" width="282" height="188" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/59/Falcon_Heavy_Demo_Mission_%2840126461851%29.jpg/423px-Falcon_Heavy_Demo_Mission_%2840126461851%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/59/Falcon_Heavy_Demo_Mission_%2840126461851%29.jpg/564px-Falcon_Heavy_Demo_Mission_%2840126461851%29.jpg 2x" data-file-width="3000" data-file-height="2000" /></a></div></div><div class="tsingle" style="width:284px;max-width:284px"><div class="thumbimage" style="height:188px;overflow:hidden"><a href="/wiki/File:Falcon_Heavy_Side_Boosters_landing_on_LZ1_and_LZ2_-_2018_(25254688767).jpg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/52/Falcon_Heavy_Side_Boosters_landing_on_LZ1_and_LZ2_-_2018_%2825254688767%29.jpg/282px-Falcon_Heavy_Side_Boosters_landing_on_LZ1_and_LZ2_-_2018_%2825254688767%29.jpg" decoding="async" width="282" height="188" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/52/Falcon_Heavy_Side_Boosters_landing_on_LZ1_and_LZ2_-_2018_%2825254688767%29.jpg/423px-Falcon_Heavy_Side_Boosters_landing_on_LZ1_and_LZ2_-_2018_%2825254688767%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/52/Falcon_Heavy_Side_Boosters_landing_on_LZ1_and_LZ2_-_2018_%2825254688767%29.jpg/564px-Falcon_Heavy_Side_Boosters_landing_on_LZ1_and_LZ2_-_2018_%2825254688767%29.jpg 2x" data-file-width="3000" data-file-height="2000" /></a></div></div></div><div class="trow" style="display:flex"><div class="thumbcaption">Liftoff of Falcon Heavy on its maiden flight (left) and its two side-boosters landing at <a href="/wiki/Landing_Zones_1_and_2" title="Landing Zones 1 and 2">LZ-1 and LZ-2</a> a few minutes later (right)</div></div></div></div>\n<p>The maiden launch of the <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a> occurred on February 6, 2018, marking the launch of the most powerful rocket since the <a href="/wiki/Space_Shuttle" title="Space Shuttle">Space Shuttle</a>, with a theoretical payload capacity to <a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">low Earth orbit</a> more than double the <a href="/wiki/Delta_IV_Heavy" title="Delta IV Heavy">Delta IV Heavy</a>.<sup id="cite_ref-848" class="reference"><a href="#cite_note-848">[836]</a></sup><sup id="cite_ref-NatGeo-2018-02-06_849-0" class="reference"><a href="#cite_note-NatGeo-2018-02-06-849">[837]</a></sup> Both side boosters landed nearly simultaneously after a ten-minute flight. The central core failed to land on a <a href="/wiki/Autonomous_spaceport_drone_ship" title="Autonomous spaceport drone ship">floating platform</a> at sea.<sup id="cite_ref-middle-booster_270-1" class="reference"><a href="#cite_note-middle-booster-270">[261]</a></sup> The rocket carried <a href="/wiki/Elon_Musk%27s_Tesla_Roadster" title="Elon Musk's Tesla Roadster">a car and a mannequin</a> to an <a href="/wiki/Orbital_eccentricity" title="Orbital eccentricity">eccentric</a> <a href="/wiki/Heliocentric_orbit" title="Heliocentric orbit">heliocentric orbit</a> that reaches further than <a href="/wiki/Perihelion_and_aphelion" class="mw-redirect" title="Perihelion and aphelion">aphelion</a> of <a href="/wiki/Mars" title="Mars">Mars</a>.<sup id="cite_ref-PopMech-2018-02-05_850-0" class="reference"><a href="#cite_note-PopMech-2018-02-05-850">[838]</a></sup>\n</p>\n<h3><span class="mw-headline" id="Maiden_flight_Crew_Dragon_and_first_crewed_flight">Maiden flight Crew Dragon and first crewed flight</span></h3>\n<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r1033289096"/><div role="note" class="hatnote navigation-not-searchable">Main articles: <a href="/wiki/Crew_Dragon_Demo-1" title="Crew Dragon Demo-1">Crew Dragon Demo-1</a> and <a href="/wiki/Crew_Dragon_Demo-2" title="Crew Dragon Demo-2">Crew Dragon Demo-2</a></div>\n<p>On March 2, 2019, SpaceX launched its first orbital flight of <a href="/wiki/SpaceX_Dragon_2" title="SpaceX Dragon 2">Dragon 2</a> (Crew Dragon). It was an uncrewed mission to the <a href="/wiki/International_Space_Station" title="International Space Station">International Space Station</a>. The Dragon contained a mannequin named Ripley which was equipped with multiple sensors to gather data about how a human would feel during the flight. Along with the mannequin was 300 pounds of cargo of food and other supplies.<sup id="cite_ref-851" class="reference"><a href="#cite_note-851">[839]</a></sup> Also on board was Earth plush toy referred to as a \'Super high tech zero-g indicator\'.<sup id="cite_ref-852" class="reference"><a href="#cite_note-852">[840]</a></sup> The toy became a hit with astronaut <a href="/wiki/Anne_McClain" title="Anne McClain">Anne McClain</a> who showed the plushy on the ISS each day<sup id="cite_ref-853" class="reference"><a href="#cite_note-853">[841]</a></sup> and also deciding to keep it on board to experience the crewed <a href="/wiki/SpX-DM2" class="mw-redirect" title="SpX-DM2">SpX-DM2</a>.\n</p><p>The Dragon spent six days in space including five docked to the International Space Station. During the time, various systems were tested to make sure the vehicle was ready for US astronauts <a href="/wiki/Doug_Hurley" title="Doug Hurley">Doug Hurley</a> and <a href="/wiki/Bob_Behnken" title="Bob Behnken">Bob Behnken</a> to fly in it in 2020. The Dragon undocked and performed a re-entry burn before splashing down on March 8, 2019 at 08:45 EST, 320 km (200 mi) off the coast of Florida.<sup id="cite_ref-854" class="reference"><a href="#cite_note-854">[842]</a></sup>\n</p><p>SpaceX held a successful launch of the first commercial orbital human space flight on May 30, 2020, crewed with NASA astronauts <a href="/wiki/Doug_Hurley" title="Doug Hurley">Doug Hurley</a> and <a href="/wiki/Bob_Behnken" title="Bob Behnken">Bob Behnken</a>. Both astronauts focused on conducting tests on the Crew Dragon capsule. Crew Dragon successfully returned to Earth, splashing down in the Gulf of Mexico on August 2, 2020.<sup id="cite_ref-855" class="reference"><a href="#cite_note-855">[843]</a></sup>\n</p>\n<h3><span class="mw-headline" id="Booster_reflight_records">Booster reflight records</span></h3>\n<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r1033289096"/><div role="note" class="hatnote navigation-not-searchable">Main articles: <a href="/wiki/Falcon_9_B1046" title="Falcon 9 B1046">Falcon 9 B1046</a> and <a href="/wiki/Falcon_9_B1048" title="Falcon 9 B1048">Falcon 9 B1048</a></div>\n<p>Most records were set during launches of Starlink satellites.\n</p><p>On 3 December 2018, <a href="/wiki/SSO-A" class="mw-redirect" title="SSO-A">Spaceflight SSO-A</a> launched on B1046. It was the first commercial mission to use a booster flying for the third time.\n</p><p>B1048 made the first fourth flight of a booster in November 2019, and the fifth flight in March 2020, but the booster was lost during re-entry. \n</p><p>B1049 was the first booster to be recovered five times on 4 June 2020, six times on 18 August 2020, and seven times on 25 November 2020.\n</p><p>B1051 was the first booster to be recovered eight times on 20 January 2021. It was recovered for the ninth time on 14 March 2021.<sup id="cite_ref-856" class="reference"><a href="#cite_note-856">[844]</a></sup><sup id="cite_ref-857" class="reference"><a href="#cite_note-857">[845]</a></sup>\n</p><p>On 9 May 2021, B1051 launched and landed for the tenth time, achieving one of SpaceX\'s milestone goals for reuse.<sup id="cite_ref-858" class="reference"><a href="#cite_note-858">[846]</a></sup>\n</p><p>Booster B1060 holds the record for fastest turnaround at 27 days. It launched on 7 January and again on 4 February 2021.\n<sup id="cite_ref-859" class="reference"><a href="#cite_note-859">[847]</a></sup><sup id="cite_ref-860" class="reference"><a href="#cite_note-860">[848]</a></sup>\n</p>\n<h2><span class="mw-headline" id="See_also">See also</span></h2>\n<style data-mw-deduplicate="TemplateStyles:r936637989">.mw-parser-output .portal{border:solid #aaa 1px;padding:0}.mw-parser-output .portal.tleft{margin:0.5em 1em 0.5em 0}.mw-parser-output .portal.tright{margin:0.5em 0 0.5em 1em}.mw-parser-output .portal>ul{display:table;box-sizing:border-box;padding:0.1em;max-width:175px;background:#f9f9f9;font-size:85%;line-height:110%;font-style:italic;font-weight:bold}.mw-parser-output .portal>ul>li{display:table-row}.mw-parser-output .portal>ul>li>span:first-child{display:table-cell;padding:0.2em;vertical-align:middle;text-align:center}.mw-parser-output .portal>ul>li>span:last-child{display:table-cell;padding:0.2em 0.2em 0.2em 0.3em;vertical-align:middle}</style><div role="navigation" aria-label="Portals" class="noprint portal plainlist tright">\n<ul>\n<li><span><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/RocketSunIcon.svg/28px-RocketSunIcon.svg.png" decoding="async" width="28" height="28" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/RocketSunIcon.svg/42px-RocketSunIcon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d6/RocketSunIcon.svg/56px-RocketSunIcon.svg.png 2x" data-file-width="128" data-file-height="128" /></span><span><a href="/wiki/Portal:Spaceflight" title="Portal:Spaceflight">Spaceflight portal</a></span></li></ul></div>\n<ul><li><a href="/wiki/List_of_Falcon_1_launches" class="mw-redirect" title="List of Falcon 1 launches">List of Falcon 1 launches</a></li>\n<li><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">List of Falcon 9 first-stage boosters</a></li>\n<li><a href="/wiki/SpaceX_Dragon#List_of_missions" title="SpaceX Dragon">List of SpaceX Dragon 1 missions</a></li>\n<li><a href="/wiki/SpaceX_Dragon_2#List_of_flights" title="SpaceX Dragon 2">List of SpaceX Dragon 2 missions</a></li>\n<li><a href="/wiki/Starlink#Launches" title="Starlink">List of Starlink flights</a></li>\n<li><a href="/wiki/List_of_Starship_flights" class="mw-redirect" title="List of Starship flights">List of Starship flights</a></li></ul>\n<h2><span class="mw-headline" id="Notes">Notes</span></h2>\n<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r1011085734"/><div class="reflist reflist-lower-alpha">\n<div class="mw-references-wrap"><ol class="references">\n<li id="cite_note-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-6">^</a></b></span> <span class="reference-text">The <a href="/wiki/Telstar_18V" title="Telstar 18V">Telstar 18V</a> and <a href="/wiki/Telstar_19V" title="Telstar 19V">Telstar 19V</a> satellites were heavier, but were launched into a lower-energy transfer orbit achieving an apogee well below the geostationary altitude.</span>\n</li>\n<li id="cite_note-booster-11"><span class="mw-cite-backlink">^ <a href="#cite_ref-booster_11-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-booster_11-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-booster_11-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-booster_11-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-booster_11-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-booster_11-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-booster_11-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-booster_11-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-booster_11-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-booster_11-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-booster_11-10"><sup><i><b>k</b></i></sup></a> <a href="#cite_ref-booster_11-11"><sup><i><b>l</b></i></sup></a> <a href="#cite_ref-booster_11-12"><sup><i><b>m</b></i></sup></a></span> <span class="reference-text">Falcon 9 first-stage boosters are designated with a construction serial number and an optional flight number when reused, e.g. B1021.1 and B1021.2 represent the two flights of booster <a href="/wiki/B1021" class="mw-redirect" title="B1021">B1021</a>. Launches using reused boosters are denoted with a recycled symbol \xe2\x99\xba.</span>\n</li>\n<li id="cite_note-Dragon-12"><span class="mw-cite-backlink">^ <a href="#cite_ref-Dragon_12-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Dragon_12-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Dragon_12-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-Dragon_12-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-Dragon_12-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-Dragon_12-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-Dragon_12-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-Dragon_12-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-Dragon_12-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-Dragon_12-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-Dragon_12-10"><sup><i><b>k</b></i></sup></a> <a href="#cite_ref-Dragon_12-11"><sup><i><b>l</b></i></sup></a> <a href="#cite_ref-Dragon_12-12"><sup><i><b>m</b></i></sup></a></span> <span class="reference-text">Dragon 1 or 2 are designated with a construction serial number or name and an optional flight number when reused, e.g. Dragon C106.1 and Dragon C106.2 represent the two flights of <a href="/wiki/Dragon_C106" title="Dragon C106">Dragon C106</a>. Dragon Spacecrafts that are reused are denoted with a recycled symbol \xe2\x99\xba.</span>\n</li>\n<li id="cite_note-ocean_landing-38"><span class="mw-cite-backlink">^ <a href="#cite_ref-ocean_landing_38-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-ocean_landing_38-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-ocean_landing_38-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-ocean_landing_38-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-ocean_landing_38-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-ocean_landing_38-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-ocean_landing_38-6"><sup><i><b>g</b></i></sup></a></span> <span class="reference-text">A controlled "ocean landing" denotes a controlled <a href="/wiki/Atmospheric_entry" title="Atmospheric entry">atmospheric entry</a>, descent and vertical splashdown on the ocean\'s surface at near zero velocity, for the sole purpose of gathering test data; such boosters were destroyed at sea.</span>\n</li>\n<li id="cite_note-152"><span class="mw-cite-backlink"><b><a href="#cite_ref-152">^</a></b></span> <span class="reference-text">Since it was a pre-flight test, SpaceX does not count this scheduled attempt in their launch totals. Some sources do consider this planned flight into the counting schemes, and as a result, some sources might list launch totals after 2016 with one additional launch.</span>\n</li>\n<li id="cite_note-249"><span class="mw-cite-backlink"><b><a href="#cite_ref-249">^</a></b></span> <span class="reference-text">Unspecified U.S. government agency</span>\n</li>\n<li id="cite_note-336"><span class="mw-cite-backlink"><b><a href="#cite_ref-336">^</a></b></span> <span class="reference-text">Payload comprises five Iridium satellites weighing 860 kg each,<sup id="cite_ref-gunter-iridium_334-0" class="reference"><a href="#cite_note-gunter-iridium-334">[325]</a></sup> two GRACE-FO satellites weighing 580 kg each,<sup id="cite_ref-gunter-grace_335-0" class="reference"><a href="#cite_note-gunter-grace-335">[326]</a></sup> plus a 1000 kg dispenser.<sup id="cite_ref-spn_167-1" class="reference"><a href="#cite_note-spn-167">[159]</a></sup></span>\n</li>\n<li id="cite_note-DM1-payload-mass-426"><span class="mw-cite-backlink"><b><a href="#cite_ref-DM1-payload-mass_426-0">^</a></b></span> <span class="reference-text">Total payload mass includes the Crew Dragon capsule, fuel, suited mannequin, instrumentation and 204 kg of cargo.</span>\n</li>\n<li id="cite_note-Falcon_tip_over-436"><span class="mw-cite-backlink"><b><a href="#cite_ref-Falcon_tip_over_436-0">^</a></b></span> <span class="reference-text">Despite making a successful landing, de-tanking and heading back home, the stage tipped over at sea. This is still considered a successful landing as the stage damage occurred while in transport.<sup id="cite_ref-435" class="reference"><a href="#cite_note-435">[424]</a></sup></span>\n</li>\n</ol></div></div>\n<h2><span class="mw-headline" id="References">References</span></h2>\n<div class="mw-references-wrap mw-references-columns"><ol class="references">\n<li id="cite_note-sxf9o20100508-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-sxf9o20100508_1-0">^</a></b></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r999302996">.mw-parser-output cite.citation{font-style:inherit}.mw-parser-output .citation q{quotes:"\\"""\\"""\'""\'"}.mw-parser-output .id-lock-free a,.mw-parser-output .citation .cs1-lock-free a{background:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/6/65/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited a,.mw-parser-output .id-lock-registration a,.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/d/d6/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription a,.mw-parser-output .citation .cs1-lock-subscription a{background:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/a/aa/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-ws-icon a{background:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg")right 0.1em center/12px no-repeat}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-maint{display:none;color:#33aa33;margin-left:0.3em}.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}</style><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20140805175724/http://www.spacex.com/falcon9">"Falcon 9 Overview"</a>. SpaceX. 8 May 2010. Archived from <a rel="nofollow" class="external text" href="http://www.spacex.com/falcon9">the original</a> on 5 August 2014.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+Overview&rft.date=2010-05-08&rft_id=http%3A%2F%2Fwww.spacex.com%2Ffalcon9&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-pm20120207-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-pm20120207_2-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSimberg2012" class="citation news cs1">Simberg, Rand (8 February 2012). <a rel="nofollow" class="external text" href="http://www.popularmechanics.com/space/rockets/a7446/elon-musk-on-spacexs-reusable-rocket-plans-6653023/">"Elon Musk on SpaceX\'s Reusable Rocket Plans"</a>. Popular Mechanics<span class="reference-accessdate">. Retrieved <span class="nowrap">2 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Elon+Musk+on+SpaceX%27s+Reusable+Rocket+Plans&rft.date=2012-02-08&rft.aulast=Simberg&rft.aufirst=Rand&rft_id=http%3A%2F%2Fwww.popularmechanics.com%2Fspace%2Frockets%2Fa7446%2Felon-musk-on-spacexs-reusable-rocket-plans-6653023%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFWall2015" class="citation news cs1">Wall, Mike (21 December 2015). <a rel="nofollow" class="external text" href="https://www.space.com/31420-spacex-rocket-landing-success.html">"Wow! SpaceX Lands Orbital Rocket Successfully in Historic First"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Wow%21+SpaceX+Lands+Orbital+Rocket+Successfully+in+Historic+First&rft.date=2015-12-21&rft.aulast=Wall&rft.aufirst=Mike&rft_id=https%3A%2F%2Fwww.space.com%2F31420-spacex-rocket-landing-success.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGrush2015" class="citation news cs1">Grush, Laren (21 December 2015). <a rel="nofollow" class="external text" href="https://www.theverge.com/2015/12/21/10640306/spacex-elon-musk-rocket-landing-success">"SpaceX successfully landed its Falcon 9 rocket after launching it to space"</a>. The Verge<span class="reference-accessdate">. Retrieved <span class="nowrap">16 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+successfully+landed+its+Falcon+9+rocket+after+launching+it+to+space&rft.date=2015-12-21&rft.aulast=Grush&rft.aufirst=Laren&rft_id=https%3A%2F%2Fwww.theverge.com%2F2015%2F12%2F21%2F10640306%2Fspacex-elon-musk-rocket-landing-success&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-SLNov19-5"><span class="mw-cite-backlink">^ <a href="#cite_ref-SLNov19_5-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-SLNov19_5-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-SLNov19_5-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-SLNov19_5-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-SLNov19_5-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-SLNov19_5-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-SLNov19_5-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-SLNov19_5-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-SLNov19_5-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-SLNov19_5-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-SLNov19_5-10"><sup><i><b>k</b></i></sup></a> <a href="#cite_ref-SLNov19_5-11"><sup><i><b>l</b></i></sup></a> <a href="#cite_ref-SLNov19_5-12"><sup><i><b>m</b></i></sup></a> <a href="#cite_ref-SLNov19_5-13"><sup><i><b>n</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2019/11/spacex-cape-return-first-operational-starlink-mission/">"SpaceX and Cape Canaveral Return to Action with First Operational Starlink Mission"</a>. NASASpaceFlight.com. 11 November 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+and+Cape+Canaveral+Return+to+Action+with+First+Operational+Starlink+Mission&rft.pub=NASASpaceFlight.com&rft.date=2019-11-11&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F11%2Fspacex-cape-return-first-operational-starlink-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf20180517-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf20180517_7-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBaylor2018" class="citation news cs1">Baylor, Michael (17 May 2018). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/05/block-5-spacex-increase-launch-cadence-lower-prices/">"With Block 5, SpaceX to increase launch cadence and lower prices"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">5 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=With+Block+5%2C+SpaceX+to+increase+launch+cadence+and+lower+prices&rft.date=2018-05-17&rft.aulast=Baylor&rft.aufirst=Michael&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F05%2Fblock-5-spacex-increase-launch-cadence-lower-prices%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-MuskMay2012-13"><span class="mw-cite-backlink">^ <a href="#cite_ref-MuskMay2012_13-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-MuskMay2012_13-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-MuskMay2012_13-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-MuskMay2012_13-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-MuskMay2012_13-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-MuskMay2012_13-5"><sup><i><b>f</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2012" class="citation web cs1">Clark, Stephen (18 May 2012). <a rel="nofollow" class="external text" href="http://spaceflightnow.com/falcon9/003/120518musk/">"Q&A with SpaceX founder and chief designer Elon Musk"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">29 June</span> 2012</span>. <q>The next version of Falcon 9 will be used for everything. The last flight of version 1.0 will be Flight 5. All future missions after Flight 5 will be v1.1.</q></cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Q%26A+with+SpaceX+founder+and+chief+designer+Elon+Musk&rft.pub=Spaceflight+Now&rft.date=2012-05-18&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2Ffalcon9%2F003%2F120518musk%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-block_numbers-14"><span class="mw-cite-backlink">^ <a href="#cite_ref-block_numbers_14-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-block_numbers_14-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-block_numbers_14-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-block_numbers_14-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-block_numbers_14-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-block_numbers_14-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-block_numbers_14-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-block_numbers_14-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-block_numbers_14-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-block_numbers_14-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-block_numbers_14-10"><sup><i><b>k</b></i></sup></a> <a href="#cite_ref-block_numbers_14-11"><sup><i><b>l</b></i></sup></a> <a href="#cite_ref-block_numbers_14-12"><sup><i><b>m</b></i></sup></a> <a href="#cite_ref-block_numbers_14-13"><sup><i><b>n</b></i></sup></a> <a href="#cite_ref-block_numbers_14-14"><sup><i><b>o</b></i></sup></a> <a href="#cite_ref-block_numbers_14-15"><sup><i><b>p</b></i></sup></a> <a href="#cite_ref-block_numbers_14-16"><sup><i><b>q</b></i></sup></a> <a href="#cite_ref-block_numbers_14-17"><sup><i><b>r</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.spacelaunchreport.com/falcon9ft.html">"Space Launch Report: SpaceX Falcon 9 v1.2 Data Sheet"</a>. Space Launch Report. 14 August 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">13 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Space+Launch+Report%3A+SpaceX+Falcon+9+v1.2+Data+Sheet&rft.pub=Space+Launch+Report&rft.date=2017-08-14&rft_id=http%3A%2F%2Fwww.spacelaunchreport.com%2Ffalcon9ft.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-ns20110930-15"><span class="mw-cite-backlink">^ <a href="#cite_ref-ns20110930_15-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-ns20110930_15-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-ns20110930_15-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSpencer2011" class="citation web cs1">Spencer, Henry (30 September 2011). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20171216042334/https://www.newscientist.com/blogs/shortsharpscience/2011/09/falcon-rockets-to-land-on-thei.html">"Falcon rockets to land on their toes"</a>. New Scientist. Archived from <a rel="nofollow" class="external text" href="https://www.newscientist.com/blogs/shortsharpscience/2011/09/falcon-rockets-to-land-on-thei.html">the original</a> on 16 December 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">13 July</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+rockets+to+land+on+their+toes&rft.pub=New+Scientist&rft.date=2011-09-30&rft.aulast=Spencer&rft.aufirst=Henry&rft_id=https%3A%2F%2Fwww.newscientist.com%2Fblogs%2Fshortsharpscience%2F2011%2F09%2Ffalcon-rockets-to-land-on-thei.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-16"><span class="mw-cite-backlink"><b><a href="#cite_ref-16">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2010" class="citation web cs1">Clark, Stephen (3 June 2010). <a rel="nofollow" class="external text" href="http://www.spaceflightnow.com/falcon9/001/100603prelaunch/">"Falcon 9 demo launch will test more than a new rocket"</a>. SpaceFlight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">13 July</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+demo+launch+will+test+more+than+a+new+rocket&rft.pub=SpaceFlight+Now&rft.date=2010-06-03&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fwww.spaceflightnow.com%2Ffalcon9%2F001%2F100603prelaunch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sfn20100604-17"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfn20100604_17-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfn20100604_17-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sfn20100604_17-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2010" class="citation news cs1">Clark, Stephen (4 June 2010). <a rel="nofollow" class="external text" href="http://spaceflightnow.com/falcon9/001/100604launch/index.html">"Falcon 9 booster rockets into orbit on dramatic first launch"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">4 June</span> 2010</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+booster+rockets+into+orbit+on+dramatic+first+launch&rft.date=2010-06-04&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2Ffalcon9%2F001%2F100604launch%2Findex.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-parachute-18"><span class="mw-cite-backlink">^ <a href="#cite_ref-parachute_18-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-parachute_18-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGraham2017" class="citation web cs1">Graham, William (30 March 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/03/spacex-historic-falcon-9-re-flight-ses-10/">"SpaceX conducts historic Falcon 9 re-flight with SES-10 - Lands booster again"</a>. <i>nasaspaceflight.com</i>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=SpaceX+conducts+historic+Falcon+9+re-flight+with+SES-10+-+Lands+booster+again&rft.date=2017-03-30&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F03%2Fspacex-historic-falcon-9-re-flight-ses-10%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spaceflightnow_Clark_Launch_Report-19"><span class="mw-cite-backlink"><b><a href="#cite_ref-spaceflightnow_Clark_Launch_Report_19-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2010" class="citation web cs1">Clark, Stephen (9 December 2010). <a rel="nofollow" class="external text" href="http://spaceflightnow.com/falcon9/002/status.html">"Mission Status Center"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Mission+Status+Center&rft.pub=Spaceflight+Now&rft.date=2010-12-09&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2Ffalcon9%2F002%2Fstatus.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-20"><span class="mw-cite-backlink"><b><a href="#cite_ref-20">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFMatt2010" class="citation web cs1">Matt (7 May 2010). <a rel="nofollow" class="external text" href="http://spacefellowship.com/news/art19992/preparations-for-first-falcon-9-launch.html">"Preparations for first Falcon 9 launch"</a>. Space Fellowship<span class="reference-accessdate">. Retrieved <span class="nowrap">13 July</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Preparations+for+first+Falcon+9+launch&rft.pub=Space+Fellowship&rft.date=2010-05-07&rft.au=Matt&rft_id=http%3A%2F%2Fspacefellowship.com%2Fnews%2Fart19992%2Fpreparations-for-first-falcon-9-launch.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spaceflightnow_Clark_unleashing_Dragon-21"><span class="mw-cite-backlink"><b><a href="#cite_ref-spaceflightnow_Clark_unleashing_Dragon_21-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2010" class="citation news cs1">Clark, Stephen (7 December 2010). <a rel="nofollow" class="external text" href="http://www.spaceflightnow.com/falcon9/002/101207preview/">"SpaceX on the verge of unleashing Dragon in the sky"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+on+the+verge+of+unleashing+Dragon+in+the+sky&rft.date=2010-12-07&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fwww.spaceflightnow.com%2Ffalcon9%2F002%2F101207preview%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-NRO_Taps_Boeing_for_Next_Batch_of_CubeSats-22"><span class="mw-cite-backlink"><b><a href="#cite_ref-NRO_Taps_Boeing_for_Next_Batch_of_CubeSats_22-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBrinton2010" class="citation news cs1">Brinton, Turner (8 April 2010). <a rel="nofollow" class="external text" href="http://spacenews.com/nro-taps-boeing-next-batch-cubesats/">"NRO Taps Boeing for Next Batch of Cubesats"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">2 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=NRO+Taps+Boeing+for+Next+Batch+of+Cubesats&rft.date=2010-04-08&rft.aulast=Brinton&rft.aufirst=Turner&rft_id=http%3A%2F%2Fspacenews.com%2Fnro-taps-boeing-next-batch-cubesats%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-BBC_new_era-23"><span class="mw-cite-backlink">^ <a href="#cite_ref-BBC_new_era_23-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-BBC_new_era_23-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFAmos2012" class="citation news cs1">Amos, Jonathan (22 May 2012). <a rel="nofollow" class="external text" href="https://www.bbc.co.uk/news/science-environment-18154937">"Nasa chief hails new era in space"</a>. <i>BBC News</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 May</span> 2012</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=BBC+News&rft.atitle=Nasa+chief+hails+new+era+in+space&rft.date=2012-05-22&rft.aulast=Amos&rft.aufirst=Jonathan&rft_id=https%3A%2F%2Fwww.bbc.co.uk%2Fnews%2Fscience-environment-18154937&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-C2-24"><span class="mw-cite-backlink"><b><a href="#cite_ref-C2_24-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFCarreau2011" class="citation news cs1">Carreau, Mark (20 July 2011). <a rel="nofollow" class="external text" href="http://aviationweek.com/awin/spacex-station-cargo-mission-eyes-november-launch">"SpaceX Station Cargo Mission Eyes November Launch"</a>. Aviation Week & Space Technology<span class="reference-accessdate">. Retrieved <span class="nowrap">6 March</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Station+Cargo+Mission+Eyes+November+Launch&rft.date=2011-07-20&rft.aulast=Carreau&rft.aufirst=Mark&rft_id=http%3A%2F%2Faviationweek.com%2Fawin%2Fspacex-station-cargo-mission-eyes-november-launch&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-25"><span class="mw-cite-backlink"><b><a href="#cite_ref-25">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFHartman2012" class="citation web cs1">Hartman, Dan (23 July 2012). <a rel="nofollow" class="external text" href="http://www.nasa.gov/pdf/672214main_1-Hartman_July12_NAC_Final_508.pdf">"International Space Station Program Status"</a> <span class="cs1-format">(PDF)</span>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">25 September</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=International+Space+Station+Program+Status&rft.pub=NASA&rft.date=2012-07-23&rft.aulast=Hartman&rft.aufirst=Dan&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fpdf%2F672214main_1-Hartman_July12_NAC_Final_508.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-26"><span class="mw-cite-backlink"><b><a href="#cite_ref-26">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2012" class="citation news cs1">Clark, Stephen (22 May 2012). <a rel="nofollow" class="external text" href="http://spaceflightnow.com/falcon9/003/120522launch/">"Dragon circling Earth after flawless predawn blastoff"</a>. Spaceflight Now. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20120525074758/http://spaceflightnow.com/falcon9/003/120522launch/">Archived</a> from the original on 25 May 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">22 May</span> 2012</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Dragon+circling+Earth+after+flawless+predawn+blastoff&rft.date=2012-05-22&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2Ffalcon9%2F003%2F120522launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-SFN_LLog-27"><span class="mw-cite-backlink">^ <a href="#cite_ref-SFN_LLog_27-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-10"><sup><i><b>k</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-11"><sup><i><b>l</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20160422101717/http://spaceflightnow.com/tracking/launchlog.html">"Launch Log"</a>. Spaceflight Now. 1 February 2016. Archived from <a rel="nofollow" class="external text" href="http://spaceflightnow.com/tracking/launchlog.html">the original</a> on 22 April 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">9 February</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Launch+Log&rft.pub=Spaceflight+Now&rft.date=2016-02-01&rft_id=http%3A%2F%2Fspaceflightnow.com%2Ftracking%2Flaunchlog.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sxManifest20120925-28"><span class="mw-cite-backlink">^ <a href="#cite_ref-sxManifest20120925_28-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sxManifest20120925_28-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sxManifest20120925_28-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-sxManifest20120925_28-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-sxManifest20120925_28-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-sxManifest20120925_28-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-sxManifest20120925_28-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-sxManifest20120925_28-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-sxManifest20120925_28-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-sxManifest20120925_28-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-sxManifest20120925_28-10"><sup><i><b>k</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20121004103731/http://www.spacex.com/launch_manifest.php">"SpaceX Launch Manifest"</a>. SpaceX. Archived from <a rel="nofollow" class="external text" href="http://www.spacex.com/launch_manifest.php">the original</a> on 4 October 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">25 September</span> 2012</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Launch+Manifest&rft.pub=SpaceX&rft_id=http%3A%2F%2Fwww.spacex.com%2Flaunch_manifest.php&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Orbcomm-29"><span class="mw-cite-backlink"><b><a href="#cite_ref-Orbcomm_29-0">^</a></b></span> <span class="reference-text"><br />(secondary payload) <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFde_Selding2012" class="citation news cs1">de Selding, Peter B. (25 May 2012). <a rel="nofollow" class="external text" href="http://spacenews.com/orbcomm-eagerly-awaits-launch-new-satellite-next-falcon-9/">"Orbcomm Eagerly Awaits Launch of New Satellite on Next Falcon 9"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">28 May</span> 2012</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Orbcomm+Eagerly+Awaits+Launch+of+New+Satellite+on+Next+Falcon+9&rft.date=2012-05-25&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2Forbcomm-eagerly-awaits-launch-new-satellite-next-falcon-9%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-gunter-og2-30"><span class="mw-cite-backlink">^ <a href="#cite_ref-gunter-og2_30-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-gunter-og2_30-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-gunter-og2_30-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_sdat/orbcomm-2.htm">"Orbcomm FM101, ..., FM119 (OG2)"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">16 April</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Orbcomm+FM101%2C+...%2C+FM119+%28OG2%29&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Forbcomm-2.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nyt-20121030-31"><span class="mw-cite-backlink">^ <a href="#cite_ref-nyt-20121030_31-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nyt-20121030_31-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFEditorial2012" class="citation news cs1">Editorial (30 October 2012). <a rel="nofollow" class="external text" href="https://www.nytimes.com/2012/10/30/opinion/first-outing-for-spacex-pleases-nasa.html">"First Outing for SpaceX"</a>. <i>The New York Times</i><span class="reference-accessdate">. Retrieved <span class="nowrap">17 January</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+New+York+Times&rft.atitle=First+Outing+for+SpaceX&rft.date=2012-10-30&rft.au=Editorial&rft_id=https%3A%2F%2Fwww.nytimes.com%2F2012%2F10%2F30%2Fopinion%2Ffirst-outing-for-spacex-pleases-nasa.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-OrbcommTotalLoss-32"><span class="mw-cite-backlink">^ <a href="#cite_ref-OrbcommTotalLoss_32-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-OrbcommTotalLoss_32-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2012" class="citation news cs1">Clark, Stephen (11 October 2012). <a rel="nofollow" class="external text" href="http://www.spaceflightnow.com/falcon9/004/121011orbcomm/">"Orbcomm craft falls to Earth, company claims total loss"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">11 October</span> 2012</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Orbcomm+craft+falls+to+Earth%2C+company+claims+total+loss&rft.date=2012-10-11&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fwww.spaceflightnow.com%2Ffalcon9%2F004%2F121011orbcomm%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sn20121011-33"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20121011_33-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFde_Selding2012" class="citation news cs1">de Selding, Peter B. (11 October 2012). <a rel="nofollow" class="external text" href="http://spacenews.com/orbcomm-craft-launched-by-falcon-9-falls-out-of-orbit/">"Orbcomm Craft Launched by Falcon 9 Falls out of Orbit"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">12 October</span> 2012</span>. <q>Orbcomm requested that SpaceX carry one of their small satellites (weighing a few hundred pounds, versus Dragon at over 12,000 pounds)... The higher the orbit, the more test data [Orbcomm] can gather, so they requested that we attempt to restart and raise altitude. NASA agreed to allow that, but only on condition that there be substantial propellant reserves, since the orbit would be close to the space station. It is important to appreciate that Orbcomm understood from the beginning that the orbit-raising maneuver was tentative. They accepted that there was a high risk of their satellite remaining at the Dragon insertion orbit. SpaceX would not have agreed to fly their satellite otherwise, since this was not part of the core mission and there was a known, material risk of no altitude raise.</q></cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Orbcomm+Craft+Launched+by+Falcon+9+Falls+out+of+Orbit&rft.date=2012-10-11&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2Forbcomm-craft-launched-by-falcon-9-falls-out-of-orbit%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-34"><span class="mw-cite-backlink"><b><a href="#cite_ref-34">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2012" class="citation web cs1">Clark, Stephen (14 November 2012). <a rel="nofollow" class="external text" href="http://www.spaceflightnow.com/falcon9/004/121114anomalies/">"Dragon Mission Report"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Dragon+Mission+Report&rft.pub=Spaceflight+Now&rft.date=2012-11-14&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fwww.spaceflightnow.com%2Ffalcon9%2F004%2F121114anomalies%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sxf9_20110321-35"><span class="mw-cite-backlink">^ <a href="#cite_ref-sxf9_20110321_35-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sxf9_20110321_35-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20120118103620/http://www.spacex.com/falcon9.php">"Falcon 9 Overview"</a>. SpaceX. 27 May 2012. Archived from <a rel="nofollow" class="external text" href="http://www.spacex.com/falcon9.php">the original</a> on 18 January 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">28 May</span> 2012</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+Overview&rft.pub=SpaceX&rft.date=2012-05-27&rft_id=http%3A%2F%2Fwww.spacex.com%2Ffalcon9.php&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-pa20130930-36"><span class="mw-cite-backlink">^ <a href="#cite_ref-pa20130930_36-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-pa20130930_36-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-pa20130930_36-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-pa20130930_36-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-pa20130930_36-4"><sup><i><b>e</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFMessier2013" class="citation news cs1">Messier, Doug (29 September 2013). <a rel="nofollow" class="external text" href="http://www.parabolicarc.com/2013/09/29/falcon-9-launch-payloads-orbit-vandenberg/">"Falcon 9 Launches Payloads into Orbit From Vandenberg"</a>. Parabolic Arc<span class="reference-accessdate">. Retrieved <span class="nowrap">30 September</span> 2013</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+Launches+Payloads+into+Orbit+From+Vandenberg&rft.date=2013-09-29&rft.aulast=Messier&rft.aufirst=Doug&rft_id=http%3A%2F%2Fwww.parabolicarc.com%2F2013%2F09%2F29%2Ffalcon-9-launch-payloads-orbit-vandenberg%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-CASSIOPE_MDA-37"><span class="mw-cite-backlink"><b><a href="#cite_ref-CASSIOPE_MDA_37-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2012" class="citation web cs1">Clark, Stephen (18 May 2012). <a rel="nofollow" class="external text" href="http://www.spaceflightnow.com/falcon9/003/120518musk/">"Dragon Mission Report | Q&A with SpaceX founder and chief designer Elon Musk"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">25 May</span> 2012</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Dragon+Mission+Report+%26%23124%3B+Q%26A+with+SpaceX+founder+and+chief+designer+Elon+Musk&rft.pub=Spaceflight+Now&rft.date=2012-05-18&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fwww.spaceflightnow.com%2Ffalcon9%2F003%2F120518musk%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-39"><span class="mw-cite-backlink"><b><a href="#cite_ref-39">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spaceflightnow.com/falcon9/007/ses8_presskit.pdf">"SES-8 Mission Press Kit"</a> <span class="cs1-format">(PDF)</span>. <i>spaceflightnow.com</i>. SpaceX. November 2013<span class="reference-accessdate">. Retrieved <span class="nowrap">1 September</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spaceflightnow.com&rft.atitle=SES-8+Mission+Press+Kit&rft.date=2013-11&rft_id=https%3A%2F%2Fspaceflightnow.com%2Ffalcon9%2F007%2Fses8_presskit.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-40"><span class="mw-cite-backlink"><b><a href="#cite_ref-40">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBraunSforzoCampbell2017" class="citation book cs1">Braun, Robert D.; Sforzo, Brandon; Campbell, Charles (2017). "Advancing Supersonic Retropropulsion Using Mars-Relevant Flight Data: An Overview". <i>AIAA SPACE and Astronautics Forum and Exposition</i>. <a href="/wiki/Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.2514%2F6.2017-5292">10.2514/6.2017-5292</a>. <a href="/wiki/Hdl_(identifier)" class="mw-redirect" title="Hdl (identifier)">hdl</a>:<a rel="nofollow" class="external text" href="//hdl.handle.net/2060%2F20170008535">2060/20170008535</a>. <a href="/wiki/ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <a href="/wiki/Special:BookSources/978-1-62410-483-1" title="Special:BookSources/978-1-62410-483-1"><bdi>978-1-62410-483-1</bdi></a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=bookitem&rft.atitle=Advancing+Supersonic+Retropropulsion+Using+Mars-Relevant+Flight+Data%3A+An+Overview&rft.btitle=AIAA+SPACE+and+Astronautics+Forum+and+Exposition&rft.date=2017&rft_id=info%3Ahdl%2F2060%2F20170008535&rft_id=info%3Adoi%2F10.2514%2F6.2017-5292&rft.isbn=978-1-62410-483-1&rft.aulast=Braun&rft.aufirst=Robert+D.&rft.au=Sforzo%2C+Brandon&rft.au=Campbell%2C+Charles&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sfn_wwls20130624-41"><span class="mw-cite-backlink"><b><a href="#cite_ref-sfn_wwls20130624_41-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20191229150258/https://www.spacex.com/press/2013/12/03/spacex-successfully-completes-first-mission-geostationary-transfer-orbit">"SpaceX Successfully Completes First Mission to Geostationary Transfer Orbit"</a>. SpaceX. 3 December 2013. Archived from <a rel="nofollow" class="external text" href="https://www.spacex.com/press/2013/12/03/spacex-successfully-completes-first-mission-geostationary-transfer-orbit">the original</a> on 29 December 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">25 November</span> 2013</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Successfully+Completes+First+Mission+to+Geostationary+Transfer+Orbit&rft.pub=SpaceX&rft.date=2013-12-03&rft_id=https%3A%2F%2Fwww.spacex.com%2Fpress%2F2013%2F12%2F03%2Fspacex-successfully-completes-first-mission-geostationary-transfer-orbit&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spx-pr-42"><span class="mw-cite-backlink">^ <a href="#cite_ref-spx-pr_42-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spx-pr_42-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBrostFeltes2011" class="citation pressrelease cs1">Brost, Kirstin; Feltes, Yves (14 March 2011). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20190910061940/https://www.spacex.com/press/2012/12/19/spacex-and-ses-announce-satellite-launch-agreement">"SpaceX and SES Announce Satellite Launch Agreement"</a> (Press release). SpaceX. Archived from <a rel="nofollow" class="external text" href="http://www.spacex.com/press/2012/12/19/spacex-and-ses-announce-satellite-launch-agreement">the original</a> on 10 September 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">6 March</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+and+SES+Announce+Satellite+Launch+Agreement&rft.pub=SpaceX&rft.date=2011-03-14&rft.aulast=Brost&rft.aufirst=Kirstin&rft.au=Feltes%2C+Yves&rft_id=http%3A%2F%2Fwww.spacex.com%2Fpress%2F2012%2F12%2F19%2Fspacex-and-ses-announce-satellite-launch-agreement&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-aw20110323-43"><span class="mw-cite-backlink"><b><a href="#cite_ref-aw20110323_43-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFMorring2011" class="citation news cs1">Morring, Frank, Jr. (21 March 2011). <a rel="nofollow" class="external text" href="http://aviationweek.com/awin/satellite-operators-boost-launcher-competition">"Satellite Operators Boost Launcher Competition"</a>. <i>Aviation Week & Space Technology</i><span class="reference-accessdate">. Retrieved <span class="nowrap">6 March</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Aviation+Week+%26+Space+Technology&rft.atitle=Satellite+Operators+Boost+Launcher+Competition&rft.date=2011-03-21&rft.aulast=Morring&rft.aufirst=Frank%2C+Jr.&rft_id=http%3A%2F%2Faviationweek.com%2Fawin%2Fsatellite-operators-boost-launcher-competition&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-SNMissionStatus7-44"><span class="mw-cite-backlink"><b><a href="#cite_ref-SNMissionStatus7_44-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20140328062838/https://spaceflightnow.com/falcon9/007/status.html">"SpaceflightNow Mission Status Center"</a>. Spaceflight Now. 3 December 2013. Archived from <a rel="nofollow" class="external text" href="http://spaceflightnow.com/falcon9/007/status.html">the original</a> on 28 March 2014.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceflightNow+Mission+Status+Center&rft.pub=Spaceflight+Now&rft.date=2013-12-03&rft_id=http%3A%2F%2Fspaceflightnow.com%2Ffalcon9%2F007%2Fstatus.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sf10120131203-45"><span class="mw-cite-backlink"><b><a href="#cite_ref-sf10120131203_45-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20160304034110/http://www.spaceflight101.net/spacex-falcon-9-v11-ses-8-launch-updates.html">"SpaceX Falcon 9 v1.1 - SES-8 Launch Updates"</a>. Spaceflight 101. 3 December 2013. Archived from <a rel="nofollow" class="external text" href="http://www.spaceflight101.net/spacex-falcon-9-v11-ses-8-launch-updates.html">the original</a> on 4 March 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">13 July</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+9+v1.1+-+SES-8+Launch+Updates&rft.pub=Spaceflight+101&rft.date=2013-12-03&rft_id=http%3A%2F%2Fwww.spaceflight101.net%2Fspacex-falcon-9-v11-ses-8-launch-updates.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-46"><span class="mw-cite-backlink"><b><a href="#cite_ref-46">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGraham2013" class="citation web cs1">Graham, William (3 December 2013). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2013/12/spacex-falcon-9-v1-1-milestone-ses-8-launch/">"Falcon 9 v1.1 successfully lofts SES-8 in milestone launch"</a>. <i>nasaspaceflight.com</i>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=Falcon+9+v1.1+successfully+lofts+SES-8+in+milestone+launch&rft.date=2013-12-03&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2013%2F12%2Fspacex-falcon-9-v1-1-milestone-ses-8-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-47"><span class="mw-cite-backlink"><b><a href="#cite_ref-47">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_chr/lau2014.htm">"Orbital Launches of 2014"</a>. Gunter space page<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Orbital+Launches+of+2014&rft.pub=Gunter+space+page&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_chr%2Flau2014.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-NASA_Spaceflight-48"><span class="mw-cite-backlink"><b><a href="#cite_ref-NASA_Spaceflight_48-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGraham2014" class="citation news cs1">Graham, William (5 January 2014). <a rel="nofollow" class="external text" href="http://www.nasaspaceflight.com/2014/01/spacex-falcon-9-v1-1-launch-thaicom-6/">"SpaceX Falcon 9 v1.1 launches Thaicom-6 at first attempt"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Falcon+9+v1.1+launches+Thaicom-6+at+first+attempt&rft.date=2014-01-05&rft.aulast=Graham&rft.aufirst=William&rft_id=http%3A%2F%2Fwww.nasaspaceflight.com%2F2014%2F01%2Fspacex-falcon-9-v1-1-launch-thaicom-6%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sn20140106-49"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20140106_49-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFde_Selding2014" class="citation news cs1">de Selding, Peter B. (6 January 2014). <a rel="nofollow" class="external text" href="http://spacenews.com/38959spacex-delivers-thaicom-6-satellite-to-orbit/">"SpaceX Delivers Thaicom-6 Satellite to Orbit"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">2 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Delivers+Thaicom-6+Satellite+to+Orbit&rft.date=2014-01-06&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2F38959spacex-delivers-thaicom-6-satellite-to-orbit%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-50"><span class="mw-cite-backlink"><b><a href="#cite_ref-50">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="http://www.spaceflightnow.com/falcon9/009/140430firststage/">"SpaceX plans to recover stages when customers allow"</a>. SpaceFlight Now. 30 April 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+plans+to+recover+stages+when+customers+allow&rft.date=2014-04-30&rft_id=http%3A%2F%2Fwww.spaceflightnow.com%2Ffalcon9%2F009%2F140430firststage%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-bloomberg20140722-51"><span class="mw-cite-backlink"><b><a href="#cite_ref-bloomberg20140722_51-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFCapaccio2014" class="citation news cs1">Capaccio, Tony (20 July 2014). <a rel="nofollow" class="external text" href="https://www.bloomberg.com/news/articles/2014-07-21/air-force-examines-anomalies-as-musk-s-spacex-seeks-work">"Air Force Examines Anomalies as Musk\'s SpaceX Seeks Work"</a>. Bloomberg<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span>. <q>A second anomaly was a stage-one fire on the "Octaweb" engine structure during a flight in December.</q></cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Air+Force+Examines+Anomalies+as+Musk%27s+SpaceX+Seeks+Work&rft.date=2014-07-20&rft.aulast=Capaccio&rft.aufirst=Tony&rft_id=https%3A%2F%2Fwww.bloomberg.com%2Fnews%2Farticles%2F2014-07-21%2Fair-force-examines-anomalies-as-musk-s-spacex-seeks-work&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-52"><span class="mw-cite-backlink"><b><a href="#cite_ref-52">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.nasa.gov/sites/default/files/files/Orbital_CRS3_mission_overview.pdf">"Orbital CRS-3 Mission Overview"</a> <span class="cs1-format">(PDF)</span>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Orbital+CRS-3+Mission+Overview&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Ffiles%2FOrbital_CRS3_mission_overview.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-auto-53"><span class="mw-cite-backlink">^ <a href="#cite_ref-auto_53-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-auto_53-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.youtube.com/watch?v=CQnR5fhCXkQ">"Falcon 9 First Stage Return: ORBCOMM Mission"</a>. SpaceX. 22 July 2014 – via YouTube.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+First+Stage+Return%3A+ORBCOMM+Mission&rft.date=2014-07-22&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DCQnR5fhCXkQ&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-mit20140422-54"><span class="mw-cite-backlink"><b><a href="#cite_ref-mit20140422_54-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBelfiore2014" class="citation news cs1">Belfiore, Michael (22 April 2014). <a rel="nofollow" class="external text" href="https://www.technologyreview.com/s/526806/spacex-brings-a-booster-safely-back-to-earth/">"SpaceX Brings a Booster Safely Back to Earth"</a>. <i><a href="/wiki/MIT_Technology_Review" title="MIT Technology Review">MIT Technology Review</a></i>. <a href="/wiki/MIT" class="mw-redirect" title="MIT">MIT</a><span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=MIT+Technology+Review&rft.atitle=SpaceX+Brings+a+Booster+Safely+Back+to+Earth&rft.date=2014-04-22&rft.aulast=Belfiore&rft.aufirst=Michael&rft_id=https%3A%2F%2Fwww.technologyreview.com%2Fs%2F526806%2Fspacex-brings-a-booster-safely-back-to-earth%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-aw20140428-55"><span class="mw-cite-backlink"><b><a href="#cite_ref-aw20140428_55-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFNorris2014" class="citation news cs1">Norris, Guy (28 April 2014). <a rel="nofollow" class="external text" href="http://aviationweek.com/space/spacex-plans-multiple-reusable-booster-tests">"SpaceX Plans For Multiple Reusable Booster Tests"</a>. <i><a href="/wiki/Aviation_Week_%26_Space_Technology" title="Aviation Week & Space Technology">Aviation Week & Space Technology</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">28 April</span> 2014</span>. <q>The April 17 F9R Dev 1 flight, which lasted under 1 min, was the first vertical landing test of a production-representative recoverable Falcon 9 v1.1 first stage, while the April 18 cargo flight to the ISS was the first opportunity for SpaceX to evaluate the design of foldable landing legs and upgraded thrusters that control the stage during its initial descent.</q></cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Aviation+Week+%26+Space+Technology&rft.atitle=SpaceX+Plans+For+Multiple+Reusable+Booster+Tests&rft.date=2014-04-28&rft.aulast=Norris&rft.aufirst=Guy&rft_id=http%3A%2F%2Faviationweek.com%2Fspace%2Fspacex-plans-multiple-reusable-booster-tests&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-auto2-56"><span class="mw-cite-backlink">^ <a href="#cite_ref-auto2_56-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-auto2_56-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFMahoney2016" class="citation web cs1">Mahoney, Erin (3 July 2016). <a rel="nofollow" class="external text" href="http://www.nasa.gov/content/past-elana-cubesat-launches">"Past ElaNa CubeSat Launches"</a>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">18 February</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Past+ElaNa+CubeSat+Launches&rft.pub=NASA&rft.date=2016-07-03&rft.aulast=Mahoney&rft.aufirst=Erin&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fcontent%2Fpast-elana-cubesat-launches&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-57"><span class="mw-cite-backlink"><b><a href="#cite_ref-57">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasa.gov/sites/default/files/files/ELaNa_V_Spx3_CubeSat_Factsheet_508.pdf">"ELaNa V CubeSat Launch on SpaceX-3 Mission"</a> <span class="cs1-format">(PDF)</span>. NASA. March 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">17 February</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=ELaNa+V+CubeSat+Launch+on+SpaceX-3+Mission&rft.pub=NASA&rft.date=2014-03&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Ffiles%2FELaNa_V_Spx3_CubeSat_Factsheet_508.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-og2-01_20140714-58"><span class="mw-cite-backlink"><b><a href="#cite_ref-og2-01_20140714_58-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20190525141149/https://www.spacex.com/news/2014/07/14/falcon-9-launches-orbcomm-og2-satellites-orbit">"Falcon 9 Launches Orbcomm OG2 Satellites to Orbit"</a>. SpaceX. 14 July 2014. Archived from <a rel="nofollow" class="external text" href="http://www.spacex.com/news/2014/07/14/falcon-9-launches-orbcomm-og2-satellites-orbit">the original</a> on 25 May 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">6 August</span> 2014</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+Launches+Orbcomm+OG2+Satellites+to+Orbit&rft.pub=SpaceX&rft.date=2014-07-14&rft_id=http%3A%2F%2Fwww.spacex.com%2Fnews%2F2014%2F07%2F14%2Ffalcon-9-launches-orbcomm-og2-satellites-orbit&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-gunter-og2-sim-59"><span class="mw-cite-backlink">^ <a href="#cite_ref-gunter-og2-sim_59-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-gunter-og2-sim_59-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_sdat/orbcomm-2-mass-simulator.htm">"Orbcomm-OG2 Mass Simulator 1, 2"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">16 April</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Orbcomm-OG2+Mass+Simulator+1%2C+2&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Forbcomm-2-mass-simulator.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-SpaceX22072014-60"><span class="mw-cite-backlink"><b><a href="#cite_ref-SpaceX22072014_60-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20200223152402/http://www.spacex.com/news/2014/07/22/spacex-soft-lands-falcon-9-rocket-first-stage">"SpaceX Soft Lands Falcon 9 Rocket First Stage"</a>. SpaceX. 22 July 2014. Archived from <a rel="nofollow" class="external text" href="http://www.spacex.com/news/2014/07/22/spacex-soft-lands-falcon-9-rocket-first-stage">the original</a> on 23 February 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">22 July</span> 2014</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Soft+Lands+Falcon+9+Rocket+First+Stage&rft.pub=SpaceX&rft.date=2014-07-22&rft_id=http%3A%2F%2Fwww.spacex.com%2Fnews%2F2014%2F07%2F22%2Fspacex-soft-lands-falcon-9-rocket-first-stage&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-AsiaSat_SpaceX-61"><span class="mw-cite-backlink">^ <a href="#cite_ref-AsiaSat_SpaceX_61-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-AsiaSat_SpaceX_61-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2012" class="citation news cs1">Clark, Stephen (8 February 2012). <a rel="nofollow" class="external text" href="http://www.spaceflightnow.com/news/n1202/08spacexasiasat/">"SpaceX to launch AsiaSat craft from Cape Canaveral"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">9 February</span> 2012</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+to+launch+AsiaSat+craft+from+Cape+Canaveral&rft.date=2012-02-08&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fwww.spaceflightnow.com%2Fnews%2Fn1202%2F08spacexasiasat%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-62"><span class="mw-cite-backlink"><b><a href="#cite_ref-62">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFShanklinCubbonPang2014" class="citation web cs1">Shanklin, Emily; Cubbon, Sabrina; Pang, Winnie (4 August 2014). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/falcon9/011/presskit.pdf">"SpaceX AsiaSat 8 Press Kit"</a> <span class="cs1-format">(PDF)</span>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">6 March</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+AsiaSat+8+Press+Kit&rft.pub=Spaceflight+Now&rft.date=2014-08-04&rft.aulast=Shanklin&rft.aufirst=Emily&rft.au=Cubbon%2C+Sabrina&rft.au=Pang%2C+Winnie&rft_id=https%3A%2F%2Fspaceflightnow.com%2Ffalcon9%2F011%2Fpresskit.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-as8_20140805-63"><span class="mw-cite-backlink"><b><a href="#cite_ref-as8_20140805_63-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation pressrelease cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20150119133755/http://www.asiasat.com/asiasat/EN/upload/doc/pressrelease/news_e20140805.pdf">"AsiaSat 8 Successfully Lifts Off"</a> <span class="cs1-format">(PDF)</span> (Press release). AsiaSat. Archived from <a rel="nofollow" class="external text" href="http://www.asiasat.com/asiasat/EN/upload/doc/pressrelease/news_e20140805.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 19 January 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">6 August</span> 2014</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=AsiaSat+8+Successfully+Lifts+Off&rft.pub=AsiaSat&rft_id=http%3A%2F%2Fwww.asiasat.com%2Fasiasat%2FEN%2Fupload%2Fdoc%2Fpressrelease%2Fnews_e20140805.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-amspace-20140803-64"><span class="mw-cite-backlink">^ <a href="#cite_ref-amspace-20140803_64-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-amspace-20140803_64-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFEvans2014" class="citation web cs1">Evans, Ben (3 August 2014). <a rel="nofollow" class="external text" href="http://www.americaspace.com/2014/08/03/spacex-prepares-to-score-two-personal-bests-with-asiasat-8-launch/">"SpaceX Prepares to Score Two "Personal Bests" With AsiaSat-8 Launch"</a>. AmericaSpace<span class="reference-accessdate">. Retrieved <span class="nowrap">13 July</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Prepares+to+Score+Two+%22Personal+Bests%22+With+AsiaSat-8+Launch&rft.pub=AmericaSpace&rft.date=2014-08-03&rft.aulast=Evans&rft.aufirst=Ben&rft_id=http%3A%2F%2Fwww.americaspace.com%2F2014%2F08%2F03%2Fspacex-prepares-to-score-two-personal-bests-with-asiasat-8-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-65"><span class="mw-cite-backlink"><b><a href="#cite_ref-65">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="http://www.satnews.com/story.php?number=1179629582">"Space Systems/Loral (SSL), AsiaSat + SpaceX\xe2\x80\x94AsiaSat 6 Arrives @ Canaveral AFS (Launch Preparations)"</a>. SatNews. 30 July 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">31 July</span> 2014</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Space+Systems%2FLoral+%28SSL%29%2C+AsiaSat+%2B+SpaceX%E2%80%94AsiaSat+6+Arrives+%40+Canaveral+AFS+%28Launch+Preparations%29&rft.date=2014-07-30&rft_id=http%3A%2F%2Fwww.satnews.com%2Fstory.php%3Fnumber%3D1179629582&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sdc20140907-66"><span class="mw-cite-backlink"><b><a href="#cite_ref-sdc20140907_66-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFWall2014" class="citation news cs1">Wall, Mike (7 September 2014). <a rel="nofollow" class="external text" href="http://www.space.com/27052-spacex-launches-asiasat6-satellite.html">"Dazzling SpaceX Nighttime Launch Sends AsiaSat 6 Satellite Into Orbit"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">7 September</span> 2014</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Dazzling+SpaceX+Nighttime+Launch+Sends+AsiaSat+6+Satellite+Into+Orbit&rft.date=2014-09-07&rft.aulast=Wall&rft.aufirst=Mike&rft_id=http%3A%2F%2Fwww.space.com%2F27052-spacex-launches-asiasat6-satellite.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-67"><span class="mw-cite-backlink"><b><a href="#cite_ref-67">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nbcnews.com/science/space/spacex-falcon-launches-asiasat-6-satellite-after-weeks-delay-n197561">"SpaceX Falcon Launches AsiaSat 6 Satellite After Weeks of Delay"</a>. <i>NBC News</i>. 7 September 2014.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=NBC+News&rft.atitle=SpaceX+Falcon+Launches+AsiaSat+6+Satellite+After+Weeks+of+Delay&rft.date=2014-09-07&rft_id=https%3A%2F%2Fwww.nbcnews.com%2Fscience%2Fspace%2Fspacex-falcon-launches-asiasat-6-satellite-after-weeks-delay-n197561&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-68"><span class="mw-cite-backlink"><b><a href="#cite_ref-68">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFEvans2014" class="citation web cs1">Evans, Ben (7 September 2014). <a rel="nofollow" class="external text" href="http://www.americaspace.com/2014/09/07/spacex-successfully-delivers-asiasat-6-to-orbit-in-spectacular-sunday-morning-launch/">"SpaceX Successfully Delivers AsiaSat-6 to Orbit in Spectacular Sunday Morning Launch"</a>. <i>AmericaSpace</i>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=AmericaSpace&rft.atitle=SpaceX+Successfully+Delivers+AsiaSat-6+to+Orbit+in+Spectacular+Sunday+Morning+Launch&rft.date=2014-09-07&rft.aulast=Evans&rft.aufirst=Ben&rft_id=http%3A%2F%2Fwww.americaspace.com%2F2014%2F09%2F07%2Fspacex-successfully-delivers-asiasat-6-to-orbit-in-spectacular-sunday-morning-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-69"><span class="mw-cite-backlink"><b><a href="#cite_ref-69">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="http://www.nasa.gov/sites/default/files/files/SpaceX_CRS-4_Mission_Overview-1.pdf">"SpaceX CRS-4 Mission Overview"</a> <span class="cs1-format">(PDF)</span>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+CRS-4+Mission+Overview&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Ffiles%2FSpaceX_CRS-4_Mission_Overview-1.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-nasacrs420140921-70"><span class="mw-cite-backlink"><b><a href="#cite_ref-nasacrs420140921_70-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSchierholzHuot2014" class="citation pressrelease cs1">Schierholz, Stephanie; Huot, Dan (21 September 2014). <a rel="nofollow" class="external text" href="http://www.nasa.gov/press/2014/september/nasa-cargo-launches-to-space-station-aboard-spacex-resupply-mission-0/">"NASA Cargo Launches to Space Station aboard SpaceX Resupply Mission"</a> (Press release). NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">21 September</span> 2014</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Cargo+Launches+to+Space+Station+aboard+SpaceX+Resupply+Mission&rft.pub=NASA&rft.date=2014-09-21&rft.aulast=Schierholz&rft.aufirst=Stephanie&rft.au=Huot%2C+Dan&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fpress%2F2014%2Fseptember%2Fnasa-cargo-launches-to-space-station-aboard-spacex-resupply-mission-0%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-fail-13-71"><span class="mw-cite-backlink">^ <a href="#cite_ref-fail-13_71-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-fail-13_71-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-fail-13_71-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation audio-visual cs1"><a rel="nofollow" class="external text" href="https://www.youtube.com/watch?v=bvim4rsNHkQ&t=32s"><i>How Not to Land an Orbital Rocket Booster</i></a>. SpaceX. 14 September 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">14 September</span> 2017</span> – via YouTube.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=How+Not+to+Land+an+Orbital+Rocket+Booster&rft.pub=SpaceX&rft.date=2017-09-14&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dbvim4rsNHkQ%26t%3D32s&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-aw20141016-72"><span class="mw-cite-backlink">^ <a href="#cite_ref-aw20141016_72-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-aw20141016_72-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFMorring2014" class="citation news cs1">Morring, Frank, Jr. (20 October 2014). <span class="cs1-lock-subscription" title="Paid subscription required"><a rel="nofollow" class="external text" href="http://aviationweek.com/space/nasa-spacex-share-data-supersonic-retropropulsion">"NASA, SpaceX Share Data On Supersonic Retropropulsion : Data-sharing deal will help SpaceX land Falcon 9 on Earth and NASA put humans on Mars"</a></span>. Aviation Week & Space Technology. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20141027133828/http://aviationweek.com/space/nasa-spacex-share-data-supersonic-retropropulsion">Archived</a> from the original on 27 October 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">28 March</span> 2015</span>. <q>[The] partnership between NASA and SpaceX is giving the American space agency an early look at what it would take to land multi-ton habitats and supply caches on Mars for human explorers, while providing sophisticated infrared (IR) imagery to help the spacecraft company develop a reusable launch vehicle. After multiple attempts, airborne <a href="/wiki/NASA" title="NASA">NASA</a> and <a href="/wiki/United_States_Navy" title="United States Navy">United States Navy</a> IR tracking cameras ... captured a SpaceX Falcon 9 in flight as its first stage [fell] back toward Earth shortly after second-stage ignition and then reignited to lower the stage toward a propulsive "zero-velocity, zero-altitude" touchdown on the sea surface.</q></cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=NASA%2C+SpaceX+Share+Data+On+Supersonic+Retropropulsion+%3A+Data-sharing+deal+will+help+SpaceX+land+Falcon+9+on+Earth+and+NASA+put+humans+on+Mars&rft.date=2014-10-20&rft.aulast=Morring&rft.aufirst=Frank%2C+Jr.&rft_id=http%3A%2F%2Faviationweek.com%2Fspace%2Fnasa-spacex-share-data-supersonic-retropropulsion&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-73"><span class="mw-cite-backlink"><b><a href="#cite_ref-73">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_chr/lau2015.htm">"Orbital Launches of 2015"</a>. Gunters space page<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Orbital+Launches+of+2015&rft.pub=Gunters+space+page&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_chr%2Flau2015.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nasa20150107-74"><span class="mw-cite-backlink"><b><a href="#cite_ref-nasa20150107_74-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFHeiney2015" class="citation news cs1">Heiney, Anna (7 January 2015). <a rel="nofollow" class="external text" href="https://blogs.nasa.gov/spacex/2015/01/07/next-spacex-launch-attempt-saturday-jan-10/">"Next SpaceX Launch Attempt Saturday, January 10"</a>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">8 January</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Next+SpaceX+Launch+Attempt+Saturday%2C+January+10&rft.date=2015-01-07&rft.aulast=Heiney&rft.aufirst=Anna&rft_id=https%3A%2F%2Fblogs.nasa.gov%2Fspacex%2F2015%2F01%2F07%2Fnext-spacex-launch-attempt-saturday-jan-10%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-sxManifest20130731-75"><span class="mw-cite-backlink">^ <a href="#cite_ref-sxManifest20130731_75-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sxManifest20130731_75-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sxManifest20130731_75-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-sxManifest20130731_75-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-sxManifest20130731_75-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-sxManifest20130731_75-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-sxManifest20130731_75-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-sxManifest20130731_75-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-sxManifest20130731_75-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-sxManifest20130731_75-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-sxManifest20130731_75-10"><sup><i><b>k</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.spacex.com/missions">"Launch Manifest"</a>. <a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20130802104401/http://www.spacex.com/missions">Archived</a> from the original on 2 August 2013<span class="reference-accessdate">. Retrieved <span class="nowrap">31 July</span> 2013</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Launch+Manifest&rft.pub=SpaceX&rft_id=http%3A%2F%2Fwww.spacex.com%2Fmissions&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-76"><span class="mw-cite-backlink"><b><a href="#cite_ref-76">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.nasa.gov/sites/default/files/files/SpaceX_CRS-5_factsheet.pdf">"SpaceX CRS-5 factsheet"</a> <span class="cs1-format">(PDF)</span>. NASA. December 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+CRS-5+factsheet&rft.date=2014-12&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Ffiles%2FSpaceX_CRS-5_factsheet.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-nasacrs520150110-77"><span class="mw-cite-backlink"><b><a href="#cite_ref-nasacrs520150110_77-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSiceloff2015" class="citation web cs1">Siceloff, Steven (10 January 2015). <a rel="nofollow" class="external text" href="http://www.nasa.gov/content/dragon-begins-cargo-laden-chase-of-station">"Dragon Begins Cargo-laden Chase of Station"</a>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">10 January</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Dragon+Begins+Cargo-laden+Chase+of+Station&rft.pub=NASA&rft.date=2015-01-10&rft.aulast=Siceloff&rft.aufirst=Steven&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fcontent%2Fdragon-begins-cargo-laden-chase-of-station&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-sfn20150110-78"><span class="mw-cite-backlink"><b><a href="#cite_ref-sfn20150110_78-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2015" class="citation news cs1">Clark, Stephen (10 January 2015). <a rel="nofollow" class="external text" href="http://spaceflightnow.com/2015/01/10/dragon-successfully-launched-rocket-recovery-demo-crash-lands/">"Dragon successfully launched, rocket recovery demo crash lands"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">10 January</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Dragon+successfully+launched%2C+rocket+recovery+demo+crash+lands&rft.date=2015-01-10&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2F2015%2F01%2F10%2Fdragon-successfully-launched-rocket-recovery-demo-crash-lands%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-79"><span class="mw-cite-backlink"><b><a href="#cite_ref-79">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20150206081040/http://www.nesdis.noaa.gov/DSCOVR/index.html">"DSCOVR:Deep Space Climate Observatory"</a>. NOAA. 19 January 2015. Archived from <a rel="nofollow" class="external text" href="http://www.nesdis.noaa.gov/DSCOVR/index.html">the original</a> on 6 February 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">20 January</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=DSCOVR%3ADeep+Space+Climate+Observatory&rft.pub=NOAA&rft.date=2015-01-19&rft_id=http%3A%2F%2Fwww.nesdis.noaa.gov%2FDSCOVR%2Findex.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-80"><span class="mw-cite-backlink"><b><a href="#cite_ref-80">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2012" class="citation news cs1">Clark, Stephen (6 December 2012). <a rel="nofollow" class="external text" href="http://www.spaceflightnow.com/news/n1212/06spacexdod/">"SpaceX books first two launches with U.S. military"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">18 November</span> 2013</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+books+first+two+launches+with+U.S.+military&rft.date=2012-12-06&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fwww.spaceflightnow.com%2Fnews%2Fn1212%2F06spacexdod%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spx20121205-81"><span class="mw-cite-backlink">^ <a href="#cite_ref-spx20121205_81-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spx20121205_81-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation pressrelease cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20190803111257/https://www.spacex.com/press/2012/12/19/spacex-awarded-two-eelv-class-missions-united-states-air-force">"SpaceX Awarded Two EELV-Class Missions from the United States Air Force"</a> (Press release). SpaceX. 5 December 2012. Archived from <a rel="nofollow" class="external text" href="http://www.spacex.com/press/2012/12/19/spacex-awarded-two-eelv-class-missions-united-states-air-force">the original</a> on 3 August 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Awarded+Two+EELV-Class+Missions+from+the+United+States+Air+Force&rft.pub=SpaceX&rft.date=2012-12-05&rft_id=http%3A%2F%2Fwww.spacex.com%2Fpress%2F2012%2F12%2F19%2Fspacex-awarded-two-eelv-class-missions-united-states-air-force&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-MuskTweet-20150211-82"><span class="mw-cite-backlink"><b><a href="#cite_ref-MuskTweet-20150211_82-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@elonmusk (11 February 2015). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/565659578915115011">"Rocket soft landed in the ocean within 10 m of target and nicely vertical! High probability of good droneship landing in non-stormy weather"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">14 February</span> 2015</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Rocket+soft+landed+in+the+ocean+within+10+m+of+target+and+nicely+vertical%21+High+probability+of+good+droneship+landing+in+non-stormy+weather&rft.date=2015-02-11&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F565659578915115011&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-patrickafmil02142015-83"><span class="mw-cite-backlink"><b><a href="#cite_ref-patrickafmil02142015_83-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.patrick.af.mil/">"Patrick Air Force Base \xe2\x80\x94 Home \xe2\x80\x94 Next Launch"</a>. Patrick Air Force Base. 14 February 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">14 February</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Patrick+Air+Force+Base+%E2%80%94+Home+%E2%80%94+Next+Launch&rft.pub=Patrick+Air+Force+Base&rft.date=2015-02-14&rft_id=http%3A%2F%2Fwww.patrick.af.mil%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-84"><span class="mw-cite-backlink"><b><a href="#cite_ref-84">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBergin2015" class="citation web cs1">Bergin, Chris (25 February 2015). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2015/02/legless-falcon-9-static-fire-ahead-launch/">"Legless Falcon 9 conducts Static Fire test ahead of Sunday launch"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">13 July</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Legless+Falcon+9+conducts+Static+Fire+test+ahead+of+Sunday+launch&rft.pub=NASASpaceFlight.com&rft.date=2015-02-25&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2015%2F02%2Flegless-falcon-9-static-fire-ahead-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-aw20140310-85"><span class="mw-cite-backlink"><b><a href="#cite_ref-aw20140310_85-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSvitak2014" class="citation news cs1">Svitak, Amy (10 March 2014). <a rel="nofollow" class="external text" href="http://aviationweek.com/awin/spacex-says-falcon-9-compete-eelv-year">"SpaceX Says Falcon 9 To Compete For EELV This Year"</a>. <i>Aviation Week & Space Technology</i><span class="reference-accessdate">. Retrieved <span class="nowrap">6 February</span> 2015</span>. <q>But the Falcon 9 is not just changing the way launch-vehicle providers do business; its reach has gone further, prompting satellite makers and commercial fleet operators to retool business plans in response to the low-cost rocket. In March 2012, Boeing announced the start of a new line of all-electric telecommunications spacecraft, the <a href="/wiki/Boeing_702" title="Boeing 702">Boeing 702SP</a>, which are designed to launch in pairs on a Falcon 9 v1.1. Anchor customers <a href="/wiki/ABS_(satellite_operator)" title="ABS (satellite operator)">Asia Broadcast Satellite</a> (ABS) of Hong Kong and <a href="/wiki/Mexico" title="Mexico">Mexico</a>\'s <a href="/wiki/Satmex" title="Satmex">Satmex</a>\'s plan to loft the first two of four such spacecraft on a Falcon 9. [...] Using electric rather than chemical propulsion will mean the satellites take months, rather than weeks, to reach their final orbital destination. But because all-electric spacecraft are about 40% lighter than their conventional counterparts, the cost to launch them is considerably less than that for a chemically propelled satellite.</q></cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Aviation+Week+%26+Space+Technology&rft.atitle=SpaceX+Says+Falcon+9+To+Compete+For+EELV+This+Year&rft.date=2014-03-10&rft.aulast=Svitak&rft.aufirst=Amy&rft_id=http%3A%2F%2Faviationweek.com%2Fawin%2Fspacex-says-falcon-9-compete-eelv-year&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-boeing20141112-86"><span class="mw-cite-backlink"><b><a href="#cite_ref-boeing20141112_86-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClimer2014" class="citation pressrelease cs1">Climer, Joanna (12 November 2014). <a rel="nofollow" class="external text" href="http://boeing.mediaroom.com/2014-11-12-Boeing-Stacks-Two-Satellites-to-Launch-as-a-Pair">"Boeing Stacks Two Satellites to Launch as a Pair"</a> (Press release). Boeing<span class="reference-accessdate">. Retrieved <span class="nowrap">6 February</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Boeing+Stacks+Two+Satellites+to+Launch+as+a+Pair&rft.pub=Boeing&rft.date=2014-11-12&rft.aulast=Climer&rft.aufirst=Joanna&rft_id=http%3A%2F%2Fboeing.mediaroom.com%2F2014-11-12-Boeing-Stacks-Two-Satellites-to-Launch-as-a-Pair&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sfn20150302-87"><span class="mw-cite-backlink"><b><a href="#cite_ref-sfn20150302_87-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2015" class="citation news cs1">Clark, Stephen (2 March 2015). <a rel="nofollow" class="external text" href="http://spaceflightnow.com/2015/03/02/plasma-driven-satellites-launched-from-cape-canaveral/">"Plasma-driven satellites launched from Cape Canaveral"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">2 March</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Plasma-driven+satellites+launched+from+Cape+Canaveral&rft.date=2015-03-02&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2F2015%2F03%2F02%2Fplasma-driven-satellites-launched-from-cape-canaveral%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-boeing-88"><span class="mw-cite-backlink">^ <a href="#cite_ref-boeing_88-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-boeing_88-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClimer2015" class="citation pressrelease cs1">Climer, Joanna (10 September 2015). <a rel="nofollow" class="external text" href="http://boeing.mediaroom.com/2015-09-10-Boeing-World-s-First-All-Electric-Propulsion-Satellite-Begins-Operations">"Boeing: World\'s First All-Electric Propulsion Satellite Begins Operations"</a> (Press release). Boeing<span class="reference-accessdate">. Retrieved <span class="nowrap">6 January</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Boeing%3A+World%27s+First+All-Electric+Propulsion+Satellite+Begins+Operations&rft.pub=Boeing&rft.date=2015-09-10&rft.aulast=Climer&rft.aufirst=Joanna&rft_id=http%3A%2F%2Fboeing.mediaroom.com%2F2015-09-10-Boeing-World-s-First-All-Electric-Propulsion-Satellite-Begins-Operations&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-89"><span class="mw-cite-backlink"><b><a href="#cite_ref-89">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.nasa.gov/sites/default/files/files/SpaceX_CRS-6_Mission_Overview%281%29.pdf">"SpaceX CRS-6 Mission Overview"</a> <span class="cs1-format">(PDF)</span>. NASA. April 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+CRS-6+Mission+Overview&rft.date=2015-04&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Ffiles%2FSpaceX_CRS-6_Mission_Overview%25281%2529.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-90"><span class="mw-cite-backlink"><b><a href="#cite_ref-90">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.youtube.com/watch?v=NcTOTeoaafU">"CRS-6 First Stage Tracking Cam"</a>. SpaceX. 14 April 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span> – via YouTube.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=CRS-6+First+Stage+Tracking+Cam&rft.pub=SpaceX&rft.date=2015-04-14&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DNcTOTeoaafU&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-91"><span class="mw-cite-backlink"><b><a href="#cite_ref-91">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@elonmusk (14 April 2015). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/588082574183903232">"Looks like Falcon landed fine, but excess lateral velocity caused it to tip over post landing"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Looks+like+Falcon+landed+fine%2C+but+excess+lateral+velocity+caused+it+to+tip+over+post+landing&rft.date=2015-04-14&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F588082574183903232&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-92"><span class="mw-cite-backlink"><b><a href="#cite_ref-92">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation audio-visual cs1"><a rel="nofollow" class="external text" href="https://www.youtube.com/watch?v=BhMSzC1crr0"><i>CRS-6 First Stage Landing</i></a>. SpaceX. 15 April 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">6 March</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=CRS-6+First+Stage+Landing&rft.pub=SpaceX&rft.date=2015-04-15&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DBhMSzC1crr0&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-patrickafb20150414-93"><span class="mw-cite-backlink"><b><a href="#cite_ref-patrickafb20150414_93-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.patrick.af.mil">"Patrick Air Force Base"</a>. Patrick Air Force Base<span class="reference-accessdate">. Retrieved <span class="nowrap">15 April</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Patrick+Air+Force+Base&rft.pub=Patrick+Air+Force+Base&rft_id=http%3A%2F%2Fwww.patrick.af.mil&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-turkmen-monaco-94"><span class="mw-cite-backlink"><b><a href="#cite_ref-turkmen-monaco_94-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFEvans2015" class="citation web cs1">Evans, Ben (25 April 2015). <a rel="nofollow" class="external text" href="http://www.americaspace.com/2015/04/25/second-spacex-mission-in-two-weeks-gears-up-for-monday-launch/">"Second SpaceX Mission in Two Weeks Gears Up for Monday Launch"</a>. AmericaSpace<span class="reference-accessdate">. Retrieved <span class="nowrap">2 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Second+SpaceX+Mission+in+Two+Weeks+Gears+Up+for+Monday+Launch&rft.pub=AmericaSpace&rft.date=2015-04-25&rft.aulast=Evans&rft.aufirst=Ben&rft_id=http%3A%2F%2Fwww.americaspace.com%2F2015%2F04%2F25%2Fsecond-spacex-mission-in-two-weeks-gears-up-for-monday-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-95"><span class="mw-cite-backlink"><b><a href="#cite_ref-95">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2015" class="citation news cs1">Clark, Stephen (27 April 2015). <a rel="nofollow" class="external text" href="http://spaceflightnow.com/2015/04/27/turkmenistans-first-satellite-braced-for-liftoff/">"Turkmenistan\'s first satellite braced for liftoff"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">27 April</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Turkmenistan%27s+first+satellite+braced+for+liftoff&rft.date=2015-04-27&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2F2015%2F04%2F27%2Fturkmenistans-first-satellite-braced-for-liftoff%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-96"><span class="mw-cite-backlink"><b><a href="#cite_ref-96">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFWall2015" class="citation news cs1">Wall, Mike (27 April 2015). <a rel="nofollow" class="external text" href="http://www.space.com/29229-spacex-launches-turkmenistan-satellite.html">"SpaceX Falcon 9 Rocket Launches Turkmenistan\'s First-Ever Satellite"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">13 July</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Falcon+9+Rocket+Launches+Turkmenistan%27s+First-Ever+Satellite&rft.date=2015-04-27&rft.aulast=Wall&rft.aufirst=Mike&rft_id=http%3A%2F%2Fwww.space.com%2F29229-spacex-launches-turkmenistan-satellite.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-zgn20150323-97"><span class="mw-cite-backlink"><b><a href="#cite_ref-zgn20150323_97-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="http://www.zerognews.com/2015/03/23/spacex-clarifies-reason-for-turkmenalem52e-launch-delay/">"SpaceX Clarifies Reason For TurkmenAlem52E Launch Delay"</a>. ZeroG News. 23 March 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">25 March</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Clarifies+Reason+For+TurkmenAlem52E+Launch+Delay&rft.date=2015-03-23&rft_id=http%3A%2F%2Fwww.zerognews.com%2F2015%2F03%2F23%2Fspacex-clarifies-reason-for-turkmenalem52e-launch-delay%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nasama20150520-98"><span class="mw-cite-backlink"><b><a href="#cite_ref-nasama20150520_98-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation pressrelease cs1"><a rel="nofollow" class="external text" href="http://www.nasa.gov/press-release/nasa-opens-media-accreditation-for-next-spacex-station-resupply-launch-0">"NASA Opens Media Accreditation for Next SpaceX Station Resupply Launch"</a> (Press release). NASA. 20 May 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">20 May</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Opens+Media+Accreditation+for+Next+SpaceX+Station+Resupply+Launch&rft.pub=NASA&rft.date=2015-05-20&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fnasa-opens-media-accreditation-for-next-spacex-station-resupply-launch-0&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-99"><span class="mw-cite-backlink"><b><a href="#cite_ref-99">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.nasa.gov/sites/default/files/atoms/files/spacex_crs7_mission_overview.pdf">"SpaceX CRS-7 Mission Overview"</a> <span class="cs1-format">(PDF)</span>. NASA. June 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+CRS-7+Mission+Overview&rft.date=2015-06&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Fatoms%2Ffiles%2Fspacex_crs7_mission_overview.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-nyt-20150628-100"><span class="mw-cite-backlink">^ <a href="#cite_ref-nyt-20150628_100-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nyt-20150628_100-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFChang2015" class="citation news cs1">Chang, Kenneth (28 June 2015). <a rel="nofollow" class="external text" href="https://www.nytimes.com/2015/06/29/science/space/spacex-rocket-explodes-during-launch.html">"SpaceX Rocket Explodes After Launch to Space Station"</a>. <i>The New York Times</i><span class="reference-accessdate">. Retrieved <span class="nowrap">29 June</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+New+York+Times&rft.atitle=SpaceX+Rocket+Explodes+After+Launch+to+Space+Station&rft.date=2015-06-28&rft.aulast=Chang&rft.aufirst=Kenneth&rft_id=https%3A%2F%2Fwww.nytimes.com%2F2015%2F06%2F29%2Fscience%2Fspace%2Fspacex-rocket-explodes-during-launch.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-101"><span class="mw-cite-backlink"><b><a href="#cite_ref-101">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBerginChris_Gebhardt2015" class="citation web cs1">Bergin, Chris; Chris Gebhardt (24 June 2015). <a rel="nofollow" class="external text" href="http://www.nasaspaceflight.com/2015/06/world-launch-markets-rocket-reusability/">"World launch markets look toward rocket reusability"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">13 July</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=World+launch+markets+look+toward+rocket+reusability&rft.pub=NASASpaceFlight.com&rft.date=2015-06-24&rft.aulast=Bergin&rft.aufirst=Chris&rft.au=Chris+Gebhardt&rft_id=http%3A%2F%2Fwww.nasaspaceflight.com%2F2015%2F06%2Fworld-launch-markets-rocket-reusability%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20150727-102"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20150727_102-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20150727_102-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBergin2015" class="citation news cs1">Bergin, Chris (27 July 2015). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2015/07/saving-spaceship-dragon-contingency-chute/">"Saving Spaceship Dragon \xe2\x80\x93 Software to provide contingency chute deploy"</a>. <i>nasaspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">6 April</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=nasaspaceflight.com&rft.atitle=Saving+Spaceship+Dragon+%E2%80%93+Software+to+provide+contingency+chute+deploy&rft.date=2015-07-27&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2015%2F07%2Fsaving-spaceship-dragon-contingency-chute%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf20150618-103"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf20150618_103-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSmedley2015" class="citation news cs1">Smedley, Jesse (18 June 2015). <a rel="nofollow" class="external text" href="http://www.nasaspaceflight.com/2015/06/spacex-augments-upgrades-drone-ship-armada/">"SpaceX Augments and Upgrades Drone Ship Armada"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">18 June</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Augments+and+Upgrades+Drone+Ship+Armada&rft.date=2015-06-18&rft.aulast=Smedley&rft.aufirst=Jesse&rft_id=http%3A%2F%2Fwww.nasaspaceflight.com%2F2015%2F06%2Fspacex-augments-upgrades-drone-ship-armada%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-orbcomm-og2-104"><span class="mw-cite-backlink">^ <a href="#cite_ref-orbcomm-og2_104-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-orbcomm-og2_104-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.orbcomm.com/en/networks/satellite/orbcomm-og2">"ORBCOMM OG2 Next-Generation Satellite Constellation - OG2 Mission 2"</a>. Orbcomm<span class="reference-accessdate">. Retrieved <span class="nowrap">4 January</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=ORBCOMM+OG2+Next-Generation+Satellite+Constellation+-+OG2+Mission+2&rft.pub=Orbcomm&rft_id=http%3A%2F%2Fwww.orbcomm.com%2Fen%2Fnetworks%2Fsatellite%2Forbcomm-og2&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-flight20-booster-105"><span class="mw-cite-backlink">^ <a href="#cite_ref-flight20-booster_105-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-flight20-booster_105-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-flight20-booster_105-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2016" class="citation news cs1">Clark, Stephen (20 August 2016). <a rel="nofollow" class="external text" href="http://spaceflightnow.com/2016/08/20/spacex-puts-historic-flown-rocket-on-permanent-display/">"SpaceX puts historic flown rocket on permanent display"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">19 January</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+puts+historic+flown+rocket+on+permanent+display&rft.date=2016-08-20&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2F2016%2F08%2F20%2Fspacex-puts-historic-flown-rocket-on-permanent-display%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-flight20-landing-106"><span class="mw-cite-backlink">^ <a href="#cite_ref-flight20-landing_106-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-flight20-landing_106-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFChang2015" class="citation news cs1">Chang, Kenneth (21 December 2015). <a rel="nofollow" class="external text" href="https://www.nytimes.com/2015/12/22/science/spacex-rocket-landing.html">"Spacex Successfully Lands Rocket after Launch of Satellites into Orbit"</a>. <i>The New York Times</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 December</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+New+York+Times&rft.atitle=Spacex+Successfully+Lands+Rocket+after+Launch+of+Satellites+into+Orbit&rft.date=2015-12-21&rft.aulast=Chang&rft.aufirst=Kenneth&rft_id=https%3A%2F%2Fwww.nytimes.com%2F2015%2F12%2F22%2Fscience%2Fspacex-rocket-landing.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sn20151016-107"><span class="mw-cite-backlink">^ <a href="#cite_ref-sn20151016_107-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sn20151016_107-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sn20151016_107-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFde_Selding2015" class="citation news cs1">de Selding, Peter B. (16 October 2015). <a rel="nofollow" class="external text" href="http://spacenews.com/spacex-changes-its-falcon-9-return-to-flight-plans/">"SpaceX Changes its Falcon 9 Return-to-flight Plans"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">16 October</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Changes+its+Falcon+9+Return-to-flight+Plans&rft.date=2015-10-16&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-changes-its-falcon-9-return-to-flight-plans%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sn20150508-108"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20150508_108-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFde_Selding2015" class="citation news cs1">de Selding, Peter B. (8 May 2015). <a rel="nofollow" class="external text" href="http://spacenews.com/orbcomm-to-spacex-launch-our-satellites-before-october/">"Orbcomm to SpaceX: Launch our Satellites Before October"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">8 May</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Orbcomm+to+SpaceX%3A+Launch+our+Satellites+Before+October&rft.date=2015-05-08&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2Forbcomm-to-spacex-launch-our-satellites-before-october%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-109"><span class="mw-cite-backlink"><b><a href="#cite_ref-109">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFDillow2015" class="citation news cs1">Dillow, Clay (2 December 2015). <a rel="nofollow" class="external text" href="http://fortune.com/2015/12/02/spacex-will-try-rocket-landing-on-solid-ground/">"SpaceX Will Try Its Next Rocket Landing on Solid Ground"</a>. <i>Fortune</i><span class="reference-accessdate">. Retrieved <span class="nowrap">4 December</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Fortune&rft.atitle=SpaceX+Will+Try+Its+Next+Rocket+Landing+on+Solid+Ground&rft.date=2015-12-02&rft.aulast=Dillow&rft.aufirst=Clay&rft_id=http%3A%2F%2Ffortune.com%2F2015%2F12%2F02%2Fspacex-will-try-rocket-landing-on-solid-ground%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-110"><span class="mw-cite-backlink"><b><a href="#cite_ref-110">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_chr/lau2016.htm">"Orbital Launches of 2016"</a>. Gunters space page<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Orbital+Launches+of+2016&rft.pub=Gunters+space+page&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_chr%2Flau2016.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-111"><span class="mw-cite-backlink"><b><a href="#cite_ref-111">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.nesdis.noaa.gov/jason-3/">"Jason-3 satellite"</a>. <i>National Environmental Satellite Data and Information Service</i>. NOAA<span class="reference-accessdate">. Retrieved <span class="nowrap">11 December</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=National+Environmental+Satellite+Data+and+Information+Service&rft.atitle=Jason-3+satellite&rft_id=http%3A%2F%2Fwww.nesdis.noaa.gov%2Fjason-3%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-gw20160117-112"><span class="mw-cite-backlink"><b><a href="#cite_ref-gw20160117_112-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBoyle2016" class="citation news cs1">Boyle, Alan (17 January 2016). <a rel="nofollow" class="external text" href="http://www.geekwire.com/2016/spacex-launches-jason-3-satellite-then-tries-landing-falcon-9-rocket-at-sea/">"SpaceX rocket launches satellite, but tips over during sea landing attempt"</a>. GeekWire<span class="reference-accessdate">. Retrieved <span class="nowrap">18 January</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+rocket+launches+satellite%2C+but+tips+over+during+sea+landing+attempt&rft.date=2016-01-17&rft.aulast=Boyle&rft.aufirst=Alan&rft_id=http%3A%2F%2Fwww.geekwire.com%2F2016%2Fspacex-launches-jason-3-satellite-then-tries-landing-falcon-9-rocket-at-sea%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-113"><span class="mw-cite-backlink"><b><a href="#cite_ref-113">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20160118044922/https://www.instagram.com/p/BAqirNbwEc0/">"Falcon lands then tips over"</a>. Elon Musk on Instagram. 17 January 2016. Archived from <a rel="nofollow" class="external text" href="https://www.instagram.com/p/BAqirNbwEc0/">the original</a> on 18 January 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+lands+then+tips+over&rft.pub=Elon+Musk+on+Instagram&rft.date=2016-01-17&rft_id=https%3A%2F%2Fwww.instagram.com%2Fp%2FBAqirNbwEc0%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-wp20160118-114"><span class="mw-cite-backlink"><b><a href="#cite_ref-wp20160118_114-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.seattletimes.com/nation-world/the-latest-us-european-ocean-monitoring-satellite-launches/">"Latest: SpaceX: ice buildup may have led rocket to tip over"</a>. <i>The Seattle Times</i>. 18 January 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">3 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+Seattle+Times&rft.atitle=Latest%3A+SpaceX%3A+ice+buildup+may+have+led+rocket+to+tip+over&rft.date=2016-01-18&rft_id=https%3A%2F%2Fwww.seattletimes.com%2Fnation-world%2Fthe-latest-us-european-ocean-monitoring-satellite-launches%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-skyrocket_1.2-115"><span class="mw-cite-backlink">^ <a href="#cite_ref-skyrocket_1.2_115-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-skyrocket_1.2_115-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-skyrocket_1.2_115-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-skyrocket_1.2_115-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-skyrocket_1.2_115-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-skyrocket_1.2_115-5"><sup><i><b>f</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_lau_det/falcon-9_v1-2.htm">"Falcon-9 v1.2 (Falcon-9FT)"</a>. <i>space.skyrocket.de</i>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.skyrocket.de&rft.atitle=Falcon-9+v1.2+%28Falcon-9FT%29&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_lau_det%2Ffalcon-9_v1-2.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spacenews20140410-116"><span class="mw-cite-backlink">^ <a href="#cite_ref-spacenews20140410_116-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spacenews20140410_116-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFde_Selding2014" class="citation web cs1">de Selding, Peter B. (10 April 2014). <a rel="nofollow" class="external text" href="http://spacenews.com/40165ses-books-spacex-falcon-9-for-hybrid-satellites-debut/">"SES Books SpaceX Falcon 9 for Hybrid Satellite\'s Debut"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">6 January</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SES+Books+SpaceX+Falcon+9+for+Hybrid+Satellite%27s+Debut&rft.pub=SpaceNews&rft.date=2014-04-10&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2F40165ses-books-spacex-falcon-9-for-hybrid-satellites-debut%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf20160208-117"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf20160208_117-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf20160208_117-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBergin2016" class="citation news cs1">Bergin, Chris (8 February 2016). <a rel="nofollow" class="external text" href="http://www.nasaspaceflight.com/2016/02/spacex-prepares-ses-9-mission-dragons-return/">"SpaceX prepares for SES-9 mission and Dragon\'s return"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">27 February</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+prepares+for+SES-9+mission+and+Dragon%27s+return&rft.date=2016-02-08&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=http%3A%2F%2Fwww.nasaspaceflight.com%2F2016%2F02%2Fspacex-prepares-ses-9-mission-dragons-return%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-bi20160223-118"><span class="mw-cite-backlink"><b><a href="#cite_ref-bi20160223_118-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFOrwig2016" class="citation news cs1">Orwig, Jessica (23 February 2016). <a rel="nofollow" class="external text" href="http://www.businessinsider.com/how-to-watch-wednesday-spacex-launch-2016-2">"SpaceX will attempt a potentially historic rocket landing this week \xe2\x80\x94 here\'s how to watch live"</a>. Business Insider<span class="reference-accessdate">. Retrieved <span class="nowrap">23 February</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+will+attempt+a+potentially+historic+rocket+landing+this+week+%E2%80%94+here%27s+how+to+watch+live&rft.date=2016-02-23&rft.aulast=Orwig&rft.aufirst=Jessica&rft_id=http%3A%2F%2Fwww.businessinsider.com%2Fhow-to-watch-wednesday-spacex-launch-2016-2&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sxPressKit20160223-119"><span class="mw-cite-backlink"><b><a href="#cite_ref-sxPressKit20160223_119-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20190727151524/https://www.spacex.com/sites/spacex/files/spacex_ses9_press_kit_final.pdf">"SES-9 Mission Press Kit"</a> <span class="cs1-format">(PDF)</span>. SpaceX. 23 February 2016. Archived from <a rel="nofollow" class="external text" href="http://www.spacex.com/sites/spacex/files/spacex_ses9_press_kit_final.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 27 July 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">24 February</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SES-9+Mission+Press+Kit&rft.pub=SpaceX&rft.date=2016-02-23&rft_id=http%3A%2F%2Fwww.spacex.com%2Fsites%2Fspacex%2Ffiles%2Fspacex_ses9_press_kit_final.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-musk-tweet-20160305-120"><span class="mw-cite-backlink"><b><a href="#cite_ref-musk-tweet-20160305_120-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@elonmusk (5 March 2016). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/705917924972736512">"Rocket landed hard on the droneship. Didn\'t expect this one to work (versus hot reentry), but next flight has a good chance"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Rocket+landed+hard+on+the+droneship.+Didn%27t+expect+this+one+to+work+%28versus+hot+reentry%29%2C+but+next+flight+has+a+good+chance.&rft.date=2016-03-05&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F705917924972736512&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sn20160304-121"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20160304_121-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFFoust2016" class="citation news cs1">Foust, Jeff (4 March 2016). <a rel="nofollow" class="external text" href="http://spacenews.com/spacex-launches-ses-9-satellite/">"SpaceX launches SES-9 satellite"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">5 March</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+launches+SES-9+satellite&rft.date=2016-03-04&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-launches-ses-9-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20170330-122"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20170330_122-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20170330_122-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-nsf-20170330_122-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGraham2017" class="citation news cs1">Graham, William (30 March 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/03/spacex-historic-falcon-9-re-flight-ses-10/">"SpaceX conducts historic Falcon 9 re-flight with SES-10 \xe2\x80\x93 Lands booster again"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">3 May</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+conducts+historic+Falcon+9+re-flight+with+SES-10+%E2%80%93+Lands+booster+again&rft.date=2017-03-30&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F03%2Fspacex-historic-falcon-9-re-flight-ses-10%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-123"><span class="mw-cite-backlink"><b><a href="#cite_ref-123">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.nasa.gov/sites/default/files/atoms/files/spacex_crs-8_mission_overview.pdf">"CRS-8 Mission Overview"</a> <span class="cs1-format">(PDF)</span>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=CRS-8+Mission+Overview&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Fatoms%2Ffiles%2Fspacex_crs-8_mission_overview.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-crs-8-webcast-124"><span class="mw-cite-backlink"><b><a href="#cite_ref-crs-8-webcast_124-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.youtube.com/watch?v=7pUAydjne5M">"CRS-8 Official Webcast"</a>. SpaceX. 8 April 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span> – via YouTube.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=CRS-8+Official+Webcast&rft.pub=SpaceX&rft.date=2016-04-08&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D7pUAydjne5M&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-125"><span class="mw-cite-backlink"><b><a href="#cite_ref-125">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@SpaceX (8 April 2016). <a rel="nofollow" class="external text" href="https://twitter.com/SpaceX/status/718542763545899008">"1st stage landed on droneship Of Course I Still Love You"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=1st+stage+landed+on+droneship+Of+Course+I+Still+Love+You&rft.date=2016-04-08&rft.au=%40SpaceX&rft_id=https%3A%2F%2Ftwitter.com%2FSpaceX%2Fstatus%2F718542763545899008&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-126"><span class="mw-cite-backlink"><b><a href="#cite_ref-126">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFThomson2015" class="citation news cs1">Thomson, Iain (14 March 2015). <a rel="nofollow" class="external text" href="https://www.theregister.co.uk/2015/03/14/spacex_inflatable_bigelow_iss/">"SpaceX to deliver Bigelow blow-up job to ISS astronauts"</a>. The Register<span class="reference-accessdate">. Retrieved <span class="nowrap">27 April</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+to+deliver+Bigelow+blow-up+job+to+ISS+astronauts&rft.date=2015-03-14&rft.aulast=Thomson&rft.aufirst=Iain&rft_id=https%3A%2F%2Fwww.theregister.co.uk%2F2015%2F03%2F14%2Fspacex_inflatable_bigelow_iss%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-flight23-127"><span class="mw-cite-backlink"><b><a href="#cite_ref-flight23_127-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFDrake2016" class="citation news cs1">Drake, Nadia (8 April 2016). <a rel="nofollow" class="external text" href="http://phenomena.nationalgeographic.com/2016/04/08/spacex-rocket-makes-spectacular-landing-on-drone-ship/">"SpaceX Rocket Makes Spectacular Landing on Drone Ship"</a>. <i>National Geographic</i><span class="reference-accessdate">. Retrieved <span class="nowrap">8 April</span> 2016</span>. <q>To space and back, in less than nine minutes? Hello, future.</q></cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=National+Geographic&rft.atitle=SpaceX+Rocket+Makes+Spectacular+Landing+on+Drone+Ship&rft.date=2016-04-08&rft.aulast=Drake&rft.aufirst=Nadia&rft_id=http%3A%2F%2Fphenomena.nationalgeographic.com%2F2016%2F04%2F08%2Fspacex-rocket-makes-spectacular-landing-on-drone-ship%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-128"><span class="mw-cite-backlink"><b><a href="#cite_ref-128">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2016" class="citation web cs1">Clark, Stephen (11 May 2016). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2016/05/11/cargo-carrying-dragon-spaceship-returns-to-earth/">"Cargo-carrying Dragon spaceship returns to Earth"</a>. Spaceflight Now.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Cargo-carrying+Dragon+spaceship+returns+to+Earth&rft.pub=Spaceflight+Now&rft.date=2016-05-11&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2016%2F05%2F11%2Fcargo-carrying-dragon-spaceship-returns-to-earth%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf20170325-129"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf20170325_129-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGebhardt2017" class="citation news cs1">Gebhardt, Chris (12 April 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/03/ses-10-static-fire-spacex-first-core-re-flight/">"SES-10 F9 static fire \xe2\x80\x93 SpaceX for history books and first core stage re-flight"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">13 April</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SES-10+F9+static+fire+%E2%80%93+SpaceX+for+history+books+and+first+core+stage+re-flight&rft.date=2017-04-12&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F03%2Fses-10-static-fire-spacex-first-core-re-flight%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-130"><span class="mw-cite-backlink"><b><a href="#cite_ref-130">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBergin2014" class="citation web cs1">Bergin, Chris (10 January 2014). <a rel="nofollow" class="external text" href="http://www.nasaspaceflight.com/2014/01/spacex-win-contract-jcsat-14-falcon-9/">"SpaceX win contract to loft JCSAT-14 via Falcon 9"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">17 January</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+win+contract+to+loft+JCSAT-14+via+Falcon+9&rft.pub=NASASpaceFlight.com&rft.date=2014-01-10&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=http%3A%2F%2Fwww.nasaspaceflight.com%2F2014%2F01%2Fspacex-win-contract-jcsat-14-falcon-9%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-131"><span class="mw-cite-backlink"><b><a href="#cite_ref-131">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGraham2016" class="citation web cs1">Graham, William (5 May 2016). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2016/05/falcon-9-jcsat-14-launch/">"Falcon 9 launches with JCSAT-14 \xe2\x80\x93 lands another stage"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+launches+with+JCSAT-14+%E2%80%93+lands+another+stage&rft.pub=NASASpaceFlight.com&rft.date=2016-05-05&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2016%2F05%2Ffalcon-9-jcsat-14-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-132"><span class="mw-cite-backlink"><b><a href="#cite_ref-132">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFAmos2016" class="citation web cs1">Amos, Jonathan (6 May 2016). <a rel="nofollow" class="external text" href="https://www.bbc.co.uk/news/science-environment-36223745">"SpaceX records another rocket landing"</a>. <i>BBC News</i><span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=BBC+News&rft.atitle=SpaceX+records+another+rocket+landing&rft.date=2016-05-06&rft.aulast=Amos&rft.aufirst=Jonathan&rft_id=https%3A%2F%2Fwww.bbc.co.uk%2Fnews%2Fscience-environment-36223745&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-133"><span class="mw-cite-backlink"><b><a href="#cite_ref-133">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFDean2016" class="citation news cs1">Dean, James (16 May 2016). <a rel="nofollow" class="external text" href="http://www.floridatoday.com/story/tech/science/space/spacex/2016/05/16/landed-spacex-rocket-suffered-max-damage/84454230/">"SpaceX Falcon 9 first stage booster suffered "max" damage on landing"</a>. <i>Florida Today</i><span class="reference-accessdate">. Retrieved <span class="nowrap">31 March</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Florida+Today&rft.atitle=SpaceX+Falcon+9+first+stage+booster+suffered+%22max%22+damage+on+landing&rft.date=2016-05-16&rft.aulast=Dean&rft.aufirst=James&rft_id=http%3A%2F%2Fwww.floridatoday.com%2Fstory%2Ftech%2Fscience%2Fspace%2Fspacex%2F2016%2F05%2F16%2Flanded-spacex-rocket-suffered-max-damage%2F84454230%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-134"><span class="mw-cite-backlink"><b><a href="#cite_ref-134">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.youtube.com/watch?v=L0bMeDj76ig">"JCSAT-14 Hosted Webcast"</a>. SpaceX. 5 May 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span> – via YouTube.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=JCSAT-14+Hosted+Webcast&rft.pub=SpaceX&rft.date=2016-05-05&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DL0bMeDj76ig&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-135"><span class="mw-cite-backlink"><b><a href="#cite_ref-135">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFWall2016" class="citation news cs1">Wall, Mike (27 May 2016). <a rel="nofollow" class="external text" href="http://www.space.com/33004-spacex-thaicom8-launch-rocket-landing.html">"Three in a Row! SpaceX Lands Rocket on Ship at Sea Yet Again"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">27 May</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Three+in+a+Row%21+SpaceX+Lands+Rocket+on+Ship+at+Sea+Yet+Again&rft.date=2016-05-27&rft.aulast=Wall&rft.aufirst=Mike&rft_id=http%3A%2F%2Fwww.space.com%2F33004-spacex-thaicom8-launch-rocket-landing.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20170425-136"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20170425_136-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20170425_136-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-nsf-20170425_136-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-nsf-20170425_136-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-nsf-20170425_136-4"><sup><i><b>e</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBergin2017" class="citation news cs1">Bergin, Chris (25 April 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/04/spacex-static-fire-tests-spy-sat-rocket-falcon-heavy-core/">"SpaceX Static Fire spy sat rocket and prepare to test Falcon Heavy core"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">3 May</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Static+Fire+spy+sat+rocket+and+prepare+to+test+Falcon+Heavy+core&rft.date=2017-04-25&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F04%2Fspacex-static-fire-tests-spy-sat-rocket-falcon-heavy-core%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sn20140430-137"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20140430_137-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFde_Selding2014" class="citation news cs1">de Selding, Peter B. (30 April 2014). <a rel="nofollow" class="external text" href="http://spacenews.com/40420orbital-to-build-spacex-to-launch-thaicom-8/">"Orbital To Build, SpaceX To Launch, Thaicom 8"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">1 May</span> 2014</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Orbital+To+Build%2C+SpaceX+To+Launch%2C+Thaicom+8&rft.date=2014-04-30&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2F40420orbital-to-build-spacex-to-launch-thaicom-8%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-138"><span class="mw-cite-backlink"><b><a href="#cite_ref-138">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFTortermvasana2016" class="citation news cs1">Tortermvasana, Komsan (27 February 2016). <a rel="nofollow" class="external text" href="https://www.bangkokpost.com/archive/thaicom-determined-to-launch-eighth-satellite-despite-probe/878436">"Thaicom determined to launch eighth satellite despite probe"</a>. <i>Bangkok Post</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Bangkok+Post&rft.atitle=Thaicom+determined+to+launch+eighth+satellite+despite+probe&rft.date=2016-02-27&rft.aulast=Tortermvasana&rft.aufirst=Komsan&rft_id=https%3A%2F%2Fwww.bangkokpost.com%2Farchive%2Fthaicom-determined-to-launch-eighth-satellite-despite-probe%2F878436&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-139"><span class="mw-cite-backlink"><b><a href="#cite_ref-139">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.satbeams.com/satellites?id=2667">"SatBeams - Satellite Details - Thaicom 8"</a>. Satbeams<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SatBeams+-+Satellite+Details+-+Thaicom+8&rft.pub=Satbeams&rft_id=https%3A%2F%2Fwww.satbeams.com%2Fsatellites%3Fid%3D2667&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-140"><span class="mw-cite-backlink"><b><a href="#cite_ref-140">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="https://www.youtube.com/watch?v=4jEz03Z8azc">First-stage landing|Onboard camera</a>, Published on May 27, 2016 by SpaceX on YouTube</span>\n</li>\n<li id="cite_note-141"><span class="mw-cite-backlink"><b><a href="#cite_ref-141">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGraham2016" class="citation web cs1">Graham, William (26 May 2016). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2016/05/falcon-9-thaicom-8-launch/">"SpaceX Falcon 9 launches Thaicom 8 and nails another ASDS landing"</a>. <i>nasaspaceflight.com</i>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=SpaceX+Falcon+9+launches+Thaicom+8+and+nails+another+ASDS+landing&rft.date=2016-05-26&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2016%2F05%2Ffalcon-9-thaicom-8-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-142"><span class="mw-cite-backlink"><b><a href="#cite_ref-142">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.satbeams.com/satellites?id=2667">"Thaicom 8"</a>. Satbeams<span class="reference-accessdate">. Retrieved <span class="nowrap">22 May</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Thaicom+8&rft.pub=Satbeams&rft_id=https%3A%2F%2Fwww.satbeams.com%2Fsatellites%3Fid%3D2667&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-143"><span class="mw-cite-backlink"><b><a href="#cite_ref-143">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20200323200216/https://www.spacex.com/news/2016/05/27/thaicom-8-mission-photos">"THAICOM 8 Mission in Photos"</a>. SpaceX. Archived from <a rel="nofollow" class="external text" href="https://www.spacex.com/news/2016/05/27/thaicom-8-mission-photos">the original</a> on 23 March 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">23 March</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=THAICOM+8+Mission+in+Photos&rft.pub=SpaceX&rft_id=https%3A%2F%2Fwww.spacex.com%2Fnews%2F2016%2F05%2F27%2Fthaicom-8-mission-photos&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-144"><span class="mw-cite-backlink"><b><a href="#cite_ref-144">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.satbeams.com/satellites?id=2621">"Satbeams:ABS2A"</a>. Satbeams<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Satbeams%3AABS2A&rft.pub=Satbeams&rft_id=https%3A%2F%2Fwww.satbeams.com%2Fsatellites%3Fid%3D2621&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-145"><span class="mw-cite-backlink"><b><a href="#cite_ref-145">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.satbeams.com/satellites?id=2648">"Satbeams:Eutelsat 117 West B"</a>. Satbeams<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Satbeams%3AEutelsat+117+West+B&rft.pub=Satbeams&rft_id=https%3A%2F%2Fwww.satbeams.com%2Fsatellites%3Fid%3D2648&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-146"><span class="mw-cite-backlink"><b><a href="#cite_ref-146">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@elonmusk (15 June 2016). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/743097337782763521">"Looks like thrust was low on 1 of 3 landing engines. High g landings v sensitive to all engines operating at max"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Looks+like+thrust+was+low+on+1+of+3+landing+engines.+High+g+landings+v+sensitive+to+all+engines+operating+at+max.&rft.date=2016-06-15&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F743097337782763521&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-147"><span class="mw-cite-backlink"><b><a href="#cite_ref-147">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@elonmusk (16 June 2016). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/743602894226653184">"Looks like early liquid oxygen depletion caused engine shutdown just above the deck"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Looks+like+early+liquid+oxygen+depletion+caused+engine+shutdown+just+above+the+deck&rft.date=2016-06-16&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F743602894226653184&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spn-20160224-148"><span class="mw-cite-backlink">^ <a href="#cite_ref-spn-20160224_148-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spn-20160224_148-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-spn-20160224_148-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-spn-20160224_148-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-spn-20160224_148-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-spn-20160224_148-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-spn-20160224_148-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-spn-20160224_148-7"><sup><i><b>h</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFde_Selding2016" class="citation news cs1">de Selding, Peter B. (24 February 2016). <a rel="nofollow" class="external text" href="http://spacenews.com/spacex-wins-5-new-space-station-cargo-missions-in-nasa-contract-estimated-at-700-million/">"SpaceX wins 5 new space station cargo missions in NASA contract estimated at US$700 million"</a>. SpaceNews. Slide shows yearly breakdown of NASA missions from 2016 to 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">25 February</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+wins+5+new+space+station+cargo+missions+in+NASA+contract+estimated+at+US%24700+million&rft.pages=Slide+shows+yearly+breakdown+of+NASA+missions+from+2016+to+2021.&rft.date=2016-02-24&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-wins-5-new-space-station-cargo-missions-in-nasa-contract-estimated-at-700-million%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-149"><span class="mw-cite-backlink"><b><a href="#cite_ref-149">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.nasa.gov/sites/default/files/atoms/files/spacex_crs-9_mission_overview2.pdf">"SpaceX CRS-9 Mission Overview"</a> <span class="cs1-format">(PDF)</span>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+CRS-9+Mission+Overview&rft.pub=NASA&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Fatoms%2Ffiles%2Fspacex_crs-9_mission_overview2.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-150"><span class="mw-cite-backlink"><b><a href="#cite_ref-150">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2016" class="citation news cs1">Clark, Stephen (18 July 2016). <a rel="nofollow" class="external text" href="http://spaceflightnow.com/2016/07/18/spacex-sends-supplies-to-space-station-lands-another-falcon-rocket/">"SpaceX sends supplies to space station lands another falcon rocket"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">20 July</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+sends+supplies+to+space+station+lands+another+falcon+rocket&rft.date=2016-07-18&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2F2016%2F07%2F18%2Fspacex-sends-supplies-to-space-station-lands-another-falcon-rocket%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-151"><span class="mw-cite-backlink"><b><a href="#cite_ref-151">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="http://spaceflight101.com/falcon-9-jcsat-16/falcon-9-rocket-lifts-japanese-communications-satellite-aces-high-energy-ocean-landing/">"Falcon 9 Rocket lifts Japanese Communications Satellite, aces high-energy Ocean Landing"</a>. Spaceflight101. 15 August 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+Rocket+lifts+Japanese+Communications+Satellite%2C+aces+high-energy+Ocean+Landing&rft.date=2016-08-15&rft_id=http%3A%2F%2Fspaceflight101.com%2Ffalcon-9-jcsat-16%2Ffalcon-9-rocket-lifts-japanese-communications-satellite-aces-high-energy-ocean-landing%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-153"><span class="mw-cite-backlink"><b><a href="#cite_ref-153">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGodwin2016" class="citation web cs1">Godwin, Curt (1 September 2016). <a rel="nofollow" class="external text" href="http://www.spaceflightinsider.com/organizations/space-exploration-technologies/spacex-set-launch-amos-6-tropical-storm-hermine-looms/">"SpaceX set to launch heaviest payload to date as Tropical Storm Hermine looms"</a>. SpaceFlight Insider<span class="reference-accessdate">. Retrieved <span class="nowrap">31 March</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+set+to+launch+heaviest+payload+to+date+as+Tropical+Storm+Hermine+looms&rft.pub=SpaceFlight+Insider&rft.date=2016-09-01&rft.aulast=Godwin&rft.aufirst=Curt&rft_id=http%3A%2F%2Fwww.spaceflightinsider.com%2Forganizations%2Fspace-exploration-technologies%2Fspacex-set-launch-amos-6-tropical-storm-hermine-looms%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-154"><span class="mw-cite-backlink"><b><a href="#cite_ref-154">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFde_Selding,_Peter_B._[@pbdes]2016" class="citation web cs1">de Selding, Peter B. [@pbdes] (26 January 2016). <a rel="nofollow" class="external text" href="https://twitter.com/pbdes/status/691860110751240192">"Spacecom of Israel: SpaceX confirms our Amos-6 satellite, included our Ku- and Facebook/Eutelsat Ka-band for 4.0\xc2\xb0 west, to launch in May on Falcon 9"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Spacecom+of+Israel%3A+SpaceX+confirms+our+Amos-6+satellite%2C+included+our+Ku-+and+Facebook%2FEutelsat+Ka-band+for+4.0%C2%B0+west%2C+to+launch+in+May+on+Falcon+9.&rft.date=2016-01-26&rft.au=de+Selding%2C+Peter+B.+%5B%40pbdes%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fpbdes%2Fstatus%2F691860110751240192&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-155"><span class="mw-cite-backlink"><b><a href="#cite_ref-155">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFMalik2016" class="citation news cs1">Malik, Tariq (1 September 2016). <a rel="nofollow" class="external text" href="http://www.space.com/33929-spacex-falcon-9-rocket-explodes-on-launch-pad.html">"SpaceX Falcon 9 Rocket Explodes on Launch Pad in Florida"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">1 September</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Falcon+9+Rocket+Explodes+on+Launch+Pad+in+Florida&rft.date=2016-09-01&rft.aulast=Malik&rft.aufirst=Tariq&rft_id=http%3A%2F%2Fwww.space.com%2F33929-spacex-falcon-9-rocket-explodes-on-launch-pad.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-156"><span class="mw-cite-backlink"><b><a href="#cite_ref-156">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@SpaceX (1 September 2016). <a rel="nofollow" class="external text" href="https://twitter.com/SpaceX/status/771395212304277504">"Update on this morning\'s anomaly"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Update+on+this+morning%27s+anomaly&rft.date=2016-09-01&rft.au=%40SpaceX&rft_id=https%3A%2F%2Ftwitter.com%2FSpaceX%2Fstatus%2F771395212304277504&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-auto1-157"><span class="mw-cite-backlink">^ <a href="#cite_ref-auto1_157-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-auto1_157-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20200519183949/https://www.spacex.com/news/2016/09/01/anomaly-updates">"January 2 Anomaly Updates"</a>. SpaceX. 2 January 2017. Archived from <a rel="nofollow" class="external text" href="http://www.spacex.com/news/2016/09/01/anomaly-updates">the original</a> on 19 May 2020.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=January+2+Anomaly+Updates&rft.pub=SpaceX&rft.date=2017-01-02&rft_id=http%3A%2F%2Fwww.spacex.com%2Fnews%2F2016%2F09%2F01%2Fanomaly-updates&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-158"><span class="mw-cite-backlink"><b><a href="#cite_ref-158">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_chr/lau2017.htm">"Orbital Launches of 2017"</a>. Gunters space page<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Orbital+Launches+of+2017&rft.pub=Gunters+space+page&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_chr%2Flau2017.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-NSF-2017-01-17-159"><span class="mw-cite-backlink"><b><a href="#cite_ref-NSF-2017-01-17_159-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFChris_Bergin2017" class="citation news cs1">Chris Bergin (17 January 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/01/landed-falcon-9-booster-los-angeles/">"Landed Falcon 9 booster sails into Los Angeles"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Landed+Falcon+9+booster+sails+into+Los+Angeles&rft.date=2017-01-17&rft.au=Chris+Bergin&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F01%2Flanded-falcon-9-booster-los-angeles%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sdc20100616-160"><span class="mw-cite-backlink">^ <a href="#cite_ref-sdc20100616_160-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sdc20100616_160-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sdc20100616_160-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-sdc20100616_160-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-sdc20100616_160-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-sdc20100616_160-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-sdc20100616_160-6"><sup><i><b>g</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFMoskowitz2010" class="citation news cs1">Moskowitz, Clara (16 June 2010). <a rel="nofollow" class="external text" href="http://www.space.com/8611-largest-commercial-rocket-launch-deal-signed-spacex.html">"Largest Commercial Rocket Launch Deal Ever Signed by SpaceX"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">6 March</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Largest+Commercial+Rocket+Launch+Deal+Ever+Signed+by+SpaceX&rft.date=2010-06-16&rft.aulast=Moskowitz&rft.aufirst=Clara&rft_id=http%3A%2F%2Fwww.space.com%2F8611-largest-commercial-rocket-launch-deal-signed-spacex.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-161"><span class="mw-cite-backlink"><b><a href="#cite_ref-161">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGraham2017" class="citation web cs1">Graham, William (13 January 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/01/spacex-return-to-flight-iridium-next-launch/">"SpaceX Returns To Flight with Iridium NEXT launch \xe2\x80\x93 and landing"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">4 February</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Returns+To+Flight+with+Iridium+NEXT+launch+%E2%80%93+and+landing&rft.pub=NASASpaceFlight.com&rft.date=2017-01-13&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F01%2Fspacex-return-to-flight-iridium-next-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-162"><span class="mw-cite-backlink"><b><a href="#cite_ref-162">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@SpaceX (14 January 2017). <a rel="nofollow" class="external text" href="https://twitter.com/SpaceX/status/820330549529047040">"First stage has landed on Just Read the Instructions"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=First+stage+has+landed+on+Just+Read+the+Instructions&rft.date=2017-01-14&rft.au=%40SpaceX&rft_id=https%3A%2F%2Ftwitter.com%2FSpaceX%2Fstatus%2F820330549529047040&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-IridiumridesharePR-163"><span class="mw-cite-backlink">^ <a href="#cite_ref-IridiumridesharePR_163-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-IridiumridesharePR_163-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation pressrelease cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20170204151829/http://investor.iridium.com/releasedetail.cfm?ReleaseID=1009711">"Iridium Adds Eighth Launch with SpaceX for Satellite Rideshare with NASA/GFZ (NASDAQ:IRDM)"</a> (Press release). Iridium. 31 January 2017. Archived from <a rel="nofollow" class="external text" href="http://investor.iridium.com/releasedetail.cfm?ReleaseID=1009711">the original</a> on 4 February 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">4 February</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Iridium+Adds+Eighth+Launch+with+SpaceX+for+Satellite+Rideshare+with+NASA%2FGFZ+%28NASDAQ%3AIRDM%29&rft.pub=Iridium&rft.date=2017-01-31&rft_id=http%3A%2F%2Finvestor.iridium.com%2Freleasedetail.cfm%3FReleaseID%3D1009711&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sfn-164"><span class="mw-cite-backlink"><b><a href="#cite_ref-sfn_164-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2015" class="citation news cs1">Clark, Stephen (10 November 2015). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20160114123725/http://spaceflightnow.com/2015/11/10/radio-bug-to-keep-new-iridium-satellites-grounded-until-april/">"Radio bug to keep new Iridium satellites grounded until April"</a>. Spaceflight Now. Archived from <a rel="nofollow" class="external text" href="http://spaceflightnow.com/2015/11/10/radio-bug-to-keep-new-iridium-satellites-grounded-until-april/">the original</a> on 14 January 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">6 January</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Radio+bug+to+keep+new+Iridium+satellites+grounded+until+April&rft.date=2015-11-10&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2F2015%2F11%2F10%2Fradio-bug-to-keep-new-iridium-satellites-grounded-until-april%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-165"><span class="mw-cite-backlink"><b><a href="#cite_ref-165">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFde_Selding2017" class="citation web cs1">de Selding, Peter B. (2 February 2017). <span class="cs1-lock-subscription" title="Paid subscription required"><a rel="nofollow" class="external text" href="https://www.spaceintelreport.com/iridium">"Iridium"</a></span>. Space Intel Report<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Iridium&rft.pub=Space+Intel+Report&rft.date=2017-02-02&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=https%3A%2F%2Fwww.spaceintelreport.com%2Firidium&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spn-20160225-166"><span class="mw-cite-backlink"><b><a href="#cite_ref-spn-20160225_166-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFde_Selding2016" class="citation news cs1">de Selding, Peter B. (25 February 2016). <a rel="nofollow" class="external text" href="http://spacenews.com/iridium-frustrated-by-russian-red-tape-to-launch-first-10-iridium-next-satellites-with-spacex-in-july/">"Iridium, frustrated by Russian red tape, to launch first 10 Iridium Next satellites with SpaceX in July"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">25 February</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Iridium%2C+frustrated+by+Russian+red+tape%2C+to+launch+first+10+Iridium+Next+satellites+with+SpaceX+in+July&rft.date=2016-02-25&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2Firidium-frustrated-by-russian-red-tape-to-launch-first-10-iridium-next-satellites-with-spacex-in-july%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spn-167"><span class="mw-cite-backlink">^ <a href="#cite_ref-spn_167-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spn_167-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFde_Selding2016" class="citation news cs1">de Selding, Peter B. (15 June 2016). <a rel="nofollow" class="external text" href="http://spacenews.com/iridiums-spacex-launch-slowed-by-vandenberg-bottleneck/">"Iridium\'s SpaceX launch slowed by Vandenberg bottleneck"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">21 June</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Iridium%27s+SpaceX+launch+slowed+by+Vandenberg+bottleneck&rft.date=2016-06-15&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2Firidiums-spacex-launch-slowed-by-vandenberg-bottleneck%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-168"><span class="mw-cite-backlink"><b><a href="#cite_ref-168">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasa.gov/sites/default/files/atoms/files/spacex_crs-10_mission_overview.pdf">"SpaceX CRS-10 mission overview"</a> <span class="cs1-format">(PDF)</span>. <a href="/wiki/NASA" title="NASA">NASA</a><span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+CRS-10+mission+overview&rft.pub=NASA&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Fatoms%2Ffiles%2Fspacex_crs-10_mission_overview.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-:10-169"><span class="mw-cite-backlink">^ <a href="#cite_ref-:10_169-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:10_169-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFPearlman2017" class="citation web cs1">Pearlman, Robert Z. (17 February 2017). <a rel="nofollow" class="external text" href="https://www.space.com/35736-nasa-greatest-space-launches-from-pad-39a.html">"The Milestone Space Missions Launched from NASA\'s Historic Pad 39A"</a>. <i>Space</i>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">17 May</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Space&rft.atitle=The+Milestone+Space+Missions+Launched+from+NASA%27s+Historic+Pad+39A&rft.date=2017-02-17&rft.aulast=Pearlman&rft.aufirst=Robert+Z.&rft_id=https%3A%2F%2Fwww.space.com%2F35736-nasa-greatest-space-launches-from-pad-39a.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-170"><span class="mw-cite-backlink"><b><a href="#cite_ref-170">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSiceloff2017" class="citation web cs1">Siceloff, Steven (19 February 2017). <a rel="nofollow" class="external text" href="https://blogs.nasa.gov/spacex/2017/02/19/nasa-cargo-headed-to-space-station-includes-important-experiments-equipment/">"NASA Cargo Headed to Space Station Includes Important Experiments, Equipment"</a>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">19 February</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Cargo+Headed+to+Space+Station+Includes+Important+Experiments%2C+Equipment&rft.pub=NASA&rft.date=2017-02-19&rft.aulast=Siceloff&rft.aufirst=Steven&rft_id=https%3A%2F%2Fblogs.nasa.gov%2Fspacex%2F2017%2F02%2F19%2Fnasa-cargo-headed-to-space-station-includes-important-experiments-equipment%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-171"><span class="mw-cite-backlink"><b><a href="#cite_ref-171">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation audio-visual cs1"><a rel="nofollow" class="external text" href="https://www.flickr.com/photos/spacex/33094073720/in/photostream/"><i>EchoStar XXIII Launch</i></a> (the number 30 is visible just above the engines). 16 March 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">1 May</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=EchoStar+XXIII+Launch&rft.date=2017-03-16&rft_id=https%3A%2F%2Fwww.flickr.com%2Fphotos%2Fspacex%2F33094073720%2Fin%2Fphotostream%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-172"><span class="mw-cite-backlink"><b><a href="#cite_ref-172">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2017" class="citation web cs1">Clark, Stephen (16 March 2017). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2017/03/16/tv-broadcast-satellite-launched-aboard-falcon-9-rocket/">"TV broadcast satellite launched aboard Falcon 9 rocket"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">17 March</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=TV+broadcast+satellite+launched+aboard+Falcon+9+rocket&rft.pub=Spaceflight+Now&rft.date=2017-03-16&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F03%2F16%2Ftv-broadcast-satellite-launched-aboard-falcon-9-rocket%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-expendable-173"><span class="mw-cite-backlink">^ <a href="#cite_ref-expendable_173-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-expendable_173-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-expendable_173-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-expendable_173-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-expendable_173-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-expendable_173-5"><sup><i><b>f</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_lau_det/falcon-9_v1-2_ex.htm">"Falcon-9 v1.2(ex) (Falcon-9FT(ex))"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">26 June</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon-9+v1.2%28ex%29+%28Falcon-9FT%28ex%29%29&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_lau_det%2Ffalcon-9_v1-2_ex.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spn-echostar-174"><span class="mw-cite-backlink"><b><a href="#cite_ref-spn-echostar_174-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFde_Selding2016" class="citation news cs1">de Selding, Peter B. (24 November 2016). <a rel="nofollow" class="external text" href="http://spacenews.com/echostar-expects-jan-8-or-9-spacex-launch-confronts-brazil-and-eu-deadlines/">"EchoStar expects January 8 or 9 SpaceX launch, confronts Brazil and EU deadlines"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">24 November</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=EchoStar+expects+January+8+or+9+SpaceX+launch%2C+confronts+Brazil+and+EU+deadlines&rft.date=2016-11-24&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2Fechostar-expects-jan-8-or-9-spacex-launch-confronts-brazil-and-eu-deadlines%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-175"><span class="mw-cite-backlink"><b><a href="#cite_ref-175">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2017" class="citation news cs1">Clark, Stephen (13 March 2017). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2017/03/13/photos-falcon-9-booster-minus-landing-legs-and-grid-fins-poised-for-launch/">"Falcon 9 booster minus landing legs and grid fins poised for launch"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+booster+minus+landing+legs+and+grid+fins+poised+for+launch&rft.date=2017-03-13&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F03%2F13%2Fphotos-falcon-9-booster-minus-landing-legs-and-grid-fins-poised-for-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-ses-date-sfn-176"><span class="mw-cite-backlink"><b><a href="#cite_ref-ses-date-sfn_176-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2017" class="citation news cs1">Clark, Stephen (17 January 2017). <a rel="nofollow" class="external text" href="http://spaceflightnow.com/2017/01/17/ses-10-telecom-satellite-in-florida-for-launch-on-reused-spacex-rocket/">"SES 10 telecom satellite in Florida for launch on reused SpaceX rocket"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">18 January</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SES+10+telecom+satellite+in+Florida+for+launch+on+reused+SpaceX+rocket&rft.date=2017-01-17&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2F2017%2F01%2F17%2Fses-10-telecom-satellite-in-florida-for-launch-on-reused-spacex-rocket%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-airbusds-pr20140220-177"><span class="mw-cite-backlink"><b><a href="#cite_ref-airbusds-pr20140220_177-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20170116181004/https://airbusdefenceandspace.com/newsroom/news-and-features/airbus-defence-and-space-signs-a-new-satellite-contract-with-ses/">"Airbus Defence and Space signs a new satellite contract with SES"</a>. <i>airbusdefenceandspace.com</i>. 20 February 2014. Archived from <a rel="nofollow" class="external text" href="https://airbusdefenceandspace.com/newsroom/news-and-features/airbus-defence-and-space-signs-a-new-satellite-contract-with-ses/">the original</a> on 16 January 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">31 August</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=airbusdefenceandspace.com&rft.atitle=Airbus+Defence+and+Space+signs+a+new+satellite+contract+with+SES&rft.date=2014-02-20&rft_id=https%3A%2F%2Fairbusdefenceandspace.com%2Fnewsroom%2Fnews-and-features%2Fairbus-defence-and-space-signs-a-new-satellite-contract-with-ses%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-thevergeflight32-178"><span class="mw-cite-backlink">^ <a href="#cite_ref-thevergeflight32_178-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-thevergeflight32_178-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGrush2017" class="citation news cs1">Grush, Loren (30 March 2017). <a rel="nofollow" class="external text" href="https://www.theverge.com/2017/3/30/15117096/spacex-launch-reusable-rocket-success-falcon-9-landing">"SpaceX makes aerospace history with successful landing of a used rocket"</a>. The Verge<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+makes+aerospace+history+with+successful+landing+of+a+used+rocket&rft.date=2017-03-30&rft.aulast=Grush&rft.aufirst=Loren&rft_id=https%3A%2F%2Fwww.theverge.com%2F2017%2F3%2F30%2F15117096%2Fspacex-launch-reusable-rocket-success-falcon-9-landing&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-179"><span class="mw-cite-backlink"><b><a href="#cite_ref-179">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFMasunaga2016" class="citation news cs1">Masunaga, Samantha (30 August 2016). <a rel="nofollow" class="external text" href="https://www.latimes.com/business/la-fi-spacex-rocket-20160829-snap-story.html">"SpaceX signs first customer for launch of a reused rocket"</a>. <i>The Los Angeles Times</i><span class="reference-accessdate">. Retrieved <span class="nowrap">30 August</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+Los+Angeles+Times&rft.atitle=SpaceX+signs+first+customer+for+launch+of+a+reused+rocket&rft.date=2016-08-30&rft.aulast=Masunaga&rft.aufirst=Samantha&rft_id=https%3A%2F%2Fwww.latimes.com%2Fbusiness%2Fla-fi-spacex-rocket-20160829-snap-story.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-180"><span class="mw-cite-backlink"><b><a href="#cite_ref-180">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFLopatto2017" class="citation news cs1">Lopatto, Elizabeth (30 March 2017). <a rel="nofollow" class="external text" href="https://www.theverge.com/2017/3/30/15132314/spacex-launch-fairing-landing-falcon-9-thruster-parachutes">"SpaceX even landed the nose cone from its historic used Falcon 9 rocket launch"</a>. The Verge<span class="reference-accessdate">. Retrieved <span class="nowrap">31 March</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+even+landed+the+nose+cone+from+its+historic+used+Falcon+9+rocket+launch&rft.date=2017-03-30&rft.aulast=Lopatto&rft.aufirst=Elizabeth&rft_id=https%3A%2F%2Fwww.theverge.com%2F2017%2F3%2F30%2F15132314%2Fspacex-launch-fairing-landing-falcon-9-thruster-parachutes&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-181"><span class="mw-cite-backlink"><b><a href="#cite_ref-181">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGebhardt2017" class="citation web cs1">Gebhardt, Chris (30 March 2017). <a rel="nofollow" class="external text" href="http://forum.nasaspaceflight.com/index.php?topic=42544.msg1661124#msg1661124">"SES-10 with reuse of CRS-8 Booster SN 1021"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">31 March</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SES-10+with+reuse+of+CRS-8+Booster+SN+1021&rft.pub=NASASpaceFlight.com&rft.date=2017-03-30&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=http%3A%2F%2Fforum.nasaspaceflight.com%2Findex.php%3Ftopic%3D42544.msg1661124%23msg1661124&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nrol-76-182"><span class="mw-cite-backlink"><b><a href="#cite_ref-nrol-76_182-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGruss2016" class="citation news cs1">Gruss, Mike (18 May 2016). <a rel="nofollow" class="external text" href="http://spacenews.com/nro-discloses-previously-unannounced-launch-contract-for-spacex/">"NRO discloses previously unannounced launch contract for SpaceX"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>. <q>SpaceX is under contract to launch NROL-76 in March 2017 from Cape Canaveral [...] for a smaller mission.</q></cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=NRO+discloses+previously+unannounced+launch+contract+for+SpaceX&rft.date=2016-05-18&rft.aulast=Gruss&rft.aufirst=Mike&rft_id=http%3A%2F%2Fspacenews.com%2Fnro-discloses-previously-unannounced-launch-contract-for-spacex%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-183"><span class="mw-cite-backlink"><b><a href="#cite_ref-183">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKlotz2017" class="citation news cs1">Klotz, Irene (30 April 2017). <a rel="nofollow" class="external text" href="http://www.space.com/36668-spy-satellite-orbit-spacex-launch-license.html">"Secret U.S. Spy Satellite Heading to Low-Earth Orbit, SpaceX Launch License Shows"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">30 April</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Secret+U.S.+Spy+Satellite+Heading+to+Low-Earth+Orbit%2C+SpaceX+Launch+License+Shows&rft.date=2017-04-30&rft.aulast=Klotz&rft.aufirst=Irene&rft_id=http%3A%2F%2Fwww.space.com%2F36668-spy-satellite-orbit-spacex-launch-license.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-184"><span class="mw-cite-backlink"><b><a href="#cite_ref-184">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBerger2017" class="citation news cs1">Berger, Eric (1 May 2017). <a rel="nofollow" class="external text" href="https://arstechnica.com/science/2017/05/watch-live-spacexs-second-attempt-to-launch-its-first-spy-satellite/">"SpaceX successfully launches its first spy satellite"</a>. Ars Technica<span class="reference-accessdate">. Retrieved <span class="nowrap">1 May</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+successfully+launches+its+first+spy+satellite&rft.date=2017-05-01&rft.aulast=Berger&rft.aufirst=Eric&rft_id=https%3A%2F%2Farstechnica.com%2Fscience%2F2017%2F05%2Fwatch-live-spacexs-second-attempt-to-launch-its-first-spy-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-185"><span class="mw-cite-backlink"><b><a href="#cite_ref-185">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFShalal2015" class="citation web cs1">Shalal, Andrea (26 May 2015). <a rel="nofollow" class="external text" href="https://www.reuters.com/article/us-usa-military-space/u-s-air-force-certifies-spacex-for-national-security-launches-idUSKBN0OB2M020150526">"U.S. Air Force certifies SpaceX for national security launches"</a>. <i>Reuters</i>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Reuters&rft.atitle=U.S.+Air+Force+certifies+SpaceX+for+national+security+launches&rft.date=2015-05-26&rft.aulast=Shalal&rft.aufirst=Andrea&rft_id=https%3A%2F%2Fwww.reuters.com%2Farticle%2Fus-usa-military-space%2Fu-s-air-force-certifies-spacex-for-national-security-launches-idUSKBN0OB2M020150526&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-186"><span class="mw-cite-backlink"><b><a href="#cite_ref-186">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFWhitwam2017" class="citation web cs1">Whitwam, Ryan (1 May 2017). <a rel="nofollow" class="external text" href="https://www.extremetech.com/extreme/248573-spacex-launches-spy-satellite-streams-full-falcon-9-landing">"SpaceX Launches Spy Satellite, Streams Full Falcon 9 Landing"</a>. ExtremeTech<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Launches+Spy+Satellite%2C+Streams+Full+Falcon+9+Landing&rft.pub=ExtremeTech&rft.date=2017-05-01&rft.aulast=Whitwam&rft.aufirst=Ryan&rft_id=https%3A%2F%2Fwww.extremetech.com%2Fextreme%2F248573-spacex-launches-spy-satellite-streams-full-falcon-9-landing&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-187"><span class="mw-cite-backlink"><b><a href="#cite_ref-187">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBergin2017" class="citation news cs1">Bergin, Chris (3 May 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/05/spacex-launch-cadence-new-goals/">"SpaceX improving launch cadence, testing new goals"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">5 May</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+improving+launch+cadence%2C+testing+new+goals&rft.date=2017-05-03&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F05%2Fspacex-launch-cadence-new-goals%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spacenews20140702-188"><span class="mw-cite-backlink"><b><a href="#cite_ref-spacenews20140702_188-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFde_Selding2014" class="citation web cs1">de Selding, Peter B. (2 July 2014). <a rel="nofollow" class="external text" href="http://www.spacenews.com/article/launch-report/41121inmarsat-books-falcon-heavy-for-up-to-three-launches">"Inmarsat Books Falcon Heavy for up to Three Launches"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">6 August</span> 2014</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Inmarsat+Books+Falcon+Heavy+for+up+to+Three+Launches&rft.pub=SpaceNews&rft.date=2014-07-02&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fwww.spacenews.com%2Farticle%2Flaunch-report%2F41121inmarsat-books-falcon-heavy-for-up-to-three-launches&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-gunter-inmarsat5-189"><span class="mw-cite-backlink"><b><a href="#cite_ref-gunter-inmarsat5_189-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_sdat/inmarsat-5.htm">"Inmarsat-5 F1, 2, 3, 4"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">16 April</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Inmarsat-5+F1%2C+2%2C+3%2C+4&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Finmarsat-5.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sn-190"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn_190-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFde_Selding2016" class="citation news cs1">de Selding, Peter B. (3 November 2016). <a rel="nofollow" class="external text" href="http://spacenews.com/inmarsat-juggling-two-launches-says-spacex-to-return-to-flight-in-december/">"Inmarsat, juggling two launches, says SpaceX to return to flight in December"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Inmarsat%2C+juggling+two+launches%2C+says+SpaceX+to+return+to+flight+in+December&rft.date=2016-11-03&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2Finmarsat-juggling-two-launches-says-spacex-to-return-to-flight-in-december%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-191"><span class="mw-cite-backlink"><b><a href="#cite_ref-191">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.universetoday.com/tag/inmarsat-5-f4/">"Digital Society Boosted by Stunning SpaceX Launch Delivering Inmarsat Mobile Broadband Satellite to Orbit"</a>. <i>universetoday.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=universetoday.com&rft.atitle=Digital+Society+Boosted+by+Stunning+SpaceX+Launch+Delivering+Inmarsat+Mobile+Broadband+Satellite+to+Orbit&rft_id=https%3A%2F%2Fwww.universetoday.com%2Ftag%2Finmarsat-5-f4%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-192"><span class="mw-cite-backlink"><b><a href="#cite_ref-192">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark" class="citation web cs1">Clark, Stephen. <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2017/05/16/fourth-satellite-for-inmarsats-global-broadband-network-launched-by-spacex/">"Fourth satellite for Inmarsat\'s global broadband network launched by SpaceX"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">25 March</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Fourth+satellite+for+Inmarsat%27s+global+broadband+network+launched+by+SpaceX&rft.pub=Spaceflight+Now&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F05%2F16%2Ffourth-satellite-for-inmarsats-global-broadband-network-launched-by-spacex%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20170528-193"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20170528_193-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20170528_193-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGebhardt2017" class="citation news cs1">Gebhardt, Chris (28 May 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/05/spacex-static-fire-crs-11-falcon-9/">"SpaceX static fires CRS-11 Falcon 9 Sunday ahead of ISS mission"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">30 May</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+static+fires+CRS-11+Falcon+9+Sunday+ahead+of+ISS+mission&rft.date=2017-05-28&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F05%2Fspacex-static-fire-crs-11-falcon-9%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-194"><span class="mw-cite-backlink"><b><a href="#cite_ref-194">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2017" class="citation web cs1">Clark, Stephen (3 June 2017). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2017/06/03/cargo-manifest-for-spacexs-11th-resupply-mission-to-the-space-station/">"Cargo manifest for SpaceX\'s 11th resupply mission to the space station"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Cargo+manifest+for+SpaceX%27s+11th+resupply+mission+to+the+space+station&rft.pub=Spaceflight+Now&rft.date=2017-06-03&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F06%2F03%2Fcargo-manifest-for-spacexs-11th-resupply-mission-to-the-space-station%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nasa-nicer-manifest-195"><span class="mw-cite-backlink"><b><a href="#cite_ref-nasa-nicer-manifest_195-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://heasarc.gsfc.nasa.gov/docs/nicer/">"The Neutron star Interior Composition ExploreR Mission"</a>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">26 February</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+Neutron+star+Interior+Composition+ExploreR+Mission&rft.pub=NASA&rft_id=https%3A%2F%2Fheasarc.gsfc.nasa.gov%2Fdocs%2Fnicer%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-196"><span class="mw-cite-backlink"><b><a href="#cite_ref-196">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.nasa.gov/mission_pages/station/research/experiments/1282.html">"Multiple User System for Earth Sensing Facility (MUSES)"</a>. NASA. 29 June 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">26 August</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Multiple+User+System+for+Earth+Sensing+Facility+%28MUSES%29&rft.pub=NASA&rft.date=2016-06-29&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fmission_pages%2Fstation%2Fresearch%2Fexperiments%2F1282.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-197"><span class="mw-cite-backlink"><b><a href="#cite_ref-197">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.nasa.gov/mission_pages/station/research/experiments/2139.html">"Roll-Out Solar Array"</a>. NASA. 18 August 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">26 August</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Roll-Out+Solar+Array&rft.pub=NASA&rft.date=2016-08-18&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fmission_pages%2Fstation%2Fresearch%2Fexperiments%2F2139.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-workshop-matsew20160517-198"><span class="mw-cite-backlink">^ <a href="#cite_ref-workshop-matsew20160517_198-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-workshop-matsew20160517_198-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-workshop-matsew20160517_198-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKenolLove2016" class="citation conference cs1">Kenol, Jules; Love, John (17 May 2016). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20160816035139/http://www.asi.it/sites/default/files/attach/evento/material_science_workshop_italy_version2.pdf"><i>Research Capability of ISS for a Wide Spectrum of Science Disciplines, Including Materials Science</i></a> <span class="cs1-format">(PDF)</span>. Materials in the Space Environment Workshop, Italian Space Agency, Rome. NASA. p. 33. Archived from <a rel="nofollow" class="external text" href="http://www.asi.it/sites/default/files/attach/evento/material_science_workshop_italy_version2.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 16 August 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">26 August</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=conference&rft.btitle=Research+Capability+of+ISS+for+a+Wide+Spectrum+of+Science+Disciplines%2C+Including+Materials+Science&rft.pages=33&rft.pub=NASA&rft.date=2016-05-17&rft.aulast=Kenol&rft.aufirst=Jules&rft.au=Love%2C+John&rft_id=http%3A%2F%2Fwww.asi.it%2Fsites%2Fdefault%2Ffiles%2Fattach%2Fevento%2Fmaterial_science_workshop_italy_version2.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-199"><span class="mw-cite-backlink"><b><a href="#cite_ref-199">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGebhardt2017" class="citation news cs1">Gebhardt, Chris (5 June 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/06/spacexs-crs-11-dragon-station-arrival/">"SpaceX\'s CRS-11 Dragon captured by Station for a second time"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">5 June</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX%27s+CRS-11+Dragon+captured+by+Station+for+a+second+time&rft.date=2017-06-05&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F06%2Fspacexs-crs-11-dragon-station-arrival%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-dragon-reuse-200"><span class="mw-cite-backlink"><b><a href="#cite_ref-dragon-reuse_200-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFFoust2016" class="citation news cs1">Foust, Jeff (14 October 2016). <a rel="nofollow" class="external text" href="http://spacenews.com/spacex-to-reuse-dragon-capsules-on-cargo-missions/">"SpaceX to reuse Dragon capsules on cargo missions"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+to+reuse+Dragon+capsules+on+cargo+missions&rft.date=2016-10-14&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-to-reuse-dragon-capsules-on-cargo-missions%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-201"><span class="mw-cite-backlink"><b><a href="#cite_ref-201">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGebhardt2017" class="citation web cs1">Gebhardt, Chris (5 June 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/06/spacexs-crs-11-dragon-station-arrival/">"SpaceX\'s CRS-11 Dragon captured by Station for a second time"</a>. NASASpaceFlight.com.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX%27s+CRS-11+Dragon+captured+by+Station+for+a+second+time&rft.pub=NASASpaceFlight.com&rft.date=2017-06-05&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F06%2Fspacexs-crs-11-dragon-station-arrival%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Amsat-202"><span class="mw-cite-backlink"><b><a href="#cite_ref-Amsat_202-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://amsat-uk.org/2017/07/07/birds-1-cubesats-deployed/">"BIRDS-1 constellation of five CubeSats deployed"</a>. AMSAT-UK. 7 July 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">8 July</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=BIRDS-1+constellation+of+five+CubeSats+deployed&rft.pub=AMSAT-UK&rft.date=2017-07-07&rft_id=https%3A%2F%2Famsat-uk.org%2F2017%2F07%2F07%2Fbirds-1-cubesats-deployed%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sfn-20170505-203"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfn-20170505_203-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfn-20170505_203-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sfn-20170505_203-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2017" class="citation news cs1">Clark, Stephen (5 May 2017). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2017/05/05/bulgarias-first-communications-satellite-to-ride-spacexs-second-reused-rocket/">"Bulgaria\'s first communications satellite to ride SpaceX\'s second reused rocket"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">5 May</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Bulgaria%27s+first+communications+satellite+to+ride+SpaceX%27s+second+reused+rocket&rft.date=2017-05-05&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F05%2F05%2Fbulgarias-first-communications-satellite-to-ride-spacexs-second-reused-rocket%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-ssloral20140908-204"><span class="mw-cite-backlink"><b><a href="#cite_ref-ssloral20140908_204-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.sslmda.com/html/pressreleases/pr20140908b.html">"SSL Selected To Provide Direct Broadcast Satellite To Bulgaria Satellite"</a>. Space Systems/Loral. 8 September 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">9 September</span> 2014</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SSL+Selected+To+Provide+Direct+Broadcast+Satellite+To+Bulgaria+Satellite&rft.pub=Space+Systems%2FLoral&rft.date=2014-09-08&rft_id=http%3A%2F%2Fwww.sslmda.com%2Fhtml%2Fpressreleases%2Fpr20140908b.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-205"><span class="mw-cite-backlink"><b><a href="#cite_ref-205">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_sdat/bulgariasat-1.htm">"BulgariaSat 1"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">5 June</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=BulgariaSat+1&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fbulgariasat-1.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20170624-206"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf-20170624_206-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGraham2017" class="citation news cs1">Graham, William (24 June 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/06/spacex-falcon-9-iridium-next-2-launch/">"SpaceX Doubleheader Part 2 \xe2\x80\x93 Falcon 9 conducts Iridium NEXT-2 launch"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">3 July</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Doubleheader+Part+2+%E2%80%93+Falcon+9+conducts+Iridium+NEXT-2+launch&rft.date=2017-06-24&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F06%2Fspacex-falcon-9-iridium-next-2-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-207"><span class="mw-cite-backlink"><b><a href="#cite_ref-207">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFFoust2017" class="citation web cs1">Foust, Jeff (25 June 2017). <a rel="nofollow" class="external text" href="http://spacenews.com/spacex-launches-second-batch-of-iridium-satellites/">"SpaceX launches second batch of Iridium satellites"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+second+batch+of+Iridium+satellites&rft.pub=SpaceNews&rft.date=2017-06-25&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-launches-second-batch-of-iridium-satellites%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20170629-208"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf-20170629_208-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBergin2017" class="citation news cs1">Bergin, Chris (29 June 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/06/spacex-returns-boosters-third-static-fire-test/">"SpaceX returns two boosters, fires up a third for Static Fire test"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">2 July</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+returns+two+boosters%2C+fires+up+a+third+for+Static+Fire+test&rft.date=2017-06-29&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F06%2Fspacex-returns-boosters-third-static-fire-test%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sfn-20160830-209"><span class="mw-cite-backlink"><b><a href="#cite_ref-sfn-20160830_209-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2016" class="citation web cs1">Clark, Stephen (30 August 2016). <a rel="nofollow" class="external text" href="http://spaceflightnow.com/2016/08/30/ses-agrees-to-launch-satellite-on-flight-proven-falcon-9-rocket/">"SES agrees to launch satellite on "flight-proven" Falcon 9 rocket"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SES+agrees+to+launch+satellite+on+%22flight-proven%22+Falcon+9+rocket&rft.pub=Spaceflight+Now&rft.date=2016-08-30&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2F2016%2F08%2F30%2Fses-agrees-to-launch-satellite-on-flight-proven-falcon-9-rocket%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-210"><span class="mw-cite-backlink"><b><a href="#cite_ref-210">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2017" class="citation web cs1">Clark, Stephen (29 June 2017). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2017/06/29/falcon-9-intelsat-35e-launch-preps/">"Live coverage: SpaceX\'s next Falcon 9 rocket set for launch Sunday"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Live+coverage%3A+SpaceX%27s+next+Falcon+9+rocket+set+for+launch+Sunday&rft.pub=Spaceflight+Now&rft.date=2017-06-29&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F06%2F29%2Ffalcon-9-intelsat-35e-launch-preps%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-211"><span class="mw-cite-backlink"><b><a href="#cite_ref-211">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFEvans2017" class="citation web cs1">Evans, Ben (5 July 2017). <a rel="nofollow" class="external text" href="http://www.americaspace.com/2017/07/05/third-times-a-charm-as-spacex-launches-10th-mission-of-2017-with-intelsat-35e/">"Third Time\'s a Charm as SpaceX Launches 10th Mission of 2017 with Intelsat 35e"</a>. AmericaSpace.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Third+Time%27s+a+Charm+as+SpaceX+Launches+10th+Mission+of+2017+with+Intelsat+35e&rft.pub=AmericaSpace&rft.date=2017-07-05&rft.aulast=Evans&rft.aufirst=Ben&rft_id=http%3A%2F%2Fwww.americaspace.com%2F2017%2F07%2F05%2Fthird-times-a-charm-as-spacex-launches-10th-mission-of-2017-with-intelsat-35e%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-gunter-falcon-ex-212"><span class="mw-cite-backlink"><b><a href="#cite_ref-gunter-falcon-ex_212-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_lau_det/falcon-9_v1-2_ex.htm">"Falcon-9 v1.2(ex) (Falcon(ex))"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">16 April</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon-9+v1.2%28ex%29+%28Falcon%28ex%29%29&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_lau_det%2Ffalcon-9_v1-2_ex.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-213"><span class="mw-cite-backlink"><b><a href="#cite_ref-213">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@elonmusk (6 July 2017). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/882761133177790464">"Thanks @INTELSAT! Really proud of the rocket and SpaceX team today. Minimum apogee requirement was 28,000 km, Falcon 9 achieved 43,000 km"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">7 July</span> 2017</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Thanks+%40INTELSAT%21+Really+proud+of+the+rocket+and+SpaceX+team+today.+Minimum+apogee+requirement+was+28%2C000+km%2C+Falcon+9+achieved+43%2C000+km.&rft.date=2017-07-06&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F882761133177790464&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-214"><span class="mw-cite-backlink"><b><a href="#cite_ref-214">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://space.skyrocket.de/cgi-bin/search.pl">"Comparing masses of all Intelsat satellites, Intelsat 35e is the heaviest with 6761 kg"</a>. <i>Gunter\'s Space Page</i><span class="reference-accessdate">. Retrieved <span class="nowrap">16 August</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Gunter%27s+Space+Page&rft.atitle=Comparing+masses+of+all+Intelsat+satellites%2C+Intelsat+35e+is+the+heaviest+with+6761+kg&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fcgi-bin%2Fsearch.pl&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20170814-215"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20170814_215-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20170814_215-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGraham2017" class="citation news cs1">Graham, William (14 August 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/08/spacex-falcon-9-launch-crs-12-dragon-mission-iss/">"SpaceX Falcon 9 launches CRS-12 Dragon mission to the ISS"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">14 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Falcon+9+launches+CRS-12+Dragon+mission+to+the+ISS&rft.date=2017-08-14&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F08%2Fspacex-falcon-9-launch-crs-12-dragon-mission-iss%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20170726-216"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf-20170726_216-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGebhardt2017" class="citation news cs1">Gebhardt, Chris (26 July 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/07/tdrs-priority-crs-12-dragon-launch-dates-realign/">"TDRS-M given priority over CRS-12 Dragon as launch dates realign"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">26 July</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=TDRS-M+given+priority+over+CRS-12+Dragon+as+launch+dates+realign&rft.date=2017-07-26&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F07%2Ftdrs-priority-crs-12-dragon-launch-dates-realign%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20170819-217"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf-20170819_217-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGebhardt2017" class="citation news cs1">Gebhardt, Chris (19 August 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/08/spacex-static-fire-formosat-5-falcon-9-asds-landing/">"SpaceX static fire Formosat-5 Falcon 9, aims for another ASDS landing"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">20 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+static+fire+Formosat-5+Falcon+9%2C+aims+for+another+ASDS+landing&rft.date=2017-08-19&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F08%2Fspacex-static-fire-formosat-5-falcon-9-asds-landing%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-eoportal-formosat5-218"><span class="mw-cite-backlink"><b><a href="#cite_ref-eoportal-formosat5_218-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://directory.eoportal.org/web/eoportal/satellite-missions/f/formosat-5#launch">"FormoSat-5"</a>. European Space Agency<span class="reference-accessdate">. Retrieved <span class="nowrap">16 February</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=FormoSat-5&rft.pub=European+Space+Agency&rft_id=https%3A%2F%2Fdirectory.eoportal.org%2Fweb%2Feoportal%2Fsatellite-missions%2Ff%2Fformosat-5%23launch&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Formosat5_homepage-219"><span class="mw-cite-backlink"><b><a href="#cite_ref-Formosat5_homepage_219-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.nspo.narl.org.tw/en2016/projects/FORMOSAT-5/program-description.html">"Formosat 5 program description"</a>. National Space Organization<span class="reference-accessdate">. Retrieved <span class="nowrap">3 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Formosat+5+program+description&rft.pub=National+Space+Organization&rft_id=http%3A%2F%2Fwww.nspo.narl.org.tw%2Fen2016%2Fprojects%2FFORMOSAT-5%2Fprogram-description.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span><sup class="noprint Inline-Template"><span style="white-space: nowrap;">[<i><a href="/wiki/Wikipedia:Link_rot" title="Wikipedia:Link rot"><span title=" Dead link since February 2021">permanent dead link</span></a></i>]</span></sup></span>\n</li>\n<li id="cite_note-gunter-formosat5-220"><span class="mw-cite-backlink"><b><a href="#cite_ref-gunter-formosat5_220-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_sdat/formosat-5.htm">"Formosat-5"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">24 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Formosat-5&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fformosat-5.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-221"><span class="mw-cite-backlink"><b><a href="#cite_ref-221">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20170303124033/http://www.spaceflight.com/message-spaceflight-president-curt-blake-formasat-5sherpa-launch/">"A Message from Spaceflight President Curt Blake on the FormaSat-5/SHERPA launch"</a>. Spaceflight.com. 2 March 2017. Archived from <a rel="nofollow" class="external text" href="http://www.spaceflight.com/message-spaceflight-president-curt-blake-formasat-5sherpa-launch/">the original</a> on 3 March 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">2 March</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=A+Message+from+Spaceflight+President+Curt+Blake+on+the+FormaSat-5%2FSHERPA+launch&rft.date=2017-03-02&rft_id=http%3A%2F%2Fwww.spaceflight.com%2Fmessage-spaceflight-president-curt-blake-formasat-5sherpa-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-222"><span class="mw-cite-backlink"><b><a href="#cite_ref-222">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSeemangal2017" class="citation web cs1">Seemangal, Robin (24 August 2017). <a rel="nofollow" class="external text" href="https://www.wired.com/story/spacex-will-lose-millions-on-its-taiwanese-satellite-launch/">"SpaceX Will Lose Millions on Its Taiwanese Satellite Launch"</a>. <i>Wired</i>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Wired&rft.atitle=SpaceX+Will+Lose+Millions+on+Its+Taiwanese+Satellite+Launch&rft.date=2017-08-24&rft.aulast=Seemangal&rft.aufirst=Robin&rft_id=https%3A%2F%2Fwww.wired.com%2Fstory%2Fspacex-will-lose-millions-on-its-taiwanese-satellite-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-223"><span class="mw-cite-backlink"><b><a href="#cite_ref-223">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2017" class="citation web cs1">Clark, Stephen (7 September 2017). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2017/09/07/spacex-beats-hurricane-with-smooth-launch-of-militarys-x-37b-spaceplane/">"SpaceX beats hurricane with smooth launch of military\'s X-37B spaceplane"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">7 September</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+beats+hurricane+with+smooth+launch+of+military%27s+X-37B+spaceplane&rft.pub=Spaceflight+Now&rft.date=2017-09-07&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F09%2F07%2Fspacex-beats-hurricane-with-smooth-launch-of-militarys-x-37b-spaceplane%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-224"><span class="mw-cite-backlink"><b><a href="#cite_ref-224">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFRichardson2017" class="citation web cs1">Richardson, Derek (6 September 2017). <a rel="nofollow" class="external text" href="http://www.spaceflightinsider.com/organizations/space-exploration-technologies/x-37b-set-first-launch-atop-spacex-falcon-9/">"As Hurricane Irma looms, X-37B poised for first flight atop SpaceX Falcon 9"</a>. Spaceflight Insider<span class="reference-accessdate">. Retrieved <span class="nowrap">7 September</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=As+Hurricane+Irma+looms%2C+X-37B+poised+for+first+flight+atop+SpaceX+Falcon+9&rft.pub=Spaceflight+Insider&rft.date=2017-09-06&rft.aulast=Richardson&rft.aufirst=Derek&rft_id=http%3A%2F%2Fwww.spaceflightinsider.com%2Forganizations%2Fspace-exploration-technologies%2Fx-37b-set-first-launch-atop-spacex-falcon-9%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-cnbc_2017_06_06-225"><span class="mw-cite-backlink"><b><a href="#cite_ref-cnbc_2017_06_06_225-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20170607023011/https://www.cnbc.com/2017/06/06/spacex-launches-us-air-force-x-37b-space-plane.html">"SpaceX wins launch of U.S. Air Force X-37B space plane"</a>. CNBC. 6 June 2017. Archived from <a rel="nofollow" class="external text" href="https://www.cnbc.com/2017/06/06/spacex-launches-us-air-force-x-37b-space-plane.html">the original</a> on 7 June 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">7 June</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+wins+launch+of+U.S.+Air+Force+X-37B+space+plane&rft.date=2017-06-06&rft_id=https%3A%2F%2Fwww.cnbc.com%2F2017%2F06%2F06%2Fspacex-launches-us-air-force-x-37b-space-plane.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20170607-226"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf-20170607_226-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGebhardt2017" class="citation news cs1">Gebhardt, Chris (7 June 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/06/bulgariasat-launch-spacex-secures-x-37b-contract/">"Bulgariasat launch realigns; SpaceX secures X-37B launch contract"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">9 July</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Bulgariasat+launch+realigns%3B+SpaceX+secures+X-37B+launch+contract&rft.date=2017-06-07&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F06%2Fbulgariasat-launch-spacex-secures-x-37b-contract%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20170925-227"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20170925_227-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20170925_227-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-nsf-20170925_227-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBergin2017" class="citation news cs1">Bergin, Chris (25 September 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/09/spacex-realign-manifest-double-launch-salvo/">"SpaceX realign near-term manifest ahead of double launch salvo"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">3 October</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+realign+near-term+manifest+ahead+of+double+launch+salvo&rft.date=2017-09-25&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F09%2Fspacex-realign-manifest-double-launch-salvo%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-ses11-reuse-228"><span class="mw-cite-backlink">^ <a href="#cite_ref-ses11-reuse_228-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-ses11-reuse_228-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2017" class="citation news cs1">Clark, Stephen (4 August 2017). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2017/08/04/ses-agrees-to-launch-another-satellite-on-a-previously-flown-falcon-9-booster/">"SES agrees to launch another satellite on previously-flown Falcon 9 booster"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">4 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SES+agrees+to+launch+another+satellite+on+previously-flown+Falcon+9+booster&rft.date=2017-08-04&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F08%2F04%2Fses-agrees-to-launch-another-satellite-on-a-previously-flown-falcon-9-booster%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-229"><span class="mw-cite-backlink"><b><a href="#cite_ref-229">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2017" class="citation web cs1">Clark, Stephen (12 October 2017). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2017/10/12/spacex-launches-its-15th-mission-of-the-year/">"SpaceX launches its 15th mission of the year"</a>. Spaceflight Now.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+its+15th+mission+of+the+year&rft.pub=Spaceflight+Now&rft.date=2017-10-12&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F10%2F12%2Fspacex-launches-its-15th-mission-of-the-year%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spacenews20140512-230"><span class="mw-cite-backlink"><b><a href="#cite_ref-spacenews20140512_230-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFde_Selding2014" class="citation web cs1">de Selding, Peter B. (12 May 2014). <a rel="nofollow" class="external text" href="http://spacenews.com/40540kt-sat-picks-thales-alenia-over-orbital-sciences-for-two-satellite/">"KT Sat Picks Thales Alenia over Orbital Sciences for Two-satellite Order"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">17 December</span> 2014</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=KT+Sat+Picks+Thales+Alenia+over+Orbital+Sciences+for+Two-satellite+Order&rft.pub=SpaceNews&rft.date=2014-05-12&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2F40540kt-sat-picks-thales-alenia-over-orbital-sciences-for-two-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-koreasat5a-231"><span class="mw-cite-backlink"><b><a href="#cite_ref-koreasat5a_231-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFLeahy2017" class="citation web cs1">Leahy, Bart (25 September 2017). <a rel="nofollow" class="external text" href="http://www.spaceflightinsider.com/organizations/space-exploration-technologies/spacex-gears-up-busy-autumn/">"SpaceX gears up for a busy autumn"</a>. Spaceflight Insider<span class="reference-accessdate">. Retrieved <span class="nowrap">25 September</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+gears+up+for+a+busy+autumn&rft.pub=Spaceflight+Insider&rft.date=2017-09-25&rft.aulast=Leahy&rft.aufirst=Bart&rft_id=http%3A%2F%2Fwww.spaceflightinsider.com%2Forganizations%2Fspace-exploration-technologies%2Fspacex-gears-up-busy-autumn%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-232"><span class="mw-cite-backlink"><b><a href="#cite_ref-232">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2017" class="citation web cs1">Clark, Stephen (30 October 2017). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2017/10/30/spacex-launches-and-lands-third-rocket-in-three-weeks/">"SpaceX launches \xe2\x80\x94 and lands \xe2\x80\x94 third rocket in three weeks"</a>. Spaceflight Now.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+%E2%80%94+and+lands+%E2%80%94+third+rocket+in+three+weeks&rft.pub=Spaceflight+Now&rft.date=2017-10-30&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F10%2F30%2Fspacex-launches-and-lands-third-rocket-in-three-weeks%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-233"><span class="mw-cite-backlink"><b><a href="#cite_ref-233">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20180407053732/https://dailyenterpriser.com/spacex-falcon-9-block-5-will-certainly-introduce-brand-new-age-fast-reuse-rockets-1463.html">"SpaceX Falcon 9 Block 5 will certainly introduce a brand-new age of fast reuse rockets"</a>. Daily Enterpriser. 25 March 2018. Archived from <a rel="nofollow" class="external text" href="https://dailyenterpriser.com/spacex-falcon-9-block-5-will-certainly-introduce-brand-new-age-fast-reuse-rockets-1463.html">the original</a> on 7 April 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">7 April</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+9+Block+5+will+certainly+introduce+a+brand-new+age+of+fast+reuse+rockets&rft.pub=Daily+Enterpriser&rft.date=2018-03-25&rft_id=https%3A%2F%2Fdailyenterpriser.com%2Fspacex-falcon-9-block-5-will-certainly-introduce-brand-new-age-fast-reuse-rockets-1463.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-234"><span class="mw-cite-backlink"><b><a href="#cite_ref-234">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2017" class="citation web cs1">Clark, Stephen (15 December 2017). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2017/12/15/spacexs-50th-falcon-rocket-launch-kicks-off-station-resupply-mission/">"SpaceX\'s 50th Falcon rocket launch kicks off station resupply mission"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">16 December</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX%27s+50th+Falcon+rocket+launch+kicks+off+station+resupply+mission&rft.pub=Spaceflight+Now&rft.date=2017-12-15&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F12%2F15%2Fspacexs-50th-falcon-rocket-launch-kicks-off-station-resupply-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20171111-235"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20171111_235-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20171111_235-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-nsf-20171111_235-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGebhardt2017" class="citation web cs1">Gebhardt, Chris (11 November 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/11/spacex-static-fire-zuma-falcon-9-engine-no-issue-manifest/">"SpaceX static fires Zuma Falcon 9; engine test anomaly no issue for manifest"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">12 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+static+fires+Zuma+Falcon+9%3B+engine+test+anomaly+no+issue+for+manifest&rft.pub=NASASpaceFlight.com&rft.date=2017-11-11&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F11%2Fspacex-static-fire-zuma-falcon-9-engine-no-issue-manifest%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-236"><span class="mw-cite-backlink"><b><a href="#cite_ref-236">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGrush2017" class="citation web cs1">Grush, Loren (15 December 2017). <a rel="nofollow" class="external text" href="https://www.theverge.com/2017/12/15/16759416/spacex-nasa-used-falcon-9-rocket-launch-live-stream">"SpaceX launches and lands its first used rocket for NASA"</a>. The Verge<span class="reference-accessdate">. Retrieved <span class="nowrap">15 December</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+and+lands+its+first+used+rocket+for+NASA&rft.pub=The+Verge&rft.date=2017-12-15&rft.aulast=Grush&rft.aufirst=Loren&rft_id=https%3A%2F%2Fwww.theverge.com%2F2017%2F12%2F15%2F16759416%2Fspacex-nasa-used-falcon-9-rocket-launch-live-stream&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sfn_iridium4-237"><span class="mw-cite-backlink"><b><a href="#cite_ref-sfn_iridium4_237-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2017" class="citation web cs1">Clark, Stephen (22 December 2017). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2017/12/22/falcon-9-iridium-next-4-mission-status-center/">"SpaceX\'s Falcon 9 rocket makes its final launch of the year"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">22 December</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX%27s+Falcon+9+rocket+makes+its+final+launch+of+the+year&rft.pub=Spaceflight+Now&rft.date=2017-12-22&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F12%2F22%2Ffalcon-9-iridium-next-4-mission-status-center%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Iridium_NEXT-4_SN-238"><span class="mw-cite-backlink">^ <a href="#cite_ref-Iridium_NEXT-4_SN_238-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Iridium_NEXT-4_SN_238-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFHenry2017" class="citation web cs1">Henry, Caleb (22 December 2017). <a rel="nofollow" class="external text" href="https://spacenews.com/spacex-concludes-2017-with-fourth-iridium-next-launch/">"SpaceX concludes 2017 with fourth Iridium Next launch - SpaceNews.com"</a>. <i>spacenews.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spacenews.com&rft.atitle=SpaceX+concludes+2017+with+fourth+Iridium+Next+launch+-+SpaceNews.com&rft.date=2017-12-22&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-concludes-2017-with-fourth-iridium-next-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-239"><span class="mw-cite-backlink"><b><a href="#cite_ref-239">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2017" class="citation web cs1">Clark, Stephen (23 December 2017). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2017/12/23/spacex-launch-dazzles-delivering-10-more-satellites-for-iridium/">"SpaceX launch dazzles, delivering 10 more satellites for Iridium"</a>. Spaceflight Now.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launch+dazzles%2C+delivering+10+more+satellites+for+Iridium&rft.pub=Spaceflight+Now&rft.date=2017-12-23&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F12%2F23%2Fspacex-launch-dazzles-delivering-10-more-satellites-for-iridium%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf_iridium-240"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf_iridium_240-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGebhardt2017" class="citation news cs1">Gebhardt, Chris (19 October 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/10/iridium-4-flight-proven-falcon-9-rtls-vandenberg-delayed/">"Iridium-4 switches to flight-proven Falcon 9, RTLS at Vandenberg delayed"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">19 October</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Iridium-4+switches+to+flight-proven+Falcon+9%2C+RTLS+at+Vandenberg+delayed&rft.date=2017-10-19&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F10%2Firidium-4-flight-proven-falcon-9-rtls-vandenberg-delayed%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-241"><span class="mw-cite-backlink"><b><a href="#cite_ref-241">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFWall2017" class="citation news cs1">Wall, Mike (22 December 2017). <a rel="nofollow" class="external text" href="https://www.space.com/39184-spacex-used-rocket-satellite-launch-landing.html">"Used SpaceX Rocket Launches 10 Communications Satellites Once Again"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">23 December</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Used+SpaceX+Rocket+Launches+10+Communications+Satellites+Once+Again&rft.date=2017-12-22&rft.aulast=Wall&rft.aufirst=Mike&rft_id=https%3A%2F%2Fwww.space.com%2F39184-spacex-used-rocket-satellite-launch-landing.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-242"><span class="mw-cite-backlink"><b><a href="#cite_ref-242">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFMalik2017" class="citation news cs1">Malik, Tariq (23 December 2017). <a rel="nofollow" class="external text" href="https://www.space.com/39197-spacex-spectacular-rocket-launch-views.html">"SpaceX\'s Jaw-Dropping Rocket Launch Wows Spectators Across Southern California"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">23 December</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX%27s+Jaw-Dropping+Rocket+Launch+Wows+Spectators+Across+Southern+California&rft.date=2017-12-23&rft.aulast=Malik&rft.aufirst=Tariq&rft_id=https%3A%2F%2Fwww.space.com%2F39197-spacex-spectacular-rocket-launch-views.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-243"><span class="mw-cite-backlink"><b><a href="#cite_ref-243">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="http://spacenews.com/spacex-aims-to-follow-a-banner-year-with-an-even-faster-2018-launch-cadence/">"SpaceX aims to follow a banner year with an even faster 2018 launch cadence"</a>. SpaceNews. 21 November 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">22 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+aims+to+follow+a+banner+year+with+an+even+faster+2018+launch+cadence&rft.date=2017-11-21&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-aims-to-follow-a-banner-year-with-an-even-faster-2018-launch-cadence%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-244"><span class="mw-cite-backlink"><b><a href="#cite_ref-244">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_chr/lau2018.htm">"Orbital Launches of 2018"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Orbital+Launches+of+2018&rft.pub=Gunter%27s+Space+Page&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_chr%2Flau2018.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-245"><span class="mw-cite-backlink"><b><a href="#cite_ref-245">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFWall2018" class="citation web cs1">Wall, Mike (7 January 2018). <a rel="nofollow" class="external text" href="https://www.space.com/38826-spacex-launches-secret-zuma-mission-lands-rocket.html">"SpaceX Launches Secret Zuma Mission for U.S. Government, Lands Rocket"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">24 April</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Launches+Secret+Zuma+Mission+for+U.S.+Government%2C+Lands+Rocket&rft.pub=Space.com&rft.date=2018-01-07&rft.aulast=Wall&rft.aufirst=Mike&rft_id=https%3A%2F%2Fwww.space.com%2F38826-spacex-launches-secret-zuma-mission-lands-rocket.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-zuma-246"><span class="mw-cite-backlink">^ <a href="#cite_ref-zuma_246-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-zuma_246-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-zuma_246-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGebhardt2017" class="citation news cs1">Gebhardt, Chris (16 October 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/10/spacex-zuma-iridium-4-aims-vandenberg-landing/?1">"SpaceX adds mystery "Zuma" mission, Iridium-4 aims for Vandenberg landing"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">17 October</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+adds+mystery+%22Zuma%22+mission%2C+Iridium-4+aims+for+Vandenberg+landing&rft.date=2017-10-16&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F10%2Fspacex-zuma-iridium-4-aims-vandenberg-landing%2F%3F1&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-247"><span class="mw-cite-backlink"><b><a href="#cite_ref-247">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2017" class="citation news cs1">Clark, Stephen (15 October 2017). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2017/10/14/regulatory-filings-suggest-spacex-plans-november-launch-with-mystery-payload/">"Regulatory filings suggest SpaceX plans November launch with mystery payload"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">15 October</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Regulatory+filings+suggest+SpaceX+plans+November+launch+with+mystery+payload&rft.date=2017-10-15&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F10%2F14%2Fregulatory-filings-suggest-spacex-plans-november-launch-with-mystery-payload%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-248"><span class="mw-cite-backlink"><b><a href="#cite_ref-248">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSpaceX2017" class="citation web cs1">SpaceX (29 September 2017). <a rel="nofollow" class="external text" href="https://apps.fcc.gov/oetcf/els/reports/STA_Print.cfm?mode=current&application_seq=80568">"Federal Communications Commission \xe2\x80\x93 Application for Special Temporary Authority"</a>. FCC<span class="reference-accessdate">. Retrieved <span class="nowrap">14 October</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Federal+Communications+Commission+%E2%80%93+Application+for+Special+Temporary+Authority&rft.pub=FCC&rft.date=2017-09-29&rft.au=SpaceX&rft_id=https%3A%2F%2Fapps.fcc.gov%2Foetcf%2Fels%2Freports%2FSTA_Print.cfm%3Fmode%3Dcurrent%26application_seq%3D80568&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-250"><span class="mw-cite-backlink"><b><a href="#cite_ref-250">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFShotwell2018" class="citation web cs1"><a href="/wiki/Gwynne_Shotwell" title="Gwynne Shotwell">Shotwell, Gwynne</a> (9 January 2018). <a rel="nofollow" class="external text" href="http://spaceref.com/news/viewpr.html?pid=52053">"Statement From Gwynne Shotwell, President and COO of SpaceX on Zuma Launch"</a>. SpaceRef.com<span class="reference-accessdate">. Retrieved <span class="nowrap">23 January</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Statement+From+Gwynne+Shotwell%2C+President+and+COO+of+SpaceX+on+Zuma+Launch&rft.pub=SpaceRef.com&rft.date=2018-01-09&rft.aulast=Shotwell&rft.aufirst=Gwynne&rft_id=http%3A%2F%2Fspaceref.com%2Fnews%2Fviewpr.html%3Fpid%3D52053&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-zuma-presskit2-251"><span class="mw-cite-backlink">^ <a href="#cite_ref-zuma-presskit2_251-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-zuma-presskit2_251-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20180107233013/https://www.spacex.com/sites/spacex/files/zumapresskit_2018.pdf">"Zuma Mission press kit"</a> <span class="cs1-format">(PDF)</span>. SpaceX. Archived from <a rel="nofollow" class="external text" href="http://www.spacex.com/sites/spacex/files/zumapresskit_2018.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 7 January 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">7 January</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Zuma+Mission+press+kit&rft.pub=SpaceX&rft_id=http%3A%2F%2Fwww.spacex.com%2Fsites%2Fspacex%2Ffiles%2Fzumapresskit_2018.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-ZumaVerge2-252"><span class="mw-cite-backlink">^ <a href="#cite_ref-ZumaVerge2_252-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-ZumaVerge2_252-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-ZumaVerge2_252-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-ZumaVerge2_252-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-ZumaVerge2_252-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-ZumaVerge2_252-5"><sup><i><b>f</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGrush2018" class="citation news cs1">Grush, Loren (9 January 2018). <a rel="nofollow" class="external text" href="https://www.theverge.com/2018/1/9/16866806/spacex-zuma-mission-failure-northrop-grumman-classified-falcon-9-rocket">"Did SpaceX\'s secret Zuma mission actually fail?"</a>. The Verge<span class="reference-accessdate">. Retrieved <span class="nowrap">10 January</span> 2018</span>. <q>Rumors started circulating on Monday that the satellite malfunctioned when it reached orbit, and both the <i>Wall Street Journal</i> and <i>Bloomberg</i> have reported that Zuma actually fell back to Earth and burned up in the planet\xe2\x80\x99s atmosphere. [...] SpaceX said that the Falcon 9 rocket, which carried Zuma to orbit, performed as it was supposed to. [...] "For clarity: after review of all data to date, Falcon 9 did everything correctly on Sunday night", [Gwynne Shotwell] said. "If we or others find otherwise based on further review, we will report it immediately. Information published that is contrary to this statement is categorically false". She added that the company cannot comment further due to the classified nature of the mission. [...] Of course, Northrop Grumman won\'t comment on the launch.</q></cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Did+SpaceX%27s+secret+Zuma+mission+actually+fail%3F&rft.date=2018-01-09&rft.aulast=Grush&rft.aufirst=Loren&rft_id=https%3A%2F%2Fwww.theverge.com%2F2018%2F1%2F9%2F16866806%2Fspacex-zuma-mission-failure-northrop-grumman-classified-falcon-9-rocket&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-253"><span class="mw-cite-backlink"><b><a href="#cite_ref-253">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2018" class="citation news cs1">Clark, Stephen (30 January 2018). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2018/01/30/falcon-9-govsat-1-mission-status-center/">"SpaceX scrubs Falcon 9 launch attempt"</a>. SpaceFlight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">31 January</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+scrubs+Falcon+9+launch+attempt&rft.date=2018-01-30&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F01%2F30%2Ffalcon-9-govsat-1-mission-status-center%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sfn-20180111-254"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfn-20180111_254-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfn-20180111_254-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2018" class="citation news cs1">Clark, Stephen (11 January 2018). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2018/01/11/after-zuma-spacex-keeps-pace-in-preps-for-next-falcon-9-launch/">"After Zuma, SpaceX keeps pace in preps for next Falcon 9 launch"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=After+Zuma%2C+SpaceX+keeps+pace+in+preps+for+next+Falcon+9+launch&rft.date=2018-01-11&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F01%2F11%2Fafter-zuma-spacex-keeps-pace-in-preps-for-next-falcon-9-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-ses20150225-255"><span class="mw-cite-backlink"><b><a href="#cite_ref-ses20150225_255-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFPayer2015" class="citation pressrelease cs1">Payer, Marcus (25 February 2015). <a rel="nofollow" class="external text" href="https://www.ses.com/press-release/ses-announces-two-launch-agreements-spacex">"SES announces two launch agreements with SpaceX"</a> (Press release). SES (SES S.A.)<span class="reference-accessdate">. Retrieved <span class="nowrap">26 December</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SES+announces+two+launch+agreements+with+SpaceX&rft.pub=SES+%28SES+S.A.%29&rft.date=2015-02-25&rft.aulast=Payer&rft.aufirst=Marcus&rft_id=https%3A%2F%2Fwww.ses.com%2Fpress-release%2Fses-announces-two-launch-agreements-spacex&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-256"><span class="mw-cite-backlink"><b><a href="#cite_ref-256">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_sdat/ses-16.htm">"GovSat-1 (SES-16)"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">6 October</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=GovSat-1+%28SES-16%29&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fses-16.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Govsat_SN-257"><span class="mw-cite-backlink">^ <a href="#cite_ref-Govsat_SN_257-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Govsat_SN_257-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFHenry2018" class="citation web cs1">Henry, Caleb (31 January 2018). <a rel="nofollow" class="external text" href="https://spacenews.com/spacex-launches-govsat-1-with-previously-flown-falcon-9-booster/">"SpaceX launches GovSat-1 with previously flown Falcon 9 booster"</a>. <i>spacenews.com</i>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spacenews.com&rft.atitle=SpaceX+launches+GovSat-1+with+previously+flown+Falcon+9+booster&rft.date=2018-01-31&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-launches-govsat-1-with-previously-flown-falcon-9-booster%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-258"><span class="mw-cite-backlink"><b><a href="#cite_ref-258">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSaggio2019" class="citation web cs1">Saggio, Jessica (5 September 2019). <a rel="nofollow" class="external text" href="https://www.usatoday.com/story/tech/nation-now/2018/02/05/gently-used-spacex-rocket-sale-craigslist-did-elon-musk-post-there/309293002/">"A "gently used" SpaceX rocket is for sale on Craigslist. Did Elon Musk post it there?"</a>. <i>USA Today</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 July</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=USA+Today&rft.atitle=A+%22gently+used%22+SpaceX+rocket+is+for+sale+on+Craigslist.+Did+Elon+Musk+post+it+there%3F&rft.date=2019-09-05&rft.aulast=Saggio&rft.aufirst=Jessica&rft_id=https%3A%2F%2Fwww.usatoday.com%2Fstory%2Ftech%2Fnation-now%2F2018%2F02%2F05%2Fgently-used-spacex-rocket-sale-craigslist-did-elon-musk-post-there%2F309293002%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-259"><span class="mw-cite-backlink"><b><a href="#cite_ref-259">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@EmreKelly (9 February 2018). <a rel="nofollow" class="external text" href="https://twitter.com/EmreKelly/status/962089727871643649">"Full SpaceX statement on #GovSat1: "While the Falcon 9 first stage for the GovSat-1 mission was expendable, it initially survived splashdown in the Atlantic Ocean. However, the stage broke apart before we could complete an unplanned recovery effort for this mission<span class="cs1-kern-right">"</span>"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Full+SpaceX+statement+on+%23GovSat1%3A+%22While+the+Falcon+9+first+stage+for+the+GovSat-1+mission+was+expendable%2C+it+initially+survived+splashdown+in+the+Atlantic+Ocean.+However%2C+the+stage+broke+apart+before+we+could+complete+an+unplanned+recovery+effort+for+this+mission%22.&rft.date=2018-02-09&rft.au=%40EmreKelly&rft_id=https%3A%2F%2Ftwitter.com%2FEmreKelly%2Fstatus%2F962089727871643649&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-260"><span class="mw-cite-backlink"><b><a href="#cite_ref-260">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://forum.nasaspaceflight.com/index.php?topic=36807.220">"SpaceX Falcon 9: GovSat-1 (SES-16): 31 January 2018 - Discussion"</a>. <i>nasaspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 March</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=SpaceX+Falcon+9%3A+GovSat-1+%28SES-16%29%3A+31+January+2018+-+Discussion&rft_id=https%3A%2F%2Fforum.nasaspaceflight.com%2Findex.php%3Ftopic%3D36807.220&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-261"><span class="mw-cite-backlink"><b><a href="#cite_ref-261">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://spaceflight101.com/spacex-falcon-9-launches-govsat-1/">"Luxembourg\'s GovSat-1 in Orbit after Flawless Boost by Flight-Proven SpaceX Falcon 9"</a>. <i>spaceflight101.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 March</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spaceflight101.com&rft.atitle=Luxembourg%27s+GovSat-1+in+Orbit+after+Flawless+Boost+by+Flight-Proven+SpaceX+Falcon+9&rft_id=http%3A%2F%2Fspaceflight101.com%2Fspacex-falcon-9-launches-govsat-1%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-262"><span class="mw-cite-backlink"><b><a href="#cite_ref-262">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@elonmusk (6 February 2018). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/960949244982018049">"Launch auto-sequence initiated (aka the holy mouse-click) for 03:45 liftoff #FalconHeavy"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Launch+auto-sequence+initiated+%28aka+the+holy+mouse-click%29+for+03%3A45+liftoff+%23FalconHeavy&rft.date=2018-02-06&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F960949244982018049&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-263"><span class="mw-cite-backlink"><b><a href="#cite_ref-263">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBerger2017" class="citation news cs1">Berger, Eric (4 December 2017). <a rel="nofollow" class="external text" href="https://arstechnica.com/science/2017/12/with-bowie-playing-on-the-radio-elon-musk-plans-to-launch-his-tesla-to-mars/">"SpaceX will attempt to launch a red Tesla to the red planet Mars"</a>. Ars Technica<span class="reference-accessdate">. Retrieved <span class="nowrap">4 December</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+will+attempt+to+launch+a+red+Tesla+to+the+red+planet+Mars&rft.date=2017-12-04&rft.aulast=Berger&rft.aufirst=Eric&rft_id=https%3A%2F%2Farstechnica.com%2Fscience%2F2017%2F12%2Fwith-bowie-playing-on-the-radio-elon-musk-plans-to-launch-his-tesla-to-mars%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-264"><span class="mw-cite-backlink"><b><a href="#cite_ref-264">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFFoust2018" class="citation web cs1">Foust, Jeff (5 February 2018). <a rel="nofollow" class="external text" href="http://spacenews.com/spacex-set-for-falcon-heavy-debut/">"SpaceX set for Falcon Heavy debut"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">6 October</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+set+for+Falcon+Heavy+debut&rft.pub=SpaceNews&rft.date=2018-02-05&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-set-for-falcon-heavy-debut%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-teslaorbit-265"><span class="mw-cite-backlink">^ <a href="#cite_ref-teslaorbit_265-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-teslaorbit_265-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://ssd.jpl.nasa.gov/horizons_batch.cgi?batch=1&COMMAND=-143205">"Tesla Roadster (AKA: Starman, 2018-017A)"</a>. <i>ssd.jpl.nasa.gov</i>. NASA. 1 March 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">15 March</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=ssd.jpl.nasa.gov&rft.atitle=Tesla+Roadster+%28AKA%3A+Starman%2C+2018-017A%29&rft.date=2018-03-01&rft_id=https%3A%2F%2Fssd.jpl.nasa.gov%2Fhorizons_batch.cgi%3Fbatch%3D1%26COMMAND%3D-143205&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-NYT_Heavy-266"><span class="mw-cite-backlink">^ <a href="#cite_ref-NYT_Heavy_266-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-NYT_Heavy_266-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-NYT_Heavy_266-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFChang2018" class="citation news cs1">Chang, Kenneth (6 February 2018). <a rel="nofollow" class="external text" href="https://www.nytimes.com/2018/02/06/science/falcon-heavy-spacex-launch.html">"Falcon Heavy, SpaceX\'s Big New Rocket, Succeeds in Its First Test Launch"</a>. <i>The New York Times</i><span class="reference-accessdate">. Retrieved <span class="nowrap">6 February</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+New+York+Times&rft.atitle=Falcon+Heavy%2C+SpaceX%27s+Big+New+Rocket%2C+Succeeds+in+Its+First+Test+Launch&rft.date=2018-02-06&rft.aulast=Chang&rft.aufirst=Kenneth&rft_id=https%3A%2F%2Fwww.nytimes.com%2F2018%2F02%2F06%2Fscience%2Ffalcon-heavy-spacex-launch.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-267"><span class="mw-cite-backlink"><b><a href="#cite_ref-267">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGebhardt2017" class="citation news cs1">Gebhardt, Chris (12 April 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/04/falcon-heavy-build-up-slc-40-pad-rebuild-progressing/">"Falcon Heavy build up begins; SLC-40 pad rebuild progressing well"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">17 April</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+Heavy+build+up+begins%3B+SLC-40+pad+rebuild+progressing+well&rft.date=2017-04-12&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F04%2Ffalcon-heavy-build-up-slc-40-pad-rebuild-progressing%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-268"><span class="mw-cite-backlink"><b><a href="#cite_ref-268">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.theverge.com/2018/1/24/16841580/spacex-falcon-heavy-rocket-static-fire-first-launch">"SpaceX performs crucial test fire of Falcon Heavy, potentially paving way for launch"</a>. The Verge. 24 January 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">4 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+performs+crucial+test+fire+of+Falcon+Heavy%2C+potentially+paving+way+for+launch&rft.pub=The+Verge&rft.date=2018-01-24&rft_id=https%3A%2F%2Fwww.theverge.com%2F2018%2F1%2F24%2F16841580%2Fspacex-falcon-heavy-rocket-static-fire-first-launch&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-269"><span class="mw-cite-backlink"><b><a href="#cite_ref-269">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="http://spaceflight101.com/falcon-heavy-launches-on-inaugural-flight/">"Successful Falcon Heavy Test Flight: "Starman" Reaches Orbit, 2/3 Rocket Cores Recovered"</a>. Spaceflight101. 7 February 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">7 February</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Successful+Falcon+Heavy+Test+Flight%3A+%22Starman%22+Reaches+Orbit%2C+2%2F3+Rocket+Cores+Recovered&rft.date=2018-02-07&rft_id=http%3A%2F%2Fspaceflight101.com%2Ffalcon-heavy-launches-on-inaugural-flight%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-middle-booster-270"><span class="mw-cite-backlink">^ <a href="#cite_ref-middle-booster_270-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-middle-booster_270-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGrush2018" class="citation news cs1">Grush, Loren (6 February 2018). <a rel="nofollow" class="external text" href="https://www.theverge.com/2018/2/6/16980954/spacex-falcon-heavy-rocket-middle-core-failed-landing">"The middle booster of SpaceX\'s Falcon Heavy rocket failed to land on its drone ship"</a>. The Verge<span class="reference-accessdate">. Retrieved <span class="nowrap">6 February</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=The+middle+booster+of+SpaceX%27s+Falcon+Heavy+rocket+failed+to+land+on+its+drone+ship&rft.date=2018-02-06&rft.aulast=Grush&rft.aufirst=Loren&rft_id=https%3A%2F%2Fwww.theverge.com%2F2018%2F2%2F6%2F16980954%2Fspacex-falcon-heavy-rocket-middle-core-failed-landing&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-271"><span class="mw-cite-backlink"><b><a href="#cite_ref-271">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFMusk,_Elon_[@elonmusk]2018" class="citation web cs1">Musk, Elon [@elonmusk] (6 February 2018). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/960988527159795712">"Upper stage restart nominal, apogee raised to 7000 km. Will spend 5 hours getting zapped in Van Allen belts and then attempt final burn for Mars"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">6 February</span> 2018</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Upper+stage+restart+nominal%2C+apogee+raised+to+7000+km.+Will+spend+5+hours+getting+zapped+in+Van+Allen+belts+and+then+attempt+final+burn+for+Mars.&rft.date=2018-02-06&rft.au=Musk%2C+Elon+%5B%40elonmusk%5D&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F960988527159795712&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-272"><span class="mw-cite-backlink"><b><a href="#cite_ref-272">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@elonmusk (6 February 2018). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/961083704230674438">"Third burn successful. Exceeded Mars orbit and kept going to the Asteroid Belt"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Third+burn+successful.+Exceeded+Mars+orbit+and+kept+going+to+the+Asteroid+Belt.&rft.date=2018-02-06&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F961083704230674438&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-horizons-273"><span class="mw-cite-backlink"><b><a href="#cite_ref-horizons_273-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://ssd.jpl.nasa.gov/horizons.cgi#results">"SpaceX Roadster (spacecraft) (Tesla) [-143205]"</a>. <i>HORIZONS Web-Interface</i>. Jet Propulsion Laboratory<span class="reference-accessdate">. Retrieved <span class="nowrap">19 February</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=HORIZONS+Web-Interface&rft.atitle=SpaceX+Roadster+%28spacecraft%29+%28Tesla%29+%5B-143205%5D&rft_id=https%3A%2F%2Fssd.jpl.nasa.gov%2Fhorizons.cgi%23results&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-274"><span class="mw-cite-backlink"><b><a href="#cite_ref-274">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSingleton2018" class="citation web cs1">Singleton, Micah (6 February 2018). <a rel="nofollow" class="external text" href="https://www.theverge.com/2018/2/6/16981730/spacex-falcon-heavy-launch-youtube-live-stream-record">"SpaceX\'s Falcon Heavy launch was YouTube\'s second biggest live stream ever"</a>. The Verge<span class="reference-accessdate">. Retrieved <span class="nowrap">6 October</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX%27s+Falcon+Heavy+launch+was+YouTube%27s+second+biggest+live+stream+ever&rft.pub=The+Verge&rft.date=2018-02-06&rft.aulast=Singleton&rft.aufirst=Micah&rft_id=https%3A%2F%2Fwww.theverge.com%2F2018%2F2%2F6%2F16981730%2Fspacex-falcon-heavy-launch-youtube-live-stream-record&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-floridatoday.com-275"><span class="mw-cite-backlink"><b><a href="#cite_ref-floridatoday.com_275-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKelly2018" class="citation web cs1">Kelly, Emre (5 June 2018). <a rel="nofollow" class="external text" href="https://eu.floridatoday.com/story/tech/science/space/2018/06/05/spacex-air-force-targeting-fall-next-falcon-heavy-launch-ksc-florida/669651002/">"SpaceX Falcon Heavy with Block 5 boosters targeted for fall launch from KSC"</a>. <i>Florida Today</i><span class="reference-accessdate">. Retrieved <span class="nowrap">6 October</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Florida+Today&rft.atitle=SpaceX+Falcon+Heavy+with+Block+5+boosters+targeted+for+fall+launch+from+KSC&rft.date=2018-06-05&rft.aulast=Kelly&rft.aufirst=Emre&rft_id=https%3A%2F%2Feu.floridatoday.com%2Fstory%2Ftech%2Fscience%2Fspace%2F2018%2F06%2F05%2Fspacex-air-force-targeting-fall-next-falcon-heavy-launch-ksc-florida%2F669651002%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-276"><span class="mw-cite-backlink"><b><a href="#cite_ref-276">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/02/spacex-falcon-9-paz-launch-starlink-demo-new-fairing/">"SpaceX launches Falcon 9 with PAZ, Starlink demo and new fairing"</a>. NASASpaceFlight.com. 22 February 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">25 February</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+Falcon+9+with+PAZ%2C+Starlink+demo+and+new+fairing&rft.pub=NASASpaceFlight.com&rft.date=2018-02-22&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F02%2Fspacex-falcon-9-paz-launch-starlink-demo-new-fairing%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-gunter-f9-277"><span class="mw-cite-backlink">^ <a href="#cite_ref-gunter-f9_277-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-gunter-f9_277-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-gunter-f9_277-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-gunter-f9_277-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-gunter-f9_277-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-gunter-f9_277-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-gunter-f9_277-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-gunter-f9_277-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-gunter-f9_277-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-gunter-f9_277-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-gunter-f9_277-10"><sup><i><b>k</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_lau/falcon-9.htm">"Falcon-9"</a>. <i>Gunter\'s Space Page</i><span class="reference-accessdate">. Retrieved <span class="nowrap">19 November</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Gunter%27s+Space+Page&rft.atitle=Falcon-9&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_lau%2Ffalcon-9.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-paz-278"><span class="mw-cite-backlink">^ <a href="#cite_ref-paz_278-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-paz_278-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="http://www.infoespacial.com/es/2017/03/07/noticia-spacex-lanzara-satelite-hisdesat-finales.html">"SpaceX lanzar\xc3\xa1 el sat\xc3\xa9lite Paz de Hisdesat a finales de a\xc3\xb1o"</a> [SpaceX will launch the Paz satellite of Hisdesat at the end of the year] (in Spanish). Infoespacial.com. 7 March 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">9 March</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+lanzar%C3%A1+el+sat%C3%A9lite+Paz+de+Hisdesat+a+finales+de+a%C3%B1o&rft.date=2017-03-07&rft_id=http%3A%2F%2Fwww.infoespacial.com%2Fes%2F2017%2F03%2F07%2Fnoticia-spacex-lanzara-satelite-hisdesat-finales.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-gunter-microsat2-279"><span class="mw-cite-backlink">^ <a href="#cite_ref-gunter-microsat2_279-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-gunter-microsat2_279-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_sdat/microsat-2.htm">"MicroSat 2a, 2b"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">17 January</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=MicroSat+2a%2C+2b&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fmicrosat-2.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Paz_SN-280"><span class="mw-cite-backlink">^ <a href="#cite_ref-Paz_SN_280-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Paz_SN_280-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Paz_SN_280-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFHenry2018" class="citation web cs1">Henry, Caleb (22 February 2018). <a rel="nofollow" class="external text" href="https://spacenews.com/spacex-launches-pair-of-its-demo-internet-satellites-with-spanish-radar-satellite/">"SpaceX launches pair of its demo internet satellites with Spanish radar satellite"</a>. <i>spacenews.com</i>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spacenews.com&rft.atitle=SpaceX+launches+pair+of+its+demo+internet+satellites+with+Spanish+radar+satellite&rft.date=2018-02-22&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-launches-pair-of-its-demo-internet-satellites-with-spanish-radar-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-281"><span class="mw-cite-backlink"><b><a href="#cite_ref-281">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFFord" class="citation web cs1">Ford, Matt. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180327023643/https://www.euroweeklynews.com/news/on-euro-weekly-news/spain-news-in-english/1471561-elon-musk-s-spacex-to-launch-spain-s-first-military-spy-satellite">"Elon Musk\'s SpaceX to launch Spain\'s first military spy satellite"</a>. Archived from <a rel="nofollow" class="external text" href="https://www.euroweeklynews.com/news/on-euro-weekly-news/spain-news-in-english/1471561-elon-musk-s-spacex-to-launch-spain-s-first-military-spy-satellite">the original</a> on 27 March 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">26 March</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Elon+Musk%27s+SpaceX+to+launch+Spain%27s+first+military+spy+satellite&rft.aulast=Ford&rft.aufirst=Matt&rft_id=https%3A%2F%2Fwww.euroweeklynews.com%2Fnews%2Fon-euro-weekly-news%2Fspain-news-in-english%2F1471561-elon-musk-s-spacex-to-launch-spain-s-first-military-spy-satellite&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20180211-282"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20180211_282-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20180211_282-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFAtkinson2018" class="citation news cs1">Atkinson, Ian (11 February 2018). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/02/falcon-9-static-fire-vandenberg-paz-starlink/">"Falcon 9 static fires at Vandenberg ahead of Paz + Starlink launch"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">12 February</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+static+fires+at+Vandenberg+ahead+of+Paz+%2B+Starlink+launch&rft.date=2018-02-11&rft.aulast=Atkinson&rft.aufirst=Ian&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F02%2Ffalcon-9-static-fire-vandenberg-paz-starlink%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-283"><span class="mw-cite-backlink"><b><a href="#cite_ref-283">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/02/spacex-falcon-9-paz-launch-starlink-demo-new-fairing/">"SpaceX Falcon 9 set for PAZ launch with Starlink demo and new fairing"</a>. NASASpaceFlight.com.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Falcon+9+set+for+PAZ+launch+with+Starlink+demo+and+new+fairing&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F02%2Fspacex-falcon-9-paz-launch-starlink-demo-new-fairing%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-284"><span class="mw-cite-backlink"><b><a href="#cite_ref-284">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFMusk,_Elon_[@elonmusk]2018" class="citation web cs1"><a href="/wiki/Elon_Musk" title="Elon Musk">Musk, Elon [@elonmusk]</a> (22 February 2018). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/966692641533390848">"Missed by a few hundred meters, but fairing landed intact in water. Should be able catch it with slightly bigger chutes to slow down descent"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">15 August</span> 2018</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Missed+by+a+few+hundred+meters%2C+but+fairing+landed+intact+in+water.+Should+be+able+catch+it+with+slightly+bigger+chutes+to+slow+down+descent.&rft.date=2018-02-22&rft.au=Musk%2C+Elon+%5B%40elonmusk%5D&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F966692641533390848&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-:1-285"><span class="mw-cite-backlink"><b><a href="#cite_ref-:1_285-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKelly,_Emre_[@EmreKelly]2018" class="citation web cs1">Kelly, Emre [@EmreKelly] (2 March 2018). <a rel="nofollow" class="external text" href="https://twitter.com/EmreKelly/status/969601674150137856">"Confirmed by range: 12:33 a.m."</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">2 March</span> 2018</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Confirmed+by+range%3A+12%3A33+a.m.&rft.date=2018-03-02&rft.au=Kelly%2C+Emre+%5B%40EmreKelly%5D&rft_id=https%3A%2F%2Ftwitter.com%2FEmreKelly%2Fstatus%2F969601674150137856&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spx20150914-286"><span class="mw-cite-backlink">^ <a href="#cite_ref-spx20150914_286-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spx20150914_286-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation pressrelease cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20160122040619/https://www.spacex.com/press/2015/09/14/spacex-signs-new-commercial-launch-contracts">"SpaceX signs new commercial launch contracts"</a> (Press release). SpaceX. 14 September 2015. Archived from <a rel="nofollow" class="external text" href="http://www.spacex.com/press/2015/09/14/spacex-signs-new-commercial-launch-contracts">the original</a> on 22 January 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">6 January</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+signs+new+commercial+launch+contracts&rft.pub=SpaceX&rft.date=2015-09-14&rft_id=http%3A%2F%2Fwww.spacex.com%2Fpress%2F2015%2F09%2F14%2Fspacex-signs-new-commercial-launch-contracts&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-287"><span class="mw-cite-backlink"><b><a href="#cite_ref-287">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spaceflightnow.com/2018/03/12/spacexs-most-recent-launch-carried-a-secret-military-funded-experiment/">"SpaceX\'s most recent launch carried a secret military-funded experiment"</a>. Spaceflight Now. 12 March 2018.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX%27s+most+recent+launch+carried+a+secret+military-funded+experiment&rft.pub=Spaceflight+Now&rft.date=2018-03-12&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F03%2F12%2Fspacexs-most-recent-launch-carried-a-secret-military-funded-experiment%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-gunter-hispasat30w6-288"><span class="mw-cite-backlink"><b><a href="#cite_ref-gunter-hispasat30w6_288-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_sdat/hispasat-1f.htm">"Hispasat 30W-6 (Hispasat)"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">3 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Hispasat+30W-6+%28Hispasat%29&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fhispasat-1f.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Hispasat_SFN-289"><span class="mw-cite-backlink"><b><a href="#cite_ref-Hispasat_SFN_289-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2018" class="citation web cs1">Clark, Stephen (6 March 2018). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2018/03/06/hefty-hispasat-satellite-rides-spacex-rocket-into-orbit/">"Hefty Hispasat satellite rides SpaceX rocket into orbit"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Spaceflight+Now&rft.atitle=Hefty+Hispasat+satellite+rides+SpaceX+rocket+into+orbit&rft.date=2018-03-06&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F03%2F06%2Fhefty-hispasat-satellite-rides-spacex-rocket-into-orbit%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20180305-290"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20180305_290-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20180305_290-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGraham2018" class="citation news cs1">Graham, William (5 March 2018). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/03/spacex-50-falcon-9-heavy-hispasat-launch/">"SpaceX conducts 50th Falcon 9 launch with heavy Hispasat deployment"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">6 April</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+conducts+50th+Falcon+9+launch+with+heavy+Hispasat+deployment&rft.date=2018-03-05&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F03%2Fspacex-50-falcon-9-heavy-hispasat-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-cnbc-20180306-291"><span class="mw-cite-backlink"><b><a href="#cite_ref-cnbc-20180306_291-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKharpal2018" class="citation news cs1">Kharpal, Arjun (6 March 2018). <a rel="nofollow" class="external text" href="https://www.cnbc.com/2018/03/06/spacex-falcon-9-50th-launch-biggest-satellite-ever.html">"SpaceX launches its largest satellite so far which is nearly the size of a bus"</a>. CNBC<span class="reference-accessdate">. Retrieved <span class="nowrap">4 April</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+launches+its+largest+satellite+so+far+which+is+nearly+the+size+of+a+bus&rft.date=2018-03-06&rft.aulast=Kharpal&rft.aufirst=Arjun&rft_id=https%3A%2F%2Fwww.cnbc.com%2F2018%2F03%2F06%2Fspacex-falcon-9-50th-launch-biggest-satellite-ever.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-292"><span class="mw-cite-backlink"><b><a href="#cite_ref-292">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spaceflightnow.com/2018/03/03/spacex-launch-with-spanish-satellite-planned-for-early-tuesday/">"SpaceX signs new commercial launch contracts"</a>. Spaceflight Now. 3 March 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">4 March</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+signs+new+commercial+launch+contracts&rft.pub=Spaceflight+Now&rft.date=2018-03-03&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F03%2F03%2Fspacex-launch-with-spanish-satellite-planned-for-early-tuesday%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-293"><span class="mw-cite-backlink"><b><a href="#cite_ref-293">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark" class="citation web cs1">Clark, Stephen. <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2018/03/05/falcon-9-launch-timeline-with-hispasat-30w-6/">"Falcon 9 launch timeline with Hispasat 30W-6"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">25 March</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+launch+timeline+with+Hispasat+30W-6&rft.pub=Spaceflight+Now&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F03%2F05%2Ffalcon-9-launch-timeline-with-hispasat-30w-6%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-294"><span class="mw-cite-backlink"><b><a href="#cite_ref-294">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFDesch,_Matt_[@IridiumBoss]2018" class="citation web cs1">Desch, Matt [@IridiumBoss] (27 March 2018). <a rel="nofollow" class="external text" href="https://twitter.com/IridiumBoss/status/978795278118653952">"Positive update to our satellite and launch delay. Just been apprised there has been a technical resolution; satellites and F9 are in great shape and ready to go! Was ground harness test cable issue - now fixed. Launch now pulled back to Friday, 3/30 at 7:14 am PDT! #GoTeam!"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Positive+update+to+our+satellite+and+launch+delay.+Just+been+apprised+there+has+been+a+technical+resolution%3B+satellites+and+F9+are+in+great+shape+and+ready+to+go%21+Was+ground+harness+test+cable+issue+-+now+fixed.+Launch+now+pulled+back+to+Friday%2C+3%2F30+at+7%3A14+am+PDT%21+%23GoTeam%21&rft.date=2018-03-27&rft.au=Desch%2C+Matt+%5B%40IridiumBoss%5D&rft_id=https%3A%2F%2Ftwitter.com%2FIridiumBoss%2Fstatus%2F978795278118653952&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Iridium_NEXT_5_NSF-295"><span class="mw-cite-backlink"><b><a href="#cite_ref-Iridium_NEXT_5_NSF_295-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGraham2018" class="citation web cs1">Graham, William (29 March 2018). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/03/iridium-next-5-satellites-spacex-falcon-9/">"Iridium NEXT-5 satellites ride to orbit on SpaceX Falcon 9"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Iridium+NEXT-5+satellites+ride+to+orbit+on+SpaceX+Falcon+9&rft.pub=NASASpaceFlight.com&rft.date=2018-03-29&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F03%2Firidium-next-5-satellites-spacex-falcon-9%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-296"><span class="mw-cite-backlink"><b><a href="#cite_ref-296">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation pressrelease cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20180406230322/http://www.spacex.com/sites/spacex/files/iridium-5_press_kit_2018.pdf">"Iridium-5 NEXT Mission"</a> <span class="cs1-format">(PDF)</span> (Press release). SpaceX. March 2018. Archived from <a rel="nofollow" class="external text" href="http://www.spacex.com/sites/spacex/files/iridium-5_press_kit_2018.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 6 April 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">6 April</span> 2018</span>. <q>SpaceX will not attempt to recover Falcon 9\'s first stage after launch.</q></cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Iridium-5+NEXT+Mission&rft.pub=SpaceX&rft.date=2018-03&rft_id=http%3A%2F%2Fwww.spacex.com%2Fsites%2Fspacex%2Ffiles%2Firidium-5_press_kit_2018.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-297"><span class="mw-cite-backlink"><b><a href="#cite_ref-297">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSheetz2018" class="citation web cs1">Sheetz, Michael (30 March 2018). <a rel="nofollow" class="external text" href="https://www.cnbc.com/2018/03/30/spacex-falcon-9-iridium-5-mission-success.html">"SpaceX completes sixth successful launch of 2018"</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+completes+sixth+successful+launch+of+2018&rft.date=2018-03-30&rft.aulast=Sheetz&rft.aufirst=Michael&rft_id=https%3A%2F%2Fwww.cnbc.com%2F2018%2F03%2F30%2Fspacex-falcon-9-iridium-5-mission-success.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-298"><span class="mw-cite-backlink"><b><a href="#cite_ref-298">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.teslarati.com/spacex-fairing-recovery-iridium-launch-photos/">"SpaceX pushes boundaries of fairing recovery with breathtaking sunrise launch [photos]"</a>. <i>teslarati.com</i>. Teslarati.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=teslarati.com&rft.atitle=SpaceX+pushes+boundaries+of+fairing+recovery+with+breathtaking+sunrise+launch+%5Bphotos%5D&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-fairing-recovery-iridium-launch-photos%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-299"><span class="mw-cite-backlink"><b><a href="#cite_ref-299">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFMusk,_Elon_[@elonmusk]2018" class="citation web cs1"><a href="/wiki/Elon_Musk" title="Elon Musk">Musk, Elon [@elonmusk]</a> (2 April 2018). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/980647734888681472">"Oh yeah, forgot to mention it actually landed fine, just not on Mr Steven"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">15 August</span> 2018</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Oh+yeah%2C+forgot+to+mention+it+actually+landed+fine%2C+just+not+on+Mr+Steven&rft.date=2018-04-02&rft.au=Musk%2C+Elon+%5B%40elonmusk%5D&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F980647734888681472&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-300"><span class="mw-cite-backlink"><b><a href="#cite_ref-300">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="http://www.spaceflightinsider.com/organizations/space-exploration-technologies/spacex-crs-14-dragon-heading-toward-iss-successful-falcon-9-launch">"SpaceX CRS-14 Dragon heading toward ISS after successful Falcon 9 launch"</a>. Spaceflight Insider. 2 April 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">7 April</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+CRS-14+Dragon+heading+toward+ISS+after+successful+Falcon+9+launch&rft.date=2018-04-02&rft_id=http%3A%2F%2Fwww.spaceflightinsider.com%2Forganizations%2Fspace-exploration-technologies%2Fspacex-crs-14-dragon-heading-toward-iss-successful-falcon-9-launch&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20180328-301"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20180328_301-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20180328_301-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-nsf-20180328_301-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBergin2018" class="citation news cs1">Bergin, Chris (28 March 2018). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/03/falcon-9-crs-14-mission-static-fire-testing/">"Falcon 9 set for CRS-14 mission completes Static Fire testing"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">28 March</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+set+for+CRS-14+mission+completes+Static+Fire+testing&rft.date=2018-03-28&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F03%2Ffalcon-9-crs-14-mission-static-fire-testing%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-302"><span class="mw-cite-backlink"><b><a href="#cite_ref-302">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGebhardt2018" class="citation web cs1">Gebhardt, Chris (4 April 2018). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/04/crs-14-dragon-space-station-science-bonanza/">"CRS-14 Dragon arrives at Space Station with science bonanza"</a>. ASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=CRS-14+Dragon+arrives+at+Space+Station+with+science+bonanza&rft.pub=ASASpaceFlight.com&rft.date=2018-04-04&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F04%2Fcrs-14-dragon-space-station-science-bonanza%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-CRS-14_NSF-303"><span class="mw-cite-backlink"><b><a href="#cite_ref-CRS-14_NSF_303-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGraham2018" class="citation web cs1">Graham, William (2 April 2018). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/04/crs-14-spacex-falcon-9-second-flight-previously-flown-dragon/">"CRS-14: SpaceX Falcon 9 conducts second flight with previously flown Dragon"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=CRS-14%3A+SpaceX+Falcon+9+conducts+second+flight+with+previously+flown+Dragon&rft.pub=NASASpaceFlight.com&rft.date=2018-04-02&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F04%2Fcrs-14-spacex-falcon-9-second-flight-previously-flown-dragon%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-304"><span class="mw-cite-backlink"><b><a href="#cite_ref-304">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.alphaspace.com/about-misse-ff.html">"About the Materials International Space Station Experiment Facility"</a>. Alpha Space<span class="reference-accessdate">. Retrieved <span class="nowrap">26 August</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=About+the+Materials+International+Space+Station+Experiment+Facility&rft.pub=Alpha+Space&rft_id=http%3A%2F%2Fwww.alphaspace.com%2Fabout-misse-ff.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-305"><span class="mw-cite-backlink"><b><a href="#cite_ref-305">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.nasa.gov/mission_pages/station/research/experiments/778.html">"Robotic Refueling Mission (RRM)"</a>. NASA. 14 July 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">26 August</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Robotic+Refueling+Mission+%28RRM%29&rft.pub=NASA&rft.date=2016-07-14&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fmission_pages%2Fstation%2Fresearch%2Fexperiments%2F778.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-306"><span class="mw-cite-backlink"><b><a href="#cite_ref-306">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://lasp.colorado.edu/home/missions-projects/quick-facts-tsis/">"Quick Facts: Total and Spectral Solar Irradiance Sensor (TSIS)"</a>. Laboratory for Atmospheric and Space Physics (LASP), University of Colorado<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Quick+Facts%3A+Total+and+Spectral+Solar+Irradiance+Sensor+%28TSIS%29&rft.pub=Laboratory+for+Atmospheric+and+Space+Physics+%28LASP%29%2C+University+of+Colorado&rft_id=http%3A%2F%2Flasp.colorado.edu%2Fhome%2Fmissions-projects%2Fquick-facts-tsis%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-307"><span class="mw-cite-backlink"><b><a href="#cite_ref-307">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.parabolicarc.com/2018/03/22/dragon-mission-carry-casissponsored-experiments-space-station/">"Dragon Mission to Carry CASIS-Sponsored Experiments to Space Station"</a>. Parabolic Arc. 22 March 2018.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Dragon+Mission+to+Carry+CASIS-Sponsored+Experiments+to+Space+Station&rft.pub=Parabolic+Arc&rft.date=2018-03-22&rft_id=http%3A%2F%2Fwww.parabolicarc.com%2F2018%2F03%2F22%2Fdragon-mission-carry-casissponsored-experiments-space-station%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-308"><span class="mw-cite-backlink"><b><a href="#cite_ref-308">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="http://time.com/5225670/spacex-space-junk-cleaner-launch/">"Falcon 9 Launched a Space Junk Sweeper Into Orbit"</a>. <i>time.com</i>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=time.com&rft.atitle=Falcon+9+Launched+a+Space+Junk+Sweeper+Into+Orbit&rft_id=http%3A%2F%2Ftime.com%2F5225670%2Fspacex-space-junk-cleaner-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-baylor-20180403-309"><span class="mw-cite-backlink"><b><a href="#cite_ref-baylor-20180403_309-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBaylor,_Michael_[@nextspaceflight]2018" class="citation web cs1">Baylor, Michael [@nextspaceflight] (3 April 2018). <a rel="nofollow" class="external text" href="https://twitter.com/nextspaceflight/status/980937660893220864">"Jensen on the first stage: It was a hard landing in the ocean. We were mostly focused on the reentry data"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">5 April</span> 2018</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Jensen+on+the+first+stage%3A+It+was+a+hard+landing+in+the+ocean.+We+were+mostly+focused+on+the+reentry+data.&rft.date=2018-04-03&rft.au=Baylor%2C+Michael+%5B%40nextspaceflight%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fnextspaceflight%2Fstatus%2F980937660893220864&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-310"><span class="mw-cite-backlink"><b><a href="#cite_ref-310">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.ticotimes.net/2018/04/03/watch-the-full-launch-of-the-first-satellite-designed-and-built-in-costa-rica">"Watch the full launch of the first satellite designed and built in Costa Rica"</a>. 3 April 2018.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Watch+the+full+launch+of+the+first+satellite+designed+and+built+in+Costa+Rica&rft.date=2018-04-03&rft_id=http%3A%2F%2Fwww.ticotimes.net%2F2018%2F04%2F03%2Fwatch-the-full-launch-of-the-first-satellite-designed-and-built-in-costa-rica&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-311"><span class="mw-cite-backlink"><b><a href="#cite_ref-311">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_sdat/1kuns-pf.htm">"1KUNS-PF"</a>. Gunter\'s Space Page.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=1KUNS-PF&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2F1kuns-pf.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf20180418-312"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf20180418_312-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGebhardt2018" class="citation news cs1">Gebhardt, Chris (18 April 2018). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/04/tess-launch-mission-search-near-earth-exoplanets/">"SpaceX successfully launches TESS on a mission to search for near-Earth exoplanets"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">20 May</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+successfully+launches+TESS+on+a+mission+to+search+for+near-Earth+exoplanets&rft.date=2018-04-18&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F04%2Ftess-launch-mission-search-near-earth-exoplanets%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-NASA_C14-313"><span class="mw-cite-backlink"><b><a href="#cite_ref-NASA_C14_313-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBeckDiller2014" class="citation pressrelease cs1">Beck, Joshua; Diller, George H. (16 December 2014). <a rel="nofollow" class="external text" href="http://www.nasa.gov/press/2014/december/nasa-awards-launch-services-contract-for-transiting-exoplanet-survey-satellite/">"NASA Awards Launch Services Contract for Transiting Exoplanet Survey Satellite"</a> (Press release). NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">17 December</span> 2014</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Awards+Launch+Services+Contract+for+Transiting+Exoplanet+Survey+Satellite&rft.pub=NASA&rft.date=2014-12-16&rft.aulast=Beck&rft.aufirst=Joshua&rft.au=Diller%2C+George+H.&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fpress%2F2014%2Fdecember%2Fnasa-awards-launch-services-contract-for-transiting-exoplanet-survey-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-tess-flight-314"><span class="mw-cite-backlink">^ <a href="#cite_ref-tess-flight_314-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-tess-flight_314-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://spaceflight101.com/tess/flight-profile/">"Flight Profile \xe2\x80\x93 TESS"</a>. <i>spaceflight101.com</i>. Spaceflight101.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spaceflight101.com&rft.atitle=Flight+Profile+%E2%80%93+TESS&rft_id=http%3A%2F%2Fspaceflight101.com%2Ftess%2Fflight-profile%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-TESS_NSF-315"><span class="mw-cite-backlink">^ <a href="#cite_ref-TESS_NSF_315-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-TESS_NSF_315-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-TESS_NSF_315-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGebhardt2018" class="citation web cs1">Gebhardt, Chris (18 April 2018). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/04/tess-launch-mission-search-near-earth-exoplanets/">"SpaceX successfully launches TESS on a mission to search for near-Earth exoplanets \xe2\x80\x93 NASASpaceFlight.com"</a>. <i>nasaspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=SpaceX+successfully+launches+TESS+on+a+mission+to+search+for+near-Earth+exoplanets+%E2%80%93+NASASpaceFlight.com&rft.date=2018-04-18&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F04%2Ftess-launch-mission-search-near-earth-exoplanets%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-316"><span class="mw-cite-backlink"><b><a href="#cite_ref-316">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKeesey2013" class="citation web cs1">Keesey, Lori (31 July 2013). <a rel="nofollow" class="external text" href="http://www.nasa.gov/content/goddard/new-explorer-mission-chooses-the-just-right-orbit/">"New Explorer Mission Chooses the \'Just-Right\' Orbit"</a>. NASA.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=New+Explorer+Mission+Chooses+the+%27Just-Right%27+Orbit&rft.pub=NASA&rft.date=2013-07-31&rft.aulast=Keesey&rft.aufirst=Lori&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fcontent%2Fgoddard%2Fnew-explorer-mission-chooses-the-just-right-orbit%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-317"><span class="mw-cite-backlink"><b><a href="#cite_ref-317">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://spacenews.com/nasa-certifies-falcon-9-for-science-missions/">"NASA certifies Falcon 9 for science missions"</a>. SpaceNews. 16 February 2018.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+certifies+Falcon+9+for+science+missions&rft.pub=SpaceNews&rft.date=2018-02-16&rft_id=http%3A%2F%2Fspacenews.com%2Fnasa-certifies-falcon-9-for-science-missions%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-318"><span class="mw-cite-backlink"><b><a href="#cite_ref-318">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spaceflightnow.com/2018/04/11/spacex-rocket-test-fired-at-cape-canaveral-for-nasa-telescope-launch/">"SpaceX rocket test-fired at Cape Canaveral for NASA telescope launch"</a>. 11 April 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">14 April</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+rocket+test-fired+at+Cape+Canaveral+for+NASA+telescope+launch&rft.date=2018-04-11&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F04%2F11%2Fspacex-rocket-test-fired-at-cape-canaveral-for-nasa-telescope-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-319"><span class="mw-cite-backlink"><b><a href="#cite_ref-319">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spaceflightnow.com/2018/05/11/spacex-debuts-an-improved-human-rated-model-of-the-falcon-9-rocket/">"SpaceX debuts new model of the Falcon 9 rocket designed for astronauts"</a>. 11 May 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">12 May</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+debuts+new+model+of+the+Falcon+9+rocket+designed+for+astronauts&rft.date=2018-05-11&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F05%2F11%2Fspacex-debuts-an-improved-human-rated-model-of-the-falcon-9-rocket%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-320"><span class="mw-cite-backlink"><b><a href="#cite_ref-320">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="http://www.americaspace.com/2018/02/19/spacexs-long-awaited-falcon-9-block-5-heads-to-texas-for-testing/">"SpaceX\'s Long-Awaited Falcon 9 \'Block 5\' Heads to Texas for Testing"</a>. America Space. 19 February 2018.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX%27s+Long-Awaited+Falcon+9+%27Block+5%27+Heads+to+Texas+for+Testing&rft.date=2018-02-19&rft_id=http%3A%2F%2Fwww.americaspace.com%2F2018%2F02%2F19%2Fspacexs-long-awaited-falcon-9-block-5-heads-to-texas-for-testing%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-dhakatribune-321"><span class="mw-cite-backlink"><b><a href="#cite_ref-dhakatribune_321-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFShowkat_KallolHusain2017" class="citation news cs1">Showkat Kallol, Asif; Husain, Ishtiaq (30 January 2017). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20170206022222/http://archive.dhakatribune.com/bangladesh/2017/jan/30/thales-use-spacexs-falcon-9-launch">"Thales to use SpaceX\'s Falcon 9 to launch"</a>. <i>Dhaka Tribune</i>. Archived from <a rel="nofollow" class="external text" href="http://archive.dhakatribune.com/bangladesh/2017/jan/30/thales-use-spacexs-falcon-9-launch">the original</a> on 6 February 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">5 February</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Dhaka+Tribune&rft.atitle=Thales+to+use+SpaceX%27s+Falcon+9+to+launch&rft.date=2017-01-30&rft.aulast=Showkat+Kallol&rft.aufirst=Asif&rft.au=Husain%2C+Ishtiaq&rft_id=http%3A%2F%2Farchive.dhakatribune.com%2Fbangladesh%2F2017%2Fjan%2F30%2Fthales-use-spacexs-falcon-9-launch&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-gunter-bd1-322"><span class="mw-cite-backlink"><b><a href="#cite_ref-gunter-bd1_322-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_sdat/bangabandhu-1.htm">"Bangabandhu 1 (BD 1)"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">22 November</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Bangabandhu+1+%28BD+1%29&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fbangabandhu-1.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-323"><span class="mw-cite-backlink"><b><a href="#cite_ref-323">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/05/first-block-5-falcon-9-static-fire-bangabandhu-1/">"First Block 5 Falcon 9 readying for static fire ahead of Bangabandhu-1 launch"</a>. NASASpaceFlight.com. May 2018.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=First+Block+5+Falcon+9+readying+for+static+fire+ahead+of+Bangabandhu-1+launch&rft.pub=NASASpaceFlight.com&rft.date=2018-05&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F05%2Ffirst-block-5-falcon-9-static-fire-bangabandhu-1%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Bangabandhu-1_AT-324"><span class="mw-cite-backlink">^ <a href="#cite_ref-Bangabandhu-1_AT_324-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Bangabandhu-1_AT_324-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Bangabandhu-1_AT_324-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.aerospace-technology.com/news/spacex-launches-bangabandhu-satellite-1-space/">"SpaceX launches Bangabandhu Satellite-1 into space"</a>. Aerospace Technology. 14 May 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+Bangabandhu+Satellite-1+into+space&rft.pub=Aerospace+Technology&rft.date=2018-05-14&rft_id=https%3A%2F%2Fwww.aerospace-technology.com%2Fnews%2Fspacex-launches-bangabandhu-satellite-1-space%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-325"><span class="mw-cite-backlink"><b><a href="#cite_ref-325">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://spacenews.com/how-bangladesh-became-spacexs-first-block-5-falcon-9-customer/">"How Bangladesh became SpaceX\'s first Block 5 Falcon 9 customer"</a>. SpaceNews. 9 May 2018.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=How+Bangladesh+became+SpaceX%27s+first+Block+5+Falcon+9+customer&rft.pub=SpaceNews&rft.date=2018-05-09&rft_id=http%3A%2F%2Fspacenews.com%2Fhow-bangladesh-became-spacexs-first-block-5-falcon-9-customer%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-326"><span class="mw-cite-backlink"><b><a href="#cite_ref-326">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.thedailystar.net/science/space-science/bangabandhu-satellite-deal-inked-french-firm-170728">"Bangabandhu satellite deal inked with French firm"</a>. <i>The Daily Star</i>. 11 November 2015.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=The+Daily+Star&rft.atitle=Bangabandhu+satellite+deal+inked+with+French+firm&rft.date=2015-11-11&rft_id=http%3A%2F%2Fwww.thedailystar.net%2Fscience%2Fspace-science%2Fbangabandhu-satellite-deal-inked-french-firm-170728&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-327"><span class="mw-cite-backlink"><b><a href="#cite_ref-327">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/05/first-block-5-falcon-9-static-fire-bangabandhu-1/">"First Block 5 Falcon 9 readying for static fire ahead of Bangabandhu-1 launch"</a>. NASASpaceFlight.com.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=First+Block+5+Falcon+9+readying+for+static+fire+ahead+of+Bangabandhu-1+launch&rft.pub=NASASpaceFlight.com&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F05%2Ffirst-block-5-falcon-9-static-fire-bangabandhu-1%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-328"><span class="mw-cite-backlink"><b><a href="#cite_ref-328">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSpaceX2018" class="citation cs2">SpaceX (7 May 2018), <a rel="nofollow" class="external text" href="https://www.youtube.com/watch?v=yYJWeK-kVB0"><i>Bangabandhu Satellite-1</i></a><span class="reference-accessdate">, retrieved <span class="nowrap">10 May</span> 2018</span></cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Bangabandhu+Satellite-1&rft.date=2018-05-07&rft.au=SpaceX&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DyYJWeK-kVB0&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-329"><span class="mw-cite-backlink"><b><a href="#cite_ref-329">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.aerospace-technology.com/projects/bangabandhu-1-bd-1-communication-satellite/">"Bangabandhu-1 (BD-1) Communication Satellite"</a>. Aerospace Technology<span class="reference-accessdate">. Retrieved <span class="nowrap">16 September</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Bangabandhu-1+%28BD-1%29+Communication+Satellite&rft.pub=Aerospace+Technology&rft_id=https%3A%2F%2Fwww.aerospace-technology.com%2Fprojects%2Fbangabandhu-1-bd-1-communication-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-330"><span class="mw-cite-backlink"><b><a href="#cite_ref-330">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/05/falcon-9-iridium-next-6-grace-fo-launch/">"Falcon 9 launches Iridium NEXT 6 and GRACE-FO"</a>. 22 May 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+launches+Iridium+NEXT+6+and+GRACE-FO&rft.date=2018-05-22&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F05%2Ffalcon-9-iridium-next-6-grace-fo-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-331"><span class="mw-cite-backlink"><b><a href="#cite_ref-331">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBaylor,_Michael_[@nextspaceflight]2018" class="citation web cs1">Baylor, Michael [@nextspaceflight] (21 March 2018). <a rel="nofollow" class="external text" href="https://twitter.com/nextspaceflight/status/976578292970131456">"Is it the Zuma core? That\'s currently our best guess"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">15 August</span> 2018</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Is+it+the+Zuma+core%3F+That%27s+currently+our+best+guess&rft.date=2018-03-21&rft.au=Baylor%2C+Michael+%5B%40nextspaceflight%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fnextspaceflight%2Fstatus%2F976578292970131456&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span><br /><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFDesch,_Matt_[@IridiumBoss]2018" class="citation web cs1">Desch, Matt [@IridiumBoss] (23 March 2018). <a rel="nofollow" class="external text" href="https://twitter.com/IridiumBoss/status/976966633636941824">"You guys don\'t need me..."</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">15 August</span> 2018</span> – via Twitter.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=You+guys+don%E2%80%99t+need+me...&rft.date=2018-03-23&rft.au=Desch%2C+Matt+%5B%40IridiumBoss%5D&rft_id=https%3A%2F%2Ftwitter.com%2FIridiumBoss%2Fstatus%2F976966633636941824&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-iridium-rideshare-332"><span class="mw-cite-backlink">^ <a href="#cite_ref-iridium-rideshare_332-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-iridium-rideshare_332-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFde_Selding2017" class="citation news cs1">de Selding, Peter B. (2 February 2017). <span class="cs1-lock-subscription" title="Paid subscription required"><a rel="nofollow" class="external text" href="https://www.spaceintelreport.com/iridium">"Iridium subcontracts ride share aboard SpaceX Falcon 9"</a></span>. Space Intel Report<span class="reference-accessdate">. Retrieved <span class="nowrap">28 July</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Iridium+subcontracts+ride+share+aboard+SpaceX+Falcon+9&rft.date=2017-02-02&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=https%3A%2F%2Fwww.spaceintelreport.com%2Firidium&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-grace-fo-launch-333"><span class="mw-cite-backlink"><b><a href="#cite_ref-grace-fo-launch_333-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.gfz-potsdam.de/en/section/global-geomonitoring-and-gravity-field/topics/development-operation-and-analysis-of-gravity-field-satellite-missions/grace-fo/launch-vehicle-system/">"GRACE-FO / Launch Vehicle System"</a>. GFZ Helmholtz Centre Potsdam. 28 November 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">13 December</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=GRACE-FO+%2F+Launch+Vehicle+System&rft.pub=GFZ+Helmholtz+Centre+Potsdam&rft.date=2016-11-28&rft_id=http%3A%2F%2Fwww.gfz-potsdam.de%2Fen%2Fsection%2Fglobal-geomonitoring-and-gravity-field%2Ftopics%2Fdevelopment-operation-and-analysis-of-gravity-field-satellite-missions%2Fgrace-fo%2Flaunch-vehicle-system%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-gunter-iridium-334"><span class="mw-cite-backlink"><b><a href="#cite_ref-gunter-iridium_334-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_sdat/iridium-next.htm">"Iridium-NEXT"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">22 May</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Iridium-NEXT&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Firidium-next.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-gunter-grace-335"><span class="mw-cite-backlink"><b><a href="#cite_ref-gunter-grace_335-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_sdat/grace-fo.htm">"GRACE-FO"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">22 May</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=GRACE-FO&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fgrace-fo.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-337"><span class="mw-cite-backlink"><b><a href="#cite_ref-337">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBregin2018" class="citation web cs1">Bregin, Chris (22 May 2018). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/05/falcon-9-iridium-next-6-grace-fo-launch/">"Falcon 9 launches Iridium NEXT 6 and GRACE-FO"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+launches+Iridium+NEXT+6+and+GRACE-FO&rft.pub=NASASpaceFlight.com&rft.date=2018-05-22&rft.aulast=Bregin&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F05%2Ffalcon-9-iridium-next-6-grace-fo-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-338"><span class="mw-cite-backlink"><b><a href="#cite_ref-338">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFDesch,_Matt_[@IridiumBoss]2017" class="citation web cs1">Desch, Matt [@IridiumBoss] (5 September 2017). <a rel="nofollow" class="external text" href="https://twitter.com/IridiumBoss/status/904855169657171968">"Ten. Always 10, except Launch 6 will be a rideshare with GRACE, and that one will launch 5"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">16 September</span> 2017</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Ten.+Always+10%2C+except+Launch+6+will+be+a+rideshare+with+GRACE%2C+and+that+one+will+launch+5.&rft.date=2017-09-05&rft.au=Desch%2C+Matt+%5B%40IridiumBoss%5D&rft_id=https%3A%2F%2Ftwitter.com%2FIridiumBoss%2Fstatus%2F904855169657171968&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-339"><span class="mw-cite-backlink"><b><a href="#cite_ref-339">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/04/spacexs-may-manifest-takes-shape-block-5-debut/">"SpaceX\'s May launch manifest takes shape; company prepares for Block 5 debut"</a>. NASASpaceFlight.com. April 2018.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX%27s+May+launch+manifest+takes+shape%3B+company+prepares+for+Block+5+debut&rft.pub=NASASpaceFlight.com&rft.date=2018-04&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F04%2Fspacexs-may-manifest-takes-shape-block-5-debut%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-340"><span class="mw-cite-backlink"><b><a href="#cite_ref-340">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.floridatoday.com/story/tech/science/space/2018/06/04/spacex-falcon-9-delivers-commercial-satellite-orbit-cape/658801002/">"SpaceX Falcon 9 delivers massive commercial satellite to orbit from Cape Canaveral"</a>. <i>Florida Today</i>. 4 June 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">4 June</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Florida+Today&rft.atitle=SpaceX+Falcon+9+delivers+massive+commercial+satellite+to+orbit+from+Cape+Canaveral&rft.date=2018-06-04&rft_id=https%3A%2F%2Fwww.floridatoday.com%2Fstory%2Ftech%2Fscience%2Fspace%2F2018%2F06%2F04%2Fspacex-falcon-9-delivers-commercial-satellite-orbit-cape%2F658801002%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-SES12-341"><span class="mw-cite-backlink">^ <a href="#cite_ref-SES12_341-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-SES12_341-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.ses.com/our-coverage/satellites/365">"SES-12"</a>. SES S.A<span class="reference-accessdate">. Retrieved <span class="nowrap">28 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SES-12&rft.pub=SES+S.A.&rft_id=https%3A%2F%2Fwww.ses.com%2Four-coverage%2Fsatellites%2F365&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20180531-342"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20180531_342-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20180531_342-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGraham2018" class="citation news cs1">Graham, William (31 May 2018). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/05/falcon-9-cape-canaveral-night-launch-ses-12/">"Falcon 9 launch with SES-12 delayed to June 4"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">31 May</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+launch+with+SES-12+delayed+to+June+4&rft.date=2018-05-31&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F05%2Ffalcon-9-cape-canaveral-night-launch-ses-12%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-343"><span class="mw-cite-backlink"><b><a href="#cite_ref-343">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFDean2018" class="citation news cs1">Dean, James (4 June 2018). <a rel="nofollow" class="external text" href="https://www.floridatoday.com/story/tech/science/space/2018/06/04/spacex-falcon-9-delivers-commercial-satellite-orbit-cape/658801002/">"SpaceX Falcon 9 delivers massive commercial satellite to orbit from Cape Canaveral"</a>. <i>Florida Today</i><span class="reference-accessdate">. Retrieved <span class="nowrap">4 June</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Florida+Today&rft.atitle=SpaceX+Falcon+9+delivers+massive+commercial+satellite+to+orbit+from+Cape+Canaveral&rft.date=2018-06-04&rft.aulast=Dean&rft.aufirst=James&rft_id=https%3A%2F%2Fwww.floridatoday.com%2Fstory%2Ftech%2Fscience%2Fspace%2F2018%2F06%2F04%2Fspacex-falcon-9-delivers-commercial-satellite-orbit-cape%2F658801002%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-344"><span class="mw-cite-backlink"><b><a href="#cite_ref-344">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2018" class="citation news cs1">Clark, Stephen (4 June 2018). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2018/06/04/multi-mission-telecom-craft-launched-by-spacex-for-ses/">"Multi-mission telecom craft launched by SpaceX for SES"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">5 June</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Multi-mission+telecom+craft+launched+by+SpaceX+for+SES&rft.date=2018-06-04&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F06%2F04%2Fmulti-mission-telecom-craft-launched-by-spacex-for-ses%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-345"><span class="mw-cite-backlink"><b><a href="#cite_ref-345">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/06/final-block-4-falcon-9-crs-15-dragon-launch/">"Final Block 4 Falcon 9 launches CRS-15 Dragon"</a>. NASASpaceFlight.com. 28 June 2018.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Final+Block+4+Falcon+9+launches+CRS-15+Dragon&rft.date=2018-06-28&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F06%2Ffinal-block-4-falcon-9-crs-15-dragon-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-346"><span class="mw-cite-backlink"><b><a href="#cite_ref-346">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBaylor,_Michael_[@nextspaceflight]2018" class="citation web cs1">Baylor, Michael [@nextspaceflight] (15 April 2018). <a rel="nofollow" class="external text" href="https://twitter.com/nextspaceflight/status/985540438512857089">"Koenigsmann: This TESS booster is planned to fly again on the next CRS mission pending NASA approval"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Koenigsmann%3A+This+TESS+booster+is+planned+to+fly+again+on+the+next+CRS+mission+pending+NASA+approval.&rft.date=2018-04-15&rft.au=Baylor%2C+Michael+%5B%40nextspaceflight%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fnextspaceflight%2Fstatus%2F985540438512857089&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-347"><span class="mw-cite-backlink"><b><a href="#cite_ref-347">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2018" class="citation news cs1">Clark, Stephen (28 June 2018). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2018/06/28/commercial-spacex-cargo-capsule-readied-for-launch-friday/">"Commercial SpaceX cargo capsule readied for launch Friday"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">29 June</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Commercial+SpaceX+cargo+capsule+readied+for+launch+Friday&rft.date=2018-06-28&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F06%2F28%2Fcommercial-spacex-cargo-capsule-readied-for-launch-friday%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-348"><span class="mw-cite-backlink"><b><a href="#cite_ref-348">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2018" class="citation news cs1">Clark, Stephen (29 June 2018). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2018/06/29/spacex-launches-ai-enabled-robot-companion-vegetation-monitor-to-space-station/">"SpaceX launches AI-enabled robot companion, vegetation monitor to space station"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">4 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+launches+AI-enabled+robot+companion%2C+vegetation+monitor+to+space+station&rft.date=2018-06-29&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F06%2F29%2Fspacex-launches-ai-enabled-robot-companion-vegetation-monitor-to-space-station%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-block4retirement-349"><span class="mw-cite-backlink"><b><a href="#cite_ref-block4retirement_349-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFRalph2018" class="citation news cs1">Ralph, Eric (5 June 2018). <a rel="nofollow" class="external text" href="https://www.teslarati.com/spacex-transition-all-falcon-9-block-5-launches/">"SpaceX will transition all launches to Falcon 9 Block 5 rockets after next mission"</a>. Teslarati.com<span class="reference-accessdate">. Retrieved <span class="nowrap">5 June</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+will+transition+all+launches+to+Falcon+9+Block+5+rockets+after+next+mission&rft.date=2018-06-05&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-transition-all-falcon-9-block-5-launches%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-350"><span class="mw-cite-backlink"><b><a href="#cite_ref-350">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/07/spacex-falcon-9-telstar-19v-launch/">"SpaceX Falcon 9 sets new record with Telstar 19V launch from SLC-40"</a>. 21 July 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">22 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Falcon+9+sets+new+record+with+Telstar+19V+launch+from+SLC-40&rft.date=2018-07-21&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F07%2Fspacex-falcon-9-telstar-19v-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sfn-20160226-351"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfn-20160226_351-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfn-20160226_351-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2016" class="citation news cs1">Clark, Stephen (26 February 2016). <a rel="nofollow" class="external text" href="http://spaceflightnow.com/2016/02/26/telesat-launch-agreements-awarded-to-spacex/">"Telesat launch agreements awarded to SpaceX"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">29 February</span> 2016</span>. <q>A spokesperson for the Ottawa-based company said the new satellites, named Telstar 18 Vantage and Telstar 19 Vantage, would fly aboard Falcon 9 rockets. Telstar 18V and 19V are both due for launch in early 2018. The Telstar satellites could take off from SpaceX\'s launch facilities at Cape Canaveral, Florida, or a launch pad under construction near <a href="/wiki/Brownsville,_Texas" title="Brownsville, Texas">Brownsville, Texas</a>, to be operational in 2018.</q></cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Telesat+launch+agreements+awarded+to+SpaceX&rft.date=2016-02-26&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2F2016%2F02%2F26%2Ftelesat-launch-agreements-awarded-to-spacex%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-352"><span class="mw-cite-backlink"><b><a href="#cite_ref-352">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_sdat/telstar-19v.htm">"Telstar 19V (Telstar 19 Vantage)"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">7 August</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Telstar+19V+%28Telstar+19+Vantage%29&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Ftelstar-19v.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sfn-20180722-353"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfn-20180722_353-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfn-20180722_353-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sfn-20180722_353-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://spaceflightnow.com/2018/07/22/spacex-delivers-for-telesat-with-successful-early-morning-launch/">"SpaceX delivers for Telesat with successful early morning launch"</a>. 22 July 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">22 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+delivers+for+Telesat+with+successful+early+morning+launch&rft.date=2018-07-22&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F07%2F22%2Fspacex-delivers-for-telesat-with-successful-early-morning-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Telstar_19V_SFI-354"><span class="mw-cite-backlink">^ <a href="#cite_ref-Telstar_19V_SFI_354-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Telstar_19V_SFI_354-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFRichardson2018" class="citation web cs1">Richardson, Darek (22 July 2018). <a rel="nofollow" class="external text" href="http://www.spaceflightinsider.com/organizations/space-exploration-technologies/telstar-19v-communications-satellite-orbited-by-spacex-falcon-9/">"Telstar 19V communications satellite orbited by SpaceX Falcon 9"</a>. SpaceFlight Insider<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Telstar+19V+communications+satellite+orbited+by+SpaceX+Falcon+9&rft.pub=SpaceFlight+Insider&rft.date=2018-07-22&rft.aulast=Richardson&rft.aufirst=Darek&rft_id=http%3A%2F%2Fwww.spaceflightinsider.com%2Forganizations%2Fspace-exploration-technologies%2Ftelstar-19v-communications-satellite-orbited-by-spacex-falcon-9%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-355"><span class="mw-cite-backlink"><b><a href="#cite_ref-355">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.telesat.com/news-events/telesat-orders-new-telstar-19-vantage-high-throughput-satellite-ssl">"Telesat Orders New Telstar 19 VANTAGE High Throughput Satellite from SSL"</a>. <i>telesat.com</i>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=telesat.com&rft.atitle=Telesat+Orders+New+Telstar+19+VANTAGE+High+Throughput+Satellite+from+SSL&rft_id=https%3A%2F%2Fwww.telesat.com%2Fnews-events%2Ftelesat-orders-new-telstar-19-vantage-high-throughput-satellite-ssl&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-356"><span class="mw-cite-backlink"><b><a href="#cite_ref-356">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spaceflightnow.com/2018/07/21/record-setting-commercial-satellite-awaits-blastoff-from-cape-canaveral/">"Record-setting commercial satellite awaits blastoff from Cape Canaveral"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Record-setting+commercial+satellite+awaits+blastoff+from+Cape+Canaveral&rft.pub=Spaceflight+Now&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F07%2F21%2Frecord-setting-commercial-satellite-awaits-blastoff-from-cape-canaveral%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-357"><span class="mw-cite-backlink"><b><a href="#cite_ref-357">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGraham2018" class="citation web cs1">Graham, William (21 July 2018). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/07/spacex-falcon-9-telstar-19v-launch/">"SpaceX Falcon 9 sets new record with Telstar 19V launch from SLC-40"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+9+sets+new+record+with+Telstar+19V+launch+from+SLC-40&rft.pub=NASASpaceFlight.com&rft.date=2018-07-21&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F07%2Fspacex-falcon-9-telstar-19v-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-358"><span class="mw-cite-backlink"><b><a href="#cite_ref-358">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/spacex-launches-penultimate-iridium-next-mission/">"SpaceX launches penultimate Iridium Next mission"</a>. 25 July 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+launches+penultimate+Iridium+Next+mission&rft.date=2018-07-25&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-launches-penultimate-iridium-next-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-iridiumboosters-359"><span class="mw-cite-backlink"><b><a href="#cite_ref-iridiumboosters_359-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFStephen_Clark_[@StephenClark1]2018" class="citation web cs1">Stephen Clark [@StephenClark1] (14 May 2018). <a rel="nofollow" class="external text" href="https://twitter.com/StephenClark1/status/996038112437506048">"Iridium\'s Desch: Launch next week will use a previously-flown booster, and our final two Iridium Next missions will fly on new Block 5 boosters"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Iridium%27s+Desch%3A+Launch+next+week+will+use+a+previously-flown+booster%2C+and+our+final+two+Iridium+Next+missions+will+fly+on+new+Block+5+boosters.&rft.date=2018-05-14&rft.au=Stephen+Clark+%5B%40StephenClark1%5D&rft_id=https%3A%2F%2Ftwitter.com%2FStephenClark1%2Fstatus%2F996038112437506048&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-360"><span class="mw-cite-backlink"><b><a href="#cite_ref-360">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.teslarati.com/spacex-falcon-9-block-5-texas-static-fire-tests/">"SpaceX\'s third Block 5 rocket heads to Texas test site as launch marathon nears"</a>. 13 June 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">13 June</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX%27s+third+Block+5+rocket+heads+to+Texas+test+site+as+launch+marathon+nears&rft.date=2018-06-13&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-falcon-9-block-5-texas-static-fire-tests%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Iridium_NEXT-7_SN-361"><span class="mw-cite-backlink">^ <a href="#cite_ref-Iridium_NEXT-7_SN_361-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Iridium_NEXT-7_SN_361-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Iridium_NEXT-7_SN_361-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-Iridium_NEXT-7_SN_361-3"><sup><i><b>d</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2018" class="citation web cs1">Clark, Stephen (25 July 2018). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2018/07/25/spacexs-second-launch-in-three-days-lofts-10-more-iridium-satellites/">"SpaceX\'s second launch in three days lofts 10 more Iridium satellites"</a>. <i>spaceflightnow.com</i>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spaceflightnow.com&rft.atitle=SpaceX%27s+second+launch+in+three+days+lofts+10+more+Iridium+satellites&rft.date=2018-07-25&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F07%2F25%2Fspacexs-second-launch-in-three-days-lofts-10-more-iridium-satellites%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Iridium_NEXT-7_space-362"><span class="mw-cite-backlink">^ <a href="#cite_ref-Iridium_NEXT-7_space_362-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Iridium_NEXT-7_space_362-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Iridium_NEXT-7_space_362-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBartels2018" class="citation web cs1">Bartels, Meghan (25 July 2018). <a rel="nofollow" class="external text" href="https://www.space.com/41273-spacex-launch-iridium-satellites-harsh-weather.html">"SpaceX Lands Rocket in Harshest Conditions to Date and Attempts to Catch Fairing"</a>. <i>Space.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Space.com&rft.atitle=SpaceX+Lands+Rocket+in+Harshest+Conditions+to+Date+and+Attempts+to+Catch+Fairing&rft.date=2018-07-25&rft.aulast=Bartels&rft.aufirst=Meghan&rft_id=https%3A%2F%2Fwww.space.com%2F41273-spacex-launch-iridium-satellites-harsh-weather.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-363"><span class="mw-cite-backlink"><b><a href="#cite_ref-363">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFShanklin2018" class="citation news cs1">Shanklin, Emily (6 August 2018). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20200516081219/https://www.spacex.com/news/2018/08/06/merah-putih-mission">"Merah Putih Mission"</a>. <i>SpaceX</i>. Archived from <a rel="nofollow" class="external text" href="https://www.spacex.com/news/2018/08/06/merah-putih-mission">the original</a> on 16 May 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">7 August</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=SpaceX&rft.atitle=Merah+Putih+Mission&rft.date=2018-08-06&rft.aulast=Shanklin&rft.aufirst=Emily&rft_id=https%3A%2F%2Fwww.spacex.com%2Fnews%2F2018%2F08%2F06%2Fmerah-putih-mission&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Ralph-20180727-364"><span class="mw-cite-backlink"><b><a href="#cite_ref-Ralph-20180727_364-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFRalph2018" class="citation news cs1">Ralph, Eric (27 July 2018). <a rel="nofollow" class="external text" href="https://www.teslarati.com/spacex-first-falcon-9-block-5-reuse-drone-ship-turnaround-record/">"SpaceX\'s first Falcon 9 Block 5 reuse will also be its quickest drone ship turnaround"</a>. <i>Teslarati.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">27 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Teslarati.com&rft.atitle=SpaceX%27s+first+Falcon+9+Block+5+reuse+will+also+be+its+quickest+drone+ship+turnaround&rft.date=2018-07-27&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-first-falcon-9-block-5-reuse-drone-ship-turnaround-record%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-365"><span class="mw-cite-backlink"><b><a href="#cite_ref-365">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFNurrachman2018" class="citation news cs1">Nurrachman, Kemas (22 April 2018). <a rel="nofollow" class="external text" href="https://techno.okezone.com/read/2018/04/22/207/1889936/meluncur-agustus-2018-satelit-telkom-4-rampung-99">"Meluncur Agustus 2018, Satelit Telkom 4 Rampung 99%"</a> [Launching in August 2018, Telkom 4 satellite is 99% completed] (in Indonesian). Okezone.com<span class="reference-accessdate">. Retrieved <span class="nowrap">22 June</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Meluncur+Agustus+2018%2C+Satelit+Telkom+4+Rampung+99%25&rft.date=2018-04-22&rft.aulast=Nurrachman&rft.aufirst=Kemas&rft_id=https%3A%2F%2Ftechno.okezone.com%2Fread%2F2018%2F04%2F22%2F207%2F1889936%2Fmeluncur-agustus-2018-satelit-telkom-4-rampung-99&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-366"><span class="mw-cite-backlink"><b><a href="#cite_ref-366">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFAgung2017" class="citation news cs1">Agung, Bintoro (30 January 2017). <a rel="nofollow" class="external text" href="http://www.cnnindonesia.com/teknologi/20170130174006-213-190081/satelit-telkom-berikutnya-bakal-gandeng-spacex/">"Satelit Telkom Berikutnya Bakal Gandeng SpaceX"</a> [Next Telkom satellite will be launched by SpaceX] (in Indonesian). <a href="/wiki/CNN_Indonesia" title="CNN Indonesia">CNN Indonesia</a><span class="reference-accessdate">. Retrieved <span class="nowrap">14 February</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Satelit+Telkom+Berikutnya+Bakal+Gandeng+SpaceX&rft.date=2017-01-30&rft.aulast=Agung&rft.aufirst=Bintoro&rft_id=http%3A%2F%2Fwww.cnnindonesia.com%2Fteknologi%2F20170130174006-213-190081%2Fsatelit-telkom-berikutnya-bakal-gandeng-spacex%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-367"><span class="mw-cite-backlink"><b><a href="#cite_ref-367">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_sdat/telkom-4.htm">"Telkom 4 (Merah Putih)"</a>. <i>Gunter\'s Space Page</i>. Gunter<span class="reference-accessdate">. Retrieved <span class="nowrap">7 August</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Gunter%27s+Space+Page&rft.atitle=Telkom+4+%28Merah+Putih%29&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Ftelkom-4.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-TelcomI_S.com-368"><span class="mw-cite-backlink">^ <a href="#cite_ref-TelcomI_S.com_368-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-TelcomI_S.com_368-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFWall2018" class="citation web cs1">Wall, Mike (7 August 2018). <a rel="nofollow" class="external text" href="https://www.space.com/41395-spacex-launches-used-block-5-rocket-nails-landing.html">"SpaceX Re-Launches \'Block 5\' Rocket for 1st Time, Nails Landing Again"</a>. <i>space.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">7 August</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.com&rft.atitle=SpaceX+Re-Launches+%27Block+5%27+Rocket+for+1st+Time%2C+Nails+Landing+Again&rft.date=2018-08-07&rft.aulast=Wall&rft.aufirst=Mike&rft_id=https%3A%2F%2Fwww.space.com%2F41395-spacex-launches-used-block-5-rocket-nails-landing.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-369"><span class="mw-cite-backlink"><b><a href="#cite_ref-369">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://en.industry.co.id/read/1206/telkom-4-satellite-launch-accelerated-from-schedule">"Telkom 4 Satellite Launch Accelerated from Schedule"</a>. <i>industry.co.id</i>. 12 September 2017.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=industry.co.id&rft.atitle=Telkom+4+Satellite+Launch+Accelerated+from+Schedule&rft.date=2017-09-12&rft_id=http%3A%2F%2Fen.industry.co.id%2Fread%2F1206%2Ftelkom-4-satellite-launch-accelerated-from-schedule&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-370"><span class="mw-cite-backlink"><b><a href="#cite_ref-370">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/08/spacex-falcon-9-merah-putih-block-5-reflight/">"SpaceX Falcon 9 launches Merah Putih for first Block 5 reflight"</a>. NASASpaceFlight.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+9+launches+Merah+Putih+for+first+Block+5+reflight&rft.pub=NASASpaceFlight&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F08%2Fspacex-falcon-9-merah-putih-block-5-reflight%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sfn-20180910-371"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfn-20180910_371-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfn-20180910_371-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sfn-20180910_371-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-sfn-20180910_371-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-sfn-20180910_371-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-sfn-20180910_371-5"><sup><i><b>f</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2018" class="citation news cs1">Clark, Stephen (10 September 2018). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2018/09/10/spacex-telesat-achieve-repeat-success-with-midnight-hour-launch/">"SpaceX, Telesat achieve repeat success with midnight-hour launch"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">10 September</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Spaceflight+Now&rft.atitle=SpaceX%2C+Telesat+achieve+repeat+success+with+midnight-hour+launch&rft.date=2018-09-10&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F09%2F10%2Fspacex-telesat-achieve-repeat-success-with-midnight-hour-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-372"><span class="mw-cite-backlink"><b><a href="#cite_ref-372">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://spacenews.com/telesat-and-apt-partner-on-replacement-of-jointly-owned-satellite/">"Telesat, APT Partner on Replacement of Joint Satellite - SpaceNews.com"</a>. Spacenews.com. 25 December 2015.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Telesat%2C+APT+Partner+on+Replacement+of+Joint+Satellite+-+SpaceNews.com&rft.pub=Spacenews.com&rft.date=2015-12-25&rft_id=http%3A%2F%2Fspacenews.com%2Ftelesat-and-apt-partner-on-replacement-of-jointly-owned-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20181008-373"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20181008_373-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20181008_373-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-nsf-20181008_373-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-nsf-20181008_373-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-nsf-20181008_373-4"><sup><i><b>e</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGraham2018" class="citation news cs1">Graham, William (8 October 2018). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/10/spacex-falcon-9-saocom-1a-launch-west-coast-landing/">"SpaceX Falcon 9 launches with SAOCOM 1A and nails first West Coast landing"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">9 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Falcon+9+launches+with+SAOCOM+1A+and+nails+first+West+Coast+landing&rft.date=2018-10-08&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F10%2Fspacex-falcon-9-saocom-1a-launch-west-coast-landing%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-374"><span class="mw-cite-backlink"><b><a href="#cite_ref-374">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/08/saocom-1a-ships-vandenberg-falcon-9-first-west-coast-rtls/">"SAOCOM 1A ships to Vandenberg as Falcon 9 prepares for the first west coast RTLS"</a>. <i>nasaspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">1 August</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=SAOCOM+1A+ships+to+Vandenberg+as+Falcon+9+prepares+for+the+first+west+coast+RTLS&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F08%2Fsaocom-1a-ships-vandenberg-falcon-9-first-west-coast-rtls%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-SAOCOM20090416-375"><span class="mw-cite-backlink">^ <a href="#cite_ref-SAOCOM20090416_375-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-SAOCOM20090416_375-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation pressrelease cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20171027192425/http://www.spacex.com/press/2012/12/19/spacex-signs-argentinas-space-agency-two-falcon-9-launches">"Spacex signs Argentina\'s space agency for two Falcon 9 launches"</a> (Press release). <a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>. 16 April 2009. Archived from <a rel="nofollow" class="external text" href="http://www.spacex.com/press/2012/12/19/spacex-signs-argentinas-space-agency-two-falcon-9-launches">the original</a> on 27 October 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">21 October</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Spacex+signs+Argentina%27s+space+agency+for+two+Falcon+9+launches&rft.pub=SpaceX&rft.date=2009-04-16&rft_id=http%3A%2F%2Fwww.spacex.com%2Fpress%2F2012%2F12%2F19%2Fspacex-signs-argentinas-space-agency-two-falcon-9-launches&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-saocom_revision-376"><span class="mw-cite-backlink"><b><a href="#cite_ref-saocom_revision_376-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20160417214943/http://www.conae.gov.ar/index.php/espanol/2016/834-revision-saocom-abril2016">"Exitosa Revisi\xc3\xb3n de la Misi\xc3\xb3n SAOCOM"</a> (in Spanish). CONAE. 12 April 2016. Archived from <a rel="nofollow" class="external text" href="http://www.conae.gov.ar/index.php/espanol/2016/834-revision-saocom-abril2016">the original</a> on 17 April 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">20 June</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Exitosa+Revisi%C3%B3n+de+la+Misi%C3%B3n+SAOCOM&rft.pub=CONAE&rft.date=2016-04-12&rft_id=http%3A%2F%2Fwww.conae.gov.ar%2Findex.php%2Fespanol%2F2016%2F834-revision-saocom-abril2016&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-377"><span class="mw-cite-backlink"><b><a href="#cite_ref-377">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGraham2018" class="citation news cs1">Graham, William (15 November 2018). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/11/spacex-falcon-9-launch-eshail-2-39a/">"SpaceX Falcon 9 launches Es\'Hail-2 from 39A"</a>. <a href="/wiki/NASASpaceFlight.com" title="NASASpaceFlight.com">NASASpaceFlight.com</a><span class="reference-accessdate">. Retrieved <span class="nowrap">15 November</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Falcon+9+launches+Es%27Hail-2+from+39A&rft.date=2018-11-15&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F11%2Fspacex-falcon-9-launch-eshail-2-39a%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-eshail2-378"><span class="mw-cite-backlink">^ <a href="#cite_ref-eshail2_378-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-eshail2_378-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2014" class="citation news cs1">Clark, Stephen (29 December 2014). <a rel="nofollow" class="external text" href="http://spaceflightnow.com/2014/12/29/spacex-selected-for-launch-of-qatari-satellite/">"SpaceX selected for launch of Qatari satellite"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">29 December</span> 2014</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Spaceflight+Now&rft.atitle=SpaceX+selected+for+launch+of+Qatari+satellite&rft.date=2014-12-29&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2F2014%2F12%2F29%2Fspacex-selected-for-launch-of-qatari-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-379"><span class="mw-cite-backlink"><b><a href="#cite_ref-379">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spaceflightnow.com/2018/11/15/spacex-launches-qatars-eshail-2-communications-satellite/">"SpaceX launches Qatar\'s Es\'hail 2 communications satellite"</a>. <i>spaceflightnow.com</i>. 15 November 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">17 November</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spaceflightnow.com&rft.atitle=SpaceX+launches+Qatar%27s+Es%27hail+2+communications+satellite&rft.date=2018-11-15&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F11%2F15%2Fspacex-launches-qatars-eshail-2-communications-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spacenews20181115-380"><span class="mw-cite-backlink">^ <a href="#cite_ref-spacenews20181115_380-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spacenews20181115_380-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFHenry2018" class="citation news cs1">Henry, Caleb (15 November 2018). <a rel="nofollow" class="external text" href="https://spacenews.com/spacex-launches-eshail-2-satellite-ties-launch-record">"SpaceX launches Es\'hail-2 satellite, ties launch record"</a>. <i>spacenews.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">15 November</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=spacenews.com&rft.atitle=SpaceX+launches+Es%27hail-2+satellite%2C+ties+launch+record&rft.date=2018-11-15&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-launches-eshail-2-satellite-ties-launch-record&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-381"><span class="mw-cite-backlink"><b><a href="#cite_ref-381">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/spacex-landing-mishap-wont-affect-upcoming-launches/">"SpaceX landing mishap won\'t affect upcoming launches"</a>. <i>spaceflightnow.com</i>. 5 December 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">6 December</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spaceflightnow.com&rft.atitle=SpaceX+landing+mishap+won%27t+affect+upcoming+launches&rft.date=2018-12-05&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-landing-mishap-wont-affect-upcoming-launches%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-382"><span class="mw-cite-backlink"><b><a href="#cite_ref-382">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2018" class="citation news cs1">Clark, Stephen (3 December 2018). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2018/12/03/spacex-launches-swarm-of-satellites-re-flies-rocket-for-third-time/">"SpaceX launches swarm of satellites, flies rocket for third time"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">19 December</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Spaceflight+Now&rft.atitle=SpaceX+launches+swarm+of+satellites%2C+flies+rocket+for+third+time&rft.date=2018-12-03&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F12%2F03%2Fspacex-launches-swarm-of-satellites-re-flies-rocket-for-third-time%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spacenews20181203-383"><span class="mw-cite-backlink">^ <a href="#cite_ref-spacenews20181203_383-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spacenews20181203_383-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/spacex-launches-all-smallsat-falcon-9-mission/">"SpaceX launches all-smallsat Falcon 9 mission"</a>. <i>spacenews.com</i>. SpaceNews. 3 December 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">4 December</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spacenews.com&rft.atitle=SpaceX+launches+all-smallsat+Falcon+9+mission&rft.date=2018-12-03&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-launches-all-smallsat-falcon-9-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spaceflight-rideshare-384"><span class="mw-cite-backlink"><b><a href="#cite_ref-spaceflight-rideshare_384-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation pressrelease cs1"><a rel="nofollow" class="external text" href="http://www.spaceflight.com/spaceflight-purchases-spacex-falcon-9-rocket-to-provide-more-frequent-cost-effective-rideshare-availability-for-small-satellite-industry/">"Spaceflight purchases SpaceX Falcon 9 rocket to provide more frequent, cost-effective rideshare availability for small satellite industry"</a> (Press release). Spaceflight Industries. 30 September 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">7 January</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Spaceflight+purchases+SpaceX+Falcon+9+rocket+to+provide+more+frequent%2C+cost-effective+rideshare+availability+for+small+satellite+industry&rft.pub=Spaceflight+Industries&rft.date=2015-09-30&rft_id=http%3A%2F%2Fwww.spaceflight.com%2Fspaceflight-purchases-spacex-falcon-9-rocket-to-provide-more-frequent-cost-effective-rideshare-availability-for-small-satellite-industry%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-:2-385"><span class="mw-cite-backlink"><b><a href="#cite_ref-:2_385-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSorensen2018" class="citation web cs1">Sorensen, Jodi (6 August 2018). <a rel="nofollow" class="external text" href="http://spaceflight.com/spaceflight-prepares-historic-launch-of-more-than-70-spacecraft-aboard-spacex-falcon-9/">"Spaceflight prepares historic launch of more than 70 spacecraft aboard SpaceX Falcon9"</a>. Spaceflight Industries<span class="reference-accessdate">. Retrieved <span class="nowrap">6 August</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Spaceflight+prepares+historic+launch+of+more+than+70+spacecraft+aboard+SpaceX+Falcon9&rft.pub=Spaceflight+Industries&rft.date=2018-08-06&rft.aulast=Sorensen&rft.aufirst=Jodi&rft_id=http%3A%2F%2Fspaceflight.com%2Fspaceflight-prepares-historic-launch-of-more-than-70-spacecraft-aboard-spacex-falcon-9%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-:3-386"><span class="mw-cite-backlink"><b><a href="#cite_ref-:3_386-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBusiness" class="citation news cs1">Business, Jackie Wattles. <a rel="nofollow" class="external text" href="https://www.cnn.com/2018/12/03/tech/spacex-record-sso-a-mission/index.html">"SpaceX launched 64 satellites in record-breaking mission"</a>. CNN<span class="reference-accessdate">. Retrieved <span class="nowrap">4 December</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+launched+64+satellites+in+record-breaking+mission&rft.aulast=Business&rft.aufirst=Jackie+Wattles&rft_id=https%3A%2F%2Fwww.cnn.com%2F2018%2F12%2F03%2Ftech%2Fspacex-record-sso-a-mission%2Findex.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-eucropis-387"><span class="mw-cite-backlink"><b><a href="#cite_ref-eucropis_387-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.parabolicarc.com/2017/02/07/dlr-launch-cosmic-greenhouses-orbit/#more-60627">"DLR to Launch Cosmic Greenhouses into Orbit"</a>. Parabolic Arc. 7 February 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">9 February</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=DLR+to+Launch+Cosmic+Greenhouses+into+Orbit&rft.pub=Parabolic+Arc&rft.date=2017-02-07&rft_id=http%3A%2F%2Fwww.parabolicarc.com%2F2017%2F02%2F07%2Fdlr-launch-cosmic-greenhouses-orbit%2F%23more-60627&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-:4-388"><span class="mw-cite-backlink"><b><a href="#cite_ref-:4_388-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_sdat/hiber-1.htm">"Hiber 1, 2"</a>. <i>space.skyrocket.de</i><span class="reference-accessdate">. Retrieved <span class="nowrap">24 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.skyrocket.de&rft.atitle=Hiber+1%2C+2&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fhiber-1.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-:5-389"><span class="mw-cite-backlink"><b><a href="#cite_ref-:5_389-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_sdat/itasat-1.htm">"ITASAT 1"</a>. <i>Gunter\'s Space Page</i><span class="reference-accessdate">. Retrieved <span class="nowrap">3 August</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Gunter%27s+Space+Page&rft.atitle=ITASAT+1&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fitasat-1.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20180129-390"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf-20180129_390-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBaylor2018" class="citation news cs1">Baylor, Michael (29 January 2018). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/01/planet-labs-targets-search-engine-world/">"Planet Labs targets a search engine of the world"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">30 January</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Planet+Labs+targets+a+search+engine+of+the+world&rft.date=2018-01-29&rft.aulast=Baylor&rft.aufirst=Michael&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F01%2Fplanet-labs-targets-search-engine-world%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Upcoming-ELaNa-391"><span class="mw-cite-backlink">^ <a href="#cite_ref-Upcoming-ELaNa_391-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Upcoming-ELaNa_391-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Upcoming-ELaNa_391-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasa.gov/content/upcoming-elana-cubesat-launches">"Upcoming ELaNa CubeSat Launches"</a>. NASA. 22 May 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">14 June</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Upcoming+ELaNa+CubeSat+Launches&rft.pub=NASA&rft.date=2020-05-22&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fcontent%2Fupcoming-elana-cubesat-launches&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-392"><span class="mw-cite-backlink"><b><a href="#cite_ref-392">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFHambletonJordan2018" class="citation pressrelease cs1">Hambleton, Kathryn; Jordan, Gary (5 December 2018). <a rel="nofollow" class="external text" href="https://www.nasa.gov/press-release/nasa-sends-new-research-hardware-to-space-station-on-spacex-mission">"NASA Sends New Research, Hardware to Space Station on SpaceX Mission"</a> (Press release). NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">29 December</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Sends+New+Research%2C+Hardware+to+Space+Station+on+SpaceX+Mission&rft.pub=NASA&rft.date=2018-12-05&rft.aulast=Hambleton&rft.aufirst=Kathryn&rft.au=Jordan%2C+Gary&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fnasa-sends-new-research-hardware-to-space-station-on-spacex-mission&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-Grush-20181205-393"><span class="mw-cite-backlink">^ <a href="#cite_ref-Grush-20181205_393-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Grush-20181205_393-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGrush2018" class="citation news cs1">Grush, Loren (5 December 2018). <a rel="nofollow" class="external text" href="https://www.theverge.com/2018/12/5/18127630/spacex-falcon-9-rocket-landing-failure-ground-cape-canaveral">"For the first time ever, a SpaceX Falcon 9 rocket fails to stick a ground landing"</a>. The Verge<span class="reference-accessdate">. Retrieved <span class="nowrap">6 December</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=For+the+first+time+ever%2C+a+SpaceX+Falcon+9+rocket+fails+to+stick+a+ground+landing&rft.date=2018-12-05&rft.aulast=Grush&rft.aufirst=Loren&rft_id=https%3A%2F%2Fwww.theverge.com%2F2018%2F12%2F5%2F18127630%2Fspacex-falcon-9-rocket-landing-failure-ground-cape-canaveral&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-394"><span class="mw-cite-backlink"><b><a href="#cite_ref-394">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_sdat/gedi.htm">"GEDI"</a>. <i>Gunter\'s Space Page</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 August</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Gunter%27s+Space+Page&rft.atitle=GEDI&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fgedi.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-395"><span class="mw-cite-backlink"><b><a href="#cite_ref-395">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFRalph2018" class="citation web cs1">Ralph, Eric (7 December 2018). <a rel="nofollow" class="external text" href="https://www.teslarati.com/spacex-first-falcon-9-block-5-booster-casualty-battered-but-intact/">"SpaceX\'s first Falcon 9 Block 5 booster casualty battered but still intact in aerial photos"</a>. <i>teslarati.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">7 December</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=teslarati.com&rft.atitle=SpaceX%27s+first+Falcon+9+Block+5+booster+casualty+battered+but+still+intact+in+aerial+photos&rft.date=2018-12-07&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-first-falcon-9-block-5-booster-casualty-battered-but-intact%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spacenews20181223-396"><span class="mw-cite-backlink">^ <a href="#cite_ref-spacenews20181223_396-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spacenews20181223_396-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-spacenews20181223_396-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/spacex-launches-first-gps-3-satellite/">"SpaceX launches first GPS 3 satellite"</a>. <a href="/wiki/Spacenews.com" class="mw-redirect" title="Spacenews.com">spacenews.com</a>. 23 December 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">23 December</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+first+GPS+3+satellite&rft.pub=spacenews.com&rft.date=2018-12-23&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-launches-first-gps-3-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20181022-397"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20181022_397-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20181022_397-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBaylor2018" class="citation news cs1">Baylor, Michael (22 October 2018). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/10/spacex-lines-five-launches-2018/">"SpaceX lines up five launches to close out 2018"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">25 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+lines+up+five+launches+to+close+out+2018&rft.date=2018-10-22&rft.aulast=Baylor&rft.aufirst=Michael&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F10%2Fspacex-lines-five-launches-2018%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sfn-20181217-398"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfn-20181217_398-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfn-20181217_398-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sfn-20181217_398-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2018" class="citation news cs1">Clark, Stephen (17 December 2018). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2018/12/17/air-force-requirements-will-keep-spacex-from-recovering-falcon-9-booster-after-gps-launch/">"Air Force requirements will keep SpaceX from landing Falcon 9 booster after GPS launch"</a>. <i>SpaceFlight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">18 December</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=SpaceFlight+Now&rft.atitle=Air+Force+requirements+will+keep+SpaceX+from+landing+Falcon+9+booster+after+GPS+launch&rft.date=2018-12-17&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F12%2F17%2Fair-force-requirements-will-keep-spacex-from-recovering-falcon-9-booster-after-gps-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-399"><span class="mw-cite-backlink"><b><a href="#cite_ref-399">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/congressional-auditors-raise-red-flags-on-eelv-costs-national-security-launch-industrial-base/">"Congressional auditors raise red flags on EELV costs, national security launch industrial base"</a>. <i>spacenews.com</i>. 25 April 2018.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spacenews.com&rft.atitle=Congressional+auditors+raise+red+flags+on+EELV+costs%2C+national+security+launch+industrial+base&rft.date=2018-04-25&rft_id=https%3A%2F%2Fspacenews.com%2Fcongressional-auditors-raise-red-flags-on-eelv-costs-national-security-launch-industrial-base%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sn-20160427-400"><span class="mw-cite-backlink">^ <a href="#cite_ref-sn-20160427_400-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sn-20160427_400-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGruss2016" class="citation news cs1">Gruss, Mike (27 April 2016). <a rel="nofollow" class="external text" href="http://spacenews.com/spacex-wins-82-million-contract-for-2018-falcon-9-launch-of-gps-3-satellite/">"SpaceX wins US$82 million contract for 2018 Falcon 9 launch of GPS 3 satellite"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">29 April</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+wins+US%2482+million+contract+for+2018+Falcon+9+launch+of+GPS+3+satellite&rft.date=2016-04-27&rft.aulast=Gruss&rft.aufirst=Mike&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-wins-82-million-contract-for-2018-falcon-9-launch-of-gps-3-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-gunter-b5ex-401"><span class="mw-cite-backlink"><b><a href="#cite_ref-gunter-b5ex_401-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_lau_det/falcon-9_v1-2_b5_ex.htm">"Falcon-9 v1.2 (Block 5)(ex) (Falcon-9FT (Block 5)(ex))"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">9 November</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon-9+v1.2+%28Block+5%29%28ex%29+%28Falcon-9FT+%28Block+5%29%28ex%29%29&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_lau_det%2Ffalcon-9_v1-2_b5_ex.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-402"><span class="mw-cite-backlink"><b><a href="#cite_ref-402">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFRalph2018" class="citation web cs1">Ralph, Eric (13 December 2018). <a rel="nofollow" class="external text" href="https://www.teslarati.com/spacex-first-expendable-falcon-9-block-5-launch-usaf-satellite-fairing-encapsulation/">"SpaceX\'s Falcon 9 Block 5 set for first expendable launch with USAF satellite"</a>. <i>Teslarati.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 December</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Teslarati.com&rft.atitle=SpaceX%27s+Falcon+9+Block+5+set+for+first+expendable+launch+with+USAF+satellite&rft.date=2018-12-13&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-first-expendable-falcon-9-block-5-launch-usaf-satellite-fairing-encapsulation%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-403"><span class="mw-cite-backlink"><b><a href="#cite_ref-403">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.schriever.af.mil/News/Article-Display/Article/2057321/2nd-space-operations-squadron-sets-svn-74-healthy-and-active/">"2nd Space Operations Squadron sets SVN-74 healthy and active"</a>. <i>Schriever Air Force Base</i>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Schriever+Air+Force+Base&rft.atitle=2nd+Space+Operations+Squadron+sets+SVN-74+healthy+and+active&rft_id=https%3A%2F%2Fwww.schriever.af.mil%2FNews%2FArticle-Display%2FArticle%2F2057321%2F2nd-space-operations-squadron-sets-svn-74-healthy-and-active%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-404"><span class="mw-cite-backlink"><b><a href="#cite_ref-404">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]_foust2019" class="citation web cs1">@jeff_foust (7 May 2019). <a rel="nofollow" class="external text" href="https://twitter.com/jeff_foust/status/1125848289260314624">"Shotwell: expecting 18-21 launches this year; Starlink missions would be on top of that. Plenty of production capacity to handle it. #SATShow"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Shotwell%3A+expecting+18-21+launches+this+year%3B+Starlink+missions+would+be+on+top+of+that.+Plenty+of+production+capacity+to+handle+it.+%23SATShow&rft.date=2019-05-07&rft.au=%40jeff_foust&rft_id=https%3A%2F%2Ftwitter.com%2Fjeff_foust%2Fstatus%2F1125848289260314624&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-405"><span class="mw-cite-backlink"><b><a href="#cite_ref-405">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_chr/lau2019.htm">"Orbital Launches of 2019"</a>. Gunters space page<span class="reference-accessdate">. Retrieved <span class="nowrap">8 January</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Orbital+Launches+of+2019&rft.pub=Gunters+space+page&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_chr%2Flau2019.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-406"><span class="mw-cite-backlink"><b><a href="#cite_ref-406">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2019/01/iridium-boss-reflects-satellite-constellation-launch/">"Iridium boss reflects as final NEXT satellite constellation launches"</a>. 11 January 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Iridium+boss+reflects+as+final+NEXT+satellite+constellation+launches&rft.date=2019-01-11&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F01%2Firidium-boss-reflects-satellite-constellation-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-407"><span class="mw-cite-backlink"><b><a href="#cite_ref-407">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFDesch,_Matt_[@IridiumBoss]2018" class="citation web cs1">Desch, Matt [@IridiumBoss] (18 October 2018). <a rel="nofollow" class="external text" href="https://twitter.com/IridiumBoss/status/1052938928687370240">"I understand it\'s 1049-2"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">18 October</span> 2018</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=I+understand+it%27s+1049-2&rft.date=2018-10-18&rft.au=Desch%2C+Matt+%5B%40IridiumBoss%5D&rft_id=https%3A%2F%2Ftwitter.com%2FIridiumBoss%2Fstatus%2F1052938928687370240&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-408"><span class="mw-cite-backlink"><b><a href="#cite_ref-408">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2019/02/spacex-indonesian-launch-israeli-moon-mission/">"SpaceX launches Indonesian satellite launch and Israeli moon mission"</a>. 21 February 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">22 February</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+Indonesian+satellite+launch+and+Israeli+moon+mission&rft.date=2019-02-21&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F02%2Fspacex-indonesian-launch-israeli-moon-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-409"><span class="mw-cite-backlink"><b><a href="#cite_ref-409">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20190221165642/https://www.spacex.com/sites/spacex/files/nusantara_satu_press_kit.pdf">"Nusantara Satu Mission"</a> <span class="cs1-format">(PDF)</span>. <i>spacex.com</i>. 21 February 2019. Archived from <a rel="nofollow" class="external text" href="https://www.spacex.com/sites/spacex/files/nusantara_satu_press_kit.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 21 February 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">21 February</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spacex.com&rft.atitle=Nusantara+Satu+Mission&rft.date=2019-02-21&rft_id=https%3A%2F%2Fwww.spacex.com%2Fsites%2Fspacex%2Ffiles%2Fnusantara_satu_press_kit.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-jls-201801012-410"><span class="mw-cite-backlink">^ <a href="#cite_ref-jls-201801012_410-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-jls-201801012_410-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSchuster2018" class="citation web cs1">Schuster, John (2 January 2018). <a rel="nofollow" class="external text" href="http://www.jlscapitalstrategies.com/news/2018/1/2/pasifik-satelit-nusantara-psn-vi-project">"Pasifik Satelit Nusantara - PSN VI project"</a>. JLS Capital Strategies<span class="reference-accessdate">. Retrieved <span class="nowrap">12 September</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Pasifik+Satelit+Nusantara+-+PSN+VI+project&rft.pub=JLS+Capital+Strategies&rft.date=2018-01-02&rft.aulast=Schuster&rft.aufirst=John&rft_id=http%3A%2F%2Fwww.jlscapitalstrategies.com%2Fnews%2F2018%2F1%2F2%2Fpasifik-satelit-nusantara-psn-vi-project&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sn-20181218-411"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn-20181218_411-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFFoust2018" class="citation news cs1">Foust, Jeff (18 December 2018). <a rel="nofollow" class="external text" href="https://spacenews.com/spaceil-completes-lunar-lander-for-february-launch/">"SpaceIL completes lunar lander for February launch"</a>. Space News<span class="reference-accessdate">. Retrieved <span class="nowrap">19 December</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceIL+completes+lunar+lander+for+February+launch&rft.date=2018-12-18&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=https%3A%2F%2Fspacenews.com%2Fspaceil-completes-lunar-lander-for-february-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sn150219-412"><span class="mw-cite-backlink">^ <a href="#cite_ref-sn150219_412-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sn150219_412-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/air-force-smallsat-to-fly-on-upcoming-falcon-9-launch/">"Air Force smallsat to fly on upcoming Falcon 9 launch"</a>. SpaceNews. 15 February 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">21 February</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Air+Force+smallsat+to+fly+on+upcoming+Falcon+9+launch&rft.pub=SpaceNews&rft.date=2019-02-15&rft_id=https%3A%2F%2Fspacenews.com%2Fair-force-smallsat-to-fly-on-upcoming-falcon-9-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sn200219-413"><span class="mw-cite-backlink">^ <a href="#cite_ref-sn200219_413-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sn200219_413-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/falcon-9-launch-the-final-leg-of-indonesian-satellites-roundabout-journey/">"Falcon 9 launch the final leg of Indonesian satellite\'s roundabout journey"</a>. 20 February 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">22 February</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+launch+the+final+leg+of+Indonesian+satellite%27s+roundabout+journey&rft.date=2019-02-20&rft_id=https%3A%2F%2Fspacenews.com%2Ffalcon-9-launch-the-final-leg-of-indonesian-satellites-roundabout-journey%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sn-20150605-414"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn-20150605_414-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFde_Selding2015" class="citation web cs1">de Selding, Peter B. (5 June 2015). <a rel="nofollow" class="external text" href="https://spacenews.com/falcon-9-co-passenger-found-for-ssl-built-psn-6-satellite/">"Falcon 9 Co-passenger Found for SS/L-built PSN-6 Satellite"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">11 September</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+Co-passenger+Found+for+SS%2FL-built+PSN-6+Satellite&rft.pub=SpaceNews&rft.date=2015-06-05&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=https%3A%2F%2Fspacenews.com%2Ffalcon-9-co-passenger-found-for-ssl-built-psn-6-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-415"><span class="mw-cite-backlink"><b><a href="#cite_ref-415">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://psn.co.id/nsatu/">"Satellite Specifications"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">13 January</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Satellite+Specifications&rft_id=https%3A%2F%2Fpsn.co.id%2Fnsatu%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-moon-race-first-launch-deal-416"><span class="mw-cite-backlink"><b><a href="#cite_ref-moon-race-first-launch-deal_416-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFWall2015" class="citation news cs1">Wall, Mike (7 October 2015). <a rel="nofollow" class="external text" href="http://www.space.com/30763-private-moon-race-google-lunar-xprize-spaceil.html">"Private Moon Race Heats Up with 1st Verified Launch Deal"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">7 January</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Private+Moon+Race+Heats+Up+with+1st+Verified+Launch+Deal&rft.date=2015-10-07&rft.aulast=Wall&rft.aufirst=Mike&rft_id=http%3A%2F%2Fwww.space.com%2F30763-private-moon-race-google-lunar-xprize-spaceil.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-haaretz-20180711-417"><span class="mw-cite-backlink">^ <a href="#cite_ref-haaretz-20180711_417-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-haaretz-20180711_417-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFRonel2018" class="citation news cs1">Ronel, Asaf (11 July 2018). <a rel="nofollow" class="external text" href="https://www.haaretz.com/amp/israel-news/.premium-first-israeli-spacecraft-to-the-moon-to-launch-in-december-1.6264356">"First Israeli Spacecraft to Head to Moon on Back of Elon Musk\'s SpaceX Rocket"</a>. Haaretz<span class="reference-accessdate">. Retrieved <span class="nowrap">15 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=First+Israeli+Spacecraft+to+Head+to+Moon+on+Back+of+Elon+Musk%27s+SpaceX+Rocket&rft.date=2018-07-11&rft.aulast=Ronel&rft.aufirst=Asaf&rft_id=https%3A%2F%2Fwww.haaretz.com%2Famp%2Fisrael-news%2F.premium-first-israeli-spacecraft-to-the-moon-to-launch-in-december-1.6264356&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-bridenstine-israel-418"><span class="mw-cite-backlink">^ <a href="#cite_ref-bridenstine-israel_418-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-bridenstine-israel_418-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFFoust2018" class="citation news cs1">Foust, Jeff (13 July 2018). <a rel="nofollow" class="external text" href="https://spacenews.com/bridenstine-visits-israel-on-first-foreign-trip/">"Bridenstine visits Israel on first foreign trip"</a>. Space News<span class="reference-accessdate">. Retrieved <span class="nowrap">15 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Bridenstine+visits+Israel+on+first+foreign+trip&rft.date=2018-07-13&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=https%3A%2F%2Fspacenews.com%2Fbridenstine-visits-israel-on-first-foreign-trip%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-419"><span class="mw-cite-backlink"><b><a href="#cite_ref-419">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.satnews.com/story.php?number=461733329&menu=1">"SpaceIL and IAI Now Have Communications with Just Launched Beresheet Spacecraft \xe2\x80\x94 Maneuvering to Follow"</a>. 22 February 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">22 February</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceIL+and+IAI+Now+Have+Communications+with+Just+Launched+Beresheet+Spacecraft+%E2%80%94+Maneuvering+to+Follow&rft.date=2019-02-22&rft_id=http%3A%2F%2Fwww.satnews.com%2Fstory.php%3Fnumber%3D461733329%26menu%3D1&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Shoshanna-420"><span class="mw-cite-backlink"><b><a href="#cite_ref-Shoshanna_420-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFWinnerSolomon2018" class="citation news cs1">Winner, Stewart; Solomon, Shoshanna (10 July 2018). <a rel="nofollow" class="external text" href="https://www.timesofisrael.com/in-first-israeli-spacecraft-set-for-trip-to-the-moon/">"Israeli spacecraft aims for historic Moon landing... within months"</a>. <i>The Times of Israel</i><span class="reference-accessdate">. Retrieved <span class="nowrap">11 July</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+Times+of+Israel&rft.atitle=Israeli+spacecraft+aims+for+historic+Moon+landing...+within+months&rft.date=2018-07-10&rft.aulast=Winner&rft.aufirst=Stewart&rft.au=Solomon%2C+Shoshanna&rft_id=https%3A%2F%2Fwww.timesofisrael.com%2Fin-first-israeli-spacecraft-set-for-trip-to-the-moon%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-421"><span class="mw-cite-backlink"><b><a href="#cite_ref-421">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFIsrael_To_The_Moon_[@TeamSpaceIL]2019" class="citation web cs1">Israel To The Moon [@TeamSpaceIL] (11 April 2019). <a rel="nofollow" class="external text" href="https://twitter.com/TeamSpaceIL/status/1116430572551852032">"Don\'t stop believing! We came close but unfortunately didn\'t succeed with the landing process. More updates to follow. #SpaceIL #Beresheetpic.twitter.com/QnLAwEdKRv"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">11 April</span> 2019</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Don%27t+stop+believing%21+We+came+close+but+unfortunately+didn%27t+succeed+with+the+landing+process.+More+updates+to+follow.+%23SpaceIL+%23Beresheetpic.twitter.com%2FQnLAwEdKRv&rft.date=2019-04-11&rft.au=Israel+To+The+Moon+%5B%40TeamSpaceIL%5D&rft_id=https%3A%2F%2Ftwitter.com%2FTeamSpaceIL%2Fstatus%2F1116430572551852032&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-:7-422"><span class="mw-cite-backlink"><b><a href="#cite_ref-:7_422-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.bbc.co.uk/news/science-environment-47414390">"SpaceX astronaut capsule demo for Nasa lifts off"</a>. BBC. 2 March 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">2 March</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+astronaut+capsule+demo+for+Nasa+lifts+off&rft.date=2019-03-02&rft_id=https%3A%2F%2Fwww.bbc.co.uk%2Fnews%2Fscience-environment-47414390&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nac-ccp-423"><span class="mw-cite-backlink"><b><a href="#cite_ref-nac-ccp_423-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFLueders2018" class="citation web cs1">Lueders, Kathryn (26 March 2018). <a rel="nofollow" class="external text" href="https://www.nasa.gov/sites/default/files/atoms/files/ccp_presentation_for_nac_public_session.pdf">"Commercial Crew Program Status to NASA Advisory Council Human Exploration and Operations Committee"</a> <span class="cs1-format">(PDF)</span>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">27 March</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Commercial+Crew+Program+Status+to+NASA+Advisory+Council+Human+Exploration+and+Operations+Committee&rft.pub=NASA&rft.date=2018-03-26&rft.aulast=Lueders&rft.aufirst=Kathryn&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Fatoms%2Ffiles%2Fccp_presentation_for_nac_public_session.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-nsf20150305-424"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf20150305_424-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf20150305_424-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-nsf20150305_424-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBergin2015" class="citation news cs1">Bergin, Chris (5 March 2015). <a rel="nofollow" class="external text" href="http://www.nasaspaceflight.com/2015/03/commercial-crew-demo-missions-dragon-cst-100/">"Commercial crew demo missions manifested for Dragon 2 and CST-100"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">7 March</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Commercial+crew+demo+missions+manifested+for+Dragon+2+and+CST-100&rft.date=2015-03-05&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=http%3A%2F%2Fwww.nasaspaceflight.com%2F2015%2F03%2Fcommercial-crew-demo-missions-dragon-cst-100%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Clark-425"><span class="mw-cite-backlink"><b><a href="#cite_ref-Clark_425-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark" class="citation web cs1">Clark, Stephen. <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2019/02/28/spacexs-crew-dragon-rolls-out-for-test-flight/">"SpaceX\'s Crew Dragon ready for first test flight"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">2 March</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX%27s+Crew+Dragon+ready+for+first+test+flight&rft.pub=Spaceflight+Now&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2019%2F02%2F28%2Fspacexs-crew-dragon-rolls-out-for-test-flight%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-427"><span class="mw-cite-backlink"><b><a href="#cite_ref-427">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.spaceflightinsider.com/organizations/space-exploration-technologies/falcon-9-with-crew-dragon-vertical-at-launch-complex-39a/">"Falcon 9 with crew dragon vertical at launch complex 39A"</a>. 5 January 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">23 February</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+with+crew+dragon+vertical+at+launch+complex+39A&rft.date=2019-01-05&rft_id=https%3A%2F%2Fwww.spaceflightinsider.com%2Forganizations%2Fspace-exploration-technologies%2Ffalcon-9-with-crew-dragon-vertical-at-launch-complex-39a%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-428"><span class="mw-cite-backlink"><b><a href="#cite_ref-428">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/crew-dragon-docks-with-iss/">"Crew Dragon docks with ISS"</a>. <i>spacenews.com</i>. 3 March 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">13 June</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spacenews.com&rft.atitle=Crew+Dragon+docks+with+ISS&rft.date=2019-03-03&rft_id=https%3A%2F%2Fspacenews.com%2Fcrew-dragon-docks-with-iss%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-429"><span class="mw-cite-backlink"><b><a href="#cite_ref-429">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFWall2019" class="citation web cs1">Wall, Mike (8 March 2019). <a rel="nofollow" class="external text" href="https://www.space.com/spacex-crew-dragon-returns-to-earth.html">"SpaceX Crew Dragon Splashes Down in Atlantic to Cap Historic Test Flight"</a>. <i>space.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 June</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.com&rft.atitle=SpaceX+Crew+Dragon+Splashes+Down+in+Atlantic+to+Cap+Historic+Test+Flight&rft.date=2019-03-08&rft.aulast=Wall&rft.aufirst=Mike&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-crew-dragon-returns-to-earth.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-:11-430"><span class="mw-cite-backlink">^ <a href="#cite_ref-:11_430-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:11_430-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBerger2019" class="citation news cs1">Berger, Eric (25 April 2019). <a rel="nofollow" class="external text" href="https://arstechnica.com/science/2019/04/nasa-safety-panel-offers-more-detail-on-dragon-anomaly-urges-patience/">"NASA safety panel offers more detail on Dragon anomaly, urges patience"</a>. Ars Technica<span class="reference-accessdate">. Retrieved <span class="nowrap">4 May</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=NASA+safety+panel+offers+more+detail+on+Dragon+anomaly%2C+urges+patience&rft.date=2019-04-25&rft.aulast=Berger&rft.aufirst=Eric&rft_id=https%3A%2F%2Farstechnica.com%2Fscience%2F2019%2F04%2Fnasa-safety-panel-offers-more-detail-on-dragon-anomaly-urges-patience%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20190306-431"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20190306_431-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20190306_431-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-nsf-20190306_431-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-nsf-20190306_431-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-nsf-20190306_431-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-nsf-20190306_431-5"><sup><i><b>f</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBaylor2019" class="citation news cs1">Baylor, Michael (6 March 2019). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2019/03/falcon-heavy-starlink-headline-spacexs-manifest/">"Falcon Heavy and Starlink headline SpaceX\'s upcoming manifest"</a>. <i><a href="/wiki/NASASpaceFlight" class="mw-redirect" title="NASASpaceFlight">NASASpaceFlight</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">7 March</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=NASASpaceFlight&rft.atitle=Falcon+Heavy+and+Starlink+headline+SpaceX%27s+upcoming+manifest&rft.date=2019-03-06&rft.aulast=Baylor&rft.aufirst=Michael&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F03%2Ffalcon-heavy-starlink-headline-spacexs-manifest%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20190411-432"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20190411_432-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20190411_432-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2019/04/spacex-falcon-heavy-second-launch-arabsat-6a/">"SpaceX Falcon Heavy launches Arabsat-6A"</a>. 11 April 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">11 April</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+Heavy+launches+Arabsat-6A&rft.date=2019-04-11&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F04%2Fspacex-falcon-heavy-second-launch-arabsat-6a%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sfn-20150429-433"><span class="mw-cite-backlink"><b><a href="#cite_ref-sfn-20150429_433-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2015" class="citation news cs1">Clark, Stephen (29 April 2015). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2015/04/29/arabsat-contracts-go-to-lockheed-martin-arianespace-and-spacex/">"Arabsat contracts go to Lockheed Martin, Arianespace and SpaceX"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Arabsat+contracts+go+to+Lockheed+Martin%2C+Arianespace+and+SpaceX&rft.date=2015-04-29&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2015%2F04%2F29%2Farabsat-contracts-go-to-lockheed-martin-arianespace-and-spacex%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-434"><span class="mw-cite-backlink"><b><a href="#cite_ref-434">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_sdat/arabsat-6a.htm">"Arabsat 6A"</a>. <i>Gunter\'s Space Page</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 April</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Gunter%27s+Space+Page&rft.atitle=Arabsat+6A&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Farabsat-6a.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-435"><span class="mw-cite-backlink"><b><a href="#cite_ref-435">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGrush" class="citation web cs1">Grush, Loren. <a rel="nofollow" class="external text" href="https://www.theverge.com/2019/4/15/18311945/spacex-falcon-heavy-center-core-drone-ship-rough-ocean">"SpaceX loses the center core of its Falcon Heavy rocket due to choppy seas"</a>. <i>THE VERGE</i>. Vox Media<span class="reference-accessdate">. Retrieved <span class="nowrap">16 April</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=THE+VERGE&rft.atitle=SpaceX+loses+the+center+core+of+its+Falcon+Heavy+rocket+due+to+choppy+seas&rft.aulast=Grush&rft.aufirst=Loren&rft_id=https%3A%2F%2Fwww.theverge.com%2F2019%2F4%2F15%2F18311945%2Fspacex-falcon-heavy-center-core-drone-ship-rough-ocean&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-fanblog20190413-437"><span class="mw-cite-backlink"><b><a href="#cite_ref-fanblog20190413_437-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacexfanstore.com/blogs/spacex/arabsat-6a-falcon-heavy-launch-guide-landing-3-boosters-block-5-configuration-and-much-more">"Arabsat 6A Falcon Heavy Launch Guide"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">13 April</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Arabsat+6A+Falcon+Heavy+Launch+Guide&rft_id=https%3A%2F%2Fspacexfanstore.com%2Fblogs%2Fspacex%2Farabsat-6a-falcon-heavy-launch-guide-landing-3-boosters-block-5-configuration-and-much-more&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-lost_at_sea-438"><span class="mw-cite-backlink"><b><a href="#cite_ref-lost_at_sea_438-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFWall2019" class="citation web cs1">Wall, Mike (15 April 2019). <a rel="nofollow" class="external text" href="https://www.space.com/spacex-loses-falcon-heavy-core-booster-at-sea.html">"SpaceX\'s Center Core Booster for Falcon Heavy Rocket Is Lost at Sea"</a>. <i>space.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">17 April</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.com&rft.atitle=SpaceX%27s+Center+Core+Booster+for+Falcon+Heavy+Rocket+Is+Lost+at+Sea&rft.date=2019-04-15&rft.aulast=Wall&rft.aufirst=Mike&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-loses-falcon-heavy-core-booster-at-sea.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-439"><span class="mw-cite-backlink"><b><a href="#cite_ref-439">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFRalph2019" class="citation web cs1">Ralph, Eric (16 April 2019). <a rel="nofollow" class="external text" href="https://www.teslarati.com/spacex-falcon-heavy-booster-overboard/">"SpaceX\'s Falcon Heavy center core goes overboard, Elon Musk still hopeful"</a>. <i>teslarati.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">17 April</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=teslarati.com&rft.atitle=SpaceX%27s+Falcon+Heavy+center+core+goes+overboard%2C+Elon+Musk+still+hopeful&rft.date=2019-04-16&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-falcon-heavy-booster-overboard%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-440"><span class="mw-cite-backlink"><b><a href="#cite_ref-440">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFElon_Musk_[@elonmusk]2019" class="citation web cs1">Elon Musk [@elonmusk] (11 April 2019). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/1116514068393680896">"Both fairing halves recovered. Will be flown on Starlink mission later this year. pic.twitter.com/ouz1aqW3Mm"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Both+fairing+halves+recovered.+Will+be+flown+on+Starlink+mission+later+this+year.+pic.twitter.com%2Fouz1aqW3Mm&rft.date=2019-04-11&rft.au=Elon+Musk+%5B%40elonmusk%5D&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1116514068393680896&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-:14-441"><span class="mw-cite-backlink">^ <a href="#cite_ref-:14_441-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:14_441-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.cnbc.com/2019/10/27/spacex-president-we-will-land-starship-on-moon-before-2022.html">"SpaceX wants to land Starship on the moon within three years, president says, with people soon after"</a>. 27 October 2019.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+wants+to+land+Starship+on+the+moon+within+three+years%2C+president+says%2C+with+people+soon+after&rft.date=2019-10-27&rft_id=https%3A%2F%2Fwww.cnbc.com%2F2019%2F10%2F27%2Fspacex-president-we-will-land-starship-on-moon-before-2022.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-442"><span class="mw-cite-backlink"><b><a href="#cite_ref-442">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFRussell2018" class="citation web cs1">Russell, Kendall (22 February 2018). <a rel="nofollow" class="external text" href="https://www.satellitetoday.com/telecom/2018/02/22/arabsats-newest-satellite-lockheed-martins-advanced-yet/">"Arabsat-6A Satellite Moves Closer to Launch"</a>. Satellite Today<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Arabsat-6A+Satellite+Moves+Closer+to+Launch&rft.pub=Satellite+Today&rft.date=2018-02-22&rft.aulast=Russell&rft.aufirst=Kendall&rft_id=https%3A%2F%2Fwww.satellitetoday.com%2Ftelecom%2F2018%2F02%2F22%2Farabsats-newest-satellite-lockheed-martins-advanced-yet%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-443"><span class="mw-cite-backlink"><b><a href="#cite_ref-443">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark" class="citation web cs1">Clark, Stephen. <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2019/04/11/spacexs-falcon-heavy-successful-in-commercial-debut/">"SpaceX\'s Falcon Heavy successful in commercial debut"</a>. <i>spaceflightnow.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">19 February</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spaceflightnow.com&rft.atitle=SpaceX%27s+Falcon+Heavy+successful+in+commercial+debut&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2019%2F04%2F11%2Fspacexs-falcon-heavy-successful-in-commercial-debut%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-:8-444"><span class="mw-cite-backlink">^ <a href="#cite_ref-:8_444-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:8_444-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFThompson2019" class="citation news cs1">Thompson, Amy (3 May 2019). <a rel="nofollow" class="external text" href="https://www.space.com/spacex-dragon-cargo-ship-crs17-launch-delay.html">"SpaceX Delays Dragon Cargo Ship Launch for NASA Due to Drone Ship Glitch"</a>. <i>space.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">4 May</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=space.com&rft.atitle=SpaceX+Delays+Dragon+Cargo+Ship+Launch+for+NASA+Due+to+Drone+Ship+Glitch&rft.date=2019-05-03&rft.aulast=Thompson&rft.aufirst=Amy&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-dragon-cargo-ship-crs17-launch-delay.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-445"><span class="mw-cite-backlink"><b><a href="#cite_ref-445">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark" class="citation web cs1">Clark, Stephen. <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2019/04/23/spacex-likely-to-move-next-rocket-landing-to-drone-ship/">"SpaceX likely to move next rocket landing to drone ship"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">4 May</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+likely+to+move+next+rocket+landing+to+drone+ship&rft.pub=Spaceflight+Now&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2019%2F04%2F23%2Fspacex-likely-to-move-next-rocket-landing-to-drone-ship%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-446"><span class="mw-cite-backlink"><b><a href="#cite_ref-446">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBaylor,_Michael_[@nextspaceflight]2019" class="citation web cs1">Baylor, Michael [@nextspaceflight] (14 May 2019). <a rel="nofollow" class="external text" href="https://twitter.com/nextspaceflight/status/1128115159187316737">"The Falcon 9 static fire for #Starlink could be coming up at the top of the hour. The first stage booster is B1049.3"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">14 May</span> 2019</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+Falcon+9+static+fire+for+%23Starlink+could+be+coming+up+at+the+top+of+the+hour.+The+first+stage+booster+is+B1049.3.&rft.date=2019-05-14&rft.au=Baylor%2C+Michael+%5B%40nextspaceflight%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fnextspaceflight%2Fstatus%2F1128115159187316737&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sn20190426-447"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20190426_447-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFHenry2019" class="citation news cs1">Henry, Caleb (26 April 2019). <a rel="nofollow" class="external text" href="https://spacenews.com/fcc-oks-lower-orbit-for-some-starlink-satellites/">"FCC OKs lower orbit for some Starlink satellites"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">28 April</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=FCC+OKs+lower+orbit+for+some+Starlink+satellites&rft.date=2019-04-26&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=https%3A%2F%2Fspacenews.com%2Ffcc-oks-lower-orbit-for-some-starlink-satellites%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-448"><span class="mw-cite-backlink"><b><a href="#cite_ref-448">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFElon_Musk_[@elonmusk]2019" class="citation web cs1">Elon Musk [@elonmusk] (11 May 2019). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/1127388838362378241">"First 60 @SpaceX Starlink satellites loaded into Falcon fairing. Tight fit. pic.twitter.com/gZq8gHg9uK"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=First+60+%40SpaceX+Starlink+satellites+loaded+into+Falcon+fairing.+Tight+fit.+pic.twitter.com%2FgZq8gHg9uK&rft.date=2019-05-11&rft.au=Elon+Musk+%5B%40elonmusk%5D&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1127388838362378241&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-449"><span class="mw-cite-backlink"><b><a href="#cite_ref-449">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFElon_Musk_[@elonmusk]2019" class="citation web cs1">Elon Musk [@elonmusk] (11 May 2019). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/1127390620111081473">"These are production design, unlike our earlier Tintin demo sats"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=These+are+production+design%2C+unlike+our+earlier+Tintin+demo+sats&rft.date=2019-05-11&rft.au=Elon+Musk+%5B%40elonmusk%5D&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1127390620111081473&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-450"><span class="mw-cite-backlink"><b><a href="#cite_ref-450">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20190515091900/https://www.spacex.com/sites/spacex/files/starlink_press_kit.pdf">"Starlink Mission - SpaceX press kit"</a> <span class="cs1-format">(PDF)</span>. Archived from <a rel="nofollow" class="external text" href="https://www.spacex.com/sites/spacex/files/starlink_press_kit.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 15 May 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">15 May</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Starlink+Mission+-+SpaceX+press+kit&rft_id=https%3A%2F%2Fwww.spacex.com%2Fsites%2Fspacex%2Ffiles%2Fstarlink_press_kit.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-451"><span class="mw-cite-backlink"><b><a href="#cite_ref-451">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFRoulette2019" class="citation news cs1">Roulette, Joey (24 May 2019). <a rel="nofollow" class="external text" href="https://www.reuters.com/article/us-space-exploration-spacex-idUSKCN1SU07Y">"First satellites for Musk\'s Starlink internet venture launched into orbit"</a>. <i>Reuters</i><span class="reference-accessdate">. Retrieved <span class="nowrap">29 May</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Reuters&rft.atitle=First+satellites+for+Musk%27s+Starlink+internet+venture+launched+into+orbit&rft.date=2019-05-24&rft.aulast=Roulette&rft.aufirst=Joey&rft_id=https%3A%2F%2Fwww.reuters.com%2Farticle%2Fus-space-exploration-spacex-idUSKCN1SU07Y&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-452"><span class="mw-cite-backlink"><b><a href="#cite_ref-452">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@elonmusk (24 May 2019). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/1131783775396909056">"Fairing halves recovered"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">29 May</span> 2019</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Fairing+halves+recovered&rft.date=2019-05-24&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1131783775396909056&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-453"><span class="mw-cite-backlink"><b><a href="#cite_ref-453">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20200504143434/https://www.spacex.com/sites/spacex/files/sixth_starlink_press_kit.pdf">"Starlink press kit"</a> <span class="cs1-format">(PDF)</span>. Archived from <a rel="nofollow" class="external text" href="https://www.spacex.com/sites/spacex/files/sixth_starlink_press_kit.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 4 May 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">14 March</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Starlink+press+kit&rft_id=https%3A%2F%2Fwww.spacex.com%2Fsites%2Fspacex%2Ffiles%2Fsixth_starlink_press_kit.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-454"><span class="mw-cite-backlink"><b><a href="#cite_ref-454">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2019" class="citation news cs1">Clark, Stephen (24 May 2019). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2019/05/24/spacexs-first-60-starlink-broadband-satellites-deployed-in-orbit/">"SpaceX\'s first 60 Starlink broadband satellites deployed in orbit"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">29 May</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX%27s+first+60+Starlink+broadband+satellites+deployed+in+orbit&rft.date=2019-05-24&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2019%2F05%2F24%2Fspacexs-first-60-starlink-broadband-satellites-deployed-in-orbit%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-:9-455"><span class="mw-cite-backlink">^ <a href="#cite_ref-:9_455-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:9_455-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.asc-csa.gc.ca/eng/satellites/radarsat/technical-features/radarsat-comparison.asp">"RADARSAT satellites: Technical comparison"</a>. <i>asc-csa.gc.ca</i>. 21 January 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">12 June</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=asc-csa.gc.ca&rft.atitle=RADARSAT+satellites%3A+Technical+comparison&rft.date=2011-01-21&rft_id=http%3A%2F%2Fwww.asc-csa.gc.ca%2Feng%2Fsatellites%2Fradarsat%2Ftechnical-features%2Fradarsat-comparison.asp&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-456"><span class="mw-cite-backlink"><b><a href="#cite_ref-456">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFPugliese" class="citation web cs1">Pugliese, David. <a rel="nofollow" class="external text" href="https://ottawacitizen.com/news/national/defence-watch/radarsat-constellation-to-track-ships-provide-surveillance-over-arctic-and-other-regions">"Radarsat Constellation to track ships, provide surveillance over Arctic and other regions - satellites successfully launched"</a>. Ottawa Citizen<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Radarsat+Constellation+to+track+ships%2C+provide+surveillance+over+Arctic+and+other+regions+-+satellites+successfully+launched&rft.pub=Ottawa+Citizen&rft.aulast=Pugliese&rft.aufirst=David&rft_id=https%3A%2F%2Fottawacitizen.com%2Fnews%2Fnational%2Fdefence-watch%2Fradarsat-constellation-to-track-ships-provide-surveillance-over-arctic-and-other-regions&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-457"><span class="mw-cite-backlink"><b><a href="#cite_ref-457">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFRalph2019" class="citation web cs1">Ralph, Eric (12 June 2019). <a rel="nofollow" class="external text" href="https://www.teslarati.com/spacex-falcon-9-radarsat-launch-watch-live/">"SpaceX\'s Falcon 9 sticks foggy booster recovery at California landing zone"</a>. <i>teslarati.com</i>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=teslarati.com&rft.atitle=SpaceX%27s+Falcon+9+sticks+foggy+booster+recovery+at+California+landing+zone&rft.date=2019-06-12&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-falcon-9-radarsat-launch-watch-live%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-458"><span class="mw-cite-backlink"><b><a href="#cite_ref-458">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFRalph" class="citation web cs1">Ralph, Eric. <a rel="nofollow" class="external text" href="https://www.teslarati.com/spacex-readies-falcon-9-radarsat-california-launch/">"SpaceX Falcon 9 and $1B satellite trio set for first California launch in months"</a>. <i>teslarati.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 June</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=teslarati.com&rft.atitle=SpaceX+Falcon+9+and+%241B+satellite+trio+set+for+first+California+launch+in+months&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-readies-falcon-9-radarsat-california-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-459"><span class="mw-cite-backlink"><b><a href="#cite_ref-459">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.thesouthafrican.com/lifestyle/spacex-falcon-9-rocket-launching-most-expensive-payload-ever/">"SpaceX Falcon 9 rocket is launching its most expensive payload to date"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">5 June</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+9+rocket+is+launching+its+most+expensive+payload+to+date&rft_id=https%3A%2F%2Fwww.thesouthafrican.com%2Flifestyle%2Fspacex-falcon-9-rocket-launching-most-expensive-payload-ever%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-460"><span class="mw-cite-backlink"><b><a href="#cite_ref-460">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark" class="citation web cs1">Clark, Stephen. <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2017/06/02/ariane-5-succeeds-in-launch-of-two-high-value-communications-satellites/">"Ariane 5 succeeds in launch of two high-value communications satellites"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">22 January</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Ariane+5+succeeds+in+launch+of+two+high-value+communications+satellites&rft.pub=Spaceflight+Now&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F06%2F02%2Fariane-5-succeeds-in-launch-of-two-high-value-communications-satellites%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-461"><span class="mw-cite-backlink"><b><a href="#cite_ref-461">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2019/06/spacex-falcon-heavys-stp-2-mission/">"SpaceX completes most-challenging flight with Falcon Heavy\'s STP-2 mission"</a>. 24 June 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">25 June</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+completes+most-challenging+flight+with+Falcon+Heavy%27s+STP-2+mission&rft.date=2019-06-24&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F06%2Fspacex-falcon-heavys-stp-2-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-STP2-462"><span class="mw-cite-backlink"><b><a href="#cite_ref-STP2_462-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spaceflightnow.com/2018/03/01/rideshare-mission-for-u-s-military-confirmed-as-second-falcon-heavy-launch/">"Rideshare mission for U.S. military confirmed as second Falcon Heavy launch"</a>. 1 March 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">24 April</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Rideshare+mission+for+U.S.+military+confirmed+as+second+Falcon+Heavy+launch&rft.date=2018-03-01&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F03%2F01%2Frideshare-mission-for-u-s-military-confirmed-as-second-falcon-heavy-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-fbo-463"><span class="mw-cite-backlink"><b><a href="#cite_ref-fbo_463-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.fbo.gov/utils/view?id=36de6af7670d2636c8c195173dd500e1">"Mission Requirements Document (MRD) FA8818-12-R-0026 T.O. SM-2.4"</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Mission+Requirements+Document+%28MRD%29+FA8818-12-R-0026+T.O.+SM-2.4&rft_id=https%3A%2F%2Fwww.fbo.gov%2Futils%2Fview%3Fid%3D36de6af7670d2636c8c195173dd500e1&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-planetary-society-20170602-464"><span class="mw-cite-backlink"><b><a href="#cite_ref-planetary-society-20170602_464-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFDavis2017" class="citation web cs1">Davis, Jason (2 June 2017). <a rel="nofollow" class="external text" href="http://www.planetary.org/blogs/jason-davis/2017/20170602-prox-1-ships.html">"LightSail 2 partner spacecraft ships safely to New Mexico"</a>. Planetary Society<span class="reference-accessdate">. Retrieved <span class="nowrap">8 June</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=LightSail+2+partner+spacecraft+ships+safely+to+New+Mexico&rft.pub=Planetary+Society&rft.date=2017-06-02&rft.aulast=Davis&rft.aufirst=Jason&rft_id=http%3A%2F%2Fwww.planetary.org%2Fblogs%2Fjason-davis%2F2017%2F20170602-prox-1-ships.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-GPIM-465"><span class="mw-cite-backlink"><b><a href="#cite_ref-GPIM_465-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.nasa.gov/sites/default/files/files/GreenPropellantInfusionMissionProject_v2.pdf">"Green Propellant Infusion Mission Project"</a> <span class="cs1-format">(PDF)</span>. NASA. July 2013<span class="reference-accessdate">. Retrieved <span class="nowrap">26 February</span> 2014</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Green+Propellant+Infusion+Mission+Project&rft.pub=NASA&rft.date=2013-07&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Ffiles%2FGreenPropellantInfusionMissionProject_v2.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-DSAC-466"><span class="mw-cite-backlink"><b><a href="#cite_ref-DSAC_466-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="http://www.jpl.nasa.gov/news/news.php?feature=4567">"Deep Space Atomic Clock"</a>. NASA JPL. 27 April 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">28 October</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Deep+Space+Atomic+Clock&rft.date=2015-04-27&rft_id=http%3A%2F%2Fwww.jpl.nasa.gov%2Fnews%2Fnews.php%3Ffeature%3D4567&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-467"><span class="mw-cite-backlink"><b><a href="#cite_ref-467">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBrown2019" class="citation web cs1">Brown, Katherine (15 May 2019). <a rel="nofollow" class="external text" href="http://www.nasa.gov/press-release/media-invited-to-spacex-falcon-heavy-launch-of-four-nasa-missions">"Media Invited to SpaceX Falcon Heavy Launch of Four NASA Missions"</a>. NASA.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Media+Invited+to+SpaceX+Falcon+Heavy+Launch+of+Four+NASA+Missions&rft.pub=NASA&rft.date=2019-05-15&rft.aulast=Brown&rft.aufirst=Katherine&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fmedia-invited-to-spacex-falcon-heavy-launch-of-four-nasa-missions&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-spacexstp2-468"><span class="mw-cite-backlink">^ <a href="#cite_ref-spacexstp2_468-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spacexstp2_468-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20190419130527/https://www.spacex.com/stp-2">"STP-2 Mission"</a>. <i>SpaceX</i>. Archived from <a rel="nofollow" class="external text" href="https://www.spacex.com/stp-2">the original</a> on 19 April 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">17 April</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=SpaceX&rft.atitle=STP-2+Mission&rft_id=https%3A%2F%2Fwww.spacex.com%2Fstp-2&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-469"><span class="mw-cite-backlink"><b><a href="#cite_ref-469">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFHowell2019" class="citation web cs1">Howell, Elizabeth (14 April 2019). <a rel="nofollow" class="external text" href="https://www.space.com/next-falcon-heavy-rocket-carries-nasa-payloads.html">"SpaceX Falcon Heavy to Launch Cutting-Edge NASA Space Tech"</a>. <i>space.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.com&rft.atitle=SpaceX+Falcon+Heavy+to+Launch+Cutting-Edge+NASA+Space+Tech&rft.date=2019-04-14&rft.aulast=Howell&rft.aufirst=Elizabeth&rft_id=https%3A%2F%2Fwww.space.com%2Fnext-falcon-heavy-rocket-carries-nasa-payloads.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-470"><span class="mw-cite-backlink"><b><a href="#cite_ref-470">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFNye2015" class="citation audio-visual cs1">Nye, Bill (12 May 2015). <a rel="nofollow" class="external text" href="https://www.youtube.com/watch?v=kDBzRa9RzfM"><i>Kickstart LightSail</i></a>. Event occurs at 3:20<span class="reference-accessdate">. Retrieved <span class="nowrap">15 May</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Kickstart+LightSail&rft.date=2015-05-12&rft.aulast=Nye&rft.aufirst=Bill&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DkDBzRa9RzfM&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-471"><span class="mw-cite-backlink"><b><a href="#cite_ref-471">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFAF_SMC_[@AF_SMC]2019" class="citation web cs1">AF SMC [@AF_SMC] (18 June 2019). <a rel="nofollow" class="external text" href="https://twitter.com/AF_SMC/status/1141099481628364808">"The 3700 kg Integrated Payload Stack (IPS) for #STP2 has been completed! Have a look before it blasts off on the first #DoD Falcon Heavy launch! #SMC #SpaceStartsHere pic.twitter.com/sEUUDx5ksw"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+3700+kg+Integrated+Payload+Stack+%28IPS%29+for+%23STP2+has+been+completed%21+Have+a+look+before+it+blasts+off+on+the+first+%23DoD+Falcon+Heavy+launch%21+%23SMC+%23SpaceStartsHere+pic.twitter.com%2FsEUUDx5ksw&rft.date=2019-06-18&rft.au=AF+SMC+%5B%40AF_SMC%5D&rft_id=https%3A%2F%2Ftwitter.com%2FAF_SMC%2Fstatus%2F1141099481628364808&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-472"><span class="mw-cite-backlink"><b><a href="#cite_ref-472">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFRalph2018" class="citation web cs1">Ralph, Eric (10 June 2018). <a rel="nofollow" class="external text" href="https://www.teslarati.com/spacex-falcon-heavy-block-5-november-launch/">"SpaceX Falcon Heavy with Block 5 rockets targets November launch debut"</a>. <i>teslarati.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">16 September</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=teslarati.com&rft.atitle=SpaceX+Falcon+Heavy+with+Block+5+rockets+targets+November+launch+debut&rft.date=2018-06-10&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-falcon-heavy-block-5-november-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-473"><span class="mw-cite-backlink"><b><a href="#cite_ref-473">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://apps.fcc.gov/oetcf/els/reports/STA_Print.cfm?mode=current&application_seq=93066&RequestTimeout=1000">"OET Special Temporary Authority Report"</a>. <i>apps.fcc.gov</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 July</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=apps.fcc.gov&rft.atitle=OET+Special+Temporary+Authority+Report&rft_id=https%3A%2F%2Fapps.fcc.gov%2Foetcf%2Fels%2Freports%2FSTA_Print.cfm%3Fmode%3Dcurrent%26application_seq%3D93066%26RequestTimeout%3D1000&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-474"><span class="mw-cite-backlink"><b><a href="#cite_ref-474">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFRalph2019" class="citation web cs1">Ralph, Eric (26 June 2019). <a rel="nofollow" class="external text" href="https://www.teslarati.com/spacex-ceo-elon-musk-explains-falcon-heavy-missed-landing/">"SpaceX CEO Elon Musk explains why Falcon Heavy\'s center core missed the drone ship"</a>. <i>teslarati.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 June</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=teslarati.com&rft.atitle=SpaceX+CEO+Elon+Musk+explains+why+Falcon+Heavy%27s+center+core+missed+the+drone+ship&rft.date=2019-06-26&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-ceo-elon-musk-explains-falcon-heavy-missed-landing%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-475"><span class="mw-cite-backlink"><b><a href="#cite_ref-475">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFRalph2019" class="citation web cs1">Ralph, Eric (25 June 2019). <a rel="nofollow" class="external text" href="https://www.teslarati.com/spacex-first-successful-falcon-fairing-catch-mr-steven-ms-tree/">"SpaceX successfully catches first Falcon Heavy fairing in Mr. Steven\'s/Ms. Tree\'s net"</a>. <i>teslarati.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 June</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=teslarati.com&rft.atitle=SpaceX+successfully+catches+first+Falcon+Heavy+fairing+in+Mr.+Steven%27s%2FMs.+Tree%27s+net&rft.date=2019-06-25&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-first-successful-falcon-fairing-catch-mr-steven-ms-tree%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-auto5-476"><span class="mw-cite-backlink">^ <a href="#cite_ref-auto5_476-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-auto5_476-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSpaceflight" class="citation web cs1">Spaceflight, Amy Thompson 2019-07-25T22:27:56Z. <a rel="nofollow" class="external text" href="https://www.space.com/spacex-crs-18-launch-third-dragon-flight.html">"SpaceX Launches Used Dragon Capsule on Historic 3rd Cargo Run to Space Station"</a>. <i>space.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 July</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.com&rft.atitle=SpaceX+Launches+Used+Dragon+Capsule+on+Historic+3rd+Cargo+Run+to+Space+Station&rft.aulast=Spaceflight&rft.aufirst=Amy+Thompson+2019-07-25T22%3A27%3A56Z&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-crs-18-launch-third-dragon-flight.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-B1056use-477"><span class="mw-cite-backlink"><b><a href="#cite_ref-B1056use_477-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.teslarati.com/spacex-falcon-9-flight-proven-nasa-launch-static-fire/">"SpaceX Falcon 9 nears NASA\'s first flight-proven Block 5 launch after static fire delays"</a>. Teslarati. 19 July 2019.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+9+nears+NASA%27s+first+flight-proven+Block+5+launch+after+static+fire+delays&rft.pub=Teslarati&rft.date=2019-07-19&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-falcon-9-flight-proven-nasa-launch-static-fire%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-478"><span class="mw-cite-backlink"><b><a href="#cite_ref-478">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKooser" class="citation web cs1">Kooser, Amanda. <a rel="nofollow" class="external text" href="https://www.cnet.com/news/spacex-launches-dragon-resupply-mission-to-the-iss-after-weather-delay/">"SpaceX launches Dragon resupply mission to the ISS after weather delay"</a>. <i>CNET</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 July</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=CNET&rft.atitle=SpaceX+launches+Dragon+resupply+mission+to+the+ISS+after+weather+delay&rft.aulast=Kooser&rft.aufirst=Amanda&rft_id=https%3A%2F%2Fwww.cnet.com%2Fnews%2Fspacex-launches-dragon-resupply-mission-to-the-iss-after-weather-delay%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-479"><span class="mw-cite-backlink"><b><a href="#cite_ref-479">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasa.gov/sites/default/files/atoms/files/elana_27_rftsat_cubesat_factsheet_0.pdf">"ELaNa 27 International Space Station CubeSat Deployment"</a> <span class="cs1-format">(PDF)</span>. 5 August 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">3 November</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=ELaNa+27+International+Space+Station+CubeSat+Deployment&rft.date=2019-08-05&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Fatoms%2Ffiles%2Felana_27_rftsat_cubesat_factsheet_0.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-480"><span class="mw-cite-backlink"><b><a href="#cite_ref-480">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFRalph2019" class="citation web cs1">Ralph, Eric (5 May 2019). <a rel="nofollow" class="external text" href="https://www.teslarati.com/spacex-falcon-9-return-nasa-reuse-interest/">"SpaceX\'s latest Falcon 9 booster returns to port as NASA hints at "vested interest<span class="cs1-kern-right">"</span>"</a>. <i>teslarati.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">28 November</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=teslarati.com&rft.atitle=SpaceX%27s+latest+Falcon+9+booster+returns+to+port+as+NASA+hints+at+%22vested+interest%22&rft.date=2019-05-05&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-falcon-9-return-nasa-reuse-interest%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-:12-481"><span class="mw-cite-backlink"><b><a href="#cite_ref-:12_481-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@spacex (19 July 2019). <a rel="nofollow" class="external text" href="https://twitter.com/spacex/status/1152361282982465536">"The Dragon spacecraft supporting this mission previously visited the @space_station in April 2015 and December 2017"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">22 July</span> 2019</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+Dragon+spacecraft+supporting+this+mission+previously+visited+the+%40space_station+in+April+2015+and+December+2017&rft.date=2019-07-19&rft.au=%40spacex&rft_id=https%3A%2F%2Ftwitter.com%2Fspacex%2Fstatus%2F1152361282982465536&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-482"><span class="mw-cite-backlink"><b><a href="#cite_ref-482">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2019/07/falcon-9-launch-dragon-third-crs-18/">"Falcon 9 dodges weather and launches CRS-18 Dragon to the ISS"</a>. NASASpaceFlight<span class="reference-accessdate">. Retrieved <span class="nowrap">26 July</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+dodges+weather+and+launches+CRS-18+Dragon+to+the+ISS&rft.pub=NASASpaceFlight&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F07%2Ffalcon-9-launch-dragon-third-crs-18%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-483"><span class="mw-cite-backlink"><b><a href="#cite_ref-483">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2019/08/amos-17-launch-debut-ranges-rapid-support/">"AMOS-17 launch, Eastern Range debuts rapid launch support"</a>. 6 August 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">7 August</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=AMOS-17+launch%2C+Eastern+Range+debuts+rapid+launch+support&rft.date=2019-08-06&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F08%2Famos-17-launch-debut-ranges-rapid-support%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-484"><span class="mw-cite-backlink"><b><a href="#cite_ref-484">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://nextspaceflight.com/launches/details/85">"Falcon 9 Block 5 | AMOS-17"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 July</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+AMOS-17&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F85&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-485"><span class="mw-cite-backlink"><b><a href="#cite_ref-485">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation pressrelease cs1"><a rel="nofollow" class="external text" href="http://amos-spacecom.com/press/spacecoms-amos-17-satellite-successfully-completes-critical-design-review-cdr/">"AMOS-17 Scheduled for Launch in 2019 via SpaceX Falcon-9"</a> (Press release). Spacecom. 6 November 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">26 May</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=AMOS-17+Scheduled+for+Launch+in+2019+via+SpaceX+Falcon-9&rft.pub=Spacecom&rft.date=2017-11-06&rft_id=http%3A%2F%2Famos-spacecom.com%2Fpress%2Fspacecoms-amos-17-satellite-successfully-completes-critical-design-review-cdr%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-1047expended-486"><span class="mw-cite-backlink">^ <a href="#cite_ref-1047expended_486-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-1047expended_486-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-1047expended_486-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@SpaceXUpdates (28 July 2019). <a rel="nofollow" class="external text" href="https://twitter.com/SpaceXUpdates/status/1155418099438559232">"AMOS-17 is a big one. At 6500 kg, we\'re not gonna be seeing a booster recovery"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=AMOS-17+is+a+big+one.+At+6500+kg%2C+we%27re+not+gonna+be+seeing+a+booster+recovery&rft.date=2019-07-28&rft.au=%40SpaceXUpdates&rft_id=https%3A%2F%2Ftwitter.com%2FSpaceXUpdates%2Fstatus%2F1155418099438559232&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-487"><span class="mw-cite-backlink"><b><a href="#cite_ref-487">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.amos-spacecom.com/satellite/amos-17/">"AMOS-17"</a>. <i>amos-spacecom.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=amos-spacecom.com&rft.atitle=AMOS-17&rft_id=https%3A%2F%2Fwww.amos-spacecom.com%2Fsatellite%2Famos-17%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-488"><span class="mw-cite-backlink"><b><a href="#cite_ref-488">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBergin2018" class="citation news cs1">Bergin, Chris (26 March 2018). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2018/03/amos-8-ssl-ahead-spacex-launch/">"AMOS-8 to be built by SSL ahead of SpaceX launch"</a>. NASASpaceFlight<span class="reference-accessdate">. Retrieved <span class="nowrap">26 May</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=AMOS-8+to+be+built+by+SSL+ahead+of+SpaceX+launch&rft.date=2018-03-26&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F03%2Famos-8-ssl-ahead-spacex-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-489"><span class="mw-cite-backlink"><b><a href="#cite_ref-489">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFRalph2019" class="citation web cs1">Ralph, Eric (30 July 2019). <a rel="nofollow" class="external text" href="https://www.teslarati.com/spacex-falcon-9-block-5-second-expendable-launch/">"SpaceX transports Falcon 9 to launch site ahead of Block 5\'s second expendable launch ever"</a>. <i>teslarati.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">7 August</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=teslarati.com&rft.atitle=SpaceX+transports+Falcon+9+to+launch+site+ahead+of+Block+5%27s+second+expendable+launch+ever&rft.date=2019-07-30&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-falcon-9-block-5-second-expendable-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-490"><span class="mw-cite-backlink"><b><a href="#cite_ref-490">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://techcrunch.com/2019/08/06/spacex-successfully-launches-twice-re-flown-falcon-9-for-amos-17-mission/">"SpaceX successfully launches twice-flown Falcon 9, catches fairing at sea"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">6 August</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+successfully+launches+twice-flown+Falcon+9%2C+catches+fairing+at+sea&rft_id=https%3A%2F%2Ftechcrunch.com%2F2019%2F08%2F06%2Fspacex-successfully-launches-twice-re-flown-falcon-9-for-amos-17-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-491"><span class="mw-cite-backlink"><b><a href="#cite_ref-491">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2019/11/spacex-cape-return-first-operational-starlink-mission/">"SpaceX and Cape Canaveral Return to Action with First Operational Starlink Mission"</a>. 10 November 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+and+Cape+Canaveral+Return+to+Action+with+First+Operational+Starlink+Mission&rft.date=2019-11-10&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F11%2Fspacex-cape-return-first-operational-starlink-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-:13-492"><span class="mw-cite-backlink"><b><a href="#cite_ref-:13_492-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark" class="citation web cs1">Clark, Stephen. <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2019/10/11/spacexs-next-launch-to-mark-another-incremental-step-in-rocket-reusability/">"SpaceX\'s next launch to mark another incremental step in rocket reusability"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">14 October</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX%27s+next+launch+to+mark+another+incremental+step+in+rocket+reusability&rft.pub=Spaceflight+Now&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2019%2F10%2F11%2Fspacexs-next-launch-to-mark-another-incremental-step-in-rocket-reusability%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-493"><span class="mw-cite-backlink"><b><a href="#cite_ref-493">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/falcon-9-launches-dragon-cargo-spacecraft-to-iss-2/">"Falcon 9 launches Dragon cargo spacecraft to ISS"</a>. 5 December 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">5 December</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+launches+Dragon+cargo+spacecraft+to+ISS&rft.date=2019-12-05&rft_id=https%3A%2F%2Fspacenews.com%2Ffalcon-9-launches-dragon-cargo-spacecraft-to-iss-2%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-:02-494"><span class="mw-cite-backlink">^ <a href="#cite_ref-:02_494-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:02_494-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBaylor,_Michael_[@nextspaceflight]2019" class="citation web cs1">Baylor, Michael [@nextspaceflight] (26 November 2019). <a rel="nofollow" class="external text" href="https://twitter.com/nextspaceflight/status/1199358861754417152">"The CRS-19 mission will use a new first stage, B1059-1. B1056-3, originally penciled in for CRS-19, is now expected to be used for JCSAT, but core assignments are always subject to change. #SpaceX"</a> (Tweet). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20201116015009/https://twitter.com/nextspaceflight/status/1199358861754417152">Archived</a> from the original on 16 November 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+CRS-19+mission+will+use+a+new+first+stage%2C+B1059-1.+B1056-3%2C+originally+penciled+in+for+CRS-19%2C+is+now+expected+to+be+used+for+JCSAT%2C+but+core+assignments+are+always+subject+to+change.+%23SpaceX&rft.date=2019-11-26&rft.au=Baylor%2C+Michael+%5B%40nextspaceflight%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fnextspaceflight%2Fstatus%2F1199358861754417152&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spn-201602242-495"><span class="mw-cite-backlink"><b><a href="#cite_ref-spn-201602242_495-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFde_Selding2016" class="citation news cs1">de Selding, Peter B. (24 February 2016). <a rel="nofollow" class="external text" href="http://spacenews.com/spacex-wins-5-new-space-station-cargo-missions-in-nasa-contract-estimated-at-700-million/">"SpaceX wins 5 new space station cargo missions in NASA contract estimated at $700 million"</a>. SpaceNews. Slide shows yearly breakdown of NASA missions from 2016 to 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">25 February</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+wins+5+new+space+station+cargo+missions+in+NASA+contract+estimated+at+%24700+million&rft.pages=Slide+shows+yearly+breakdown+of+NASA+missions+from+2016+to+2021.&rft.date=2016-02-24&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-wins-5-new-space-station-cargo-missions-in-nasa-contract-estimated-at-700-million%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-496"><span class="mw-cite-backlink"><b><a href="#cite_ref-496">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSpaceX_[@SpaceX]2019" class="citation web cs1"><a href="/wiki/SpaceX" title="SpaceX">SpaceX [@SpaceX]</a> (26 November 2019). <a rel="nofollow" class="external text" href="https://twitter.com/SpaceX/status/1199463905258590208">"The Dragon spacecraft supporting this mission previously flew in support of our fourth and eleventh commercial resupply missions t.co/P6ceGX9Pz1"</a> (Tweet). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20201111215514/https://twitter.com/SpaceX/status/1199463905258590208">Archived</a> from the original on 11 November 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+Dragon+spacecraft+supporting+this+mission+previously+flew+in+support+of+our+fourth+and+eleventh+commercial+resupply+missions+t.co%2FP6ceGX9Pz1&rft.date=2019-11-26&rft.au=SpaceX+%5B%40SpaceX%5D&rft_id=https%3A%2F%2Ftwitter.com%2FSpaceX%2Fstatus%2F1199463905258590208&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-:152-497"><span class="mw-cite-backlink">^ <a href="#cite_ref-:152_497-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:152_497-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFJohnson2019" class="citation web cs1">Johnson, Michael (19 November 2019). <a rel="nofollow" class="external text" href="http://www.nasa.gov/mission_pages/station/research/news/spx19-research">"SpaceX Launching Research for Better Earth Images, Easier Leak Checks"</a>. <i>NASA</i><span class="reference-accessdate">. Retrieved <span class="nowrap">3 December</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=NASA&rft.atitle=SpaceX+Launching+Research+for+Better+Earth+Images%2C+Easier+Leak+Checks&rft.date=2019-11-19&rft.aulast=Johnson&rft.aufirst=Michael&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fmission_pages%2Fstation%2Fresearch%2Fnews%2Fspx19-research&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-sjcs-498"><span class="mw-cite-backlink">^ <a href="#cite_ref-sjcs_498-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sjcs_498-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFThompson2019" class="citation web cs1">Thompson, Amy (17 December 2019). <a rel="nofollow" class="external text" href="https://www.space.com/spacex-falcon-9-jcsat-18-launch-landing-success.html">"SpaceX Falcon 9 Launches Heavyweight Satellite Into Orbit, Nails Rocket Landing"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">17 December</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+9+Launches+Heavyweight+Satellite+Into+Orbit%2C+Nails+Rocket+Landing&rft.pub=Space.com&rft.date=2019-12-17&rft.aulast=Thompson&rft.aufirst=Amy&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-falcon-9-jcsat-18-launch-landing-success.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sn-20170905-499"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn-20170905_499-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFHenry2017" class="citation web cs1">Henry, Caleb (5 September 2017). <a rel="nofollow" class="external text" href="http://spacenews.com/spacex-wins-kacific-sky-perfect-jsat-condosat-launch/">"SpaceX wins Kacific, Sky Perfect Jsat condosat launch, new or used rocket TBD"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">14 September</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+wins+Kacific%2C+Sky+Perfect+Jsat+condosat+launch%2C+new+or+used+rocket+TBD&rft.pub=SpaceNews&rft.date=2017-09-05&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-wins-kacific-sky-perfect-jsat-condosat-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-500"><span class="mw-cite-backlink"><b><a href="#cite_ref-500">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_sdat/jcsat-18_kacific-1.htm">"JCSat 18 / Kacific 1"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">5 September</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=JCSat+18+%2F+Kacific+1&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fjcsat-18_kacific-1.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-501"><span class="mw-cite-backlink"><b><a href="#cite_ref-501">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2019/12/spacex-falcon-9-launch-jcsat-18-kacific-1/">"SpaceX Falcon 9 launches JCSAT-18/Kacific-1"</a>. <i>masaspaceFlight.com</i>. 16 December 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">17 December</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=masaspaceFlight.com&rft.atitle=SpaceX+Falcon+9+launches+JCSAT-18%2FKacific-1&rft.date=2019-12-16&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F12%2Fspacex-falcon-9-launch-jcsat-18-kacific-1%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spacenews-spacex-plans-24-starlink-launches-next-year-502"><span class="mw-cite-backlink"><b><a href="#cite_ref-spacenews-spacex-plans-24-starlink-launches-next-year_502-0">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external free" href="https://spacenews.com/spacex-plans-24-starlink-launches-next-year/">https://spacenews.com/spacex-plans-24-starlink-launches-next-year/</a></span>\n</li>\n<li id="cite_note-503"><span class="mw-cite-backlink"><b><a href="#cite_ref-503">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external free" href="https://space.skyrocket.de/doc_chr/lau2020.htm">https://space.skyrocket.de/doc_chr/lau2020.htm</a></span>\n</li>\n<li id="cite_note-504"><span class="mw-cite-backlink"><b><a href="#cite_ref-504">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/01/07/spacex-launches-more-starlink-satellites-tests-design-change-for-astronomers/">"SpaceX launches more Starlink satellites, tests design change for astronomers"</a>. spaceflightnow. 7 January 2020.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+more+Starlink+satellites%2C+tests+design+change+for+astronomers&rft.pub=spaceflightnow&rft.date=2020-01-07&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F01%2F07%2Fspacex-launches-more-starlink-satellites-tests-design-change-for-astronomers%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-505"><span class="mw-cite-backlink"><b><a href="#cite_ref-505">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/spacex-working-on-fix-for-starlink-satellites-so-they-dont-disrupt-astronomy/">"SpaceX working on fix for Starlink satellites so they don\'t disrupt astronomy"</a>. 7 December 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">10 December</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+working+on+fix+for+Starlink+satellites+so+they+don%27t+disrupt+astronomy&rft.date=2019-12-07&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-working-on-fix-for-starlink-satellites-so-they-dont-disrupt-astronomy%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-506"><span class="mw-cite-backlink"><b><a href="#cite_ref-506">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark" class="citation web cs1">Clark, Stephen. <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/01/17/falcon-9-crew-dragon-in-flight-abort-test-mission-status-center/">"Live coverage: SpaceX successfully performs Crew Dragon abort test"</a>. Spaceflight Now.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Live+coverage%3A+SpaceX+successfully+performs+Crew+Dragon+abort+test&rft.pub=Spaceflight+Now&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F01%2F17%2Ffalcon-9-crew-dragon-in-flight-abort-test-mission-status-center%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sn20150702-507"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20150702_507-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFFoust2015" class="citation news cs1">Foust, Jeff (2 July 2015). <a rel="nofollow" class="external text" href="http://spacenews.com/nasa-and-spacex-delay-dragon-in-flight-abort-test/">"NASA and SpaceX Delay Dragon In-Flight Abort Test"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">3 May</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=NASA+and+SpaceX+Delay+Dragon+In-Flight+Abort+Test&rft.date=2015-07-02&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=http%3A%2F%2Fspacenews.com%2Fnasa-and-spacex-delay-dragon-in-flight-abort-test%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-508"><span class="mw-cite-backlink"><b><a href="#cite_ref-508">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFPietrobon2020" class="citation web cs1">Pietrobon, Steven (18 January 2020). <a rel="nofollow" class="external text" href="https://www.sworld.com.au/steven/space/ussub-man.txt">"UNITED STATES SUBORBITAL LAUNCH MANIFEST (18 January 2020)"</a>. Steven Pietrobon\'s Space Archive<span class="reference-accessdate">. Retrieved <span class="nowrap">18 January</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=UNITED+STATES+SUBORBITAL+LAUNCH+MANIFEST+%2818+January+2020%29&rft.pub=Steven+Pietrobon%27s+Space+Archive&rft.date=2020-01-18&rft.aulast=Pietrobon&rft.aufirst=Steven&rft_id=https%3A%2F%2Fwww.sworld.com.au%2Fsteven%2Fspace%2Fussub-man.txt&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-CCD6-509"><span class="mw-cite-backlink">^ <a href="#cite_ref-CCD6_509-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-CCD6_509-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-CCD6_509-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-CCD6_509-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-CCD6_509-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-CCD6_509-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-CCD6_509-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-CCD6_509-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-CCD6_509-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-CCD6_509-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-CCD6_509-10"><sup><i><b>k</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.govconwire.com/2017/01/boeing-spacex-secure-additional-crewed-missions-under-nasas-commercial-space-transport-program/">"Boeing, SpaceX Secure Additional Crewed Missions Under NASA\'s Commercial Space Transport Program"</a>. 4 January 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">7 March</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Boeing%2C+SpaceX+Secure+Additional+Crewed+Missions+Under+NASA%27s+Commercial+Space+Transport+Program&rft.date=2017-01-04&rft_id=https%3A%2F%2Fwww.govconwire.com%2F2017%2F01%2Fboeing-spacex-secure-additional-crewed-missions-under-nasas-commercial-space-transport-program%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf-20170811-510"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf-20170811_510-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGebhardt2017" class="citation news cs1">Gebhardt, Chris (11 August 2017). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2017/08/spacex-boeing-home-stretch-commercial-crew-readiness/">"SpaceX and Boeing in home stretch for Commercial Crew readiness"</a>. NASASpaceFlight<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+and+Boeing+in+home+stretch+for+Commercial+Crew+readiness&rft.date=2017-08-11&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F08%2Fspacex-boeing-home-stretch-commercial-crew-readiness%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sfn_crewdragon_may19-511"><span class="mw-cite-backlink"><b><a href="#cite_ref-sfn_crewdragon_may19_511-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFWilliam_Harwood2019" class="citation web cs1">William Harwood (28 May 2019). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2019/05/28/nasa-says-spacex-readying-crew-dragon-capsule-for-possible-piloted-test-flight-by-end-of-year/">"NASA says SpaceX readying Crew Dragon capsule for possible piloted test flight by end of year"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">29 May</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+says+SpaceX+readying+Crew+Dragon+capsule+for+possible+piloted+test+flight+by+end+of+year&rft.date=2019-05-28&rft.au=William+Harwood&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2019%2F05%2F28%2Fnasa-says-spacex-readying-crew-dragon-capsule-for-possible-piloted-test-flight-by-end-of-year%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-512"><span class="mw-cite-backlink"><b><a href="#cite_ref-512">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFAtkinson2020" class="citation web cs1">Atkinson, Ian (17 January 2020). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/01/spacex-crew-dragon-in-flight-abort-test/">"SpaceX conducts successful Crew Dragon In-Flight Abort Test"</a>. NASASpaceFlight.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+conducts+successful+Crew+Dragon+In-Flight+Abort+Test&rft.pub=NASASpaceFlight&rft.date=2020-01-17&rft.aulast=Atkinson&rft.aufirst=Ian&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F01%2Fspacex-crew-dragon-in-flight-abort-test%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-513"><span class="mw-cite-backlink"><b><a href="#cite_ref-513">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/spacex-launches-fourth-batch-of-starlink-satellites-tweaks-satellite-design/">"SpaceX launches fourth batch of Starlink satellites, tweaks satellite design"</a>. 29 January 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">31 January</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+fourth+batch+of+Starlink+satellites%2C+tweaks+satellite+design&rft.date=2020-01-29&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-launches-fourth-batch-of-starlink-satellites-tweaks-satellite-design%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-catch3-514"><span class="mw-cite-backlink"><b><a href="#cite_ref-catch3_514-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://arstechnica.com/science/2020/01/weather-permitting-spacex-to-launch-third-starlink-mission-monday-morning/">"SpaceX launches 60 Starlink satellites, catches a fairing"</a>. 18 December 2019.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+60+Starlink+satellites%2C+catches+a+fairing&rft.date=2019-12-18&rft_id=https%3A%2F%2Farstechnica.com%2Fscience%2F2020%2F01%2Fweather-permitting-spacex-to-launch-third-starlink-mission-monday-morning%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-515"><span class="mw-cite-backlink"><b><a href="#cite_ref-515">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.space.com/spacex-starlink-4-launch-success-misses-rocket-landing.html">"SpaceX launches 60 Starlink satellites for new megaconstellation, misses rocket landing"</a>. <i>space.com</i>. 17 February 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">18 February</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.com&rft.atitle=SpaceX+launches+60+Starlink+satellites+for+new+megaconstellation%2C+misses+rocket+landing&rft.date=2020-02-17&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-starlink-4-launch-success-misses-rocket-landing.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-516"><span class="mw-cite-backlink"><b><a href="#cite_ref-516">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/02/spacex-falcon-reusability-record-fifth-starlink-launch/">"SpaceX successfully conducts fifth Starlink launch - booster misses drone ship"</a>. 17 February 2020.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+successfully+conducts+fifth+Starlink+launch+-+booster+misses+drone+ship&rft.date=2020-02-17&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F02%2Fspacex-falcon-reusability-record-fifth-starlink-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-517"><span class="mw-cite-backlink"><b><a href="#cite_ref-517">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFMusk,_Elon_[@elonmusk]2020" class="citation web cs1"><a href="/wiki/Elon_Musk" title="Elon Musk">Musk, Elon [@elonmusk]</a> (6 March 2020). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/1236117435905785856">"@Alejandro_DebH Recent missed landing (at sea) was due to incorrect wind data. If this (land) landing fails, it will most likely be for a different reason"</a> (Tweet). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20201116015026/https://twitter.com/elonmusk/status/1236117435905785856">Archived</a> from the original on 16 November 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=%40Alejandro_DebH+Recent+missed+landing+%28at+sea%29+was+due+to+incorrect+wind+data.+If+this+%28land%29+landing+fails%2C+it+will+most+likely+be+for+a+different+reason.&rft.date=2020-03-06&rft.au=Musk%2C+Elon+%5B%40elonmusk%5D&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1236117435905785856&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-518"><span class="mw-cite-backlink"><b><a href="#cite_ref-518">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGray2020" class="citation web cs1">Gray, Tyler (9 March 2020). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/03/spacex-final-dragon-1-mission-iss/">"CRS-20 \xe2\x80\x93 Final Dragon 1 arrives at the ISS"</a>. <i>nasaspaceflight.com</i>. NASASpaceflight<span class="reference-accessdate">. Retrieved <span class="nowrap">14 May</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=CRS-20+%E2%80%93+Final+Dragon+1+arrives+at+the+ISS&rft.date=2020-03-09&rft.aulast=Gray&rft.aufirst=Tyler&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F03%2Fspacex-final-dragon-1-mission-iss%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-519"><span class="mw-cite-backlink"><b><a href="#cite_ref-519">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasa.gov/sites/default/files/atoms/files/spacex_crs-20_mission_overview.pdf">"SpX-20 Mission Overview"</a> <span class="cs1-format">(PDF)</span>. NASA. 6 March 2020.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpX-20+Mission+Overview&rft.pub=NASA&rft.date=2020-03-06&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Fatoms%2Ffiles%2Fspacex_crs-20_mission_overview.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-520"><span class="mw-cite-backlink"><b><a href="#cite_ref-520">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_sdat/bartolomeo.htm">"Bartolomeo (CEPHFISS)"</a>. <i>space.skyrocket.de</i>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.skyrocket.de&rft.atitle=Bartolomeo+%28CEPHFISS%29&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fbartolomeo.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-521"><span class="mw-cite-backlink"><b><a href="#cite_ref-521">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark" class="citation news cs1">Clark, Stephen. <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/02/26/spacex-swaps-upper-stage-for-next-falcon-9-launch/">"SpaceX swaps upper stage for next Falcon 9 launch"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">27 October</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+swaps+upper+stage+for+next+Falcon+9+launch&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F02%2F26%2Fspacex-swaps-upper-stage-for-next-falcon-9-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-522"><span class="mw-cite-backlink"><b><a href="#cite_ref-522">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.space.com/spacex-launches-starlink-5-satellites-misses-rocket-landing.html">"SpaceX launches 60 Starlink satellites into orbit, misses rocket landing"</a>. <i>space.com</i>. 18 March 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">20 March</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.com&rft.atitle=SpaceX+launches+60+Starlink+satellites+into+orbit%2C+misses+rocket+landing&rft.date=2020-03-18&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-launches-starlink-5-satellites-misses-rocket-landing.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-523"><span class="mw-cite-backlink"><b><a href="#cite_ref-523">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSpaceX_[@SpaceX]2020" class="citation web cs1"><a href="/wiki/SpaceX" title="SpaceX">SpaceX [@SpaceX]</a> (13 March 2020). <a rel="nofollow" class="external text" href="https://twitter.com/SpaceX/status/1238610287256723456">"The fairing previously flew on the Starlink launch in May 2019 t.co/AtYq6Omuku"</a> (Tweet). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20200602182004/https://twitter.com/SpaceX/status/1238610287256723456">Archived</a> from the original on 2 June 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+fairing+previously+flew+on+the+Starlink+launch+in+May+2019+t.co%2FAtYq6Omuku&rft.date=2020-03-13&rft.au=SpaceX+%5B%40SpaceX%5D&rft_id=https%3A%2F%2Ftwitter.com%2FSpaceX%2Fstatus%2F1238610287256723456&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-524"><span class="mw-cite-backlink"><b><a href="#cite_ref-524">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFElon_Musk_[@elonmusk]2020" class="citation web cs1">Elon Musk [@elonmusk] (18 March 2020). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/1240262636547100672">"There was also an early engine shutdown on ascent, but it didn\'t affect orbit insertion. Shows value of having 9 engines! Thorough investigation needed before next mission"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=There+was+also+an+early+engine+shutdown+on+ascent%2C+but+it+didn%27t+affect+orbit+insertion.+Shows+value+of+having+9+engines%21+Thorough+investigation+needed+before+next+mission.&rft.date=2020-03-18&rft.au=Elon+Musk+%5B%40elonmusk%5D&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1240262636547100672&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-525"><span class="mw-cite-backlink"><b><a href="#cite_ref-525">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://techcrunch.com/2020/04/22/spacex-engine-issue-on-last-starlink-mission-caused-by-cleaning-fluid-according-to-elon-musk/">"SpaceX engine issue on last Starlink mission caused by cleaning fluid according to Elon Musk"</a>. 23 April 2020.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+engine+issue+on+last+Starlink+mission+caused+by+cleaning+fluid+according+to+Elon+Musk&rft.date=2020-04-23&rft_id=https%3A%2F%2Ftechcrunch.com%2F2020%2F04%2F22%2Fspacex-engine-issue-on-last-starlink-mission-caused-by-cleaning-fluid-according-to-elon-musk%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-526"><span class="mw-cite-backlink"><b><a href="#cite_ref-526">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/04/22/spacexs-starlink-network-surpasses-400-satellite-mark-after-successful-launch/">"SpaceX\'s Starlink network surpasses 400-satellite mark after successful launch"</a>. 22 April 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">22 April</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX%27s+Starlink+network+surpasses+400-satellite+mark+after+successful+launch&rft.date=2020-04-22&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F04%2F22%2Fspacexs-starlink-network-surpasses-400-satellite-mark-after-successful-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-leader-527"><span class="mw-cite-backlink"><b><a href="#cite_ref-leader_527-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/04/falcon-9-us-leader-starlink/">"Falcon 9 to become U.S. rocket leader; Starlink "where are they now" edition"</a>. NASASpaceFlight. 21 April 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">22 April</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+to+become+U.S.+rocket+leader%3B+Starlink+%22where+are+they+now%22+edition&rft.pub=NASASpaceFlight&rft.date=2020-04-21&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F04%2Ffalcon-9-us-leader-starlink%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-528"><span class="mw-cite-backlink"><b><a href="#cite_ref-528">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark" class="citation web cs1">Clark, Stephen. <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/04/17/spacex-test-fires-rocket-for-starlink-launch-next-week/">"SpaceX test-fires rocket for Starlink launch next week"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">13 June</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+test-fires+rocket+for+Starlink+launch+next+week&rft.pub=Spaceflight+Now&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F04%2F17%2Fspacex-test-fires-rocket-for-starlink-launch-next-week%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-529"><span class="mw-cite-backlink"><b><a href="#cite_ref-529">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/05/31/making-history-astronauts-ride-commercial-capsule-to-space-station/">"Making history, astronauts ride commercial capsule to space station"</a>. 31 May 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">31 May</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Making+history%2C+astronauts+ride+commercial+capsule+to+space+station&rft.date=2020-05-31&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F05%2F31%2Fmaking-history-astronauts-ride-commercial-capsule-to-space-station%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf_2Aug19-530"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf_2Aug19_530-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBergin2019" class="citation news cs1">Bergin, Chris (2 August 2019). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2019/08/spacex-retesting-boosters-planning-starship-pad/">"SpaceX present to future: From retesting boosters to planning a Starship pad"</a>. NASASpaceFlight]]<span class="reference-accessdate">. Retrieved <span class="nowrap">2 August</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+present+to+future%3A+From+retesting+boosters+to+planning+a+Starship+pad&rft.date=2019-08-02&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F08%2Fspacex-retesting-boosters-planning-starship-pad%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-531"><span class="mw-cite-backlink"><b><a href="#cite_ref-531">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFHeiney" class="citation web cs1">Heiney, Anna. <a rel="nofollow" class="external text" href="https://www.nasa.gov/feature/top-10-things-to-know-for-nasa-s-spacex-demo-2-return">"Top 10 Things to Know for NASA\'s SpaceX Demo-2 Return"</a>. <i>nasa.gov</i><span class="reference-accessdate">. Retrieved <span class="nowrap">24 July</span> 2020</span>. <q>At the time of undock, Dragon Endeavour and its trunk weigh approximately 27,600 pounds</q></cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasa.gov&rft.atitle=Top+10+Things+to+Know+for+NASA%27s+SpaceX+Demo-2+Return&rft.aulast=Heiney&rft.aufirst=Anna&rft_id=https%3A%2F%2Fwww.nasa.gov%2Ffeature%2Ftop-10-things-to-know-for-nasa-s-spacex-demo-2-return&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-532"><span class="mw-cite-backlink"><b><a href="#cite_ref-532">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGohd2020" class="citation news cs1">Gohd, Chelsea (28 May 2020). <a rel="nofollow" class="external text" href="https://www.space.com/spacex-demo-2-astronaut-launch-big-crowds-nasa-warnings.html">"SpaceX\'s historic astronaut launch try draws huge crowds despite NASA warnings"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">2 June</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX%27s+historic+astronaut+launch+try+draws+huge+crowds+despite+NASA+warnings&rft.date=2020-05-28&rft.aulast=Gohd&rft.aufirst=Chelsea&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-demo-2-astronaut-launch-big-crowds-nasa-warnings.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-:16-533"><span class="mw-cite-backlink"><b><a href="#cite_ref-:16_533-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFFletcherGray" class="citation web cs1">Fletcher, Colin; Gray, Tyler. <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/06/spacex-launch-eighth-starlink-jrti-debut/">"SpaceX Launches Eighth Starlink Mission, Read The Instructions With East Coast Droneship Debut"</a>. <i>nasaspaceflight.com</i>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=SpaceX+Launches+Eighth+Starlink+Mission%2C+Read+The+Instructions+With+East+Coast+Droneship+Debut&rft.aulast=Fletcher&rft.aufirst=Colin&rft.au=Gray%2C+Tyler&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F06%2Fspacex-launch-eighth-starlink-jrti-debut%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-NAS280420-534"><span class="mw-cite-backlink"><b><a href="#cite_ref-NAS280420_534-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20200429223257/https://www.spacex.com/news/2020/04/28/starlink-update">"Starlink Discussion | National Academy of Sciences"</a>. 28 April 2020. Archived from <a rel="nofollow" class="external text" href="https://www.spacex.com/news/2020/04/28/starlink-update">the original</a> on 29 April 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">29 April</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Starlink+Discussion+%7C+National+Academy+of+Sciences&rft.date=2020-04-28&rft_id=https%3A%2F%2Fwww.spacex.com%2Fnews%2F2020%2F04%2F28%2Fstarlink-update&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-:17-535"><span class="mw-cite-backlink">^ <a href="#cite_ref-:17_535-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:17_535-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/06/spacex-launch-first-starlink-rideshare-planet-labs/">"SpaceX to launch first Starlink rideshare mission with Planet Labs"</a>. NASASpaceFlight.com. 12 June 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">13 June</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+to+launch+first+Starlink+rideshare+mission+with+Planet+Labs&rft.pub=NASASpaceFlight.com&rft.date=2020-06-12&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F06%2Fspacex-launch-first-starlink-rideshare-planet-labs%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf20200612-536"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf20200612_536-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf20200612_536-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGray2020" class="citation news cs1">Gray, Tyler (12 June 2020). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/06/spacex-launch-first-starlink-rideshare-planet-labs/">"SpaceX launches first Starlink rideshare mission with Planet Labs"</a>. NASASpaceFlight<span class="reference-accessdate">. Retrieved <span class="nowrap">14 June</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+launches+first+Starlink+rideshare+mission+with+Planet+Labs&rft.date=2020-06-12&rft.aulast=Gray&rft.aufirst=Tyler&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F06%2Fspacex-launch-first-starlink-rideshare-planet-labs%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-537"><span class="mw-cite-backlink"><b><a href="#cite_ref-537">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@SpaceX (11 June 2020). <a rel="nofollow" class="external text" href="https://twitter.com/SpaceX/status/1271116917420388352">"Targeting Saturday, 13 June 13 at 05:21 EDT for launch of 58 Starlink satellites and 3 @planetlabs spacecraft \xe2\x80\x93 the first SpaceX SmallSat Rideshare Program launch"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Targeting+Saturday%2C+13+June+13+at+05%3A21+EDT+for+launch+of+58+Starlink+satellites+and+3+%40planetlabs+spacecraft+%E2%80%93+the+first+SpaceX+SmallSat+Rideshare+Program+launch&rft.date=2020-06-11&rft.au=%40SpaceX&rft_id=https%3A%2F%2Ftwitter.com%2FSpaceX%2Fstatus%2F1271116917420388352&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-:15-538"><span class="mw-cite-backlink">^ <a href="#cite_ref-:15_538-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:15_538-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-:15_538-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBurghardt2020" class="citation web cs1">Burghardt, Thomas (13 May 2020). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/05/planet-labs-skysats-to-rideshare-with-spacex-starlink-launches/">"Planet Labs SkySats to rideshare with SpaceX Starlink launches"</a>. <i>nasaspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 May</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=Planet+Labs+SkySats+to+rideshare+with+SpaceX+Starlink+launches&rft.date=2020-05-13&rft.aulast=Burghardt&rft.aufirst=Thomas&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F05%2Fplanet-labs-skysats-to-rideshare-with-spacex-starlink-launches%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-539"><span class="mw-cite-backlink"><b><a href="#cite_ref-539">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@SpaceX (12 June 2020). <a rel="nofollow" class="external text" href="https://twitter.com/SpaceX/status/1271116917420388352">"Targeting Saturday, June 13 at 05:21 EDT for launch of 58 Starlink satellites and 3 @planetlabs spacecraft \xe2\x80\x93 the first SpaceX SmallSat Rideshare Program launch"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">26 June</span> 2020</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Targeting+Saturday%2C+June+13+at+05%3A21+EDT+for+launch+of+58+Starlink+satellites+and+3+%40planetlabs+spacecraft+%E2%80%93+the+first+SpaceX+SmallSat+Rideshare+Program+launch&rft.date=2020-06-12&rft.au=%40SpaceX&rft_id=https%3A%2F%2Ftwitter.com%2FSpaceX%2Fstatus%2F1271116917420388352&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-540"><span class="mw-cite-backlink"><b><a href="#cite_ref-540">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGray2020" class="citation web cs1">Gray, Tyler (12 June 2020). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/06/spacex-launch-first-starlink-rideshare-planet-labs/">"SpaceX to launch first Starlink rideshare mission with Planet Labs"</a>. <i>nasaspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 June</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=SpaceX+to+launch+first+Starlink+rideshare+mission+with+Planet+Labs&rft.date=2020-06-12&rft.aulast=Gray&rft.aufirst=Tyler&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F06%2Fspacex-launch-first-starlink-rideshare-planet-labs%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-541"><span class="mw-cite-backlink"><b><a href="#cite_ref-541">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSpaceX_[@SpaceX]2020" class="citation web cs1">SpaceX [@SpaceX] (30 June 2020). <a rel="nofollow" class="external text" href="https://twitter.com/SpaceX/status/1278049470639296512">"New T-0 of 4:10 p.m. EDT due to upper-level winds; vehicle and payload look good for launch"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=New+T-0+of+4%3A10+p.m.+EDT+due+to+upper-level+winds%3B+vehicle+and+payload+look+good+for+launch&rft.date=2020-06-30&rft.au=SpaceX+%5B%40SpaceX%5D&rft_id=https%3A%2F%2Ftwitter.com%2FSpaceX%2Fstatus%2F1278049470639296512&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-clark-20200630-542"><span class="mw-cite-backlink">^ <a href="#cite_ref-clark-20200630_542-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-clark-20200630_542-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-clark-20200630_542-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-clark-20200630_542-3"><sup><i><b>d</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2020" class="citation news cs1">Clark, Stephen (30 June 2020). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/06/30/spacex-launches-its-first-mission-for-u-s-space-force/">"SpaceX launches its first mission for the U.S. Space Force"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">1 July</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+launches+its+first+mission+for+the+U.S.+Space+Force&rft.date=2020-06-30&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F06%2F30%2Fspacex-launches-its-first-mission-for-u-s-space-force%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-gps_34_manufacturing-543"><span class="mw-cite-backlink">^ <a href="#cite_ref-gps_34_manufacturing_543-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-gps_34_manufacturing_543-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.lockheedmartin.com/us/news/press-releases/2012/january/0112_ss_gps.html">"U.S. Air Force Awards Lockheed Martin Contract for Third and Fourth GPS III Satellites"</a>. Lockheed Martin. 12 January 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">3 January</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=U.S.+Air+Force+Awards+Lockheed+Martin+Contract+for+Third+and+Fourth+GPS+III+Satellites&rft.pub=Lockheed+Martin&rft.date=2012-01-12&rft_id=http%3A%2F%2Fwww.lockheedmartin.com%2Fus%2Fnews%2Fpress-releases%2F2012%2Fjanuary%2F0112_ss_gps.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-gpsworld_20171127-544"><span class="mw-cite-backlink"><b><a href="#cite_ref-gpsworld_20171127_544-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFCozzens2017" class="citation web cs1">Cozzens, Tracy (27 November 2017). <a rel="nofollow" class="external text" href="http://gpsworld.com/lockheed-martin-assembles-third-u-s-air-force-gps-iii-satellite/">"Lockheed Martin assembles third U.S. Air Force GPS III satellite"</a>. <i>gpsworld.com</i>. North Coast Media LLC<span class="reference-accessdate">. Retrieved <span class="nowrap">1 December</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=gpsworld.com&rft.atitle=Lockheed+Martin+assembles+third+U.S.+Air+Force+GPS+III+satellite&rft.date=2017-11-27&rft.aulast=Cozzens&rft.aufirst=Tracy&rft_id=http%3A%2F%2Fgpsworld.com%2Flockheed-martin-assembles-third-u-s-air-force-gps-iii-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-gleckel-2017-11-545"><span class="mw-cite-backlink"><b><a href="#cite_ref-gleckel-2017-11_545-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGleckel2017" class="citation web cs1">Gleckel, Gerry (15 November 2017). <a rel="nofollow" class="external text" href="https://www.gps.gov/governance/advisory/meetings/2017-11/gleckel.pdf">"GPS Status and Modernization Progress"</a> <span class="cs1-format">(PDF)</span>. <i>gps.gov</i><span class="reference-accessdate">. Retrieved <span class="nowrap">1 December</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=gps.gov&rft.atitle=GPS+Status+and+Modernization+Progress&rft.date=2017-11-15&rft.aulast=Gleckel&rft.aufirst=Gerry&rft_id=https%3A%2F%2Fwww.gps.gov%2Fgovernance%2Fadvisory%2Fmeetings%2F2017-11%2Fgleckel.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-gps_status_20180926-546"><span class="mw-cite-backlink">^ <a href="#cite_ref-gps_status_20180926_546-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-gps_status_20180926_546-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.gps.gov/cgsic/meetings/2018/schaub.pdf">"GPS Status and Modernization Progress: Service, Satellites, Control Segment, and Military GPS User Equipment"</a> <span class="cs1-format">(PDF)</span>. US Air Force Space and Missile Systems Center. 26 September 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=GPS+Status+and+Modernization+Progress%3A+Service%2C+Satellites%2C+Control+Segment%2C+and+Military+GPS+User+Equipment&rft.pub=US+Air+Force+Space+and+Missile+Systems+Center&rft.date=2018-09-26&rft_id=https%3A%2F%2Fwww.gps.gov%2Fcgsic%2Fmeetings%2F2018%2Fschaub.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-547"><span class="mw-cite-backlink"><b><a href="#cite_ref-547">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/spacex-wins-its-second-gps-3-launch-contract-1/">"SpaceX wins its second GPS 3 launch contract"</a>. SpaceNews. 14 March 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+wins+its+second+GPS+3+launch+contract&rft.pub=SpaceNews&rft.date=2017-03-14&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-wins-its-second-gps-3-launch-contract-1%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-548"><span class="mw-cite-backlink"><b><a href="#cite_ref-548">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFErwin2020" class="citation web cs1">Erwin, Sandra (28 June 2020). <a rel="nofollow" class="external text" href="https://spacenews.com/space-force-more-receptive-to-reusable-rockets-as-it-continues-to-review-spacex-missions/">"Space Force more receptive to reusable rockets as it continues to review SpaceX missions"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Space+Force+more+receptive+to+reusable+rockets+as+it+continues+to+review+SpaceX+missions&rft.pub=SpaceNews&rft.date=2020-06-28&rft.aulast=Erwin&rft.aufirst=Sandra&rft_id=https%3A%2F%2Fspacenews.com%2Fspace-force-more-receptive-to-reusable-rockets-as-it-continues-to-review-spacex-missions%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-549"><span class="mw-cite-backlink"><b><a href="#cite_ref-549">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.losangeles.af.mil/News/Article-Display/Article/2082387/gps-iii-space-vehicle-03-columbus-safely-arrives-in-florida/">"GPS III Space Vehicle 03 "Columbus" safely arrives in Florida"</a>. Los Angeles Air Force Base.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=GPS+III+Space+Vehicle+03+%22Columbus%22+safely+arrives+in+Florida&rft.pub=Los+Angeles+Air+Force+Base&rft_id=https%3A%2F%2Fwww.losangeles.af.mil%2FNews%2FArticle-Display%2FArticle%2F2082387%2Fgps-iii-space-vehicle-03-columbus-safely-arrives-in-florida%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-sn20200407-550"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20200407_550-0">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="https://spacenews.com/spacex-launch-of-gps-satellite-delayed-due-to-pandemic/">SpaceX launch of GPS satellite delayed due to pandemic</a>, Sandra Erwin, SpaceNews, 7 April 2020, Retrieved 7 April 2020</span>\n</li>\n<li id="cite_note-sn20200630-551"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20200630_551-0">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="https://news.satnews.com/2020/06/30/spacexs-successful-launch-of-gps-iii-in-honor-of-colonel-thomas-g-falzarano/">SpaceX\'s Successful Launch of GPS-III and in Honor of Colonel Thomas G. Falzarano</a>, SpaceNews, 30 June 2020, retrieved 1 July 2020.</span>\n</li>\n<li id="cite_note-s&s20200513-552"><span class="mw-cite-backlink"><b><a href="#cite_ref-s&s20200513_552-0">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="https://www.stripes.com/news/air-force/air-force-space-wing-commander-dies-at-peterson-air-force-base-1.629647">Air Force space wing commander dies at Peterson Air Force Base</a>, <a href="/wiki/Stars_and_Stripes_(newspaper)" title="Stars and Stripes (newspaper)">Stars and Stripes</a>, 13 May 2020, Retrieved 1 July 2020.</span>\n</li>\n<li id="cite_note-GPS-553"><span class="mw-cite-backlink">^ <a href="#cite_ref-GPS_553-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-GPS_553-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-GPS_553-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-GPS_553-3"><sup><i><b>d</b></i></sup></a></span> <span class="reference-text"><a rel="nofollow" class="external free" href="https://spaceflightnow.com/2020/10/02/space-force-announces-new-nicknames-for-gps-satellites/">https://spaceflightnow.com/2020/10/02/space-force-announces-new-nicknames-for-gps-satellites/</a></span>\n</li>\n<li id="cite_note-554"><span class="mw-cite-backlink"><b><a href="#cite_ref-554">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/06/spacex-launch-third-gps-block-iii-satellite/">"SpaceX launches third GPS Block III satellite"</a>. Nasaspaceflight. 30 June 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">8 July</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+third+GPS+Block+III+satellite&rft.pub=Nasaspaceflight&rft.date=2020-06-30&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F06%2Fspacex-launch-third-gps-block-iii-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-SFN20200720-555"><span class="mw-cite-backlink">^ <a href="#cite_ref-SFN20200720_555-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-SFN20200720_555-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/07/20/falcon-9-anasis-2-mission-status-center/">"Live coverage: South Korean military satellite to launch today from Florida"</a>. Spaceflight Now. 20 July 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">20 July</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Live+coverage%3A+South+Korean+military+satellite+to+launch+today+from+Florida&rft.pub=Spaceflight+Now&rft.date=2020-07-20&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F07%2F20%2Ffalcon-9-anasis-2-mission-status-center%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Gunter-556"><span class="mw-cite-backlink">^ <a href="#cite_ref-Gunter_556-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Gunter_556-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_lau_det/falcon-9_v1-2_b5.htm">"Falcon-9 v1.2 (Block 5) (Falcon-9FT (Block 5"</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon-9+v1.2+%28Block+5%29+%28Falcon-9FT+%28Block+5&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_lau_det%2Ffalcon-9_v1-2_b5.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span>|access-date=June 24, 2020|publisher=Gunter\'s Space Page}}</span>\n</li>\n<li id="cite_note-557"><span class="mw-cite-backlink"><b><a href="#cite_ref-557">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_sdat/kmilsatcom-1.htm">"Anasis 2 (K-Milsat-1)"</a>. <i>space.skyrocket.de</i>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.skyrocket.de&rft.atitle=Anasis+2+%28K-Milsat-1%29&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fkmilsatcom-1.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-558"><span class="mw-cite-backlink"><b><a href="#cite_ref-558">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark" class="citation web cs1">Clark, Stephen. <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/07/21/spacex-shares-video-of-first-double-fairing-catch/">"SpaceX shares video of first double fairing catch"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 July</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Spaceflight+Now&rft.atitle=SpaceX+shares+video+of+first+double+fairing+catch&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F07%2F21%2Fspacex-shares-video-of-first-double-fairing-catch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-559"><span class="mw-cite-backlink"><b><a href="#cite_ref-559">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFRalph2020" class="citation web cs1">Ralph, Eric (20 July 2020). <a rel="nofollow" class="external text" href="https://www.teslarati.com/spacex-falcon-9-shuttle-record-nosecone-catch">"SpaceX Falcon 9 breaks NASA Shuttle reuse record, catches full rocket nosecone"</a>. Teslarati<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+9+breaks+NASA+Shuttle+reuse+record%2C+catches+full+rocket+nosecone&rft.pub=Teslarati&rft.date=2020-07-20&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-falcon-9-shuttle-record-nosecone-catch&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-560"><span class="mw-cite-backlink"><b><a href="#cite_ref-560">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFMusk,_Elon_[@elonmusk]2020" class="citation web cs1"><a href="/wiki/Elon_Musk" title="Elon Musk">Musk, Elon [@elonmusk]</a> (20 July 2020). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/1285338582849208320">"Both fairing halves caught from space by @SpaceX ships!"</a> (Tweet). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20200930132841/https://twitter.com/elonmusk/status/1285338582849208320">Archived</a> from the original on 30 September 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Both+fairing+halves+caught+from+space+by+%40SpaceX+ships%21&rft.date=2020-07-20&rft.au=Musk%2C+Elon+%5B%40elonmusk%5D&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1285338582849208320&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-561"><span class="mw-cite-backlink"><b><a href="#cite_ref-561">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/08/spacex-launch-starlink-v1-0-l9-mission/">"SpaceX successfully conducts Starlink v1.0 L9 launch"</a>. NASASpaceFlight.com. 6 August 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">7 August</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+successfully+conducts+Starlink+v1.0+L9+launch&rft.pub=NASASpaceFlight.com&rft.date=2020-08-06&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F08%2Fspacex-launch-starlink-v1-0-l9-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-562"><span class="mw-cite-backlink"><b><a href="#cite_ref-562">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/blacksky-launching-two-satellites-on-june-starlink-mission/">"BlackSky launching two satellites on June Starlink mission"</a>. SpaceNews. 5 June 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">5 June</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=BlackSky+launching+two+satellites+on+June+Starlink+mission&rft.pub=SpaceNews&rft.date=2020-06-05&rft_id=https%3A%2F%2Fspacenews.com%2Fblacksky-launching-two-satellites-on-june-starlink-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spaceflight-20200617-563"><span class="mw-cite-backlink"><b><a href="#cite_ref-spaceflight-20200617_563-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSorensen2020" class="citation web cs1">Sorensen, Jodi (17 June 2020). <a rel="nofollow" class="external text" href="https://spaceflight.com/spaceflight-to-launch-its-first-rideshare-payloads-on-a-spacex-starlink-mission/">"Spaceflight to Launch Its First Rideshare Payloads on a SpaceX Starlink Mission"</a>. Spaceflight Industries<span class="reference-accessdate">. Retrieved <span class="nowrap">17 June</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Spaceflight+to+Launch+Its+First+Rideshare+Payloads+on+a+SpaceX+Starlink+Mission&rft.pub=Spaceflight+Industries&rft.date=2020-06-17&rft.aulast=Sorensen&rft.aufirst=Jodi&rft_id=https%3A%2F%2Fspaceflight.com%2Fspaceflight-to-launch-its-first-rideshare-payloads-on-a-spacex-starlink-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-564"><span class="mw-cite-backlink"><b><a href="#cite_ref-564">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.cnet.com/news/next-spacex-launch-includes-57-starlink-satellites-all-wearing-visors/">"SpaceX scrubs Starlink satellite launch Wednesday due to weather"</a>. 8 July 2020.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+scrubs+Starlink+satellite+launch+Wednesday+due+to+weather&rft.date=2020-07-08&rft_id=https%3A%2F%2Fwww.cnet.com%2Fnews%2Fnext-spacex-launch-includes-57-starlink-satellites-all-wearing-visors%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-565"><span class="mw-cite-backlink"><b><a href="#cite_ref-565">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.space.com/spacex-starlink-11-planet-skysats-launch-august-2020.html">"SpaceX launches 58 Starlink satellites and 3 SkySats, sticks rocket landing"</a>. 18 August 2020.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+58+Starlink+satellites+and+3+SkySats%2C+sticks+rocket+landing&rft.date=2020-08-18&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-starlink-11-planet-skysats-launch-august-2020.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-566"><span class="mw-cite-backlink"><b><a href="#cite_ref-566">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBurghardt2020" class="citation web cs1">Burghardt, Thomas (17 August 2020). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/08/spacex-break-record-sixth-flight/">"SpaceX to Break Record with Booster\'s Sixth Flight"</a>. NASASpaceFlight.com.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+to+Break+Record+with+Booster%27s+Sixth+Flight&rft.pub=NASASpaceFlight.com&rft.date=2020-08-17&rft.aulast=Burghardt&rft.aufirst=Thomas&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F08%2Fspacex-break-record-sixth-flight%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-567"><span class="mw-cite-backlink"><b><a href="#cite_ref-567">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/08/spacex-polar-cape-50-years/">"SpaceX Conducts First Polar Launch from Cape in over 50 Years"</a>. 30 August 2020.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Conducts+First+Polar+Launch+from+Cape+in+over+50+Years&rft.date=2020-08-30&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F08%2Fspacex-polar-cape-50-years%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-skyrocket-saocom1b-568"><span class="mw-cite-backlink">^ <a href="#cite_ref-skyrocket-saocom1b_568-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-skyrocket-saocom1b_568-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_sdat/saocom-1.htm">"SAOCOM 1A, 1B"</a>. Gunters Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">8 July</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SAOCOM+1A%2C+1B&rft.pub=Gunters+Space+Page&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fsaocom-1.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-SAOCOM_1B_Mission-569"><span class="mw-cite-backlink"><b><a href="#cite_ref-SAOCOM_1B_Mission_569-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.youtube.com/watch?v=P-gLOsDjE3E&feature=youtu.be">"SAOCOM 1B Mission"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">29 August</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SAOCOM+1B+Mission&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DP-gLOsDjE3E%26feature%3Dyoutu.be&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-570"><span class="mw-cite-backlink"><b><a href="#cite_ref-570">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://directory.eoportal.org/web/eoportal/satellite-missions/s/saocom">"SAOCOM (SAR Observation and Communications Satellite) Constellation"</a>. eoPortal<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SAOCOM+%28SAR+Observation+and+Communications+Satellite%29+Constellation&rft.pub=eoPortal&rft_id=https%3A%2F%2Fdirectory.eoportal.org%2Fweb%2Feoportal%2Fsatellite-missions%2Fs%2Fsaocom&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-571"><span class="mw-cite-backlink"><b><a href="#cite_ref-571">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_sdat/saocom-1.htm">"SAOCOM 1A, 1B"</a>. <i>space.skyrocket.de</i>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.skyrocket.de&rft.atitle=SAOCOM+1A%2C+1B&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fsaocom-1.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-572"><span class="mw-cite-backlink"><b><a href="#cite_ref-572">^</a></b></span> <span class="reference-text">\n<ul><li><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFMichael_Baylor_[@nextspaceflight]2019" class="citation web cs1">Michael Baylor [@nextspaceflight] (9 October 2019). <a rel="nofollow" class="external text" href="https://twitter.com/nextspaceflight/status/1182025275573510146">"I can confirm that SpaceX currently plans to launch SAOCOM 1B from Cape Canaveral instead of Vandenberg. This will be the first use of the southern polar corridor to reach orbit from the Cape since 1960"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=I+can+confirm+that+SpaceX+currently+plans+to+launch+SAOCOM+1B+from+Cape+Canaveral+instead+of+Vandenberg.+This+will+be+the+first+use+of+the+southern+polar+corridor+to+reach+orbit+from+the+Cape+since+1960.&rft.date=2019-10-09&rft.au=Michael+Baylor+%5B%40nextspaceflight%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fnextspaceflight%2Fstatus%2F1182025275573510146&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></li>\n<li><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFMichael_Baylor_[@nextspaceflight]2019" class="citation web cs1">Michael Baylor [@nextspaceflight] (10 October 2019). <a rel="nofollow" class="external text" href="https://twitter.com/nextspaceflight/status/1182425981392437250">"Minor correction with regards to the 1960 date. Looks like there was a one from the Cape in 1969 (so it\'s only been 50 years rolling on the floor laughing). nssdc.gsfc.nasa.gov/nmc/spacecraft/displayTrajectory.action?id=1969-016A"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Minor+correction+with+regards+to+the+1960+date.+Looks+like+there+was+a+one+from+the+Cape+in+1969+%28so+it%27s+only+been+50+years+rolling+on+the+floor+laughing%29.+nssdc.gsfc.nasa.gov%2Fnmc%2Fspacecraft%2FdisplayTrajectory.action%3Fid%3D1969-016A&rft.date=2019-10-10&rft.au=Michael+Baylor+%5B%40nextspaceflight%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fnextspaceflight%2Fstatus%2F1182425981392437250&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></li></ul>\n</span></li>\n<li id="cite_note-573"><span class="mw-cite-backlink"><b><a href="#cite_ref-573">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBurghardt2020" class="citation web cs1">Burghardt, Thomas (30 August 2020). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/08/spacex-polar-cape-50-years/">"SpaceX Conducts First Polar Launch from Cape in over 50 Years"</a>. NASASpaceflight.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Conducts+First+Polar+Launch+from+Cape+in+over+50+Years&rft.pub=NASASpaceflight&rft.date=2020-08-30&rft.aulast=Burghardt&rft.aufirst=Thomas&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F08%2Fspacex-polar-cape-50-years%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sfn-20200903-574"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfn-20200903_574-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfn-20200903_574-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2020" class="citation web cs1">Clark, Stephen (3 September 2020). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/09/03/spacex-launches-more-starlink-satellites-beta-testing-well-underway/">"SpaceX launches more Starlink satellites, beta testing well underway"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+more+Starlink+satellites%2C+beta+testing+well+underway&rft.pub=Spaceflight+Now&rft.date=2020-09-03&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F09%2F03%2Fspacex-launches-more-starlink-satellites-beta-testing-well-underway%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nsf290820-575"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf290820_575-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/08/spacex-super-sunday-100th-falcon-launch/">"SpaceX postpones first Super Sunday flight due to weather"</a>. 29 August 2020.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+postpones+first+Super+Sunday+flight+due+to+weather&rft.date=2020-08-29&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F08%2Fspacex-super-sunday-100th-falcon-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-576"><span class="mw-cite-backlink"><b><a href="#cite_ref-576">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://earthsky.org/space/spacex-starlink-falcon-9-launch-oct-6-2020/">"SpaceX Launched 60 More Starlink Satellites This Week"</a>. 8 October 2020.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Launched+60+More+Starlink+Satellites+This+Week&rft.date=2020-10-08&rft_id=https%3A%2F%2Fearthsky.org%2Fspace%2Fspacex-starlink-falcon-9-launch-oct-6-2020%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-577"><span class="mw-cite-backlink"><b><a href="#cite_ref-577">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://nextspaceflight.com/launches/details/2577">"Falcon 9 Block 5 | Starlink V1 L12"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 September</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+Starlink+V1+L12&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2577&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-578"><span class="mw-cite-backlink"><b><a href="#cite_ref-578">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBerger2020" class="citation web cs1">Berger, Eric (18 September 2020). <a rel="nofollow" class="external text" href="https://arstechnica.com/science/2020/09/rocket-report-chinese-rocket-fails-starship-may-make-a-leap-in-october/">"Rocket Report: Chinese rocket fails, Starship may make a leap in October"</a>. Ars Technica<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Rocket+Report%3A+Chinese+rocket+fails%2C+Starship+may+make+a+leap+in+October&rft.pub=Ars+Technica&rft.date=2020-09-18&rft.aulast=Berger&rft.aufirst=Eric&rft_id=https%3A%2F%2Farstechnica.com%2Fscience%2F2020%2F09%2Frocket-report-chinese-rocket-fails-starship-may-make-a-leap-in-october%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-579"><span class="mw-cite-backlink"><b><a href="#cite_ref-579">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/10/spacex-falcon-9-launch-next-starlink/">"SpaceX Falcon 9 launches latest Starlink mission"</a>. NasaSpaceflight.com. 17 October 2019.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+9+launches+latest+Starlink+mission&rft.pub=NasaSpaceflight.com&rft.date=2019-10-17&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F10%2Fspacex-falcon-9-launch-next-starlink%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-580"><span class="mw-cite-backlink"><b><a href="#cite_ref-580">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://nextspaceflight.com/launches/details/2578">"Falcon 9 Block 5 | Starlink V1 L13"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 September</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+Starlink+V1+L13&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2578&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-581"><span class="mw-cite-backlink"><b><a href="#cite_ref-581">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGraham2020" class="citation web cs1">Graham, William (17 October 2020). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/10/spacex-falcon-9-launch-next-starlink/">"SpaceX Falcon 9 launches latest Starlink mission"</a>. <i>nasaspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">19 October</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=SpaceX+Falcon+9+launches+latest+Starlink+mission&rft.date=2020-10-17&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F10%2Fspacex-falcon-9-launch-next-starlink%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-582"><span class="mw-cite-backlink"><b><a href="#cite_ref-582">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/10/spacex-second-starlink-mission-in-week/">"SpaceX launches second Starlink mission of the week"</a>. NasaSpaceflight.com. 24 October 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+second+Starlink+mission+of+the+week&rft.pub=NasaSpaceflight.com&rft.date=2021-10-24&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F10%2Fspacex-second-starlink-mission-in-week%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-583"><span class="mw-cite-backlink"><b><a href="#cite_ref-583">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFLentz2020" class="citation web cs1">Lentz, Danny (24 October 2020). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/10/spacex-second-starlink-mission-in-week/">"SpaceX launches second Starlink mission of the week"</a>. NASASpaceFlight<span class="reference-accessdate">. Retrieved <span class="nowrap">24 October</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+second+Starlink+mission+of+the+week&rft.pub=NASASpaceFlight&rft.date=2020-10-24&rft.aulast=Lentz&rft.aufirst=Danny&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F10%2Fspacex-second-starlink-mission-in-week%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-584"><span class="mw-cite-backlink"><b><a href="#cite_ref-584">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/11/spacex-line-launch-fourth-gps/">"https://www.nasaspaceflight.com/2020/11/spacex-line-launch-fourth-gps/"</a>. NasaSpaceflight.com. 5 November 2020.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F11%2Fspacex-line-launch-fourth-gps%2F&rft.pub=NasaSpaceflight.com&rft.date=2020-11-05&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F11%2Fspacex-line-launch-fourth-gps%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <span class="cs1-visible-error error citation-comment">External link in <code class="cs1-code">|title=</code> (<a href="/wiki/Help:CS1_errors#param_has_ext_link" title="Help:CS1 errors">help</a>)</span></span>\n</li>\n<li id="cite_note-cr-048-15-585"><span class="mw-cite-backlink"><b><a href="#cite_ref-cr-048-15_585-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation pressrelease cs1"><a rel="nofollow" class="external text" href="https://www.defense.gov/News/Contracts/Contract-View/Article/1466539//">"Contracts"</a> (Press release). United States Department of Defense. 14 March 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">14 March</span> 2018</span>. <q>Space Exploration Technologies Corp., Hawthorne, California, has been awarded a US$290,594,130 firm-fixed-price contract for launch services to deliver the GPS III to its intended orbit</q></cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Contracts&rft.pub=United+States+Department+of+Defense&rft.date=2018-03-14&rft_id=https%3A%2F%2Fwww.defense.gov%2FNews%2FContracts%2FContract-View%2FArticle%2F1466539%2F%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-gps_advisory_board_2018_20181205-586"><span class="mw-cite-backlink"><b><a href="#cite_ref-gps_advisory_board_2018_20181205_586-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFWhitney2018" class="citation web cs1">Whitney, Steve (5 December 2018). <a rel="nofollow" class="external text" href="https://www.gps.gov/governance/advisory/meetings/2018-12/claxton.pdf">"GPS Enterprise Status and Modernization"</a> <span class="cs1-format">(PDF)</span>. U.S. Air Force Space and Missile Systems Center Public Affairs Office<span class="reference-accessdate">. Retrieved <span class="nowrap">22 December</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=GPS+Enterprise+Status+and+Modernization&rft.pub=U.S.+Air+Force+Space+and+Missile+Systems+Center+Public+Affairs+Office&rft.date=2018-12-05&rft.aulast=Whitney&rft.aufirst=Steve&rft_id=https%3A%2F%2Fwww.gps.gov%2Fgovernance%2Fadvisory%2Fmeetings%2F2018-12%2Fclaxton.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-587"><span class="mw-cite-backlink"><b><a href="#cite_ref-587">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.defense.gov/News/Contracts/Contract-View/Article/1466539//">"Contracts for March 14, 2018"</a>. U.S. Department of Defense<span class="reference-accessdate">. Retrieved <span class="nowrap">15 March</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Contracts+for+March+14%2C+2018&rft_id=https%3A%2F%2Fwww.defense.gov%2FNews%2FContracts%2FContract-View%2FArticle%2F1466539%2F%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-588"><span class="mw-cite-backlink"><b><a href="#cite_ref-588">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark" class="citation web cs1">Clark, Stephen. <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/10/03/spacex-aborts-liftoff-of-gps-satellite-continuing-streak-of-launch-scrubs/">"SpaceX aborts liftoff of GPS satellite, continuing streak of launch scrubs"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">26 October</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+aborts+liftoff+of+GPS+satellite%2C+continuing+streak+of+launch+scrubs&rft.pub=Spaceflight+Now&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F10%2F03%2Fspacex-aborts-liftoff-of-gps-satellite-continuing-streak-of-launch-scrubs%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-589"><span class="mw-cite-backlink"><b><a href="#cite_ref-589">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBerger2020" class="citation news cs1">Berger, Eric (28 October 2020). <a rel="nofollow" class="external text" href="https://arstechnica.com/science/2020/10/nasa-and-spacex-set-new-date-for-crew-launch-explain-merlin-engine-issue/">"How a tiny bit of lacquer grounded new Falcon 9 rockets for a month"</a>. Ars Technica<span class="reference-accessdate">. Retrieved <span class="nowrap">29 October</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=How+a+tiny+bit+of+lacquer+grounded+new+Falcon+9+rockets+for+a+month&rft.date=2020-10-28&rft.aulast=Berger&rft.aufirst=Eric&rft_id=https%3A%2F%2Farstechnica.com%2Fscience%2F2020%2F10%2Fnasa-and-spacex-set-new-date-for-crew-launch-explain-merlin-engine-issue%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-590"><span class="mw-cite-backlink"><b><a href="#cite_ref-590">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFLentz2020" class="citation web cs1">Lentz, Danny (24 October 2020). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/10/spacex-second-starlink-mission-in-week/">"SpaceX launches second Starlink mission of the week"</a>. <i>nasaspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 October</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=SpaceX+launches+second+Starlink+mission+of+the+week&rft.date=2020-10-24&rft.aulast=Lentz&rft.aufirst=Danny&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F10%2Fspacex-second-starlink-mission-in-week%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-591"><span class="mw-cite-backlink"><b><a href="#cite_ref-591">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFLewis" class="citation web cs1">Lewis, Marie. <a rel="nofollow" class="external text" href="https://blogs.nasa.gov/commercialcrew/2020/10/10/nasa-spacex-crew-1-launch-update/">"NASA, SpaceX Crew-1 Launch Update \xe2\x80\x93 Commercial Crew Program"</a>. <i>blogs.nasa.gov</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 October</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=blogs.nasa.gov&rft.atitle=NASA%2C+SpaceX+Crew-1+Launch+Update+%E2%80%93+Commercial+Crew+Program&rft.aulast=Lewis&rft.aufirst=Marie&rft_id=https%3A%2F%2Fblogs.nasa.gov%2Fcommercialcrew%2F2020%2F10%2F10%2Fnasa-spacex-crew-1-launch-update%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-592"><span class="mw-cite-backlink"><b><a href="#cite_ref-592">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKathy_Lueders_[@KathyLueders]2020" class="citation web cs1">Kathy Lueders [@KathyLueders] (21 October 2020). <a rel="nofollow" class="external text" href="https://twitter.com/KathyLueders/status/1318915120051802112">"Based on our current analysis, @SpaceX is replacing one Merlin engine on the Sentinel 6-Michael Freilich launch vehicle and one engine for Crew-1 rocket that displayed similar early-start behavior during testing. (3/5)"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Based+on+our+current+analysis%2C+%40SpaceX+is+replacing+one+Merlin+engine+on+the+Sentinel+6-Michael+Freilich+launch+vehicle+and+one+engine+for+Crew-1+rocket+that+displayed+similar+early-start+behavior+during+testing.+%283%2F5%29&rft.date=2020-10-21&rft.au=Kathy+Lueders+%5B%40KathyLueders%5D&rft_id=https%3A%2F%2Ftwitter.com%2FKathyLueders%2Fstatus%2F1318915120051802112&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-593"><span class="mw-cite-backlink"><b><a href="#cite_ref-593">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBridenstine,_Jim_[@JimBridenstine]2020" class="citation web cs1"><a href="/wiki/Jim_Bridenstine" title="Jim Bridenstine">Bridenstine, Jim [@JimBridenstine]</a> (13 November 2020). <a rel="nofollow" class="external text" href="https://twitter.com/JimBridenstine/status/1327357510022434816">"Update: Due to onshore winds and recovery operations, @NASA and @SpaceX are targeting launch of the Crew-1 mission with astronauts to the @Space_Station at 7:27 p.m. EST Sunday, Nov. 15. The first stage booster is planned to be reused to fly astronauts on Crew-2. #LaunchAmerica"</a> (Tweet). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210120174518/https://twitter.com/JimBridenstine/status/1327357510022434816">Archived</a> from the original on 20 January 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Update%3A+Due+to+onshore+winds+and+recovery+operations%2C+%40NASA+and+%40SpaceX+are+targeting+launch+of+the+Crew-1+mission+with+astronauts+to+the+%40Space_Station+at+7%3A27+p.m.+EST+Sunday%2C+Nov.+15.+The+first+stage+booster+is+planned+to+be+reused+to+fly+astronauts+on+Crew-2.+%23LaunchAmerica&rft.date=2020-11-13&rft.au=Bridenstine%2C+Jim+%5B%40JimBridenstine%5D&rft_id=https%3A%2F%2Ftwitter.com%2FJimBridenstine%2Fstatus%2F1327357510022434816&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-594"><span class="mw-cite-backlink"><b><a href="#cite_ref-594">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBaylor,_Michael_[@nextspaceflight]2020" class="citation web cs1">Baylor, Michael [@nextspaceflight] (24 April 2020). <a rel="nofollow" class="external text" href="https://twitter.com/nextspaceflight/status/1253831248444747777">"The core number for this booster is B1061. t.co/YcWgnhYspM"</a> (Tweet). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20201021074855/https://twitter.com/nextspaceflight/status/1253831248444747777">Archived</a> from the original on 21 October 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+core+number+for+this+booster+is+B1061.+t.co%2FYcWgnhYspM&rft.date=2020-04-24&rft.au=Baylor%2C+Michael+%5B%40nextspaceflight%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fnextspaceflight%2Fstatus%2F1253831248444747777&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-595"><span class="mw-cite-backlink"><b><a href="#cite_ref-595">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBaylor,_Michael_[@nextspaceflight]2020" class="citation web cs1">Baylor, Michael [@nextspaceflight] (6 April 2020). <a rel="nofollow" class="external text" href="https://twitter.com/nextspaceflight/status/1247284478348652544">"If all goes well, an uncrewed Orbital Flight Test in the fall of 2020 will see a Crew Dragon and Starliner spacecrafts docked to the Space Station at the same time. Dragon will be at the Station for Crew-1 \xe2\x80\x93 SpaceX\'s first operational crewed mission"</a> (Tweet). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20200616153404/https://twitter.com/nextspaceflight/status/1247284478348652544">Archived</a> from the original on 16 June 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=If+all+goes+well%2C+an+uncrewed+Orbital+Flight+Test+in+the+fall+of+2020+will+see+a+Crew+Dragon+and+Starliner+spacecrafts+docked+to+the+Space+Station+at+the+same+time.+Dragon+will+be+at+the+Station+for+Crew-1+%E2%80%93+SpaceX%27s+first+operational+crewed+mission.&rft.date=2020-04-06&rft.au=Baylor%2C+Michael+%5B%40nextspaceflight%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fnextspaceflight%2Fstatus%2F1247284478348652544&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-596"><span class="mw-cite-backlink"><b><a href="#cite_ref-596">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2013/04/uscv-1-nasa-slip-iss-commercial-late-2017/">"USCV-1: NASA planners slip first ISS commercial crew mission to late 2017"</a>. NASASpaceflight. 5 April 2013<span class="reference-accessdate">. Retrieved <span class="nowrap">8 July</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=USCV-1%3A+NASA+planners+slip+first+ISS+commercial+crew+mission+to+late+2017&rft.pub=NASASpaceflight&rft.date=2013-04-05&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2013%2F04%2Fuscv-1-nasa-slip-iss-commercial-late-2017%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-scientificamerican-2-597"><span class="mw-cite-backlink"><b><a href="#cite_ref-scientificamerican-2_597-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFWall2014" class="citation web cs1">Wall, Mike (17 September 2014). <a rel="nofollow" class="external text" href="https://www.scientificamerican.com/article/nasa-picks-spacex-and-boeing-to-fly-u-s-astronauts-on-private-spaceships/?redirect=1">"NASA Picks SpaceX and Boeing to Fly U.S. Astronauts on Private Spaceships"</a>. Scientific American. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20190521041622/https://www.scientificamerican.com/article/nasa-picks-spacex-and-boeing-to-fly-u-s-astronauts-on-private-spaceships/?redirect=1">Archived</a> from the original on 21 May 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">8 July</span> 2020</span>. <q>SpaceX and Boeing are splitting NASA\'s US$6.8 billion Commercial Crew Transportation Capability award, or CCtCap [...] SpaceX will get US$2.6 billion and Boeing will receive US$4.2 billion, officials said</q></cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Picks+SpaceX+and+Boeing+to+Fly+U.S.+Astronauts+on+Private+Spaceships&rft.pub=Scientific+American&rft.date=2014-09-17&rft.aulast=Wall&rft.aufirst=Mike&rft_id=https%3A%2F%2Fwww.scientificamerican.com%2Farticle%2Fnasa-picks-spacex-and-boeing-to-fly-u-s-astronauts-on-private-spaceships%2F%3Fredirect%3D1&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-598"><span class="mw-cite-backlink"><b><a href="#cite_ref-598">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external free" href="https://www.nasa.gov/feature/nasa-and-spacex-complete-certification-of-first-human-rated-commercial-space-system">https://www.nasa.gov/feature/nasa-and-spacex-complete-certification-of-first-human-rated-commercial-space-system</a></span>\n</li>\n<li id="cite_note-599"><span class="mw-cite-backlink"><b><a href="#cite_ref-599">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/11/21/international-satellite-launches-to-extend-measurements-of-sea-level-rise/">"International satellite launches to extend measurements of sea level rise"</a>. 21 November 2020.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=International+satellite+launches+to+extend+measurements+of+sea+level+rise&rft.date=2020-11-21&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F11%2F21%2Finternational-satellite-launches-to-extend-measurements-of-sea-level-rise%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-600"><span class="mw-cite-backlink"><b><a href="#cite_ref-600">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_sdat/jason-cs.htm">"Jason-CS A, B (Sentinel 6A, 6B)"</a>. <i>space.skyrocket.de</i>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.skyrocket.de&rft.atitle=Jason-CS+A%2C+B+%28Sentinel+6A%2C+6B%29&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fjason-cs.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-SFN20201122-601"><span class="mw-cite-backlink"><b><a href="#cite_ref-SFN20201122_601-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/11/20/falcon-9-starlink-v10-l15-mission-status-center/">"Live coverage: SpaceX scrubs Starlink launch attempt"</a>. Spaceflight Now. 24 November 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">24 November</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Live+coverage%3A+SpaceX+scrubs+Starlink+launch+attempt&rft.pub=Spaceflight+Now&rft.date=2020-11-24&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F11%2F20%2Ffalcon-9-starlink-v10-l15-mission-status-center%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-602"><span class="mw-cite-backlink"><b><a href="#cite_ref-602">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://nextspaceflight.com/launches/details/2670">"Falcon 9 Block 5 | Starlink V1 L15"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">17 November</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+Starlink+V1+L15&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2670&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-603"><span class="mw-cite-backlink"><b><a href="#cite_ref-603">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/12/03/falcon-9-crs-21-mission-status-center/">"Live coverage: Falcon 9 rocket counting down to Cargo Dragon launch"</a>. Spaceflight Now. 5 December 2020.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Live+coverage%3A+Falcon+9+rocket+counting+down+to+Cargo+Dragon+launch&rft.date=2020-12-05&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F12%2F03%2Ffalcon-9-crs-21-mission-status-center%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nextspaceflight-20201013-604"><span class="mw-cite-backlink"><b><a href="#cite_ref-nextspaceflight-20201013_604-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://nextspaceflight.com/launches/details/108">"Falcon 9 Block 5 | CRS-21"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 October</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+CRS-21&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F108&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-605"><span class="mw-cite-backlink"><b><a href="#cite_ref-605">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://oig.nasa.gov/docs/IG-18-016.pdf">"Audit of Commercial Resupply Services to the International Space Station"</a> <span class="cs1-format">(PDF)</span>. p. 16.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Audit+of+Commercial+Resupply+Services+to+the+International+Space+Station&rft.pages=16&rft_id=https%3A%2F%2Foig.nasa.gov%2Fdocs%2FIG-18-016.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Bishop2020-606"><span class="mw-cite-backlink"><b><a href="#cite_ref-Bishop2020_606-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://nanoracks.com/products/airlock/">"Nanoracks\' Bishop Airlock"</a>. Nanoracks<span class="reference-accessdate">. Retrieved <span class="nowrap">11 February</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Nanoracks%27+Bishop+Airlock&rft.pub=Nanoracks&rft_id=https%3A%2F%2Fnanoracks.com%2Fproducts%2Fairlock%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-grc-schedule-607"><span class="mw-cite-backlink"><b><a href="#cite_ref-grc-schedule_607-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www1.grc.nasa.gov/space/iss-research/microgravity-research-flights/">"Microgravity Research Flights"</a>. <i>Glenn Research Center</i>. NASA. 18 August 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">27 March</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Glenn+Research+Center&rft.atitle=Microgravity+Research+Flights&rft.date=2020-08-18&rft_id=https%3A%2F%2Fwww1.grc.nasa.gov%2Fspace%2Fiss-research%2Fmicrogravity-research-flights%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-608"><span class="mw-cite-backlink"><b><a href="#cite_ref-608">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.space.com/spacex-sirius-xm-sxm-7-launch-rocket-landing-success">"SpaceX just launched a powerful Sirius XM satellite into orbit and nailed a rocket landing"</a>. Space.com. 13 December 2020.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+just+launched+a+powerful+Sirius+XM+satellite+into+orbit+and+nailed+a+rocket+landing&rft.pub=Space.com&rft.date=2020-12-13&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-sirius-xm-sxm-7-launch-rocket-landing-success&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-609"><span class="mw-cite-backlink"><b><a href="#cite_ref-609">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://nextspaceflight.com/launches/details/93">"Falcon 9 Block 5 | SXM-7"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+SXM-7&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F93&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-610"><span class="mw-cite-backlink"><b><a href="#cite_ref-610">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBusinesswire" class="citation web cs1">Businesswire. <a rel="nofollow" class="external text" href="https://www.businesswire.com/news/home/20201213005033/en/SiriusXM%E2%80%99s-New-SXM-7-Satellite-Built-by-Maxar-and-Launched-Aboard-a-SpaceX-Falcon-9-Performing-Properly-After-Launch">"SiriusXM\'s New SXM-7 Satellite, Built by Maxar and Launched Aboard a SpaceX Falcon 9, Performing Properly After Launch"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">15 December</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SiriusXM%27s+New+SXM-7+Satellite%2C+Built+by+Maxar+and+Launched+Aboard+a+SpaceX+Falcon+9%2C+Performing+Properly+After+Launch&rft.au=Businesswire&rft_id=https%3A%2F%2Fwww.businesswire.com%2Fnews%2Fhome%2F20201213005033%2Fen%2FSiriusXM%25E2%2580%2599s-New-SXM-7-Satellite-Built-by-Maxar-and-Launched-Aboard-a-SpaceX-Falcon-9-Performing-Properly-After-Launch&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-611"><span class="mw-cite-backlink"><b><a href="#cite_ref-611">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/12/13/siriusxm-satellite-rides-spacex-rocket-into-orbit/">"SiriusXM satellite rides SpaceX rocket into orbit"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">14 December</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SiriusXM+satellite+rides+SpaceX+rocket+into+orbit&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F12%2F13%2Fsiriusxm-satellite-rides-spacex-rocket-into-orbit%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-auto3-612"><span class="mw-cite-backlink">^ <a href="#cite_ref-auto3_612-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-auto3_612-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs2020" class="citation web cs1">Krebs, Gunter (30 July 2020). <a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_sdat/sxm-7.htm">"SXM 7, 8"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SXM+7%2C+8&rft.pub=Gunter%27s+Space+Page&rft.date=2020-07-30&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fsxm-7.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-613"><span class="mw-cite-backlink"><b><a href="#cite_ref-613">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKanayamaSesnic2020" class="citation web cs1">Kanayama, Lee; Sesnic, Trevor (13 December 2020). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2020/12/spacex-ready-for-25th-falcon9-of-year/">"SXM-7: SpaceX launches 25th Falcon 9 launch of the year"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">28 December</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SXM-7%3A+SpaceX+launches+25th+Falcon+9+launch+of+the+year&rft.pub=NASASpaceFlight.com&rft.date=2020-12-13&rft.aulast=Kanayama&rft.aufirst=Lee&rft.au=Sesnic%2C+Trevor&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F12%2Fspacex-ready-for-25th-falcon9-of-year%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-SFN20201217-614"><span class="mw-cite-backlink"><b><a href="#cite_ref-SFN20201217_614-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/12/17/falcon-9-nrol-108-mission-status-center/">"Live coverage: SpaceX launch for NRO delayed to Saturday"</a>. Spaceflight Now. 17 December 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">18 December</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Live+coverage%3A+SpaceX+launch+for+NRO+delayed+to+Saturday&rft.pub=Spaceflight+Now&rft.date=2020-12-17&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F12%2F17%2Ffalcon-9-nrol-108-mission-status-center%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-615"><span class="mw-cite-backlink"><b><a href="#cite_ref-615">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2020" class="citation web cs1">Clark, Stephen (5 October 2020). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/10/05/nro-reveals-plans-for-previously-undisclosed-launch-with-spacex-this-month/">"NRO reveals plans for previously-undisclosed SpaceX launch this month"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">6 October</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NRO+reveals+plans+for+previously-undisclosed+SpaceX+launch+this+month&rft.pub=Spaceflight+Now&rft.date=2020-10-05&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F10%2F05%2Fnro-reveals-plans-for-previously-undisclosed-launch-with-spacex-this-month%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-616"><span class="mw-cite-backlink"><b><a href="#cite_ref-616">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/spacex-launches-turksat-5a/">"SpaceX launches Turksat 5A"</a>. <i>Spacenews.com</i>. 8 January 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Spacenews.com&rft.atitle=SpaceX+launches+Turksat+5A&rft.date=2021-01-08&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-launches-turksat-5a%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-turk5a-617"><span class="mw-cite-backlink">^ <a href="#cite_ref-turk5a_617-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-turk5a_617-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_sdat/turksat-5a.htm">"T\xc3\xbcrksat 5A"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">9 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=T%C3%BCrksat+5A&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fturksat-5a.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-618"><span class="mw-cite-backlink"><b><a href="#cite_ref-618">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSesnic" class="citation web cs1">Sesnic, Trevor. <a rel="nofollow" class="external text" href="https://everydayastronaut.com/turksat-5a/">"T\xc3\xbcrksat 5A | Falcon 9 Block 5"</a>. <i>Everyday Astronaut</i><span class="reference-accessdate">. Retrieved <span class="nowrap">8 January</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Everyday+Astronaut&rft.atitle=T%C3%BCrksat+5A+%7C+Falcon+9+Block+5&rft.aulast=Sesnic&rft.aufirst=Trevor&rft_id=https%3A%2F%2Feverydayastronaut.com%2Fturksat-5a%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-619"><span class="mw-cite-backlink"><b><a href="#cite_ref-619">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.seradata.com/first-launch-of-2021-sees-spacex-falcon-9-place-turksat-5a-into-gto-for-turkey/">"First launch of 2021 sees SpaceX Falcon 9 place Turksat 5A into supersync GTO"</a>. 8 January 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=First+launch+of+2021+sees+SpaceX+Falcon+9+place+Turksat+5A+into+supersync+GTO&rft.date=2021-01-08&rft_id=https%3A%2F%2Fwww.seradata.com%2Ffirst-launch-of-2021-sees-spacex-falcon-9-place-turksat-5a-into-gto-for-turkey%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-620"><span class="mw-cite-backlink"><b><a href="#cite_ref-620">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2021/01/spacex-launch-first-starlink-mission-2021/">"SpaceX launches first Starlink mission of 2021"</a>. <i>NasaSpaceflight.com</i>. 20 January 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=NasaSpaceflight.com&rft.atitle=SpaceX+launches+first+Starlink+mission+of+2021&rft.date=2021-01-20&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F01%2Fspacex-launch-first-starlink-mission-2021%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-621"><span class="mw-cite-backlink"><b><a href="#cite_ref-621">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://nextspaceflight.com/launches/details/2671">"Falcon 9 Block 5 | Starlink V1 L16"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">15 January</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+Starlink+V1+L16&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2671&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-622"><span class="mw-cite-backlink"><b><a href="#cite_ref-622">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external free" href="https://arstechnica.com/science/2021/01/with-latest-starlink-launch-spacex-to-set-record-for-rapid-reuse/">https://arstechnica.com/science/2021/01/with-latest-starlink-launch-spacex-to-set-record-for-rapid-reuse/</a></span>\n</li>\n<li id="cite_note-623"><span class="mw-cite-backlink"><b><a href="#cite_ref-623">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFIemole2021" class="citation web cs1">Iemole, Anthony (20 January 2021). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2021/01/spacex-launch-first-starlink-mission-2021/">"SpaceX launches first Starlink mission of 2021"</a>. NASASpaceFlight.com!access-date=21 January 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+first+Starlink+mission+of+2021&rft.pub=NASASpaceFlight.com%21access-date%3D21+January+2021&rft.date=2021-01-20&rft.aulast=Iemole&rft.aufirst=Anthony&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F01%2Fspacex-launch-first-starlink-mission-2021%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-624"><span class="mw-cite-backlink"><b><a href="#cite_ref-624">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.space.com/spacex-launches-143-satellites-transporter-1-rocket-landing">"SpaceX launches a record 143 satellites on one rocket, aces landing"</a>. <i>Space.com</i>. 24 January 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">25 January</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Space.com&rft.atitle=SpaceX+launches+a+record+143+satellites+on+one+rocket%2C+aces+landing&rft.date=2021-01-24&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-launches-143-satellites-transporter-1-rocket-landing&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-625"><span class="mw-cite-backlink"><b><a href="#cite_ref-625">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://nextspaceflight.com/launches/details/2403">"Falcon 9 Block 5 | Transporter 1"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">17 January</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+Transporter+1&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2403&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-RsA-626"><span class="mw-cite-backlink">^ <a href="#cite_ref-RsA_626-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-RsA_626-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20200714080200/https://rideshare.spacex.com/">"Rideshare program"</a>. 14 July 2020.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Rideshare+program&rft.date=2020-07-14&rft_id=https%3A%2F%2Fweb.archive.org%2Fweb%2F20200714080200%2Fhttps%3A%2F%2Frideshare.spacex.com%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-627"><span class="mw-cite-backlink"><b><a href="#cite_ref-627">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFMcDowell,_Jonathan_[@planet4589]2021" class="citation web cs1"><a href="/wiki/Jonathan_McDowell" title="Jonathan McDowell">McDowell, Jonathan [@planet4589]</a> (23 January 2021). <a rel="nofollow" class="external text" href="https://twitter.com/planet4589/status/1353008600931840000">"@LaunchPhoto @Nanoracks @SpireGlobal Middle ring port 3 is EXOLAUNCH EXOPORT-2 with the dummy sat at left, the third ICEYE at right, and two black cubesat deployers with 24 SpaceBEEs, AI Charlie, PIXL 1 and SOMP2b (photo @LaunchPhoto) t.co/7yyS9Czgvl"</a> (Tweet). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210123155846/https://twitter.com/planet4589/status/1353008600931840000">Archived</a> from the original on 23 January 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=%40LaunchPhoto+%40Nanoracks+%40SpireGlobal+Middle+ring+port+3+is+EXOLAUNCH+EXOPORT-2+with+the+dummy+sat+at+left%2C+the+third+ICEYE+at+right%2C+and+two+black+cubesat+deployers+with+24+SpaceBEEs%2C+AI+Charlie%2C+PIXL+1+and+SOMP2b+%28photo+%40LaunchPhoto%29+t.co%2F7yyS9Czgvl&rft.date=2021-01-23&rft.au=McDowell%2C+Jonathan+%5B%40planet4589%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fplanet4589%2Fstatus%2F1353008600931840000&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-628"><span class="mw-cite-backlink"><b><a href="#cite_ref-628">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSpaceX_[@SpaceX]2021" class="citation web cs1"><a href="/wiki/SpaceX" title="SpaceX">SpaceX [@SpaceX]</a> (22 January 2021). <a rel="nofollow" class="external text" href="https://twitter.com/SpaceX/status/1352672040164093955">"Falcon 9 and 143 spacecraft are vertical on pad 40 ahead of tomorrow\'s launch of the Transporter-1 mission, the first dedicated SmallSat Rideshare Program mission; SpaceX\'s 42-minute launch window opens at 9:40 a.m. and weather is 60% favorable \xe2\x86\x92 t.co/bJFjLCzWdK t.co/BFEnf8uru9"</a> (Tweet). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210203043549/https://twitter.com/SpaceX/status/1352672040164093955">Archived</a> from the original on 3 February 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+and+143+spacecraft+are+vertical+on+pad+40+ahead+of+tomorrow%E2%80%99s+launch+of+the+Transporter-1+mission%2C+the+first+dedicated+SmallSat+Rideshare+Program+mission%3B+SpaceX%27s+42-minute+launch+window+opens+at+9%3A40+a.m.+and+weather+is+60%25+favorable+%E2%86%92+t.co%2FbJFjLCzWdK+t.co%2FBFEnf8uru9&rft.date=2021-01-22&rft.au=SpaceX+%5B%40SpaceX%5D&rft_id=https%3A%2F%2Ftwitter.com%2FSpaceX%2Fstatus%2F1352672040164093955&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-629"><span class="mw-cite-backlink"><b><a href="#cite_ref-629">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.mdpi.com/2072-4292/12/1/92">"UVSQ-SAT, a pathfinder satellite dedicated to climate physics"</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=UVSQ-SAT%2C+a+pathfinder+satellite+dedicated+to+climate+physics&rft_id=https%3A%2F%2Fwww.mdpi.com%2F2072-4292%2F12%2F1%2F92&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-630"><span class="mw-cite-backlink"><b><a href="#cite_ref-630">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spaceq.ca/spacex-transporter-1-rideshare-mission-with-canadian-satellites-onboard-slips-to-mid-january/">"SpaceX Transporter-1 rideshare mission with Canadian satellites onboard slips to mid-January (Updated)"</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Transporter-1+rideshare+mission+with+Canadian+satellites+onboard+slips+to+mid-January+%28Updated%29&rft_id=https%3A%2F%2Fspaceq.ca%2Fspacex-transporter-1-rideshare-mission-with-canadian-satellites-onboard-slips-to-mid-january%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-631"><span class="mw-cite-backlink"><b><a href="#cite_ref-631">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://kepler.space/newsroom/press-releases/post/kepler-communications-selects-spacex-to-launch-two-batches-of-its-nanosatellite-constellation">"Kepler Communications"</a>. <i>kepler.space</i>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=kepler.space&rft.atitle=Kepler+Communications&rft_id=https%3A%2F%2Fkepler.space%2Fnewsroom%2Fpress-releases%2Fpost%2Fkepler-communications-selects-spacex-to-launch-two-batches-of-its-nanosatellite-constellation&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-632"><span class="mw-cite-backlink"><b><a href="#cite_ref-632">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://advanced-television.com/2021/01/07/spacex-plans-ride-share-starlink-launch/">"SpaceX launches starlink with smallsat rideshare mission 1"</a>. 8 January 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+launches+starlink+with+smallsat+rideshare+mission+1&rft.date=2021-01-08&rft_id=https%3A%2F%2Fadvanced-television.com%2F2021%2F01%2F07%2Fspacex-plans-ride-share-starlink-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-633"><span class="mw-cite-backlink"><b><a href="#cite_ref-633">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spaceflight.com/spaceflight-inc-unveils-next-gen-orbital-transfer-vehicle-to-fly-aboard-latest-spacex-rideshare-mission/">"Spaceflight inc. unveiled next-gen orbital transfer vehicle to fly aboard latest SpaceX rideshare mission"</a>. Spaceflight.com.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Spaceflight+inc.+unveiled+next-gen+orbital+transfer+vehicle+to+fly+aboard+latest+SpaceX+rideshare+mission&rft.pub=Spaceflight.com&rft_id=https%3A%2F%2Fspaceflight.com%2Fspaceflight-inc-unveils-next-gen-orbital-transfer-vehicle-to-fly-aboard-latest-spacex-rideshare-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-634"><span class="mw-cite-backlink"><b><a href="#cite_ref-634">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://everydayastronaut.com/transporter-1/">"Transporter-1 | Falcon 9 Block 5"</a>. <q>"For the first time Falcon 9 flew with a third stage on the Transporter-1 mission".</q></cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Transporter-1+%7C+Falcon+9+Block+5&rft_id=https%3A%2F%2Feverydayastronaut.com%2Ftransporter-1%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-635"><span class="mw-cite-backlink"><b><a href="#cite_ref-635">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://nextspaceflight.com/launches/details/2673">"Falcon 9 Block 5 | Starlink V1 L18"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 January</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+Starlink+V1+L18&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2673&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-636"><span class="mw-cite-backlink"><b><a href="#cite_ref-636">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external free" href="https://nextspaceflight.com/launches/details/2673">https://nextspaceflight.com/launches/details/2673</a></span>\n</li>\n<li id="cite_note-637"><span class="mw-cite-backlink"><b><a href="#cite_ref-637">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGebhardt2021" class="citation web cs1">Gebhardt, Chris (3 February 2021). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2021/02/spacex-twin-starlink-45th-busy-year/">"SpaceX launches first of twin Starlink missions, 45th Space Wing\'s busy year continues"</a>. <i>NASASpaceFlight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">4 February</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=NASASpaceFlight.com&rft.atitle=SpaceX+launches+first+of+twin+Starlink+missions%2C+45th+Space+Wing%27s+busy+year+continues&rft.date=2021-02-03&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F02%2Fspacex-twin-starlink-45th-busy-year%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-638"><span class="mw-cite-backlink"><b><a href="#cite_ref-638">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spaceflightnow.com/2021/02/16/spacex-successfully-deploys-60-more-starlink-satellites-but-loses-booster-on-descent/">"SpaceX successfully deploys 60 Starlink satellites, but loses booster on descent"</a>. 16 February 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+successfully+deploys+60+Starlink+satellites%2C+but+loses+booster+on+descent&rft.date=2021-02-16&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2021%2F02%2F16%2Fspacex-successfully-deploys-60-more-starlink-satellites-but-loses-booster-on-descent%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nextSL19-639"><span class="mw-cite-backlink"><b><a href="#cite_ref-nextSL19_639-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBaylor" class="citation web cs1">Baylor, Michael. <a rel="nofollow" class="external text" href="https://nextspaceflight.com/launches/details/2674">"Starlink V1 L19"</a>. <i>nextspaceflight</i><span class="reference-accessdate">. Retrieved <span class="nowrap">12 February</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight&rft.atitle=Starlink+V1+L19&rft.aulast=Baylor&rft.aufirst=Michael&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2674&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-640"><span class="mw-cite-backlink"><b><a href="#cite_ref-640">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFCao2021" class="citation web cs1">Cao, Sissi (16 February 2021). <a rel="nofollow" class="external text" href="https://observer.com/2021/02/spacex-fail-landing-starlink-mission-falcon9/">"SpaceX Fails Falcon 9 Rocket Landing in Rare Miss During Latest Starlink Mission"</a>. <i>Observer</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 February</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Observer&rft.atitle=SpaceX+Fails+Falcon+9+Rocket+Landing+in+Rare+Miss+During+Latest+Starlink+Mission&rft.date=2021-02-16&rft.aulast=Cao&rft.aufirst=Sissi&rft_id=https%3A%2F%2Fobserver.com%2F2021%2F02%2Fspacex-fail-landing-starlink-mission-falcon9%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-641"><span class="mw-cite-backlink"><b><a href="#cite_ref-641">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark" class="citation web cs1">Clark, Stephen. <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2021/03/01/component-fatigue-caused-early-shutdown-of-merlin-engine-on-last-spacex-launch/">"Component fatigue caused early shutdown of Merlin engine on last SpaceX launch"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2 March</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Spaceflight+Now&rft.atitle=Component+fatigue+caused+early+shutdown+of+Merlin+engine+on+last+SpaceX+launch&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2021%2F03%2F01%2Fcomponent-fatigue-caused-early-shutdown-of-merlin-engine-on-last-spacex-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-642"><span class="mw-cite-backlink"><b><a href="#cite_ref-642">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2021/03/spacex-fairing-recovery-octagrabber/">"SpaceX evolving fairing recovery plans, taking advantage of Octagrabber in pursuit of rapid reusability"</a>. 9 March 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+evolving+fairing+recovery+plans%2C+taking+advantage+of+Octagrabber+in+pursuit+of+rapid+reusability&rft.date=2021-03-09&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F03%2Fspacex-fairing-recovery-octagrabber%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-643"><span class="mw-cite-backlink"><b><a href="#cite_ref-643">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacexfleet.com/fairing-data/">"Fairing Recovery List"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">8 April</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Fairing+Recovery+List&rft_id=https%3A%2F%2Fspacexfleet.com%2Ffairing-data%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-644"><span class="mw-cite-backlink"><b><a href="#cite_ref-644">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@elonmusk (7 April 2021). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/1379744947453054981">"They will be recovered from the water & reused"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=They+will+be+recovered+from+the+water+%26+reused&rft.date=2021-04-07&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1379744947453054981&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-645"><span class="mw-cite-backlink"><b><a href="#cite_ref-645">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFFletcher2021" class="citation news cs1">Fletcher, Colin (3 March 2021). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2021/03/spacex-launch-delayed-starlink/">"SpaceX successfully launches long-delayed Starlink L-17 mission"</a>. <i><a href="/w/index.php?title=NasaSpaceFlight.com&action=edit&redlink=1" class="new" title="NasaSpaceFlight.com (page does not exist)">NasaSpaceFlight.com</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">23 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=NasaSpaceFlight.com&rft.atitle=SpaceX+successfully+launches+long-delayed+Starlink+L-17+mission&rft.date=2021-03-03&rft.aulast=Fletcher&rft.aufirst=Colin&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F03%2Fspacex-launch-delayed-starlink%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nextSL17-646"><span class="mw-cite-backlink"><b><a href="#cite_ref-nextSL17_646-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://nextspaceflight.com/launches/details/2672">"Falcon 9 Block 5 | Starlink V1 L17"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 February</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+Starlink+V1+L17&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2672&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-647"><span class="mw-cite-backlink"><b><a href="#cite_ref-647">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFFletcher2021" class="citation news cs1">Fletcher, Colin (3 March 2021). <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2021/03/spacex-launch-delayed-starlink/">"SpaceX successfully launches long-delayed Starlink L-17 mission"</a>. <i>nasaspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">4 March</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=nasaspaceflight.com&rft.atitle=SpaceX+successfully+launches+long-delayed+Starlink+L-17+mission&rft.date=2021-03-03&rft.aulast=Fletcher&rft.aufirst=Colin&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F03%2Fspacex-launch-delayed-starlink%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-648"><span class="mw-cite-backlink"><b><a href="#cite_ref-648">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFMcDowell,_Jonathan_[@planet4589]2021" class="citation web cs1"><a href="/wiki/Jonathan_McDowell" title="Jonathan McDowell">McDowell, Jonathan [@planet4589]</a> (26 March 2021). <a rel="nofollow" class="external text" href="https://twitter.com/planet4589/status/1375301028514500615">"The Falcon 9 second stage from the Mar 4 Starlink launch failed to make a deorbit burn and is now reentering after 22 days in orbit. Its reentry was observed from the Seattle area at about 0400 UTC Mar 26"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">26 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+Falcon+9+second+stage+from+the+Mar+4+Starlink+launch+failed+to+make+a+deorbit+burn+and+is+now+reentering+after+22+days+in+orbit.+Its+reentry+was+observed+from+the+Seattle+area+at+about+0400+UTC+Mar+26.&rft.date=2021-03-26&rft.au=McDowell%2C+Jonathan+%5B%40planet4589%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fplanet4589%2Fstatus%2F1375301028514500615&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-649"><span class="mw-cite-backlink"><b><a href="#cite_ref-649">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2021" class="citation news cs1">Clark, Stephen (11 March 2021). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2021/03/11/spacex-adds-more-satellites-to-starlink-internet-fleet/">"SpaceX adds more satellites to Starlink internet fleet"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">23 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Spaceflight+Now&rft.atitle=SpaceX+adds+more+satellites+to+Starlink+internet+fleet&rft.date=2021-03-11&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2021%2F03%2F11%2Fspacex-adds-more-satellites-to-starlink-internet-fleet%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-NextL20-650"><span class="mw-cite-backlink"><b><a href="#cite_ref-NextL20_650-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://nextspaceflight.com/launches/details/2675">"Falcon 9 Block 5 | Starlink V1 L20"</a>. Next Spaceflight. 11 March 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">11 March</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+Block+5+%7C+Starlink+V1+L20&rft.pub=Next+Spaceflight&rft.date=2021-03-11&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2675&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-651"><span class="mw-cite-backlink"><b><a href="#cite_ref-651">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2021" class="citation news cs1">Clark, Stephen (11 March 2021). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2021/03/11/spacex-adds-more-satellites-to-starlink-internet-fleet/">"SpaceX adds more satellites to Starlink internet fleet"</a>. <i>spaceflightnow.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">11 March</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=spaceflightnow.com&rft.atitle=SpaceX+adds+more+satellites+to+Starlink+internet+fleet&rft.date=2021-03-11&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2021%2F03%2F11%2Fspacex-adds-more-satellites-to-starlink-internet-fleet%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-652"><span class="mw-cite-backlink"><b><a href="#cite_ref-652">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2021/03/spacex-starlink-first-booster-fly-nine/">"SpaceX\'s Falcon 9 booster flies for 9th time as Starlink constellation grows"</a>. NasaSpaceflight.com. 13 March 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX%E2%80%99s+Falcon+9+booster+flies+for+9th+time+as+Starlink+constellation+grows&rft.pub=NasaSpaceflight.com&rft.date=2021-03-13&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F03%2Fspacex-starlink-first-booster-fly-nine%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-653"><span class="mw-cite-backlink"><b><a href="#cite_ref-653">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://everydayastronaut.com/starlink-21/">"Starlink 21 | Falcon 9 Block 5"</a>. <i>Everyday Astronaut</i>. 13 March 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Everyday+Astronaut&rft.atitle=Starlink+21+%7C+Falcon+9+Block+5&rft.date=2021-03-13&rft_id=https%3A%2F%2Feverydayastronaut.com%2Fstarlink-21%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-654"><span class="mw-cite-backlink"><b><a href="#cite_ref-654">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.space.com/spacex-starlink-22-satellites-launch-rocket-landing-success">"SpaceX launches 60 new Starlink internet satellites, nails latest rocket landing at sea"</a>. <i>Space.com</i>. 24 March 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Space.com&rft.atitle=SpaceX+launches+60+new+Starlink+internet+satellites%2C+nails+latest+rocket+landing+at+sea&rft.date=2021-03-24&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-starlink-22-satellites-launch-rocket-landing-success&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-655"><span class="mw-cite-backlink"><b><a href="#cite_ref-655">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://nextspaceflight.com/launches/details/2677">"Starlink V1 L22"</a>. <i>Next Spaceflight</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 March</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Next+Spaceflight&rft.atitle=Starlink+V1+L22&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2677&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-656"><span class="mw-cite-backlink"><b><a href="#cite_ref-656">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]_M_Photo2021" class="citation web cs1">@Kyle_M_Photo (26 March 2021). <a rel="nofollow" class="external text" href="https://twitter.com/Kyle_M_Photo/status/1375375412163973120">"Shelia Bordelon has returned to Port Canaveral with two fairing halves that she lifted out of the water with her crane. They look intact, but are not tarped"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Shelia+Bordelon+has+returned+to+Port+Canaveral+with+two+fairing+halves+that+she+lifted+out+of+the+water+with+her+crane.+They+look+intact%2C+but+are+not+tarped.&rft.date=2021-03-26&rft.au=%40Kyle_M_Photo&rft_id=https%3A%2F%2Ftwitter.com%2FKyle_M_Photo%2Fstatus%2F1375375412163973120&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-657"><span class="mw-cite-backlink"><b><a href="#cite_ref-657">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKanayama" class="citation web cs1">Kanayama, Lee. <a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2021/04/spacex-launch-starlink-l23/">"SpaceX launches Starlink v1.0 L23 mission"</a>. <i>NASASpacflight</i><span class="reference-accessdate">. Retrieved <span class="nowrap">7 April</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=NASASpacflight&rft.atitle=SpaceX+launches+Starlink+v1.0+L23+mission&rft.aulast=Kanayama&rft.aufirst=Lee&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F04%2Fspacex-launch-starlink-l23%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-658"><span class="mw-cite-backlink"><b><a href="#cite_ref-658">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.cnbc.com/2021/04/23/spacexs-crew-2-mission-for-nasa-launches-successfully-reaches-orbit.html">"SpaceX Crew-2 reaches orbit, with Elon Musk\'s company launching 10 astronauts in under a year"</a>. 23 April 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Crew-2+reaches+orbit%2C+with+Elon+Musk%E2%80%99s+company+launching+10+astronauts+in+under+a+year&rft.date=2021-04-23&rft_id=https%3A%2F%2Fwww.cnbc.com%2F2021%2F04%2F23%2Fspacexs-crew-2-mission-for-nasa-launches-successfully-reaches-orbit.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-:6-659"><span class="mw-cite-backlink"><b><a href="#cite_ref-:6_659-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFFoust,_Jeff_[@jeff_foust]2020" class="citation web cs1">Foust, Jeff [@jeff_foust] (23 July 2020). <a rel="nofollow" class="external text" href="https://twitter.com/jeff_foust/status/1286312153193029633">"McErlean: NASA\'s plans call for reusing the Falcon 9 booster from the Crew-1 mission on the Crew-2 mission, and to reuse the Demo-2 capsule for Crew-2 as well"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">23 July</span> 2020</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=McErlean%3A+NASA%27s+plans+call+for+reusing+the+Falcon+9+booster+from+the+Crew-1+mission+on+the+Crew-2+mission%2C+and+to+reuse+the+Demo-2+capsule+for+Crew-2+as+well.&rft.date=2020-07-23&rft.au=Foust%2C+Jeff+%5B%40jeff_foust%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fjeff_foust%2Fstatus%2F1286312153193029633&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-660"><span class="mw-cite-backlink"><b><a href="#cite_ref-660">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://everydayastronaut.com/crew-2/">"Crew-2 (USCV-2) | Falcon 9 Block 5"</a>. <i>Everyday Astronaut</i>. 22 April 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">23 April</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Everyday+Astronaut&rft.atitle=Crew-2+%28USCV-2%29+%7C+Falcon+9+Block+5&rft.date=2021-04-22&rft_id=https%3A%2F%2Feverydayastronaut.com%2Fcrew-2%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-661"><span class="mw-cite-backlink"><b><a href="#cite_ref-661">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFPotter2020" class="citation web cs1">Potter, Sean (28 July 2020). <a rel="nofollow" class="external text" href="http://www.nasa.gov/press-release/nasa-announces-astronauts-to-fly-on-spacex-crew-2-mission-to-space-station">"NASA Announces Astronauts to Fly on SpaceX Crew-2 Mission"</a>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">29 July</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Announces+Astronauts+to+Fly+on+SpaceX+Crew-2+Mission&rft.pub=NASA&rft.date=2020-07-28&rft.aulast=Potter&rft.aufirst=Sean&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fnasa-announces-astronauts-to-fly-on-spacex-crew-2-mission-to-space-station&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-662"><span class="mw-cite-backlink"><b><a href="#cite_ref-662">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@nextspaceflight (3 June 2020). <a rel="nofollow" class="external text" href="https://twitter.com/nextspaceflight/status/1268316718750814209">"SpaceX has been given NASA approval to fly flight-proven Falcon 9 and Crew Dragon vehicles during Commercial Crew flights starting with Post-Certification Mission 2, per a modification to SpaceX\'s contract with NASA. beta.sam.gov/awards/9012160"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+has+been+given+NASA+approval+to+fly+flight-proven+Falcon+9+and+Crew+Dragon+vehicles+during+Commercial+Crew+flights+starting+with+Post-Certification+Mission+2%2C+per+a+modification+to+SpaceX%27s+contract+with+NASA.+beta.sam.gov%2Fawards%2F9012160&rft.date=2020-06-03&rft.au=%40nextspaceflight&rft_id=https%3A%2F%2Ftwitter.com%2Fnextspaceflight%2Fstatus%2F1268316718750814209&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-663"><span class="mw-cite-backlink"><b><a href="#cite_ref-663">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.space.com/spacex-starlink-24-satellite-mission-launch-rocket-landing">"SpaceX rocket launches another 60 Starlink satellites, nails its 7th landing at sea"</a>. Space.com. 29 April 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+rocket+launches+another+60+Starlink+satellites%2C+nails+its+7th+landing+at+sea&rft.pub=Space.com&rft.date=2021-04-29&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-starlink-24-satellite-mission-launch-rocket-landing&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-664"><span class="mw-cite-backlink"><b><a href="#cite_ref-664">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://nextspaceflight.com/launches/details/2679">"Starlink V1 L24"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">17 April</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Starlink+V1+L24&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2679&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-665"><span class="mw-cite-backlink"><b><a href="#cite_ref-665">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/spacex-launches-starlink-satellites/">"SpaceX launches Starlink satellites"</a>. <i>SpaceNews</i>. 29 April 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">29 April</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=SpaceNews&rft.atitle=SpaceX+launches+Starlink+satellites&rft.date=2021-04-29&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-launches-starlink-satellites%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-666"><span class="mw-cite-backlink"><b><a href="#cite_ref-666">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.space.com/spacex-starlink-25-satellite-mission-launch-rocket-landing">"paceX\'s Star Wars Day launch puts 60 Starlink satellites in orbit, lands rocket"</a>. Space.com. 4 May 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=paceX%27s+Star+Wars+Day+launch+puts+60+Starlink+satellites+in+orbit%2C+lands+rocket&rft.pub=Space.com&rft.date=2021-05-04&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-starlink-25-satellite-mission-launch-rocket-landing&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-667"><span class="mw-cite-backlink"><b><a href="#cite_ref-667">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://nextspaceflight.com/launches/details/2680">"Falcon 9 Block 5 | Starlink V1 L25"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">29 April</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+Starlink+V1+L25&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2680&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-668"><span class="mw-cite-backlink"><b><a href="#cite_ref-668">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.space.com/spacex-starlink-27-10th-falcon-9-rocket-launch-landing-success">"SpaceX launches 60 Starlink satellites in record 10th liftoff (and landing) of reused rocket"</a>. 9 May 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+60+Starlink+satellites+in+record+10th+liftoff+%28and+landing%29+of+reused+rocket&rft.date=2021-05-09&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-starlink-27-10th-falcon-9-rocket-launch-landing-success&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-669"><span class="mw-cite-backlink"><b><a href="#cite_ref-669">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://nextspaceflight.com/launches/details/5331">"Starlink V1 L27"</a>. <i>NextSpaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=NextSpaceflight.com&rft.atitle=Starlink+V1+L27&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F5331&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-NSF8521-670"><span class="mw-cite-backlink"><b><a href="#cite_ref-NSF8521_670-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2021/05/historic-10th-falcon9-reflight/">"SpaceX flies historic 10th mission of a Falcon 9 as Starlink constellation expands"</a>. 8 May 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+flies+historic+10th+mission+of+a+Falcon+9+as+Starlink+constellation+expands&rft.date=2021-05-08&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F05%2Fhistoric-10th-falcon9-reflight%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-671"><span class="mw-cite-backlink"><b><a href="#cite_ref-671">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.space.com/17933-nasa-television-webcasts-live-space-tv.html">"Replay! SpaceX launches 52 Starlink satellites and 2 rideshare payloads"</a>. 16 May 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Replay%21+SpaceX+launches+52+Starlink+satellites+and+2+rideshare+payloads&rft.date=2021-05-16&rft_id=https%3A%2F%2Fwww.space.com%2F17933-nasa-television-webcasts-live-space-tv.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-672"><span class="mw-cite-backlink"><b><a href="#cite_ref-672">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://nextspaceflight.com/launches/details/2681">"Starlink V1 L26"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">6 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Starlink+V1+L26&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2681&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-673"><span class="mw-cite-backlink"><b><a href="#cite_ref-673">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://nextspaceflight.com/launches/details/2681">"Starlink V1 L26"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">4 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Starlink+V1+L26&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2681&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-674"><span class="mw-cite-backlink"><b><a href="#cite_ref-674">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://nextspaceflight.com/launches/details/2681">"Starlink V1 L26 & Rideshares"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">15 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Starlink+V1+L26+%26+Rideshares&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2681&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-SL28-675"><span class="mw-cite-backlink">^ <a href="#cite_ref-SL28_675-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-SL28_675-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-SL28_675-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2021/05/spacex-starlink-rideshare-milestone-nears/">"SpaceX launches Starlink rideshare mission as constellation deployment milestone nears"</a>. NasaSpaceFlight.com. 15 May 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+Starlink+rideshare+mission+as+constellation+deployment+milestone+nears&rft.pub=NasaSpaceFlight.com&rft.date=2021-05-15&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F05%2Fspacex-starlink-rideshare-milestone-nears%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-676"><span class="mw-cite-backlink"><b><a href="#cite_ref-676">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2021/05/starlink-complete-first-shell/">"Starlink v1.0 L28 mission completes first "shell" of satellites for worldwide coverage"</a>. 26 May 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Starlink+v1.0+L28+mission+completes+first+%22shell%22+of+satellites+for+worldwide+coverage&rft.date=2021-05-26&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F05%2Fstarlink-complete-first-shell%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-NSFSl28-677"><span class="mw-cite-backlink">^ <a href="#cite_ref-NSFSl28_677-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-NSFSl28_677-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-NSFSl28_677-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://nextspaceflight.com/launches/details/5332">"Starlink V1 L28"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">14 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Starlink+V1+L28&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F5332&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sn20210526-678"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20210526_678-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFFoust2021" class="citation news cs1">Foust, Jeff (26 May 2021). <a rel="nofollow" class="external text" href="https://spacenews.com/spacex-sets-falcon-9-fairing-reuse-mark-with-starlink-launch/">"SpaceX sets Falcon 9 fairing reuse mark with Starlink launch"</a>. <i><a href="/wiki/SpaceNews" title="SpaceNews">SpaceNews</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">27 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=SpaceNews&rft.atitle=SpaceX+sets+Falcon+9+fairing+reuse+mark+with+Starlink+launch&rft.date=2021-05-26&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-sets-falcon-9-fairing-reuse-mark-with-starlink-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-679"><span class="mw-cite-backlink"><b><a href="#cite_ref-679">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2021/06/crs22-new-solar-arrays/">"SpaceX launches CRS-22, new solar arrays to International Space Station"</a>. NasaSpaceflight.com. 3 June 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+CRS-22%2C+new+solar+arrays+to+International+Space+Station&rft.pub=NasaSpaceflight.com&rft.date=2021-06-03&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F06%2Fcrs22-new-solar-arrays%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-680"><span class="mw-cite-backlink"><b><a href="#cite_ref-680">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://nextspaceflight.com/launches/details/109">"CRS-22"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">17 April</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=CRS-22&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F109&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nasa-20160114-681"><span class="mw-cite-backlink">^ <a href="#cite_ref-nasa-20160114_681-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nasa-20160114_681-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-nasa-20160114_681-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-nasa-20160114_681-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-nasa-20160114_681-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-nasa-20160114_681-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-nasa-20160114_681-6"><sup><i><b>g</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation pressrelease cs1"><a rel="nofollow" class="external text" href="http://www.nasa.gov/press-release/nasa-awards-international-space-station-cargo-transport-contracts">"NASA Awards International Space Station Cargo Transport Contracts"</a> (Press release). NASA. 14 January 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">24 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Awards+International+Space+Station+Cargo+Transport+Contracts&rft.pub=NASA&rft.date=2016-01-14&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fnasa-awards-international-space-station-cargo-transport-contracts&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-682"><span class="mw-cite-backlink"><b><a href="#cite_ref-682">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSempsrott2021" class="citation web cs1">Sempsrott, Danielle (2 June 2021). <a rel="nofollow" class="external text" href="https://blogs.nasa.gov/spacexcrs22/2021/06/02/hometown-heroes-students-create-satellite-inspired-by-gatlinburg-wildfires/">"Hometown Heroes: Students Create Satellite Inspired by Gatlinburg Wildfires"</a>. <a href="/wiki/NASA" title="NASA">NASA</a><span class="reference-accessdate">. Retrieved <span class="nowrap">3 June</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Hometown+Heroes%3A+Students+Create+Satellite+Inspired+by+Gatlinburg+Wildfires&rft.pub=NASA&rft.date=2021-06-02&rft.aulast=Sempsrott&rft.aufirst=Danielle&rft_id=https%3A%2F%2Fblogs.nasa.gov%2Fspacexcrs22%2F2021%2F06%2F02%2Fhometown-heroes-students-create-satellite-inspired-by-gatlinburg-wildfires%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-683"><span class="mw-cite-backlink"><b><a href="#cite_ref-683">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.manchester.ac.uk/discover/news/manchester-scientists-to-launch-low-orbiting-satellite-on-spacex-mission/">"Manchester scientists to launch low-orbiting satellite on SpaceX mission"</a>. <a href="/wiki/University_of_Manchester" title="University of Manchester">University of Manchester</a>. 25 May 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">3 June</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Manchester+scientists+to+launch+low-orbiting+satellite+on+SpaceX+mission&rft.pub=University+of+Manchester&rft.date=2021-05-25&rft_id=https%3A%2F%2Fwww.manchester.ac.uk%2Fdiscover%2Fnews%2Fmanchester-scientists-to-launch-low-orbiting-satellite-on-spacex-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-684"><span class="mw-cite-backlink"><b><a href="#cite_ref-684">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.mric.mu/English/Events/Pages/First-Mauritian-Satellite,-MIR-SAT1-on-its-way-to-the-ISS.aspx">"First Mauritian Satellite, MIR-SAT1 on its way to the ISS"</a>. MRIC. 3 June 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">5 June</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=First+Mauritian+Satellite%2C+MIR-SAT1+on+its+way+to+the+ISS&rft.pub=MRIC&rft.date=2021-06-03&rft_id=http%3A%2F%2Fwww.mric.mu%2FEnglish%2FEvents%2FPages%2FFirst-Mauritian-Satellite%2C-MIR-SAT1-on-its-way-to-the-ISS.aspx&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-685"><span class="mw-cite-backlink"><b><a href="#cite_ref-685">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2021/06/sxm8-launch/">"SpaceX launches 2nd mission in three days with SiriusXM-8"</a>. NasaSpaceflight.com. 6 June 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+2nd+mission+in+three+days+with+SiriusXM-8&rft.pub=NasaSpaceflight.com&rft.date=2021-06-06&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F06%2Fsxm8-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spacex_manifest-686"><span class="mw-cite-backlink">^ <a href="#cite_ref-spacex_manifest_686-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spacex_manifest_686-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.spacex.com/missions#future-missions-header">"SpaceX launch manifest"</a>. SpaceX<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launch+manifest&rft.pub=SpaceX&rft_id=http%3A%2F%2Fwww.spacex.com%2Fmissions%23future-missions-header&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-687"><span class="mw-cite-backlink"><b><a href="#cite_ref-687">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation pressrelease cs1"><a rel="nofollow" class="external text" href="http://sslmda.com/html/pressreleases/pr20160728.php">"SSL Selected to Provide Two Powerful Satellites to SiriusXM"</a>. <i>sslmda.com</i> (Press release). 28 July 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">14 June</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SSL+Selected+to+Provide+Two+Powerful+Satellites+to+SiriusXM&rft.date=2016-07-28&rft_id=http%3A%2F%2Fsslmda.com%2Fhtml%2Fpressreleases%2Fpr20160728.php&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sfn_ls-688"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfn_ls_688-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfn_ls_688-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sfn_ls_688-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-sfn_ls_688-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-sfn_ls_688-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-sfn_ls_688-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-sfn_ls_688-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-sfn_ls_688-7"><sup><i><b>h</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2021" class="citation web cs1">Clark, Stephen (7 June 2021). <a rel="nofollow" class="external text" href="http://spaceflightnow.com/launch-schedule/">"Launch schedule"</a>. SpaceFlight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">7 June</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Launch+schedule&rft.pub=SpaceFlight+Now&rft.date=2021-06-07&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2Flaunch-schedule%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-cooper-689"><span class="mw-cite-backlink"><b><a href="#cite_ref-cooper_689-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFCooper2021" class="citation web cs1">Cooper, Ben (31 May 2021). <a rel="nofollow" class="external text" href="http://www.launchphotography.com/Launch_Viewing_Guide.html">"Rocket Launch Viewing Guide for Cape Canaveral"</a>. <i>launchphotography.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2 June</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=launchphotography.com&rft.atitle=Rocket+Launch+Viewing+Guide+for+Cape+Canaveral&rft.date=2021-05-31&rft.aulast=Cooper&rft.aufirst=Ben&rft_id=http%3A%2F%2Fwww.launchphotography.com%2FLaunch_Viewing_Guide.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-nextSFupcoming-690"><span class="mw-cite-backlink">^ <a href="#cite_ref-nextSFupcoming_690-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nextSFupcoming_690-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-nextSFupcoming_690-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBaylor" class="citation web cs1">Baylor, Michael. <a rel="nofollow" class="external text" href="https://nextspaceflight.com/launches/?search=SpaceX">"Upcoming Launches: SpaceX"</a>. <i>NextSpaceflight</i><span class="reference-accessdate">. Retrieved <span class="nowrap">3 June</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=NextSpaceflight&rft.atitle=Upcoming+Launches%3A+SpaceX&rft.aulast=Baylor&rft.aufirst=Michael&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2F%3Fsearch%3DSpaceX&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-faa_EA_508-691"><span class="mw-cite-backlink">^ <a href="#cite_ref-faa_EA_508_691-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-faa_EA_508_691-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.faa.gov/space/environmental/nepa_docs/media/SpaceX_Falcon_Program_Draft_EA_508.pdf">"Draft Environmental Assessment for SpaceX Falcon Launches at Kennedy Space Center and Cape Canaveral Air Force Station"</a> <span class="cs1-format">(PDF)</span>. FAA. February 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">10 May</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Draft+Environmental+Assessment+for+SpaceX+Falcon+Launches+at+Kennedy+Space+Center+and+Cape+Canaveral+Air+Force+Station&rft.pub=FAA&rft.date=2020-02&rft_id=https%3A%2F%2Fwww.faa.gov%2Fspace%2Fenvironmental%2Fnepa_docs%2Fmedia%2FSpaceX_Falcon_Program_Draft_EA_508.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-692"><span class="mw-cite-backlink"><b><a href="#cite_ref-692">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://arstechnica.com/science/2020/10/after-two-scrubs-elon-musk-says-he-will-visit-spacex-launch-sites-in-florida/">"After two scrubs, Elon Musk says he will visit SpaceX launch sites in Florida"</a>. Ars Technica. 3 October 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">4 October</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=After+two+scrubs%2C+Elon+Musk+says+he+will+visit+SpaceX+launch+sites+in+Florida&rft.pub=Ars+Technica&rft.date=2020-10-03&rft_id=https%3A%2F%2Farstechnica.com%2Fscience%2F2020%2F10%2Fafter-two-scrubs-elon-musk-says-he-will-visit-spacex-launch-sites-in-florida%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-GPS_boosterreuse-693"><span class="mw-cite-backlink">^ <a href="#cite_ref-GPS_boosterreuse_693-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-GPS_boosterreuse_693-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/spacexs-contract-to-launch-gps-satellites-modified-to-allow-reuse-of-falcon-9-boosters/">"SpaceX\'s GPS contract modified to allow reuse of Falcon 9 boosters"</a>. 25 September 2020.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX%27s+GPS+contract+modified+to+allow+reuse+of+Falcon+9+boosters&rft.date=2020-09-25&rft_id=https%3A%2F%2Fspacenews.com%2Fspacexs-contract-to-launch-gps-satellites-modified-to-allow-reuse-of-falcon-9-boosters%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-GPS_III_5678-694"><span class="mw-cite-backlink">^ <a href="#cite_ref-GPS_III_5678_694-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-GPS_III_5678_694-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://gpsworld.com/air-force-awards-lockheed-martin-contracts-for-next-set-of-gps-iii-satellites/">"Air Force Awards Lockheed Martin Contracts for Next Set of GPS III Satellites"</a>. <i>GPS World</i>. 26 February 2013<span class="reference-accessdate">. Retrieved <span class="nowrap">2 December</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=GPS+World&rft.atitle=Air+Force+Awards+Lockheed+Martin+Contracts+for+Next+Set+of+GPS+III+Satellites&rft.date=2013-02-26&rft_id=http%3A%2F%2Fgpsworld.com%2Fair-force-awards-lockheed-martin-contracts-for-next-set-of-gps-iii-satellites%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-airforce_20170629-695"><span class="mw-cite-backlink"><b><a href="#cite_ref-airforce_20170629_695-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20171202052927/http://www.losangeles.af.mil/News/Article-Display/Article/1234153/final-rfp-released-for-launch-services-contract/">"Final RFP Released for Launch Services Contract"</a>. U.S. Air Force Space and Missile Systems Center Public Affairs Office. 29 June 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">2 December</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Final+RFP+Released+for+Launch+Services+Contract&rft.pub=U.S.+Air+Force+Space+and+Missile+Systems+Center+Public+Affairs+Office&rft.date=2017-06-29&rft_id=https%3A%2F%2Fweb.archive.org%2Fweb%2F20171202052927%2Fhttp%3A%2F%2Fwww.losangeles.af.mil%2FNews%2FArticle-Display%2FArticle%2F1234153%2Ffinal-rfp-released-for-launch-services-contract%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-696"><span class="mw-cite-backlink"><b><a href="#cite_ref-696">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.businesswire.com/news/home/20210119005117/en/Satellogic-and-SpaceX-Announce-Multiple-Launch-Agreement">"Satellogic and SpaceX Announce Multiple Launch Agreement"</a>. businesswire. 19 January 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">21 January</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Satellogic+and+SpaceX+Announce+Multiple+Launch+Agreement&rft.pub=businesswire&rft.date=2021-01-19&rft_id=https%3A%2F%2Fwww.businesswire.com%2Fnews%2Fhome%2F20210119005117%2Fen%2FSatellogic-and-SpaceX-Announce-Multiple-Launch-Agreement&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-697"><span class="mw-cite-backlink"><b><a href="#cite_ref-697">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://fcc.report/IBFS/SAT-MOD-20210512-00067/7521191">"FCC Mod Supplement"</a>. 13 May 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=FCC+Mod+Supplement&rft.date=2021-05-13&rft_id=https%3A%2F%2Ffcc.report%2FIBFS%2FSAT-MOD-20210512-00067%2F7521191&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-698"><span class="mw-cite-backlink"><b><a href="#cite_ref-698">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.elonx.net/spacex-smallsat-rideshare-missions/">"Smallsat Rideshare Missions"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">3 February</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Smallsat+Rideshare+Missions&rft_id=https%3A%2F%2Fwww.elonx.net%2Fspacex-smallsat-rideshare-missions%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-699"><span class="mw-cite-backlink"><b><a href="#cite_ref-699">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://nextspaceflight.com/launches/details/6795">"Polar Starlink"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">28 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Polar+Starlink&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F6795&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sfn28521-700"><span class="mw-cite-backlink"><b><a href="#cite_ref-sfn28521_700-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2021" class="citation web cs1">Clark, Stephen (28 May 2021). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2021/05/28/five-launches-planned-from-floridas-space-coast-in-june/">"Five launches planned from Florida\'s Space Coast in June"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">28 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Spaceflight+Now&rft.atitle=Five+launches+planned+from+Florida%27s+Space+Coast+in+June&rft.date=2021-05-28&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2021%2F05%2F28%2Ffive-launches-planned-from-floridas-space-coast-in-june%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-701"><span class="mw-cite-backlink"><b><a href="#cite_ref-701">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.spacex.com/updates/inspiration-4-mission/index.html">"Inspiration4"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">1 February</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Inspiration4&rft_id=https%3A%2F%2Fwww.spacex.com%2Fupdates%2Finspiration-4-mission%2Findex.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Isaacman_Youtube-702"><span class="mw-cite-backlink">^ <a href="#cite_ref-Isaacman_Youtube_702-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Isaacman_Youtube_702-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><a rel="nofollow" class="external text" href="https://www.youtube.com/watch?v=GHjnunTi5XE">Meet The First All-Civilian Space Crew | Inspiration4 Livestream</a></span>\n</li>\n<li id="cite_note-703"><span class="mw-cite-backlink"><b><a href="#cite_ref-703">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external free" href="https://inspiration4.com/crew">https://inspiration4.com/crew</a></span>\n</li>\n<li id="cite_note-BW20210201-704"><span class="mw-cite-backlink"><b><a href="#cite_ref-BW20210201_704-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.businesswire.com/news/home/20210201005905/en/World%E2%80%99s">"First-All-Civilian-Mission-to-Space-Will-Usher-in-New-Era-of-Commercial-Space-Exploration"</a>. Business Wire. 1 February 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">11 March</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=First-All-Civilian-Mission-to-Space-Will-Usher-in-New-Era-of-Commercial-Space-Exploration&rft.pub=Business+Wire&rft.date=2021-02-01&rft_id=https%3A%2F%2Fwww.businesswire.com%2Fnews%2Fhome%2F20210201005905%2Fen%2FWorld%25E2%2580%2599s&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-705"><span class="mw-cite-backlink"><b><a href="#cite_ref-705">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@elonmusk (30 March 2021). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/1376904492478791689">"Probably most "in space" you could possibly feel by being in a glass dome"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Probably+most+%E2%80%9Cin+space%E2%80%9D+you+could+possibly+feel+by+being+in+a+glass+dome&rft.date=2021-03-30&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1376904492478791689&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-gunter-sarah1-706"><span class="mw-cite-backlink">^ <a href="#cite_ref-gunter-sarah1_706-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-gunter-sarah1_706-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-gunter-sarah1_706-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_sdat/sarah-a.htm">"SARah 1"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">18 February</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SARah+1&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fsarah-a.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spx-20130808-707"><span class="mw-cite-backlink"><b><a href="#cite_ref-spx-20130808_707-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFPost2013" class="citation pressrelease cs1">Post, Hannah (8 August 2013). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180220060058/http://www.spacex.com/press/2013/08/08/spacex-awarded-launch-german-radar-reconnaissance-satellite-system">"SpaceX is awarded launch of german radar reconnaissance satellite system"</a> (Press release). SpaceX. Archived from <a rel="nofollow" class="external text" href="http://www.spacex.com/press/2013/08/08/spacex-awarded-launch-german-radar-reconnaissance-satellite-system">the original</a> on 20 February 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">25 September</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+is+awarded+launch+of+german+radar+reconnaissance+satellite+system&rft.pub=SpaceX&rft.date=2013-08-08&rft.aulast=Post&rft.aufirst=Hannah&rft_id=http%3A%2F%2Fwww.spacex.com%2Fpress%2F2013%2F08%2F08%2Fspacex-awarded-launch-german-radar-reconnaissance-satellite-system&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Deutscher_Bundestag-708"><span class="mw-cite-backlink">^ <a href="#cite_ref-Deutscher_Bundestag_708-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Deutscher_Bundestag_708-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://dipbt.bundestag.de/dip21/btd/19/072/1907253.pdf">"German load transports into space"</a> <span class="cs1-format">(PDF)</span> (in German). 21 January 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">10 February</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=German+load+transports+into+space&rft.date=2019-01-21&rft_id=https%3A%2F%2Fdipbt.bundestag.de%2Fdip21%2Fbtd%2F19%2F072%2F1907253.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-gunter-sarah2-709"><span class="mw-cite-backlink">^ <a href="#cite_ref-gunter-sarah2_709-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-gunter-sarah2_709-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_sdat/sarah-p.htm">"SARah 2/3"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">17 October</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SARah+2%2F3&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fsarah-p.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Ridesharefl-710"><span class="mw-cite-backlink">^ <a href="#cite_ref-Ridesharefl_710-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Ridesharefl_710-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Ridesharefl_710-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://rideshare.spacex.com/search?orbitClassification=1&launchDate=2020-05-10&payloadMass=1">"Rideshare Program listing"</a>. SpaceX<span class="reference-accessdate">. Retrieved <span class="nowrap">3 April</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Rideshare+Program+listing&rft.pub=SpaceX&rft_id=https%3A%2F%2Frideshare.spacex.com%2Fsearch%3ForbitClassification%3D1%26launchDate%3D2020-05-10%26payloadMass%3D1&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-711"><span class="mw-cite-backlink"><b><a href="#cite_ref-711">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSES_S.A.2021" class="citation web cs1">SES S.A. (25 February 2021). <a rel="nofollow" class="external text" href="https://www.ses.com/sites/default/files/2021-03/210305_SES-AR2020.pdf">"Annual Report 2020"</a> <span class="cs1-format">(PDF)</span>. p. 25<span class="reference-accessdate">. Retrieved <span class="nowrap">26 March</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Annual+Report+2020&rft.pages=25&rft.date=2021-02-25&rft.au=SES+S.A.&rft_id=https%3A%2F%2Fwww.ses.com%2Fsites%2Fdefault%2Ffiles%2F2021-03%2F210305_SES-AR2020.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-auto7-712"><span class="mw-cite-backlink">^ <a href="#cite_ref-auto7_712-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-auto7_712-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://business.financialpost.com/pmn/press-releases-pmn/business-wire-news-releases-pmn/ses-selects-spacex-to-launch-groundbreaking-o3b-mpower-meo-communications-system">"SES Selects SpaceX to Launch Groundbreaking O3b mPOWER MEO Communications System"</a>. Business Wire News. 9 September 2019.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SES+Selects+SpaceX+to+Launch+Groundbreaking+O3b+mPOWER+MEO+Communications+System&rft.pub=Business+Wire+News&rft.date=2019-09-09&rft_id=https%3A%2F%2Fbusiness.financialpost.com%2Fpmn%2Fpress-releases-pmn%2Fbusiness-wire-news-releases-pmn%2Fses-selects-spacex-to-launch-groundbreaking-o3b-mpower-meo-communications-system&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-auto6-713"><span class="mw-cite-backlink">^ <a href="#cite_ref-auto6_713-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-auto6_713-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/spacex-to-launch-sess-o3b-mpower-constellation-on-two-falcon-9-rockets/">"SpaceX to launch SES\'s O3b mPower constellation on two Falcon 9 rockets"</a>. SpaceNews. 9 September 2019.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+to+launch+SES%27s+O3b+mPower+constellation+on+two+Falcon+9+rockets&rft.pub=SpaceNews&rft.date=2019-09-09&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-to-launch-sess-o3b-mpower-constellation-on-two-falcon-9-rockets%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-714"><span class="mw-cite-backlink"><b><a href="#cite_ref-714">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasa.gov/sites/default/files/atoms/files/spacex_crs-22_mision_overview_0.pdf">"CRS-22 Mission Overview"</a> <span class="cs1-format">(PDF)</span><span class="reference-accessdate">. Retrieved <span class="nowrap">27 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=CRS-22+Mission+Overview&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Fatoms%2Ffiles%2Fspacex_crs-22_mision_overview_0.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-SFN20201229-715"><span class="mw-cite-backlink"><b><a href="#cite_ref-SFN20201229_715-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2020" class="citation web cs1">Clark, Stephen (29 December 2020). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/12/29/three-astronauts-assigned-to-crew-dragon-mission-in-late-2021/">"Three astronauts assigned to Crew Dragon mission in late 2021"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">28 February</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Three+astronauts+assigned+to+Crew+Dragon+mission+in+late+2021&rft.pub=Spaceflight+Now&rft.date=2020-12-29&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F12%2F29%2Fthree-astronauts-assigned-to-crew-dragon-mission-in-late-2021%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sfn-20210523-716"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfn-20210523_716-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfn-20210523_716-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2021" class="citation web cs1">Clark, Stephen (23 May 2021). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2021/05/23/falcon-heavys-first-national-security-launch-slips-to-october/">"Falcon Heavy\'s first national security launch slips to October"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">23 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Spaceflight+Now&rft.atitle=Falcon+Heavy%27s+first+national+security+launch+slips+to+October&rft.date=2021-05-23&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2021%2F05%2F23%2Ffalcon-heavys-first-national-security-launch-slips-to-october%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-USDD190219-717"><span class="mw-cite-backlink">^ <a href="#cite_ref-USDD190219_717-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-USDD190219_717-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://dod.defense.gov/News/Contracts/Contract-View/Article/1760766/">"U.S. Department of Defense Contracts for February 19, 2019"</a>. 19 February 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">20 February</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=U.S.+Department+of+Defense+Contracts+for+February+19%2C+2019&rft.date=2019-02-19&rft_id=https%3A%2F%2Fdod.defense.gov%2FNews%2FContracts%2FContract-View%2FArticle%2F1760766%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-718"><span class="mw-cite-backlink"><b><a href="#cite_ref-718">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/millennium-space-delivers-cubesat-for-upcoming-u-s-space-force-rideshare-mission/">"Millennium Space delivers smallsat for upcoming U.S. Space Force rideshare mission"</a>. 21 April 2020.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Millennium+Space+delivers+smallsat+for+upcoming+U.S.+Space+Force+rideshare+mission&rft.date=2020-04-21&rft_id=https%3A%2F%2Fspacenews.com%2Fmillennium-space-delivers-cubesat-for-upcoming-u-s-space-force-rideshare-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-719"><span class="mw-cite-backlink"><b><a href="#cite_ref-719">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2020" class="citation web cs1">Clark, Stephen (27 April 2020). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/04/27/falcon-heavy-on-track-for-design-validation-milestone-before-late-2020-launch/">"Falcon Heavy set for design validation milestone before late 2020 launch"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+Heavy+set+for+design+validation+milestone+before+late+2020+launch&rft.pub=Spaceflight+Now&rft.date=2020-04-27&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F04%2F27%2Ffalcon-heavy-on-track-for-design-validation-milestone-before-late-2020-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-720"><span class="mw-cite-backlink"><b><a href="#cite_ref-720">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://nextspaceflight.com/launches/details/1151">"USSF-44 will use a new Droneship according to launch schedule"</a>. Next Spaceflight. 2 June 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">3 June</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=USSF-44+will+use+a+new+Droneship+according+to+launch+schedule&rft.pub=Next+Spaceflight&rft.date=2021-06-02&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F1151&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-721"><span class="mw-cite-backlink"><b><a href="#cite_ref-721">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spaceexplored.com/2021/06/05/exclusive-new-photos-of-a-shortfall-of-gravitas-show-spacexs-new-droneship-is-getting-close-to-done/">"Exclusive: New photos of A Shortfall Of Gravitas show SpaceX\'s new droneship is getting close to done"</a>. 5 June 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Exclusive%3A+New+photos+of+A+Shortfall+Of+Gravitas+show+SpaceX%E2%80%99s+new+droneship+is+getting+close+to+done&rft.date=2021-06-05&rft_id=https%3A%2F%2Fspaceexplored.com%2F2021%2F06%2F05%2Fexclusive-new-photos-of-a-shortfall-of-gravitas-show-spacexs-new-droneship-is-getting-close-to-done%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-722"><span class="mw-cite-backlink"><b><a href="#cite_ref-722">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://nextspaceflight.com/launches/agency/upcoming/1/">"SpaceX Launch Manifest"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=SpaceX+Launch+Manifest&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fagency%2Fupcoming%2F1%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-723"><span class="mw-cite-backlink"><b><a href="#cite_ref-723">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/air-force-awards-739-million-in-launch-contracts-to-ula-and-spacex/">"Air Force awards US$739 million in launch contracts to ULA and SpaceX"</a>. SpaceNews. 19 February 2019.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Air+Force+awards+US%24739+million+in+launch+contracts+to+ULA+and+SpaceX&rft.pub=SpaceNews&rft.date=2019-02-19&rft_id=https%3A%2F%2Fspacenews.com%2Fair-force-awards-739-million-in-launch-contracts-to-ula-and-spacex%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-NASA_ixpe-724"><span class="mw-cite-backlink">^ <a href="#cite_ref-NASA_ixpe_724-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-NASA_ixpe_724-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBrown2019" class="citation web cs1">Brown, Katherine (8 July 2019). <a rel="nofollow" class="external text" href="http://www.nasa.gov/press-release/nasa-awards-launch-services-contract-for-groundbreaking-astrophysics-mission">"NASA Awards Launch Services Contract for Astrophysics Mission"</a>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">8 July</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Awards+Launch+Services+Contract+for+Astrophysics+Mission&rft.pub=NASA&rft.date=2019-07-08&rft.aulast=Brown&rft.aufirst=Katherine&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fnasa-awards-launch-services-contract-for-groundbreaking-astrophysics-mission&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-725"><span class="mw-cite-backlink"><b><a href="#cite_ref-725">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasa.gov/feature/dart-launch-moves-to-secondary-window">"DART Launch Moves to Secondary Window"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">17 February</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=DART+Launch+Moves+to+Secondary+Window&rft_id=https%3A%2F%2Fwww.nasa.gov%2Ffeature%2Fdart-launch-moves-to-secondary-window&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-NASA_DART-726"><span class="mw-cite-backlink">^ <a href="#cite_ref-NASA_DART_726-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-NASA_DART_726-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFNorthon2019" class="citation web cs1">Northon, Karen (11 April 2019). <a rel="nofollow" class="external text" href="http://www.nasa.gov/press-release/nasa-awards-launch-services-contract-for-asteroid-redirect-test-mission">"NASA Awards Launch Services Contract for Asteroid Redirect Test"</a>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">12 April</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Awards+Launch+Services+Contract+for+Asteroid+Redirect+Test&rft.pub=NASA&rft.date=2019-04-11&rft.aulast=Northon&rft.aufirst=Karen&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fnasa-awards-launch-services-contract-for-asteroid-redirect-test-mission&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-727"><span class="mw-cite-backlink"><b><a href="#cite_ref-727">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://nssdc.gsfc.nasa.gov/nmc/spacecraft/display.action?id=DART">"Double Asteroid Redirection Test (DART)"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">11 September</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Double+Asteroid+Redirection+Test+%28DART%29&rft_id=https%3A%2F%2Fnssdc.gsfc.nasa.gov%2Fnmc%2Fspacecraft%2Fdisplay.action%3Fid%3DDART&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-728"><span class="mw-cite-backlink"><b><a href="#cite_ref-728">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFFoust,_Jeff_[@jeff_foust]2021" class="citation web cs1"><a href="/wiki/Jeff_Foust" title="Jeff Foust">Foust, Jeff [@jeff_foust]</a> (9 February 2021). <a rel="nofollow" class="external text" href="https://twitter.com/jeff_foust/status/1359190469113225224">"In a SmallSat Symposium session, Jarrod McLachlan of SpaceX says they have two more dedicated rideshare launches, Transporter-2 and -3, scheduled for later this year. No estimate on # of satellites on each, but he said demand is "strong and growing.<span class="cs1-kern-right">"</span>"</a> (Tweet). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210209172545/https://twitter.com/jeff_foust/status/1359190469113225224">Archived</a> from the original on 9 February 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=In+a+SmallSat+Symposium+session%2C+Jarrod+McLachlan+of+SpaceX+says+they+have+two+more+dedicated+rideshare+launches%2C+Transporter-2+and+-3%2C+scheduled+for+later+this+year.+No+estimate+on+%23+of+satellites+on+each%2C+but+he+said+demand+is+%E2%80%9Cstrong+and+growing.%E2%80%9D&rft.date=2021-02-09&rft.au=Foust%2C+Jeff+%5B%40jeff_foust%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fjeff_foust%2Fstatus%2F1359190469113225224&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-729"><span class="mw-cite-backlink"><b><a href="#cite_ref-729">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs2019" class="citation web cs1">Krebs, Gunter (6 September 2019). <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_sdat/turksat-5b.htm">"T\xc3\xbcrksat 5B"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=T%C3%BCrksat+5B&rft.pub=Gunter%27s+Space+Page&rft.date=2019-09-06&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fturksat-5b.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-via-20210504-730"><span class="mw-cite-backlink">^ <a href="#cite_ref-via-20210504_730-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-via-20210504_730-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFJewett2021" class="citation web cs1">Jewett, Rachel (4 May 2021). <a rel="nofollow" class="external text" href="https://www.satellitetoday.com/business/2021/05/04/maxar-takes-hit-from-sirius-xm-satellite-loss-pushes-legion-launch-to-q4/">"Maxar Takes Hit from SiriusXM Satellite Loss, Pushes Legion Launch to Q4"</a>. <i>Via Satellite</i><span class="reference-accessdate">. Retrieved <span class="nowrap">6 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Via+Satellite&rft.atitle=Maxar+Takes+Hit+from+SiriusXM+Satellite+Loss%2C+Pushes+Legion+Launch+to+Q4&rft.date=2021-05-04&rft.aulast=Jewett&rft.aufirst=Rachel&rft_id=https%3A%2F%2Fwww.satellitetoday.com%2Fbusiness%2F2021%2F05%2F04%2Fmaxar-takes-hit-from-sirius-xm-satellite-loss-pushes-legion-launch-to-q4%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-worldviewlegion-731"><span class="mw-cite-backlink">^ <a href="#cite_ref-worldviewlegion_731-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-worldviewlegion_731-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-worldviewlegion_731-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-worldviewlegion_731-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-worldviewlegion_731-4"><sup><i><b>e</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.businesswire.com/news/home/20180314005049/en/Maxar-Technologies%E2%80%99-DigitalGlobe-Selects-SpaceX-Launch-Next-generation">"Maxar Technologies\' DigitalGlobe Selects SpaceX to Launch its Next-generation WorldView Legion Satellites"</a>. 14 March 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">14 March</span> 2018</span>. <q>Maxar Technologies\' DigitalGlobe Selects SpaceX to Launch its Next-generation WorldView Legion Satellites</q></cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Maxar+Technologies%27+DigitalGlobe+Selects+SpaceX+to+Launch+its+Next-generation+WorldView+Legion+Satellites&rft.date=2018-03-14&rft_id=https%3A%2F%2Fwww.businesswire.com%2Fnews%2Fhome%2F20180314005049%2Fen%2FMaxar-Technologies%25E2%2580%2599-DigitalGlobe-Selects-SpaceX-Launch-Next-generation&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spaceflightnow_2020-02-18-732"><span class="mw-cite-backlink">^ <a href="#cite_ref-spaceflightnow_2020-02-18_732-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spaceflightnow_2020-02-18_732-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2020" class="citation web cs1">Clark, Stephen (18 February 2020). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/02/18/space-adventures-announces-plans-to-launch-private-citizens-on-spacex-crew-capsule/">"Space Adventures announces plans to fly private citizens on SpaceX crew capsule"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Space+Adventures+announces+plans+to+fly+private+citizens+on+SpaceX+crew+capsule&rft.pub=Spaceflight+Now&rft.date=2020-02-18&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F02%2F18%2Fspace-adventures-announces-plans-to-launch-private-citizens-on-spacex-crew-capsule%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-733"><span class="mw-cite-backlink"><b><a href="#cite_ref-733">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFHarwood2020" class="citation web cs1">Harwood, William (18 February 2020). <a rel="nofollow" class="external text" href="https://www.cbsnews.com/news/spacex-space-adventures-tourism-orbit-crew-dragon-2022/">"SpaceX and Space Adventures to launch space tourism flight in 2022"</a>. <i>CBS News</i><span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=CBS+News&rft.atitle=SpaceX+and+Space+Adventures+to+launch+space+tourism+flight+in+2022&rft.date=2020-02-18&rft.aulast=Harwood&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.cbsnews.com%2Fnews%2Fspacex-space-adventures-tourism-orbit-crew-dragon-2022%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-734"><span class="mw-cite-backlink"><b><a href="#cite_ref-734">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="http://www.collectspace.com/news/news-012621a-axiom-space-ax1-crew-announce.html">"Axiom Space names first private crew to launch to space station"</a>. collect SPACE. 26 January 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">1 February</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Axiom+Space+names+first+private+crew+to+launch+to+space+station&rft.date=2021-01-26&rft_id=http%3A%2F%2Fwww.collectspace.com%2Fnews%2Fnews-012621a-axiom-space-ax1-crew-announce.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-735"><span class="mw-cite-backlink"><b><a href="#cite_ref-735">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFO'Kane2020" class="citation web cs1">O\'Kane, Sean (5 March 2020). <a rel="nofollow" class="external text" href="https://www.theverge.com/2020/3/5/21166657/spacex-tourists-iss-international-space-station-orbit-falcon-9-dragon">"SpaceX will send three tourists to the International Space Station next year"</a>. The Verge<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+will+send+three+tourists+to+the+International+Space+Station+next+year&rft.pub=The+Verge&rft.date=2020-03-05&rft.aulast=O%27Kane&rft.aufirst=Sean&rft_id=https%3A%2F%2Fwww.theverge.com%2F2020%2F3%2F5%2F21166657%2Fspacex-tourists-iss-international-space-station-orbit-falcon-9-dragon&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-736"><span class="mw-cite-backlink"><b><a href="#cite_ref-736">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFNASA_Commercial_Crew_[@Commercial_Crew]2021" class="citation web cs1">NASA Commercial Crew [@Commercial_Crew] (12 February 2021). <a rel="nofollow" class="external text" href="https://twitter.com/Commercial_Crew/status/1360307237709840394">"NASA astronauts @astro_kjell and Bob Hines have been assigned to launch on the agency\'s @SpaceX Crew-4 mission to the @Space_Station. The mission is expected to launch in 2022 from @NASAKennedy. \xf0\x9f\x9a\x80 Get to know more about the Crew-4 @NASA_Astronauts: t.co/p83i4IwpfQ t.co/a2Es9a8e3c"</a> (Tweet). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210227135803/https://twitter.com/Commercial_Crew/status/1360307237709840394">Archived</a> from the original on 27 February 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+astronauts+%40astro_kjell+and+Bob+Hines+have+been+assigned+to+launch+on+the+agency%E2%80%99s+%40SpaceX+Crew-4+mission+to+the+%40Space_Station.+The+mission+is+expected+to+launch+in+2022+from+%40NASAKennedy.+%F0%9F%9A%80+Get+to+know+more+about+the+Crew-4+%40NASA_Astronauts%3A+t.co%2Fp83i4IwpfQ+t.co%2Fa2Es9a8e3c&rft.date=2021-02-12&rft.au=NASA+Commercial+Crew+%5B%40Commercial_Crew%5D&rft_id=https%3A%2F%2Ftwitter.com%2FCommercial_Crew%2Fstatus%2F1360307237709840394&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sn-20200820-737"><span class="mw-cite-backlink">^ <a href="#cite_ref-sn-20200820_737-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sn-20200820_737-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sn-20200820_737-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFHenry2020" class="citation web cs1">Henry, Caleb (20 August 2020). <a rel="nofollow" class="external text" href="https://spacenews.com/ses-taps-spacex-for-two-additional-falcon-9-launches/">"SES taps SpaceX for two additional Falcon 9 launches"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SES+taps+SpaceX+for+two+additional+Falcon+9+launches&rft.pub=SpaceNews&rft.date=2020-08-20&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=https%3A%2F%2Fspacenews.com%2Fses-taps-spacex-for-two-additional-falcon-9-launches%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spacex-smallsat-738"><span class="mw-cite-backlink">^ <a href="#cite_ref-spacex-smallsat_738-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spacex-smallsat_738-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-spacex-smallsat_738-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-spacex-smallsat_738-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-spacex-smallsat_738-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-spacex-smallsat_738-5"><sup><i><b>f</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://i.imgur.com/m7s8JF8.png">"SpaceX Satellite Rideshare Program Available Flights"</a>. <i><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a></i>. Archived from <a rel="nofollow" class="external text" href="https://rideshare.spacex.com/search">the original</a> on 5 June 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">5 June</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=SpaceX&rft.atitle=SpaceX+Satellite+Rideshare+Program+Available+Flights&rft_id=https%3A%2F%2Frideshare.spacex.com%2Fsearch&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> Archived via <a href="/wiki/Imgur" title="Imgur">Imgur</a>.</span>\n</li>\n<li id="cite_note-739"><span class="mw-cite-backlink"><b><a href="#cite_ref-739">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://fcc.report/IBFS/SAT-LOA-20210423-00055/6378695.pdf">"Intuitive Machines-1 Orbital Debris Assessment Report (ODAR) Revision 1.1"</a> <span class="cs1-format">(PDF)</span>. <i><a href="/wiki/Intuitive_Machines" title="Intuitive Machines">Intuitive Machines</a></i>. <a href="/wiki/Federal_Communications_Commission" title="Federal Communications Commission">FCC</a>. 22 April 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">24 April</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Intuitive+Machines&rft.atitle=Intuitive+Machines-1+Orbital+Debris+Assessment+Report+%28ODAR%29+Revision+1.1&rft.date=2021-04-22&rft_id=https%3A%2F%2Ffcc.report%2FIBFS%2FSAT-LOA-20210423-00055%2F6378695.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-740"><span class="mw-cite-backlink"><b><a href="#cite_ref-740">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external free" href="https://www.nasa.gov/feature/first-commercial-moon-delivery-assignments-to-advance-artemis">https://www.nasa.gov/feature/first-commercial-moon-delivery-assignments-to-advance-artemis</a> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-741"><span class="mw-cite-backlink"><b><a href="#cite_ref-741">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFMathews2019" class="citation web cs1">Mathews, Chris (5 June 2019). <a rel="nofollow" class="external text" href="https://www.bizjournals.com/houston/news/2019/06/05/houston-co-receives-77m-nasa-contract-for-lunar.html">"Houston co. receives US$77 million NASA contract for lunar mission"</a>. <i>bizjournals.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">1 September</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=bizjournals.com&rft.atitle=Houston+co.+receives+US%2477+million+NASA+contract+for+lunar+mission&rft.date=2019-06-05&rft.aulast=Mathews&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.bizjournals.com%2Fhouston%2Fnews%2F2019%2F06%2F05%2Fhouston-co-receives-77m-nasa-contract-for-lunar.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-arst-20190601-742"><span class="mw-cite-backlink"><b><a href="#cite_ref-arst-20190601_742-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://arstechnica.com/science/2019/05/nasa-picks-three-companies-to-attempt-moon-landings-in-2020-and-2021/">"NASA picks three companies to attempt Moon landings in 2020 and 2021"</a>. Ars Technica. 31 May 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">31 August</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+picks+three+companies+to+attempt+Moon+landings+in+2020+and+2021&rft.pub=Ars+Technica&rft.date=2019-05-31&rft_id=https%3A%2F%2Farstechnica.com%2Fscience%2F2019%2F05%2Fnasa-picks-three-companies-to-attempt-moon-landings-in-2020-and-2021%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-743"><span class="mw-cite-backlink"><b><a href="#cite_ref-743">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://nextspaceflight.com/launches/details/1915">"IM-1 Nova-C & DOGE-1"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">9 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=IM-1+Nova-C+%26+DOGE-1&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F1915&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-744"><span class="mw-cite-backlink"><b><a href="#cite_ref-744">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGeometric_Energy_press_release" class="citation web cs1">Geometric Energy press release. <a rel="nofollow" class="external text" href="https://www.newswire.ca/news-releases/spacex-to-launch-doge-1-to-the-moon--875845973.html">"SpaceX to Launch DOGE-1 to the Moon!"</a>. <i>www.newswire.ca</i><span class="reference-accessdate">. Retrieved <span class="nowrap">10 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.newswire.ca&rft.atitle=SpaceX+to+Launch+DOGE-1+to+the+Moon%21&rft.au=Geometric+Energy+press+release&rft_id=https%3A%2F%2Fwww.newswire.ca%2Fnews-releases%2Fspacex-to-launch-doge-1-to-the-moon--875845973.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-745"><span class="mw-cite-backlink"><b><a href="#cite_ref-745">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFWerner2021" class="citation web cs1">Werner, Debra (25 February 2021). <a rel="nofollow" class="external text" href="https://spacenews.com/maxar-q4-2020/">"Maxar remains focused on multiyear diversification strategy"</a>. <i><a href="/wiki/SpaceNews" title="SpaceNews">SpaceNews</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">6 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=SpaceNews&rft.atitle=Maxar+remains+focused+on+multiyear+diversification+strategy&rft.date=2021-02-25&rft.aulast=Werner&rft.aufirst=Debra&rft_id=https%3A%2F%2Fspacenews.com%2Fmaxar-q4-2020%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-NASA-SMSR-746"><span class="mw-cite-backlink">^ <a href="#cite_ref-NASA-SMSR_746-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-NASA-SMSR_746-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-NASA-SMSR_746-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-NASA-SMSR_746-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-NASA-SMSR_746-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-NASA-SMSR_746-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-NASA-SMSR_746-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-NASA-SMSR_746-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-NASA-SMSR_746-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-NASA-SMSR_746-9"><sup><i><b>j</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://sma.nasa.gov/docs/default-source/sma-disciplines-and-programs/smsr/smsr-intergrated-master-schedule_24feb2020.pdf">"SMSR Integrated Master Schedule"</a> <span class="cs1-format">(PDF)</span>. <i>Office of Safety and Mission Assurance</i>. <a href="/wiki/NASA" title="NASA">NASA</a>. 28 April 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">3 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Office+of+Safety+and+Mission+Assurance&rft.atitle=SMSR+Integrated+Master+Schedule&rft.date=2021-04-28&rft_id=https%3A%2F%2Fsma.nasa.gov%2Fdocs%2Fdefault-source%2Fsma-disciplines-and-programs%2Fsmsr%2Fsmsr-intergrated-master-schedule_24feb2020.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-747"><span class="mw-cite-backlink"><b><a href="#cite_ref-747">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFErwin2018" class="citation news cs1">Erwin, Sandra (21 June 2018). <a rel="nofollow" class="external text" href="http://spacenews.com/spacex-wins-130-million-military-launch-contract-for-falcon-heavy/">"SpaceX wins $130 million military launch contract for Falcon Heavy"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">12 September</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+wins+%24130+million+military+launch+contract+for+Falcon+Heavy&rft.date=2018-06-21&rft.aulast=Erwin&rft.aufirst=Sandra&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-wins-130-million-military-launch-contract-for-falcon-heavy%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-748"><span class="mw-cite-backlink"><b><a href="#cite_ref-748">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2018" class="citation news cs1">Clark, Stephen (26 June 2018). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2018/06/26/u-s-air-force-certifies-falcon-heavy-rocket-awards-launch-contract/">"U.S. Air Force certifies Falcon Heavy rocket, awards launch contract"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">28 April</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=U.S.+Air+Force+certifies+Falcon+Heavy+rocket%2C+awards+launch+contract&rft.date=2018-06-26&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F06%2F26%2Fu-s-air-force-certifies-falcon-heavy-rocket-awards-launch-contract%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-749"><span class="mw-cite-backlink"><b><a href="#cite_ref-749">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/viasat-q3-2021//">"Viasat"</a>. SpaceNews. 5 February 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">17 February</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Viasat&rft.pub=SpaceNews&rft.date=2021-02-05&rft_id=https%3A%2F%2Fspacenews.com%2Fviasat-q3-2021%2F%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-750"><span class="mw-cite-backlink"><b><a href="#cite_ref-750">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation pressrelease cs1"><a rel="nofollow" class="external text" href="http://investors.viasat.com/news-releases/news-release-details/viasat-spacex-enter-contract-future-viasat-3-satellite-launch">"Viasat, SpaceX Enter Contract for a Future ViaSat-3 Satellite Launch"</a> (Press release). ViaSat. 25 October 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">25 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Viasat%2C+SpaceX+Enter+Contract+for+a+Future+ViaSat-3+Satellite+Launch&rft.pub=ViaSat&rft.date=2018-10-25&rft_id=http%3A%2F%2Finvestors.viasat.com%2Fnews-releases%2Fnews-release-details%2Fviasat-spacex-enter-contract-future-viasat-3-satellite-launch&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-SN20181025-751"><span class="mw-cite-backlink">^ <a href="#cite_ref-SN20181025_751-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-SN20181025_751-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFHenry2018" class="citation news cs1">Henry, Caleb (25 October 2018). <a rel="nofollow" class="external text" href="https://spacenews.com/viasat-books-falcon-heavy-for-viasat-3-launch/">"Viasat books Falcon Heavy for ViaSat-3 launch"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">25 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Viasat+books+Falcon+Heavy+for+ViaSat-3+launch&rft.date=2018-10-25&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=https%3A%2F%2Fspacenews.com%2Fviasat-books-falcon-heavy-for-viasat-3-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-752"><span class="mw-cite-backlink"><b><a href="#cite_ref-752">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFLee2020" class="citation web cs1">Lee, Jonghwa (27 September 2020). <a rel="nofollow" class="external text" href="https://www.mk.co.kr/news/it/view/2020/09/997251/">"\xed\x95\x9c\xea\xb5\xad\xed\x98\x95 \xeb\x8b\xac \xea\xb6\xa4\xeb\x8f\x84\xec\x84\xa0, 2022\xeb\x85\x84 8\xec\x9b\x94 1\xec\x9d\xbc \xeb\xb0\x9c\xec\x82\xac\xeb\x90\x9c\xeb\x8b\xa4"</a> [Korean lunar orbiter to launch on August 1, 2022] (in Korean). Maeil Business Newspaper<span class="reference-accessdate">. Retrieved <span class="nowrap">27 September</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=%ED%95%9C%EA%B5%AD%ED%98%95+%EB%8B%AC+%EA%B6%A4%EB%8F%84%EC%84%A0%2C+2022%EB%85%84+8%EC%9B%94+1%EC%9D%BC+%EB%B0%9C%EC%82%AC%EB%90%9C%EB%8B%A4&rft.pub=Maeil+Business+Newspaper&rft.date=2020-09-27&rft.aulast=Lee&rft.aufirst=Jonghwa&rft_id=https%3A%2F%2Fwww.mk.co.kr%2Fnews%2Fit%2Fview%2F2020%2F09%2F997251%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-753"><span class="mw-cite-backlink"><b><a href="#cite_ref-753">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://nssdc.gsfc.nasa.gov/nmc/spacecraft/display.action?id=KPLO">"KPLO"</a>. <i>nssdc.gsfc.nasa.gov</i>. NASA.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nssdc.gsfc.nasa.gov&rft.atitle=KPLO&rft_id=https%3A%2F%2Fnssdc.gsfc.nasa.gov%2Fnmc%2Fspacecraft%2Fdisplay.action%3Fid%3DKPLO&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-kplo-754"><span class="mw-cite-backlink">^ <a href="#cite_ref-kplo_754-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-kplo_754-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_sdat/kplo.htm">"KPLO"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">19 December</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=KPLO&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fkplo.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-755"><span class="mw-cite-backlink"><b><a href="#cite_ref-755">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.miragenews.com/nasa-awards-launch-services-contract-for-psyche-mission/">"NASA Awards Launch Services Contract for Psyche Mission"</a>. <i>miragenews.com</i>. Mirage News<span class="reference-accessdate">. Retrieved <span class="nowrap">28 February</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=miragenews.com&rft.atitle=NASA+Awards+Launch+Services+Contract+for+Psyche+Mission&rft_id=https%3A%2F%2Fwww.miragenews.com%2Fnasa-awards-launch-services-contract-for-psyche-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-756"><span class="mw-cite-backlink"><b><a href="#cite_ref-756">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasa.gov/mission_pages/psyche/overview/index.html">"Psyche Overview"</a>. <i>nasa.gov</i>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">28 February</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasa.gov&rft.atitle=Psyche+Overview&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fmission_pages%2Fpsyche%2Foverview%2Findex.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-cnbc.com-757"><span class="mw-cite-backlink">^ <a href="#cite_ref-cnbc.com_757-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-cnbc.com_757-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-cnbc.com_757-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><a rel="nofollow" class="external free" href="https://www.cnbc.com/2020/09/17/spacex-and-arianespace-win-390-million-worth-of-intelsat-launches.html">https://www.cnbc.com/2020/09/17/spacex-and-arianespace-win-390-million-worth-of-intelsat-launches.html</a></span>\n</li>\n<li id="cite_note-arstechnica.com-758"><span class="mw-cite-backlink">^ <a href="#cite_ref-arstechnica.com_758-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-arstechnica.com_758-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-arstechnica.com_758-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-arstechnica.com_758-3"><sup><i><b>d</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://arstechnica.com/science/2020/08/the-air-force-selects-ula-and-spacex-for-mid-2020s-launches/">"In a consequential decision, Air Force picks its rockets for mid-2020s launches"</a>. 7 August 2020.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=In+a+consequential+decision%2C+Air+Force+picks+its+rockets+for+mid-2020s+launches&rft.date=2020-08-07&rft_id=https%3A%2F%2Farstechnica.com%2Fscience%2F2020%2F08%2Fthe-air-force-selects-ula-and-spacex-for-mid-2020s-launches%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-759"><span class="mw-cite-backlink"><b><a href="#cite_ref-759">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFErwin" class="citation web cs1">Erwin, Sandra. <a rel="nofollow" class="external text" href="https://spacenews.com/spacex-explains-why-the-u-s-space-force-is-paying-316-million-for-a-single-launch/">"SpaceX explains why the U.S. Space Force is paying US$316 million for a single launch"</a>. <i>spacenews.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spacenews.com&rft.atitle=SpaceX+explains+why+the+U.S.+Space+Force+is+paying+US%24316+million+for+a+single+launch&rft.aulast=Erwin&rft.aufirst=Sandra&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-explains-why-the-u-s-space-force-is-paying-316-million-for-a-single-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-760"><span class="mw-cite-backlink"><b><a href="#cite_ref-760">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.spaceref.com/news/viewpr.html?pid=56804">"MethaneSAT Picks SpaceX as Launch Provider for Mission to Protect Earth\'s Climate"</a>. <i>Spaceref</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 January</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Spaceref&rft.atitle=MethaneSAT+Picks+SpaceX+as+Launch+Provider+for+Mission+to+Protect+Earth%27s+Climate&rft_id=http%3A%2F%2Fwww.spaceref.com%2Fnews%2Fviewpr.html%3Fpid%3D56804&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-swot-contract-761"><span class="mw-cite-backlink"><b><a href="#cite_ref-swot-contract_761-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFCheryl_WarnerSteve_ColeGeorge_H._Diller2016" class="citation news cs1">Cheryl Warner; Steve Cole; George H. Diller (22 November 2016). <a rel="nofollow" class="external text" href="https://www.nasa.gov/press-release/nasa-selects-launch-services-for-global-surface-water-survey-mission">"NASA Selects Launch Services for Global Surface Water Survey Mission"</a>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">23 November</span> 2016</span>. <q>NASA has selected Space Exploration Technologies (SpaceX) of Hawthorne, California, to provide launch services for the agency\'s Surface Water and Ocean Topography (SWOT) mission. Launch is targeted for April 2021 on a SpaceX Falcon 9 rocket from Space Launch Complex 4E at Vandenberg Air Force Base in California.</q></cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=NASA+Selects+Launch+Services+for+Global+Surface+Water+Survey+Mission&rft.date=2016-11-22&rft.au=Cheryl+Warner&rft.au=Steve+Cole&rft.au=George+H.+Diller&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fnasa-selects-launch-services-for-global-surface-water-survey-mission&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-762"><span class="mw-cite-backlink"><b><a href="#cite_ref-762">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFBiancamariaLettenmaierPavelsky2016" class="citation journal cs1">Biancamaria, Sylvain; Lettenmaier, Dennis P.; Pavelsky, Tamlin M. (2016). <a rel="nofollow" class="external text" href="https://hal.archives-ouvertes.fr/hal-02136974/file/Biancamaria_etal2016_SurvGeophys.pdf">"The SWOT Mission and Its Capabilities for Land Hydrology"</a> <span class="cs1-format">(PDF)</span>. <i>Surveys in Geophysics</i>. <b>37</b> (2): 307\xe2\x80\x93337. <a href="/wiki/Bibcode_(identifier)" class="mw-redirect" title="Bibcode (identifier)">Bibcode</a>:<a rel="nofollow" class="external text" href="https://ui.adsabs.harvard.edu/abs/2016SGeo...37..307B">2016SGeo...37..307B</a>. <a href="/wiki/Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1007%2Fs10712-015-9346-y">10.1007/s10712-015-9346-y</a>. <a href="/wiki/S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a> <a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:130786322">130786322</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Surveys+in+Geophysics&rft.atitle=The+SWOT+Mission+and+Its+Capabilities+for+Land+Hydrology&rft.volume=37&rft.issue=2&rft.pages=307-337&rft.date=2016&rft_id=https%3A%2F%2Fapi.semanticscholar.org%2FCorpusID%3A130786322%23id-name%3DS2CID&rft_id=info%3Adoi%2F10.1007%2Fs10712-015-9346-y&rft_id=info%3Abibcode%2F2016SGeo...37..307B&rft.aulast=Biancamaria&rft.aufirst=Sylvain&rft.au=Lettenmaier%2C+Dennis+P.&rft.au=Pavelsky%2C+Tamlin+M.&rft_id=https%3A%2F%2Fhal.archives-ouvertes.fr%2Fhal-02136974%2Ffile%2FBiancamaria_etal2016_SurvGeophys.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-763"><span class="mw-cite-backlink"><b><a href="#cite_ref-763">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external free" href="https://spacenews.com/masten-wins-nasa-lunar-lander-award/">https://spacenews.com/masten-wins-nasa-lunar-lander-award/</a></span>\n</li>\n<li id="cite_note-764"><span class="mw-cite-backlink"><b><a href="#cite_ref-764">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSheetz,_Michael_[@thesheetztweetz]2020" class="citation web cs1"><a href="/wiki/Michael_Sheetz" title="Michael Sheetz">Sheetz, Michael [@thesheetztweetz]</a> (26 August 2020). <a rel="nofollow" class="external text" href="https://twitter.com/thesheetztweetz/status/1298682689491329024">"Masten Space Systems signed a contract with SpaceX to launch the Masten Mission One (MM1) to the Moon in 2022, with the XL-1 lander set to deliver 9 payloads to the lunar south pole under NASA\'s CLPS program. t.co/IhwOApBtVq"</a> (Tweet). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20200826180508/https://twitter.com/thesheetztweetz/status/1298682689491329024">Archived</a> from the original on 26 August 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Masten+Space+Systems+signed+a+contract+with+SpaceX+to+launch+the+Masten+Mission+One+%28MM1%29+to+the+Moon+in+2022%2C+with+the+XL-1+lander+set+to+deliver+9+payloads+to+the+lunar+south+pole+under+NASA%27s+CLPS+program.+t.co%2FIhwOApBtVq&rft.date=2020-08-26&rft.au=Sheetz%2C+Michael+%5B%40thesheetztweetz%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fthesheetztweetz%2Fstatus%2F1298682689491329024&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-765"><span class="mw-cite-backlink"><b><a href="#cite_ref-765">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external free" href="https://www.masten.aero/blog/spacex/">https://www.masten.aero/blog/spacex/</a></span>\n</li>\n<li id="cite_note-HenrySpaceNorway-766"><span class="mw-cite-backlink">^ <a href="#cite_ref-HenrySpaceNorway_766-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-HenrySpaceNorway_766-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFHenry" class="citation web cs1">Henry, Caleb. <a rel="nofollow" class="external text" href="https://spacenews.com/northrop-grumman-to-build-two-triple-payload-satellites-for-space-norway-spacex-to-launch/">"Northrop Grumman to build two triple-payload satellites for Space Norway, SpaceX to launch"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">4 July</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Northrop+Grumman+to+build+two+triple-payload+satellites+for+Space+Norway%2C+SpaceX+to+launch&rft.pub=SpaceNews&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=https%3A%2F%2Fspacenews.com%2Fnorthrop-grumman-to-build-two-triple-payload-satellites-for-space-norway-spacex-to-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-767"><span class="mw-cite-backlink"><b><a href="#cite_ref-767">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.teslarati.com/spacex-double-satellite-falcon-9-launch-contract-win/">"SpaceX awarded double-satellite Falcon 9 launch contract, sixth win of 2019"</a>. Teslarati. 4 July 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">7 July</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+awarded+double-satellite+Falcon+9+launch+contract%2C+sixth+win+of+2019&rft.date=2019-07-04&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-double-satellite-falcon-9-launch-contract-win%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-768"><span class="mw-cite-backlink"><b><a href="#cite_ref-768">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://finance.yahoo.com/news/intuitive-machines-taps-spacex-second-153128364.html">"Intuitive Machines taps SpaceX for second lunar lander mission"</a>. <i>Yahoo!</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 January</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Yahoo%21&rft.atitle=Intuitive+Machines+taps+SpaceX+for+second+lunar+lander+mission&rft_id=https%3A%2F%2Ffinance.yahoo.com%2Fnews%2Fintuitive-machines-taps-spacex-second-153128364.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-769"><span class="mw-cite-backlink"><b><a href="#cite_ref-769">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://ispace-inc.com/news/?p=1874">"MBRSC Teams Up with Japan\'s ispace on Emirates Lunar Mission"</a>. <i><a href="/wiki/Ispace_(Japanese_company)" title="Ispace (Japanese company)">ispace</a></i>. 14 April 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">24 April</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=ispace&rft.atitle=MBRSC+Teams+Up+with+Japan%27s+ispace+on+Emirates+Lunar+Mission&rft.date=2021-04-14&rft_id=https%3A%2F%2Fispace-inc.com%2Fnews%2F%3Fp%3D1874&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spacenews-20180926-770"><span class="mw-cite-backlink">^ <a href="#cite_ref-spacenews-20180926_770-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spacenews-20180926_770-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-spacenews-20180926_770-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/japanese-company-ispace-selects-spacex-for-lunar-missions/">"Japanese company ispace selects SpaceX for lunar missions"</a>. SpaceNews. 26 September 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">31 August</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Japanese+company+ispace+selects+SpaceX+for+lunar+missions&rft.pub=SpaceNews&rft.date=2018-09-26&rft_id=https%3A%2F%2Fspacenews.com%2Fjapanese-company-ispace-selects-spacex-for-lunar-missions%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-ispace20190822-771"><span class="mw-cite-backlink">^ <a href="#cite_ref-ispace20190822_771-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-ispace20190822_771-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-ispace20190822_771-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://ispace-inc.com/news/?p=1376">"Mission Timeline Adjustment for the HAKUTO-R Program"</a>. <i>ispace-inc.com</i>. 22 August 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">24 August</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=ispace-inc.com&rft.atitle=Mission+Timeline+Adjustment+for+the+HAKUTO-R+Program&rft.date=2019-08-22&rft_id=https%3A%2F%2Fispace-inc.com%2Fnews%2F%3Fp%3D1376&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-772"><span class="mw-cite-backlink"><b><a href="#cite_ref-772">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spaceflightnow.com/2021/02/15/spacex-planning-launch-of-two-falcon-heavy-missions-in-summer-and-fall/">"SpaceX planning launch of two Falcon Heavy missions in summer and fall"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">18 February</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+planning+launch+of+two+Falcon+Heavy+missions+in+summer+and+fall&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2021%2F02%2F15%2Fspacex-planning-launch-of-two-falcon-heavy-missions-in-summer-and-fall%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-773"><span class="mw-cite-backlink"><b><a href="#cite_ref-773">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.inmarsat.com/en/news/latest-news/corporate/2021/inmarsat-marks-five-years-of-global-xpress-worldwide-service-and.html">"Inmarsat marks five years of Global Xpress worldwide service and confirms plans for major extension of world-leading network"</a>. <i><a href="/wiki/Inmarsat" title="Inmarsat">Inmarsat</a></i>. 4 January 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">20 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Inmarsat&rft.atitle=Inmarsat+marks+five+years+of+Global+Xpress+worldwide+service+and+confirms+plans+for+major+extension+of+world-leading+network&rft.date=2021-01-04&rft_id=https%3A%2F%2Fwww.inmarsat.com%2Fen%2Fnews%2Flatest-news%2Fcorporate%2F2021%2Finmarsat-marks-five-years-of-global-xpress-worldwide-service-and.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-spacenews-20180601-774"><span class="mw-cite-backlink"><b><a href="#cite_ref-spacenews-20180601_774-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFHenry2018" class="citation news cs1">Henry, Caleb (1 June 2018). <a rel="nofollow" class="external text" href="http://spacenews.com/arabsat-falcon-heavy-mission-slated-for-december-january-timeframe/">"Arabsat Falcon Heavy mission slated for December\xe2\x80\x93January timeframe"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">2 June</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Arabsat+Falcon+Heavy+mission+slated+for+December%E2%80%93January+timeframe&rft.date=2018-06-01&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=http%3A%2F%2Fspacenews.com%2Farabsat-falcon-heavy-mission-slated-for-december-january-timeframe%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-gxflex-775"><span class="mw-cite-backlink"><b><a href="#cite_ref-gxflex_775-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://spacenews.com/inmarsat-to-place-gx-flex-next-gen-satellite-system-order-this-year/">"Inmarsat to place GX Flex next-gen satellite system order this year"</a>. SpaceNews. 7 March 2019.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Inmarsat+to+place+GX+Flex+next-gen+satellite+system+order+this+year&rft.pub=SpaceNews&rft.date=2019-03-07&rft_id=https%3A%2F%2Fspacenews.com%2Finmarsat-to-place-gx-flex-next-gen-satellite-system-order-this-year%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-launchmanifest20200406-776"><span class="mw-cite-backlink"><b><a href="#cite_ref-launchmanifest20200406_776-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20200406123343/https://www.spacex.com/missions">"Launch Manifest"</a>. SpaceX. Archived from <a rel="nofollow" class="external text" href="https://www.spacex.com/missions">the original</a> on 6 April 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">6 April</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Launch+Manifest&rft.pub=SpaceX&rft_id=https%3A%2F%2Fwww.spacex.com%2Fmissions&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-777"><span class="mw-cite-backlink"><b><a href="#cite_ref-777">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external free" href="https://space.skyrocket.de/doc_sdat/ses-18.htm">https://space.skyrocket.de/doc_sdat/ses-18.htm</a></span>\n</li>\n<li id="cite_note-778"><span class="mw-cite-backlink"><b><a href="#cite_ref-778">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.businesswire.com/news/home/20200805005594/en/SES-Selects-SpaceX-Launch-New-C-Band-Satellites">"SES Selects SpaceX for Launch of New C-Band Satellites"</a>. 5 August 2020.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SES+Selects+SpaceX+for+Launch+of+New+C-Band+Satellites&rft.date=2020-08-05&rft_id=https%3A%2F%2Fwww.businesswire.com%2Fnews%2Fhome%2F20200805005594%2Fen%2FSES-Selects-SpaceX-Launch-New-C-Band-Satellites&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-779"><span class="mw-cite-backlink"><b><a href="#cite_ref-779">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external free" href="https://spaceflightnow.com/2020/08/05/ula-spacex-win-contracts-to-launch-satellites-for-ses-in-2022/">https://spaceflightnow.com/2020/08/05/ula-spacex-win-contracts-to-launch-satellites-for-ses-in-2022/</a></span>\n</li>\n<li id="cite_note-780"><span class="mw-cite-backlink"><b><a href="#cite_ref-780">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external free" href="https://spaceflightnow.com/2020/08/20/ses-orders-two-more-falcon-9-launches-from-spacex/">https://spaceflightnow.com/2020/08/20/ses-orders-two-more-falcon-9-launches-from-spacex/</a></span>\n</li>\n<li id="cite_note-businesswire.com-781"><span class="mw-cite-backlink">^ <a href="#cite_ref-businesswire.com_781-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-businesswire.com_781-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><a rel="nofollow" class="external free" href="https://www.businesswire.com/news/home/20200819005803/en/SES-Picks-SpaceX-Launch-Additional-O3b-mPOWER">https://www.businesswire.com/news/home/20200819005803/en/SES-Picks-SpaceX-Launch-Additional-O3b-mPOWER</a></span>\n</li>\n<li id="cite_note-broadcastpro20200122-782"><span class="mw-cite-backlink">^ <a href="#cite_ref-broadcastpro20200122_782-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-broadcastpro20200122_782-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-broadcastpro20200122_782-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.broadcastprome.com/news/satellite/nilesat-partners-with-spacex-to-launch-nilesat-301-satellite-in-2022/">"Nilesat partners with SpaceX to launch Nilesat-301 satellite in 2022"</a>. Broadcastprome. 22 January 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">23 January</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Nilesat+partners+with+SpaceX+to+launch+Nilesat-301+satellite+in+2022&rft.pub=Broadcastprome&rft.date=2020-01-22&rft_id=https%3A%2F%2Fwww.broadcastprome.com%2Fnews%2Fsatellite%2Fnilesat-partners-with-spacex-to-launch-nilesat-301-satellite-in-2022%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-783"><span class="mw-cite-backlink"><b><a href="#cite_ref-783">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation pressrelease cs1"><a rel="nofollow" class="external text" href="https://investors.intelsat.com/news-releases/news-release-details/intelsat-selects-spacex-launch-intelsat-40e-satellite">"Intelsat Selects SpaceX to Launch Intelsat 40e Satellite"</a>. <i><a href="/wiki/Intelsat" title="Intelsat">Intelsat</a></i> (Press release). 17 March 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">20 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Intelsat+Selects+SpaceX+to+Launch+Intelsat+40e+Satellite&rft.date=2020-03-17&rft_id=https%3A%2F%2Finvestors.intelsat.com%2Fnews-releases%2Fnews-release-details%2Fintelsat-selects-spacex-launch-intelsat-40e-satellite&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-784"><span class="mw-cite-backlink"><b><a href="#cite_ref-784">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_lau_det/falcon-9_v1-2_b5.htm">"Falcon-9 v1.2 (Block 5) (Falcon-9FT (Block 5))"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">25 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon-9+v1.2+%28Block+5%29+%28Falcon-9FT+%28Block+5%29%29&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_lau_det%2Ffalcon-9_v1-2_b5.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-gunter-NRO-785"><span class="mw-cite-backlink"><b><a href="#cite_ref-gunter-NRO_785-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs" class="citation web cs1">Krebs, Gunter. <a rel="nofollow" class="external text" href="http://space.skyrocket.de/doc_sat/nrol.htm">"NROL launches"</a>. Gunter\'s Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">20 February</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NROL+launches&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sat%2Fnrol.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-786"><span class="mw-cite-backlink"><b><a href="#cite_ref-786">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_sdat/aurora-4a.htm">"Aurora 4A"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2 June</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Aurora+4A&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Faurora-4a.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-787"><span class="mw-cite-backlink"><b><a href="#cite_ref-787">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFHenry2020" class="citation web cs1">Henry, Caleb (13 February 2020). <a rel="nofollow" class="external text" href="https://spacenews.com/astranis-raises-90-million-in-debt-and-equity-ahead-of-first-launch/">"Astranis raises US$90 million in debt and equity ahead of first launch"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Astranis+raises+US%2490+million+in+debt+and+equity+ahead+of+first+launch&rft.pub=SpaceNews&rft.date=2020-02-13&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=https%3A%2F%2Fspacenews.com%2Fastranis-raises-90-million-in-debt-and-equity-ahead-of-first-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-788"><span class="mw-cite-backlink"><b><a href="#cite_ref-788">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKnapp" class="citation web cs1">Knapp, Alex. <a rel="nofollow" class="external text" href="https://www.forbes.com/sites/alexknapp/2019/08/26/internet-startup-astranis-selects-spacex-to-launch-its-first-commercial-satellite/">"Internet Startup Astranis Selects SpaceX To Launch Its First Commercial Satellite"</a>. <i>Forbes</i><span class="reference-accessdate">. Retrieved <span class="nowrap">1 September</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Forbes&rft.atitle=Internet+Startup+Astranis+Selects+SpaceX+To+Launch+Its+First+Commercial+Satellite&rft.aulast=Knapp&rft.aufirst=Alex&rft_id=https%3A%2F%2Fwww.forbes.com%2Fsites%2Falexknapp%2F2019%2F08%2F26%2Finternet-startup-astranis-selects-spacex-to-launch-its-first-commercial-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-gunter-v2c-789"><span class="mw-cite-backlink">^ <a href="#cite_ref-gunter-v2c_789-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-gunter-v2c_789-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-gunter-v2c_789-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKrebs2021" class="citation web cs1">Krebs, Gunter (19 April 2021). <a rel="nofollow" class="external text" href="https://space.skyrocket.de/doc_sdat/dragon-v2c.htm">"Dragon CRS-21,... CRS-29 (SpX 21,... 29)"</a>. <i>Gunter\'s Space Page</i><span class="reference-accessdate">. Retrieved <span class="nowrap">3 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Gunter%27s+Space+Page&rft.atitle=Dragon+CRS-21%2C...+CRS-29+%28SpX+21%2C...+29%29&rft.date=2021-04-19&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fdragon-v2c.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-790"><span class="mw-cite-backlink"><b><a href="#cite_ref-790">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFPatel2020" class="citation news cs1">Patel, Neel V. (27 February 2020). <a rel="nofollow" class="external text" href="https://www.technologyreview.com/2020/02/27/905641/lunar-missions-before-nasa-2024-artemis-moon-landing-space-x-mining/">"The 17 biggest lunar missions leading up to NASA\'s 2024 moon landing"</a>. Technology Review<span class="reference-accessdate">. Retrieved <span class="nowrap">22 June</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=The+17+biggest+lunar+missions+leading+up+to+NASA%27s+2024+moon+landing&rft.date=2020-02-27&rft.aulast=Patel&rft.aufirst=Neel+V.&rft_id=https%3A%2F%2Fwww.technologyreview.com%2F2020%2F02%2F27%2F905641%2Flunar-missions-before-nasa-2024-artemis-moon-landing-space-x-mining%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-791"><span class="mw-cite-backlink"><b><a href="#cite_ref-791">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://ispace-inc.com/wp-content/uploads/2020/05/ispace_PayladUserGuide_v2_202001.pdf">"ispace Payload User\'s Guide"</a> <span class="cs1-format">(PDF)</span>. <i>ispace-inc.com</i>. January 2020.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=ispace-inc.com&rft.atitle=ispace+Payload+User%27s+Guide&rft.date=2020-01&rft_id=https%3A%2F%2Fispace-inc.com%2Fwp-content%2Fuploads%2F2020%2F05%2Fispace_PayladUserGuide_v2_202001.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-792"><span class="mw-cite-backlink"><b><a href="#cite_ref-792">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGordon2020" class="citation web cs1">Gordon, Elon (October 2020). <a rel="nofollow" class="external text" href="https://madeinspace.us/wp-content/uploads/2020/10/ASCEND-2020-Archinaut-One-Status-Update.pdf">"Archinaut One Technology Demonstration Mission Status Update"</a> <span class="cs1-format">(PDF)</span>. <i><a href="/wiki/Made_In_Space,_Inc." title="Made In Space, Inc.">Made In Space, Inc.</a></i><span class="reference-accessdate"> Retrieved <span class="nowrap">6 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Made+In+Space%2C+Inc.&rft.atitle=Archinaut+One+Technology+Demonstration+Mission+Status+Update&rft.date=2020-10&rft.aulast=Gordon&rft.aufirst=Elon&rft_id=https%3A%2F%2Fmadeinspace.us%2Fwp-content%2Fuploads%2F2020%2F10%2FASCEND-2020-Archinaut-One-Status-Update.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-793"><span class="mw-cite-backlink"><b><a href="#cite_ref-793">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2021" class="citation web cs1">Clark, Stephen (2 June 2021). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2021/06/02/new-solar-arrays-ready-to-upgrade-international-space-stations-power-grid/">"New solar arrays ready to upgrade International Space Station\'s power grid"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 June</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Spaceflight+Now&rft.atitle=New+solar+arrays+ready+to+upgrade+International+Space+Station%27s+power+grid&rft.date=2021-06-02&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2021%2F06%2F02%2Fnew-solar-arrays-ready-to-upgrade-international-space-stations-power-grid%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-794"><span class="mw-cite-backlink"><b><a href="#cite_ref-794">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://firefly.com/lunar-lander/">"Lunar Lander"</a>. <i><a href="/wiki/Firefly_Aerospace" title="Firefly Aerospace">Firefly Aerospace</a></i>. 1 February 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">20 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Firefly+Aerospace&rft.atitle=Lunar+Lander&rft.date=2021-02-01&rft_id=https%3A%2F%2Ffirefly.com%2Flunar-lander%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-795"><span class="mw-cite-backlink"><b><a href="#cite_ref-795">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFFoust2021" class="citation web cs1">Foust, Jeff (20 May 2021). <a rel="nofollow" class="external text" href="https://spacenews.com/firefly-selects-spacex-to-launch-its-lunar-lander/">"Firefly selects SpaceX to launch its lunar lander"</a>. <i><a href="/wiki/SpaceNews" title="SpaceNews">SpaceNews</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">20 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=SpaceNews&rft.atitle=Firefly+selects+SpaceX+to+launch+its+lunar+lander&rft.date=2021-05-20&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=https%3A%2F%2Fspacenews.com%2Ffirefly-selects-spacex-to-launch-its-lunar-lander%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-796"><span class="mw-cite-backlink"><b><a href="#cite_ref-796">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.businesswire.com/news/home/20210520005731/en/Firefly-Aerospace-Awards-Contract-to-SpaceX-to-Launch-Blue-Ghost-Mission-to-Moon-in-2023">"Firefly Aerospace Awards Contract to SpaceX to Launch Blue Ghost Mission to Moon in 2023"</a>. <i><a href="/wiki/Business_Wire" title="Business Wire">Business Wire</a></i>. 20 May 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">20 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Business+Wire&rft.atitle=Firefly+Aerospace+Awards+Contract+to+SpaceX+to+Launch+Blue+Ghost+Mission+to+Moon+in+2023&rft.date=2021-05-20&rft_id=https%3A%2F%2Fwww.businesswire.com%2Fnews%2Fhome%2F20210520005731%2Fen%2FFirefly-Aerospace-Awards-Contract-to-SpaceX-to-Launch-Blue-Ghost-Mission-to-Moon-in-2023&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-797"><span class="mw-cite-backlink"><b><a href="#cite_ref-797">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2020" class="citation web cs1">Clark, Stephen (5 February 2020). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/02/05/spacex-wins-contract-to-launch-nasas-pace-earth-science-mission/">"SpaceX wins contract to launch NASA\'s PACE Earth science mission"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">3 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Spaceflight+Now&rft.atitle=SpaceX+wins+contract+to+launch+NASA%27s+PACE+Earth+science+mission&rft.date=2020-02-05&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F02%2F05%2Fspacex-wins-contract-to-launch-nasas-pace-earth-science-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-798"><span class="mw-cite-backlink"><b><a href="#cite_ref-798">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFColaprete2020" class="citation web cs1">Colaprete, Anthony (17 August 2020). <a rel="nofollow" class="external text" href="https://science.nasa.gov/science-pink/s3fs-public/atoms/files/09-Colaprete-VIPER%20Overview%20for%20PAC%2008172020.pdf">"VIPER: A lunar water reconnaissance mission"</a> <span class="cs1-format">(PDF)</span>. <a href="/wiki/NASA" title="NASA">NASA</a>. p. 2<span class="reference-accessdate">. Retrieved <span class="nowrap">13 April</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=VIPER%3A+A+lunar+water+reconnaissance+mission&rft.pages=2&rft.pub=NASA&rft.date=2020-08-17&rft.aulast=Colaprete&rft.aufirst=Anthony&rft_id=https%3A%2F%2Fscience.nasa.gov%2Fscience-pink%2Fs3fs-public%2Fatoms%2Ffiles%2F09-Colaprete-VIPER%2520Overview%2520for%2520PAC%252008172020.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-799"><span class="mw-cite-backlink"><b><a href="#cite_ref-799">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFFoust2021" class="citation web cs1">Foust, Jeff (13 April 2021). <a rel="nofollow" class="external text" href="https://spacenews.com/astrobotic-selects-falcon-heavy-to-launch-nasas-viper-lunar-rover/">"Astrobotic selects Falcon Heavy to launch NASA\'s VIPER lunar rover"</a>. <i><a href="/wiki/SpaceNews" title="SpaceNews">SpaceNews</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 April</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=SpaceNews&rft.atitle=Astrobotic+selects+Falcon+Heavy+to+launch+NASA%27s+VIPER+lunar+rover&rft.date=2021-04-13&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=https%3A%2F%2Fspacenews.com%2Fastrobotic-selects-falcon-heavy-to-launch-nasas-viper-lunar-rover%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-800"><span class="mw-cite-backlink"><b><a href="#cite_ref-800">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFEloksari2020" class="citation web cs1">Eloksari, Eisya A. (25 November 2020). <a rel="nofollow" class="external text" href="https://www.thejakartapost.com/news/2020/11/25/indonesia-to-delay-satria-satellite-launch-cites-covid-19-disruption.html">"Indonesia to delay Satria satellite launch, cites COVID-19 disruption"</a>. <i><a href="/wiki/The_Jakarta_Post" title="The Jakarta Post">The Jakarta Post</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 April</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=The+Jakarta+Post&rft.atitle=Indonesia+to+delay+Satria+satellite+launch%2C+cites+COVID-19+disruption&rft.date=2020-11-25&rft.aulast=Eloksari&rft.aufirst=Eisya+A.&rft_id=https%3A%2F%2Fwww.thejakartapost.com%2Fnews%2F2020%2F11%2F25%2Findonesia-to-delay-satria-satellite-launch-cites-covid-19-disruption.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-ussf36config-801"><span class="mw-cite-backlink">^ <a href="#cite_ref-ussf36config_801-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-ussf36config_801-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-ussf36config_801-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-ussf36config_801-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-ussf36config_801-4"><sup><i><b>e</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@thesheetztweetz (9 March 2021). <a rel="nofollow" class="external text" href="https://twitter.com/thesheetztweetz/status/1369437277567541248">"[email protected]_SMC says both SpaceX launches will be with Falcon 9 rockets and both ULA launches will be with Vulcan rockets"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=.%40USSF_SMC+says+both+SpaceX+launches+will+be+with+Falcon+9+rockets+and+both+ULA+launches+will+be+with+Vulcan+rockets.&rft.date=2021-03-09&rft.au=%40thesheetztweetz&rft_id=https%3A%2F%2Ftwitter.com%2Fthesheetztweetz%2Fstatus%2F1369437277567541248&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-ussf36location-802"><span class="mw-cite-backlink">^ <a href="#cite_ref-ussf36location_802-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-ussf36location_802-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="[email protected]" class="citation web cs1">@StephenClark1 (13 March 2021). <a rel="nofollow" class="external text" href="https://twitter.com/StephenClark1/status/1370732825159290888">"In response to my questions to SMC: "Each of the FY21 awarded missions is planned to launch in FY23 from the Eastern Range.<span class="cs1-kern-right">"</span>"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=In+response+to+my+questions+to+SMC%3A+%22Each+of+the+FY21+awarded+missions+is+planned+to+launch+in+FY23+from+the+Eastern+Range.%22&rft.date=2021-03-13&rft.au=%40StephenClark1&rft_id=https%3A%2F%2Ftwitter.com%2FStephenClark1%2Fstatus%2F1370732825159290888&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-defense.gov-803"><span class="mw-cite-backlink">^ <a href="#cite_ref-defense.gov_803-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-defense.gov_803-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.defense.gov/Newsroom/Contracts/Contract/Article/2530911/">"Contracts For March 9, 2021"</a>. U.S. Department of Defence. 9 March 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Contracts+For+March+9%2C+2021&rft.pub=U.S.+Department+of+Defence&rft.date=2021-03-09&rft_id=https%3A%2F%2Fwww.defense.gov%2FNewsroom%2FContracts%2FContract%2FArticle%2F2530911%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-axiom-804"><span class="mw-cite-backlink">^ <a href="#cite_ref-axiom_804-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-axiom_804-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-axiom_804-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.axiomspace.com/press-release/axiom-spacex-deal">"Axiom and SpaceX sign blockbuster deal"</a>. 2 June 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Axiom+and+SpaceX+sign+blockbuster+deal&rft.date=2021-06-02&rft_id=https%3A%2F%2Fwww.axiomspace.com%2Fpress-release%2Faxiom-spacex-deal&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-805"><span class="mw-cite-backlink"><b><a href="#cite_ref-805">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.cnn.com/2021/05/25/tech/spacex-axiom-ax2-peggy-whitson-scn/index.html">"Former NASA astronaut plans private trip back to space: \'It\'s a little bit like an addiction<span class="cs1-kern-right">\'</span>"</a>. CNN. 25 May 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Former+NASA+astronaut+plans+private+trip+back+to+space%3A+%27It%27s+a+little+bit+like+an+addiction%27&rft.pub=CNN&rft.date=2021-05-25&rft_id=https%3A%2F%2Fwww.cnn.com%2F2021%2F05%2F25%2Ftech%2Fspacex-axiom-ax2-peggy-whitson-scn%2Findex.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-806"><span class="mw-cite-backlink"><b><a href="#cite_ref-806">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.cnbc.com/2021/06/02/axiom-space-expands-spacex-deal-for-private-crew-launches-to-iss-.html">"Axiom Space expands SpaceX private crew launch deal, with four total missions to the space station"</a>. CNBC. 2 June 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Axiom+Space+expands+SpaceX+private+crew+launch+deal%2C+with+four+total+missions+to+the+space+station&rft.pub=CNBC&rft.date=2021-06-02&rft_id=https%3A%2F%2Fwww.cnbc.com%2F2021%2F06%2F02%2Faxiom-space-expands-spacex-deal-for-private-crew-launches-to-iss-.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-807"><span class="mw-cite-backlink"><b><a href="#cite_ref-807">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.cnbc.com/2021/05/18/discovery-adventure-tv-show-to-launch-winning-contestant-to-space-station.html">"Discovery adventure TV show to launch winning contestant to the space station"</a>. CNBC. 18 May 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Discovery+adventure+TV+show+to+launch+winning+contestant+to+the+space+station&rft.pub=CNBC&rft.date=2021-05-18&rft_id=https%3A%2F%2Fwww.cnbc.com%2F2021%2F05%2F18%2Fdiscovery-adventure-tv-show-to-launch-winning-contestant-to-space-station.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-808"><span class="mw-cite-backlink"><b><a href="#cite_ref-808">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://arxiv.org/abs/1412.4872">"Cosmology with the SPHEREX All-Sky Spectral Survey"</a>. 25 March 2015.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Cosmology+with+the+SPHEREX+All-Sky+Spectral+Survey&rft.date=2015-03-25&rft_id=https%3A%2F%2Farxiv.org%2Fabs%2F1412.4872&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-809"><span class="mw-cite-backlink"><b><a href="#cite_ref-809">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasa.gov/press-release/nasa-awards-launch-services-contract-for-spherex-astrophysics-mission">"NASA Awards Launch Services Contract for SPHEREx Astrophysics Mission"</a>. NASA. 4 February 2021.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Awards+Launch+Services+Contract+for+SPHEREx+Astrophysics+Mission&rft.pub=NASA&rft.date=2021-02-04&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fnasa-awards-launch-services-contract-for-spherex-astrophysics-mission&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-810"><span class="mw-cite-backlink"><b><a href="#cite_ref-810">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFSmith2021" class="citation web cs1">Smith, Marcia (26 May 2021). <a rel="nofollow" class="external text" href="https://spacepolicyonline.com/news/nelson-watch-the-chinese/">"Nelson: "Watch the Chinese<span class="cs1-kern-right">"</span>"</a>. <i>SpacePolicyOnline.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=SpacePolicyOnline.com&rft.atitle=Nelson%3A+%22Watch+the+Chinese%22&rft.date=2021-05-26&rft.aulast=Smith&rft.aufirst=Marcia&rft_id=https%3A%2F%2Fspacepolicyonline.com%2Fnews%2Fnelson-watch-the-chinese%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-811"><span class="mw-cite-backlink"><b><a href="#cite_ref-811">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2020" class="citation web cs1">Clark, Stephen (6 May 2020). <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/05/06/nasa-plans-to-launch-first-two-gateway-elements-on-same-rocket/">"NASA plans to launch first two Gateway elements on same rocket"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">30 September</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Spaceflight+Now&rft.atitle=NASA+plans+to+launch+first+two+Gateway+elements+on+same+rocket&rft.date=2020-05-06&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F05%2F06%2Fnasa-plans-to-launch-first-two-gateway-elements-on-same-rocket%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-ppe-812"><span class="mw-cite-backlink"><b><a href="#cite_ref-ppe_812-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFPotter2021" class="citation pressrelease cs1">Potter, Sean (9 February 2021). <a rel="nofollow" class="external text" href="https://www.nasa.gov/press-release/nasa-awards-contract-to-launch-initial-elements-for-lunar-outpost">"NASA Awards Contract to Launch Initial Elements for Lunar Outpost"</a>. <i><a href="/wiki/NASA" title="NASA">NASA</a></i> (Press release)<span class="reference-accessdate">. Retrieved <span class="nowrap">9 February</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Awards+Contract+to+Launch+Initial+Elements+for+Lunar+Outpost&rft.date=2021-02-09&rft.aulast=Potter&rft.aufirst=Sean&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fnasa-awards-contract-to-launch-initial-elements-for-lunar-outpost&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-813"><span class="mw-cite-backlink"><b><a href="#cite_ref-813">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external free" href="https://arstechnica.com/science/2020/03/nasa-officials-outline-plans-for-building-a-lunar-gateway-in-the-mid-2020s/">https://arstechnica.com/science/2020/03/nasa-officials-outline-plans-for-building-a-lunar-gateway-in-the-mid-2020s/</a></span>\n</li>\n<li id="cite_note-814"><span class="mw-cite-backlink"><b><a href="#cite_ref-814">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark" class="citation web cs1">Clark, Stephen. <a rel="nofollow" class="external text" href="https://spaceflightnow.com/2020/03/27/nasa-picks-spacex-to-deliver-cargo-to-gateway-station-in-lunar-orbit/">"NASA picks SpaceX to deliver cargo to Gateway station in lunar orbit"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">28 March</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+picks+SpaceX+to+deliver+cargo+to+Gateway+station+in+lunar+orbit&rft.pub=Spaceflight+Now&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F03%2F27%2Fnasa-picks-spacex-to-deliver-cargo-to-gateway-station-in-lunar-orbit%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-815"><span class="mw-cite-backlink"><b><a href="#cite_ref-815">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external free" href="https://www.cnbc.com/2020/03/27/nasa-picks-spacex-for-lunar-orbit-missions-with-dragon-xl-falocn-heavy.html">https://www.cnbc.com/2020/03/27/nasa-picks-spacex-for-lunar-orbit-missions-with-dragon-xl-falocn-heavy.html</a></span>\n</li>\n<li id="cite_note-816"><span class="mw-cite-backlink"><b><a href="#cite_ref-816">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://blogs.nasa.gov/imap/2020/12/11/nasa-adjusts-imap-schedule-to-accommodate-covid-19-precautions/">"NASA Adjusts IMAP Schedule to Accommodate COVID-19 Precautions \xe2\x80\x93 IMAP Mission"</a>. <i>blogs.nasa.gov</i><span class="reference-accessdate">. Retrieved <span class="nowrap">19 December</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=blogs.nasa.gov&rft.atitle=NASA+Adjusts+IMAP+Schedule+to+Accommodate+COVID-19+Precautions+%E2%80%93+IMAP+Mission&rft_id=https%3A%2F%2Fblogs.nasa.gov%2Fimap%2F2020%2F12%2F11%2Fnasa-adjusts-imap-schedule-to-accommodate-covid-19-precautions%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-817"><span class="mw-cite-backlink"><b><a href="#cite_ref-817">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasa.gov/press-release/nasa-awards-launch-services-contract-for-imap-mission">"NASA Awards Launch Services Contract for IMAP Mission"</a>. <i>nasa.gov</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 September</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasa.gov&rft.atitle=NASA+Awards+Launch+Services+Contract+for+IMAP+Mission&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fnasa-awards-launch-services-contract-for-imap-mission&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-oig.nasa.gov-818"><span class="mw-cite-backlink">^ <a href="#cite_ref-oig.nasa.gov_818-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-oig.nasa.gov_818-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><a rel="nofollow" class="external free" href="https://oig.nasa.gov/docs/IG-21-004.pdf">https://oig.nasa.gov/docs/IG-21-004.pdf</a></span>\n</li>\n<li id="cite_note-Bowersox_interview-819"><span class="mw-cite-backlink"><b><a href="#cite_ref-Bowersox_interview_819-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFO'Brien2010" class="citation audio-visual cs1">O\'Brien, Miles (26 June 2010). <a rel="nofollow" class="external text" href="https://www.youtube.com/watch?v=9Ou3nPc0U2E"><i>Interview with Ken Bowersox from SpaceX</i></a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">25 May</span> 2012</span> – via YouTube.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Interview+with+Ken+Bowersox+from+SpaceX&rft.pub=Spaceflight+Now&rft.date=2010-06-26&rft.aulast=O%27Brien&rft.aufirst=Miles&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D9Ou3nPc0U2E&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-abc.net.au_June_5,-820"><span class="mw-cite-backlink"><b><a href="#cite_ref-abc.net.au_June_5,_820-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="http://www.abc.net.au/news/2010-06-05/ufo-spotted-over-eastern-australia/855590">"UFO spotted over eastern Australia"</a>. ABC. 5 June 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">2 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=UFO+spotted+over+eastern+Australia&rft.date=2010-06-05&rft_id=http%3A%2F%2Fwww.abc.net.au%2Fnews%2F2010-06-05%2Fufo-spotted-over-eastern-australia%2F855590&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-space.com_June_7,-821"><span class="mw-cite-backlink"><b><a href="#cite_ref-space.com_June_7,_821-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.space.com/8546-ufo-spotted-australia-private-rocket.html">"<span class="cs1-kern-left">"</span>UFO" Spotted Over Australia Likely a Private Rocket"</a>. Space.com. 7 June 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">2 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=%22UFO%22+Spotted+Over+Australia+Likely+a+Private+Rocket&rft.date=2010-06-07&rft_id=https%3A%2F%2Fwww.space.com%2F8546-ufo-spotted-australia-private-rocket.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-BBCLaunchDec2010-822"><span class="mw-cite-backlink"><b><a href="#cite_ref-BBCLaunchDec2010_822-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.bbc.co.uk/news/science-environment-11948329">"Private space capsule\'s maiden voyage ends with a splash"</a>. BBC. 8 December 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">8 December</span> 2010</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Private+space+capsule%27s+maiden+voyage+ends+with+a+splash&rft.date=2010-12-08&rft_id=https%3A%2F%2Fwww.bbc.co.uk%2Fnews%2Fscience-environment-11948329&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-SFN_Status-823"><span class="mw-cite-backlink"><b><a href="#cite_ref-SFN_Status_823-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.spaceflightnow.com/falcon9/002/status.html">"COTS Demo Flight 1 status"</a>. Spaceflight Now. 9 December 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=COTS+Demo+Flight+1+status&rft.pub=Spaceflight+Now&rft.date=2010-12-09&rft_id=http%3A%2F%2Fwww.spaceflightnow.com%2Ffalcon9%2F002%2Fstatus.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-824"><span class="mw-cite-backlink"><b><a href="#cite_ref-824">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFAlex_Knapp2014" class="citation news cs1">Alex Knapp (29 May 2014). <a rel="nofollow" class="external text" href="https://www.forbes.com/sites/alexknapp/2014/05/29/spacex-unveils-its-new-dragon-spacecraft/#1b29e7c7332d">"SpaceX Unveils Its New Dragon Spacecraft"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">13 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Unveils+Its+New+Dragon+Spacecraft&rft.date=2014-05-29&rft.au=Alex+Knapp&rft_id=https%3A%2F%2Fwww.forbes.com%2Fsites%2Falexknapp%2F2014%2F05%2F29%2Fspacex-unveils-its-new-dragon-spacecraft%2F%231b29e7c7332d&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Space_News_2011-07-22-825"><span class="mw-cite-backlink"><b><a href="#cite_ref-Space_News_2011-07-22_825-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://archive.today/20130105024612/http://www.spacenews.com/civil/110722-nasa-combining-spacex-flights.html">"NASA Tentatively Approves Combining SpaceX Flights"</a>. SpaceNews. 22 July 2011. Archived from <a rel="nofollow" class="external text" href="http://www.spacenews.com/civil/110722-nasa-combining-spacex-flights.html">the original</a> on 5 January 2013<span class="reference-accessdate">. Retrieved <span class="nowrap">22 July</span> 2011</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Tentatively+Approves+Combining+SpaceX+Flights&rft.pub=SpaceNews&rft.date=2011-07-22&rft_id=http%3A%2F%2Fwww.spacenews.com%2Fcivil%2F110722-nasa-combining-spacex-flights.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-ars-826"><span class="mw-cite-backlink"><b><a href="#cite_ref-ars_826-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKlingler2012" class="citation web cs1">Klingler, Dave (31 May 2012). <a rel="nofollow" class="external text" href="https://arstechnica.com/science/2012/05/dragon-spacecraft-makes-perfect-splashdown/">"Dragon spacecraft makes perfect splashdown"</a>. Ars Technica<span class="reference-accessdate">. Retrieved <span class="nowrap">19 August</span> 2012</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Dragon+spacecraft+makes+perfect+splashdown&rft.pub=Ars+Technica&rft.date=2012-05-31&rft.aulast=Klingler&rft.aufirst=Dave&rft_id=https%3A%2F%2Farstechnica.com%2Fscience%2F2012%2F05%2Fdragon-spacecraft-makes-perfect-splashdown%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-827"><span class="mw-cite-backlink"><b><a href="#cite_ref-827">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKSC_Visitor_Complex_[@ExploreSpaceKSC]2016" class="citation web cs1">KSC Visitor Complex [@ExploreSpaceKSC] (14 December 2016). <a rel="nofollow" class="external text" href="https://twitter.com/ExploreSpaceKSC/status/809061485699887104">"Don\'t feed the #Dragon: Space Flown #SpaceX Dragon capsule now on display at #KennedySpaceCenter in #NASA Now exhibit. #JoinTheJourney"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">15 August</span> 2018</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Don%27t+feed+the+%23Dragon%3A+Space+Flown+%23SpaceX+Dragon+capsule+now+on+display+at+%23KennedySpaceCenter+in+%23NASA+Now+exhibit.+%23JoinTheJourney&rft.date=2016-12-14&rft.au=KSC+Visitor+Complex+%5B%40ExploreSpaceKSC%5D&rft_id=https%3A%2F%2Ftwitter.com%2FExploreSpaceKSC%2Fstatus%2F809061485699887104&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span><br /><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKSC_Visitor_Complex_[@ExploreSpaceKSC]2016" class="citation web cs1">KSC Visitor Complex [@ExploreSpaceKSC] (14 December 2016). <a rel="nofollow" class="external text" href="https://twitter.com/ExploreSpaceKSC/status/809146750455910401">"Same Dragon as displayed here in February 2015 from the C2+ or COTS Demo Flight 2 mission"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">15 August</span> 2018</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Same+Dragon+as+displayed+here+in+February+2015+from+the+C2%2B+or+COTS+Demo+Flight+2+mission&rft.date=2016-12-14&rft.au=KSC+Visitor+Complex+%5B%40ExploreSpaceKSC%5D&rft_id=https%3A%2F%2Ftwitter.com%2FExploreSpaceKSC%2Fstatus%2F809146750455910401&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-certified-828"><span class="mw-cite-backlink"><b><a href="#cite_ref-certified_828-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2012" class="citation web cs1">Clark, Stephen (24 August 2012). <a rel="nofollow" class="external text" href="http://spaceflightnow.com/news/n1208/24cots//">"NASA ready for operational cargo flights by SpaceX"</a>. Spaceflight Now. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20120827001937/http://www.spaceflightnow.com/news/n1208/24cots/">Archived</a> from the original on 27 August 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">29 August</span> 2012</span>. <q>SpaceX has completed all milestones under a development and demonstration partnership with NASA, clearing the way for the firm to begin regular operational cargo deliveries to the International Space Station in October, NASA Administrator Charles Bolden announced Thursday.</q></cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+ready+for+operational+cargo+flights+by+SpaceX&rft.pub=Spaceflight+Now&rft.date=2012-08-24&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2Fnews%2Fn1208%2F24cots%2F%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-829"><span class="mw-cite-backlink"><b><a href="#cite_ref-829">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFLindsey2012" class="citation news cs1">Lindsey, Clark (8 October 2012). <a rel="nofollow" class="external text" href="https://archive.today/20121217163116/https://www.newspacewatch.com/articles/spacex-crs-1-post-conference-press-conference.html">"SpaceX CRS-1: Post conference press conference"</a>. NewSpace Watch. Archived from <a rel="nofollow" class="external text" href="https://www.newspacewatch.com/articles/spacex-crs-1-post-conference-press-conference.html">the original</a> on 17 December 2012.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+CRS-1%3A+Post+conference+press+conference&rft.date=2012-10-08&rft.aulast=Lindsey&rft.aufirst=Clark&rft_id=https%3A%2F%2Fwww.newspacewatch.com%2Farticles%2Fspacex-crs-1-post-conference-press-conference.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-flight4engineanomaly-830"><span class="mw-cite-backlink"><b><a href="#cite_ref-flight4engineanomaly_830-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFAtkinson2012" class="citation news cs1">Atkinson, Nancy (8 October 2012). <a rel="nofollow" class="external text" href="http://www.universetoday.com/97753/falcon-9-experienced-engine-anamoly-but-kept-going-to-orbit/">"Falcon 9 Experienced Engine Anomaly But Kept Going to Orbit"</a>. Universe Today<span class="reference-accessdate">. Retrieved <span class="nowrap">8 October</span> 2012</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+Experienced+Engine+Anomaly+But+Kept+Going+to+Orbit&rft.date=2012-10-08&rft.aulast=Atkinson&rft.aufirst=Nancy&rft_id=http%3A%2F%2Fwww.universetoday.com%2F97753%2Ffalcon-9-experienced-engine-anamoly-but-kept-going-to-orbit%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Dragon_mission_report_CRS-1-831"><span class="mw-cite-backlink"><b><a href="#cite_ref-Dragon_mission_report_CRS-1_831-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://spaceflightnow.com/falcon9/004/121028splashdown/">"Dragon Mission Report | Return of the Dragon: Commercial craft back home"</a>. Spaceflight Now. 28 October 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Dragon+Mission+Report+%26%23124%3B+Return+of+the+Dragon%3A+Commercial+craft+back+home&rft.pub=Spaceflight+Now&rft.date=2012-10-28&rft_id=http%3A%2F%2Fspaceflightnow.com%2Ffalcon9%2F004%2F121028splashdown%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-block123-832"><span class="mw-cite-backlink">^ <a href="#cite_ref-block123_832-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-block123_832-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKyle" class="citation web cs1">Kyle, Ed. <a rel="nofollow" class="external text" href="http://www.spacelaunchreport.com/falcon9ft.html">"SpaceX Falcon 9 v1.2 Data Sheet"</a>. <i>spacelaunchreport.com</i>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spacelaunchreport.com&rft.atitle=SpaceX+Falcon+9+v1.2+Data+Sheet&rft.aulast=Kyle&rft.aufirst=Ed&rft_id=http%3A%2F%2Fwww.spacelaunchreport.com%2Ffalcon9ft.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sfn20130928-833"><span class="mw-cite-backlink"><b><a href="#cite_ref-sfn20130928_833-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFClark2013" class="citation news cs1">Clark, Stephen (29 September 2013). <a rel="nofollow" class="external text" href="http://www.spaceflightnow.com/falcon9/006/130928preview/#.Ukg1xxCafzk">"SpaceX to put Falcon 9 upgrades to the test Sunday"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">28 September</span> 2013</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+to+put+Falcon+9+upgrades+to+the+test+Sunday&rft.date=2013-09-29&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fwww.spaceflightnow.com%2Ffalcon9%2F006%2F130928preview%2F%23.Ukg1xxCafzk&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sn20130906-834"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20130906_834-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFKlotz2013" class="citation news cs1">Klotz, Irene (6 September 2013). <a rel="nofollow" class="external text" href="http://spacenews.com/37094musk-says-spacex-being-extremely-paranoid-as-it-readies-for-falcon-9s/">"Musk Says SpaceX Being "Extremely Paranoid" as It Readies for Falcon 9\'s California Debut"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">2 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Musk+Says+SpaceX+Being+%22Extremely+Paranoid%22+as+It+Readies+for+Falcon+9%27s+California+Debut&rft.date=2013-09-06&rft.aulast=Klotz&rft.aufirst=Irene&rft_id=http%3A%2F%2Fspacenews.com%2F37094musk-says-spacex-being-extremely-paranoid-as-it-readies-for-falcon-9s%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-sn20130929-835"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20130929_835-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFFerster2013" class="citation news cs1">Ferster, Warren (29 September 2013). <a rel="nofollow" class="external text" href="http://spacenews.com/37450upgraded-falcon-9-rocket-successfully-debuts-from-vandenberg/">"Upgraded Falcon 9 Rocket Successfully Debuts from Vandenberg"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">2 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Upgraded+Falcon+9+Rocket+Successfully+Debuts+from+Vandenberg&rft.date=2013-09-29&rft.aulast=Ferster&rft.aufirst=Warren&rft_id=http%3A%2F%2Fspacenews.com%2F37450upgraded-falcon-9-rocket-successfully-debuts-from-vandenberg%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-836"><span class="mw-cite-backlink"><b><a href="#cite_ref-836">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFJeff_Foust2015" class="citation web cs1">Jeff Foust (28 June 2015). <a rel="nofollow" class="external text" href="http://spacenews.com/docking-adapter-satellites-student-experiments-lost-in-dragon-failure/">"Docking Adapter, Satellites, Student Experiments Lost In Dragon Failure"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">19 August</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Docking+Adapter%2C+Satellites%2C+Student+Experiments+Lost+In+Dragon+Failure&rft.pub=SpaceNews&rft.date=2015-06-28&rft.au=Jeff+Foust&rft_id=http%3A%2F%2Fspacenews.com%2Fdocking-adapter-satellites-student-experiments-lost-in-dragon-failure%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-SpaceXJuly2015-837"><span class="mw-cite-backlink"><b><a href="#cite_ref-SpaceXJuly2015_837-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20150811023353/http://www.spacex.com/news/2015/07/20/crs-7-investigation-update">"CRS-7 Investigation Update"</a>. SpaceX. 20 July 2015. Archived from <a rel="nofollow" class="external text" href="http://www.spacex.com/news/2015/07/20/crs-7-investigation-update">the original</a> on 11 August 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">7 August</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=CRS-7+Investigation+Update&rft.pub=SpaceX&rft.date=2015-07-20&rft_id=http%3A%2F%2Fwww.spacex.com%2Fnews%2F2015%2F07%2F20%2Fcrs-7-investigation-update&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-838"><span class="mw-cite-backlink"><b><a href="#cite_ref-838">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation audio-visual cs1"><a rel="nofollow" class="external text" href="https://www.youtube.com/watch?v=fTom8xVzFdo"><i>Slow motion video of the Falcon 9 explosion</i></a>. <i>Astronomy Now</i>. 28 June 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">6 March</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Slow+motion+video+of+the+Falcon+9+explosion&rft.date=2015-06-28&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DfTom8xVzFdo&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-839"><span class="mw-cite-backlink"><b><a href="#cite_ref-839">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasa.gov/sites/default/files/atoms/files/public_summary_nasa_irt_spacex_crs-7_final.pdf">"NASA Independent Review Team SpaceX CRS-7 Accident Investigation Report"</a> <span class="cs1-format">(PDF)</span>. NASA. 12 March 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">12 March</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Independent+Review+Team+SpaceX+CRS-7+Accident+Investigation+Report&rft.pub=NASA&rft.date=2018-03-12&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Fatoms%2Ffiles%2Fpublic_summary_nasa_irt_spacex_crs-7_final.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span> <img alt="Public Domain" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" decoding="async" width="12" height="12" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" data-file-width="196" data-file-height="196" /> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>\n</li>\n<li id="cite_note-840"><span class="mw-cite-backlink"><b><a href="#cite_ref-840">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFFoust2015" class="citation web cs1">Foust, Jeff (15 September 2015). <a rel="nofollow" class="external text" href="http://spacenews.com/ses-betting-on-spacex-falcon-9-upgrade-as-debut-approaches/">"SES Betting on SpaceX, Falcon 9 Upgrade as Debut Approaches"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">18 October</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SES+Betting+on+SpaceX%2C+Falcon+9+Upgrade+as+Debut+Approaches&rft.pub=SpaceNews&rft.date=2015-09-15&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=http%3A%2F%2Fspacenews.com%2Fses-betting-on-spacex-falcon-9-upgrade-as-debut-approaches%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-841"><span class="mw-cite-backlink"><b><a href="#cite_ref-841">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFColdeweyWagstaff2015" class="citation news cs1">Coldewey, Devin; Wagstaff, Keith (22 December 2015). <a rel="nofollow" class="external text" href="https://www.nbcnews.com/tech/innovation/spacex-makes-history-successfully-launches-lands-falcon-9-rocket-n483921">"SpaceX Makes History: Falcon 9 Launches, Lands Vertically"</a>. <i>NBC News</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 January</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=NBC+News&rft.atitle=SpaceX+Makes+History%3A+Falcon+9+Launches%2C+Lands+Vertically&rft.date=2015-12-22&rft.aulast=Coldewey&rft.aufirst=Devin&rft.au=Wagstaff%2C+Keith&rft_id=https%3A%2F%2Fwww.nbcnews.com%2Ftech%2Finnovation%2Fspacex-makes-history-successfully-launches-lands-falcon-9-rocket-n483921&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-natgeo-842"><span class="mw-cite-backlink"><b><a href="#cite_ref-natgeo_842-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFDrake2016" class="citation news cs1">Drake, Nadia (8 April 2016). <a rel="nofollow" class="external text" href="http://phenomena.nationalgeographic.com/2016/04/08/spacex-rocket-makes-spectacular-landing-on-drone-ship/">"SpaceX Rocket Makes Spectacular Landing on Drone Ship"</a>. National Geographic (magazine)<span class="reference-accessdate">. Retrieved <span class="nowrap">8 April</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Rocket+Makes+Spectacular+Landing+on+Drone+Ship&rft.date=2016-04-08&rft.aulast=Drake&rft.aufirst=Nadia&rft_id=http%3A%2F%2Fphenomena.nationalgeographic.com%2F2016%2F04%2F08%2Fspacex-rocket-makes-spectacular-landing-on-drone-ship%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-843"><span class="mw-cite-backlink"><b><a href="#cite_ref-843">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFJason_Rhian2015" class="citation news cs1">Jason Rhian (8 April 2015). <a rel="nofollow" class="external text" href="http://www.spaceflightinsider.com/missions/iss/spacex-returns-cargo-dragon-service-crs-8-mission/">"Triumph! SpaceX returns Dragon to service with CRS-8, nails landing on Drone Ship"</a>. Spaceflight Insider<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Triumph%21+SpaceX+returns+Dragon+to+service+with+CRS-8%2C+nails+landing+on+Drone+Ship&rft.date=2015-04-08&rft.au=Jason+Rhian&rft_id=http%3A%2F%2Fwww.spaceflightinsider.com%2Fmissions%2Fiss%2Fspacex-returns-cargo-dragon-service-crs-8-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-Malik-844"><span class="mw-cite-backlink"><b><a href="#cite_ref-Malik_844-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFMalik2016" class="citation web cs1">Malik, Tariq (1 September 2016). <a rel="nofollow" class="external text" href="http://www.space.com/33929-spacex-falcon-9-rocket-explodes-on-launch-pad.html">"Launchpad Explosion Destroys SpaceX Falcon 9 Rocket, Satellite in Florida"</a>. Space.com. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20160902140256/http://www.space.com/33929-spacex-falcon-9-rocket-explodes-on-launch-pad.html">Archived</a> from the original on 2 September 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">1 September</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Launchpad+Explosion+Destroys+SpaceX+Falcon+9+Rocket%2C+Satellite+in+Florida&rft.pub=Space.com&rft.date=2016-09-01&rft.aulast=Malik&rft.aufirst=Tariq&rft_id=http%3A%2F%2Fwww.space.com%2F33929-spacex-falcon-9-rocket-explodes-on-launch-pad.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-SpaceflightInsider-2017-04-04-845"><span class="mw-cite-backlink"><b><a href="#cite_ref-SpaceflightInsider-2017-04-04_845-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFLeahy2017" class="citation news cs1">Leahy, Bart (4 April 2017). <a rel="nofollow" class="external text" href="http://www.spaceflightinsider.com/organizations/space-exploration-technologies/twice-launched-falcon-9-first-stage-returned-port-canaveral/">"Twice-launched Falcon 9 first stage returned to Port Canaveral"</a>. Spaceflight Insider<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Twice-launched+Falcon+9+first+stage+returned+to+Port+Canaveral&rft.date=2017-04-04&rft.aulast=Leahy&rft.aufirst=Bart&rft_id=http%3A%2F%2Fwww.spaceflightinsider.com%2Forganizations%2Fspace-exploration-technologies%2Ftwice-launched-falcon-9-first-stage-returned-port-canaveral%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-markwatch-846"><span class="mw-cite-backlink">^ <a href="#cite_ref-markwatch_846-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-markwatch_846-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFPasztor" class="citation web cs1">Pasztor, Andy. <a rel="nofollow" class="external text" href="https://www.marketwatch.com/story/northrop-grumman-may-be-to-blame-for-botched-satellite-launch-in-january-2018-04-08">"Northrop Grumman may be to blame for botched satellite launch in January"</a>. Wall Street Journal – via Market Watch.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Northrop+Grumman+may+be+to+blame+for+botched+satellite+launch+in+January&rft.pub=Wall+Street+Journal&rft.aulast=Pasztor&rft.aufirst=Andy&rft_id=https%3A%2F%2Fwww.marketwatch.com%2Fstory%2Fnorthrop-grumman-may-be-to-blame-for-botched-satellite-launch-in-january-2018-04-08&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-847"><span class="mw-cite-backlink"><b><a href="#cite_ref-847">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://www.wsj.com/articles/probes-point-to-northrop-grumman-errors-in-january-spy-satellite-failure-1523220500">"Probes Point to Northrop Grumman Errors in January Spy-Satellite Failure"</a>. <i>Wall Street Journal</i>. 8 April 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">8 April</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Wall+Street+Journal&rft.atitle=Probes+Point+to+Northrop+Grumman+Errors+in+January+Spy-Satellite+Failure&rft.date=2018-04-08&rft_id=https%3A%2F%2Fwww.wsj.com%2Farticles%2Fprobes-point-to-northrop-grumman-errors-in-january-spy-satellite-failure-1523220500&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-848"><span class="mw-cite-backlink"><b><a href="#cite_ref-848">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://money.cnn.com/2018/02/06/technology/future/biggest-rockets-falcon-heavy-comparison/index.html">"SpaceX Falcon Heavy: How it stacks up with other massive rockets"</a>. CNN News. 6 February 2018.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+Heavy%3A+How+it+stacks+up+with+other+massive+rockets&rft.pub=CNN+News&rft.date=2018-02-06&rft_id=https%3A%2F%2Fmoney.cnn.com%2F2018%2F02%2F06%2Ftechnology%2Ffuture%2Fbiggest-rockets-falcon-heavy-comparison%2Findex.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-NatGeo-2018-02-06-849"><span class="mw-cite-backlink"><b><a href="#cite_ref-NatGeo-2018-02-06_849-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation news cs1"><a rel="nofollow" class="external text" href="https://news.nationalgeographic.com/2018/02/falcon-heavy-launch-spacex-elon-musk-space-science/">"Falcon Heavy Rocket Makes History With Successful First Launch"</a>. National Geographic. 6 February 2018.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+Heavy+Rocket+Makes+History+With+Successful+First+Launch&rft.date=2018-02-06&rft_id=https%3A%2F%2Fnews.nationalgeographic.com%2F2018%2F02%2Ffalcon-heavy-launch-spacex-elon-musk-space-science%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-PopMech-2018-02-05-850"><span class="mw-cite-backlink"><b><a href="#cite_ref-PopMech-2018-02-05_850-0">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFJoe_Pappalardo2018" class="citation magazine cs1">Joe Pappalardo (5 February 2018). <a rel="nofollow" class="external text" href="https://www.popularmechanics.com/space/moon-mars/a16571489/elon-musk-space-tesla-mars/">"Elon Musk\'s Space Tesla Isn\'t Going to Mars. It\'s Going Somewhere More Important"</a>. <i>Popular Mechanics</i>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Popular+Mechanics&rft.atitle=Elon+Musk%27s+Space+Tesla+Isn%27t+Going+to+Mars.+It%27s+Going+Somewhere+More+Important.&rft.date=2018-02-05&rft.au=Joe+Pappalardo&rft_id=https%3A%2F%2Fwww.popularmechanics.com%2Fspace%2Fmoon-mars%2Fa16571489%2Felon-musk-space-tesla-mars%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-851"><span class="mw-cite-backlink"><b><a href="#cite_ref-851">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFGrush" class="citation web cs1">Grush, Loren. <a rel="nofollow" class="external text" href="https://www.theverge.com/2019/3/7/18254549/spacex-crew-dragon-iss-nasa-landing-parachutes-splashdown">"SpaceX\'s Crew Dragon has proved itself in space - now it has to get back to Earth in one piece"</a>. <i>The verge</i>. The Verge<span class="reference-accessdate">. Retrieved <span class="nowrap">8 March</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=The+verge&rft.atitle=SpaceX%27s+Crew+Dragon+has+proved+itself+in+space+-+now+it+has+to+get+back+to+Earth+in+one+piece&rft.aulast=Grush&rft.aufirst=Loren&rft_id=https%3A%2F%2Fwww.theverge.com%2F2019%2F3%2F7%2F18254549%2Fspacex-crew-dragon-iss-nasa-landing-parachutes-splashdown&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-852"><span class="mw-cite-backlink"><b><a href="#cite_ref-852">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFElon_Musk_[@elonmusk]2019" class="citation web cs1">Elon Musk [@elonmusk] (1 March 2019). <a rel="nofollow" class="external text" href="https://twitter.com/elonmusk/status/1101701552153219072">"Super high tech zero-g indicator"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Super+high+tech+zero-g+indicator&rft.date=2019-03-01&rft.au=Elon+Musk+%5B%40elonmusk%5D&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1101701552153219072&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-853"><span class="mw-cite-backlink"><b><a href="#cite_ref-853">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFWeitering" class="citation web cs1">Weitering, Hanneke. <a rel="nofollow" class="external text" href="https://www.space.com/astronaut-anne-mcclain-loves-celestial-buddy-earth.html">"Astronaut Anne McClain Is Having a Ball in Space with Her \'Celestial Buddy<span class="cs1-kern-right">\'</span>"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">8 March</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Astronaut+Anne+McClain+Is+Having+a+Ball+in+Space+with+Her+%27Celestial+Buddy%27&rft.pub=Space.com&rft.aulast=Weitering&rft.aufirst=Hanneke&rft_id=https%3A%2F%2Fwww.space.com%2Fastronaut-anne-mcclain-loves-celestial-buddy-earth.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-854"><span class="mw-cite-backlink"><b><a href="#cite_ref-854">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.abc.net.au/news/2019-03-09/elon-musk-spacex-capsule-splashes-down-off-florida-coast/10886100">"Elon Musk\'s SpaceX capsule splashes down off Florida coast"</a>. <i>ABC News</i>. ABC<span class="reference-accessdate">. Retrieved <span class="nowrap">8 March</span> 2019</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=ABC+News&rft.atitle=Elon+Musk%27s+SpaceX+capsule+splashes+down+off+Florida+coast&rft_id=https%3A%2F%2Fwww.abc.net.au%2Fnews%2F2019-03-09%2Felon-musk-spacex-capsule-splashes-down-off-florida-coast%2F10886100&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-855"><span class="mw-cite-backlink"><b><a href="#cite_ref-855">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.cnet.com/news/spacex-crew-dragon-splashdown-see-nasa-astronauts-return-to-earth/">"SpaceX Crew Dragon splashdown: See NASA astronauts return to Earth"</a>. CNET<span class="reference-accessdate">. Retrieved <span class="nowrap">4 August</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Crew+Dragon+splashdown%3A+See+NASA+astronauts+return+to+Earth&rft.pub=CNET&rft_id=https%3A%2F%2Fwww.cnet.com%2Fnews%2Fspacex-crew-dragon-splashdown-see-nasa-astronauts-return-to-earth%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-856"><span class="mw-cite-backlink"><b><a href="#cite_ref-856">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2021/03/spacex-starlink-first-booster-fly-nine/">"SpaceX\'s Falcon 9 booster flies for 9th time as Starlink constellation grows"</a>. <i>NASASpaceFlight.com</i>. 14 March 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">15 March</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=NASASpaceFlight.com&rft.atitle=SpaceX%27s+Falcon+9+booster+flies+for+9th+time+as+Starlink+constellation+grows&rft.date=2021-03-14&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F03%2Fspacex-starlink-first-booster-fly-nine%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-857"><span class="mw-cite-backlink"><b><a href="#cite_ref-857">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFTayeb" class="citation web cs1">Tayeb, Zahra. <a rel="nofollow" class="external text" href="https://www.businessinsider.com/spacex-launches-falcon-9-rocket-booster-for-record-breaking-9th-time-2021-3">"SpaceX launches Falcon 9 rocket booster for a record-breaking 9th time"</a>. <i>Business Insider</i><span class="reference-accessdate">. Retrieved <span class="nowrap">15 March</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Business+Insider&rft.atitle=SpaceX+launches+Falcon+9+rocket+booster+for+a+record-breaking+9th+time&rft.aulast=Tayeb&rft.aufirst=Zahra&rft_id=https%3A%2F%2Fwww.businessinsider.com%2Fspacex-launches-falcon-9-rocket-booster-for-record-breaking-9th-time-2021-3&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-858"><span class="mw-cite-backlink"><b><a href="#cite_ref-858">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nasaspaceflight.com/2021/05/historic-10th-falcon9-reflight/">"SpaceX flies historic 10th mission of a Falcon 9 as Starlink constellation expands"</a>. <i>NASASpaceFlighy</i>. 9 May 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">9 May</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=NASASpaceFlighy&rft.atitle=SpaceX+flies+historic+10th+mission+of+a+Falcon+9+as+Starlink+constellation+expands&rft.date=2021-05-09&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F05%2Fhistoric-10th-falcon9-reflight%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-859"><span class="mw-cite-backlink"><b><a href="#cite_ref-859">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFRalph2021" class="citation web cs1">Ralph, Eric (17 January 2021). <a rel="nofollow" class="external text" href="https://www.teslarati.com/spacex-falcon-9-booster-record-rocket-turnaround-2021/">"SpaceX Falcon 9 booster set to beat the rocket turnaround record by a huge margin"</a>. <i>TESLARATI</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 January</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=TESLARATI&rft.atitle=SpaceX+Falcon+9+booster+set+to+beat+the+rocket+turnaround+record+by+a+huge+margin&rft.date=2021-01-17&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-falcon-9-booster-record-rocket-turnaround-2021%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n<li id="cite_note-860"><span class="mw-cite-backlink"><b><a href="#cite_ref-860">^</a></b></span> <span class="reference-text"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r999302996"/><cite id="CITEREFRalph2021" class="citation web cs1">Ralph, Eric (4 February 2021). <a rel="nofollow" class="external text" href="https://www.teslarati.com/spacex-falcon-9-halves-space-shuttle-record/">"SpaceX Falcon 9 rocket cuts Space Shuttle turnaround record in half"</a>. <i>TESLARATI</i><span class="reference-accessdate">. Retrieved <span class="nowrap">4 February</span> 2021</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=TESLARATI&rft.atitle=SpaceX+Falcon+9+rocket+cuts+Space+Shuttle+turnaround+record+in+half&rft.date=2021-02-04&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-falcon-9-halves-space-shuttle-record%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches" class="Z3988"></span></span>\n</li>\n</ol></div>\n<div role="navigation" class="navbox" aria-labelledby="SpaceX_missions_and_payloads" style="padding:3px"><table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="3"><style data-mw-deduplicate="TemplateStyles:r992953826">.mw-parser-output .navbar{display:inline;font-size:88%;font-weight:normal}.mw-parser-output .navbar-collapse{float:left;text-align:left}.mw-parser-output .navbar-boxtext{word-spacing:0}.mw-parser-output .navbar ul{display:inline-block;white-space:nowrap;line-height:inherit}.mw-parser-output .navbar-brackets::before{margin-right:-0.125em;content:"[ "}.mw-parser-output .navbar-brackets::after{margin-left:-0.125em;content:" ]"}.mw-parser-output .navbar li{word-spacing:-0.125em}.mw-parser-output .navbar-mini abbr{font-variant:small-caps;border-bottom:none;text-decoration:none;cursor:inherit}.mw-parser-output .navbar-ct-full{font-size:114%;margin:0 7em}.mw-parser-output .navbar-ct-mini{font-size:114%;margin:0 4em}.mw-parser-output .infobox .navbar{font-size:100%}.mw-parser-output .navbox .navbar{display:block;font-size:100%}.mw-parser-output .navbox-title .navbar{float:left;text-align:left;margin-right:0.5em}</style><div class="navbar plainlinks hlist navbar-mini"><ul><li class="nv-view"><a href="/wiki/Template:SpaceX_missions_and_payloads" title="Template:SpaceX missions and payloads"><abbr title="View this template" style=";;background:none transparent;border:none;box-shadow:none;padding:0;;text-decoration:inherit;">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:SpaceX_missions_and_payloads" title="Template talk:SpaceX missions and payloads"><abbr title="Discuss this template" style=";;background:none transparent;border:none;box-shadow:none;padding:0;;text-decoration:inherit;">t</abbr></a></li><li class="nv-edit"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:SpaceX_missions_and_payloads&action=edit"><abbr title="Edit this template" style=";;background:none transparent;border:none;box-shadow:none;padding:0;;text-decoration:inherit;">e</abbr></a></li></ul></div><div id="SpaceX_missions_and_payloads" style="font-size:114%;margin:0 4em">SpaceX missions and payloads</div></th></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/SpaceX_launch_vehicles" title="SpaceX launch vehicles">SpaceX launch vehicles</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Falcon_1" title="Falcon 1">Falcon 1</a></li>\n<li><a href="/wiki/Falcon_9" title="Falcon 9">Falcon 9</a>\n<ul><li><a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">v1.0</a></li>\n<li><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">v1.1</a></li>\n<li><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">Full Thrust</a></li>\n<li><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">Block 5</a></li></ul></li>\n<li><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a></li>\n<li><i><a href="/wiki/SpaceX_Starship" title="SpaceX Starship">Starship</a></i></li></ul>\n</div></td><td class="noviewer navbox-image" rowspan="5" style="width:1px;padding:0px 0px 0px 2px"><div><a href="/wiki/SpaceX" title="SpaceX"><img alt="SpaceX-Logo-Xonly.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/36/SpaceX-Logo-Xonly.svg/150px-SpaceX-Logo-Xonly.svg.png" decoding="async" width="150" height="57" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/36/SpaceX-Logo-Xonly.svg/225px-SpaceX-Logo-Xonly.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/36/SpaceX-Logo-Xonly.svg/300px-SpaceX-Logo-Xonly.svg.png 2x" data-file-width="108" data-file-height="41" /></a></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/Falcon_1#Launch_history" title="Falcon 1">Falcon 1 missions</a></th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li>Demo 1\xe2\x80\xa0 (<a href="/wiki/FalconSAT-2" title="FalconSAT-2">FalconSAT-2</a>)</li>\n<li>Demo 2\xe2\x80\xa0</li>\n<li>Flight 3\xe2\x80\xa0\n<ul><li><a href="/wiki/Trailblazer_(satellite)" title="Trailblazer (satellite)">Trailblazer</a></li>\n<li><a href="/wiki/PRESat" title="PRESat">PRESat</a></li>\n<li><a href="/wiki/NanoSail-D" title="NanoSail-D">NanoSail-D</a></li>\n<li><a href="/wiki/Celestis" title="Celestis">Explorers</a></li></ul></li>\n<li><a href="/wiki/Ratsat" title="Ratsat">Ratsat</a></li>\n<li><a href="/wiki/RazakSAT" title="RazakSAT">RazakSAT</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a class="mw-selflink selflink">Falcon 9 missions</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th scope="row" class="navbox-group" style="width:1%">Demo flights</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Dragon_Spacecraft_Qualification_Unit" title="Dragon Spacecraft Qualification Unit">Dragon test flight</a></li>\n<li><a href="/wiki/SpaceX_COTS_Demo_Flight_1" title="SpaceX COTS Demo Flight 1">COTS-1</a></li>\n<li><a href="/wiki/SpaceX_COTS_Demo_Flight_2" title="SpaceX COTS Demo Flight 2">COTS-2</a></li>\n<li><a href="/wiki/Crew_Dragon_Pad_Abort_Test" title="Crew Dragon Pad Abort Test">Crew Dragon Pad Abort Test</a></li>\n<li><a href="/wiki/Falcon_Heavy_test_flight" title="Falcon Heavy test flight">Falcon Heavy test flight</a></li>\n<li><a href="/wiki/Crew_Dragon_Demo-1" title="Crew Dragon Demo-1">Crew Dragon Demo-1</a></li>\n<li><a href="/wiki/Crew_Dragon_In-Flight_Abort_Test" title="Crew Dragon In-Flight Abort Test">Crew Dragon In-Flight Abort Test</a></li>\n<li><a href="/wiki/Crew_Dragon_Demo-2" title="Crew Dragon Demo-2">Demo-2</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/ISS" class="mw-redirect" title="ISS">ISS</a> logistics</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/SpaceX_CRS-1" title="SpaceX CRS-1">CRS-1</a></li>\n<li><a href="/wiki/SpaceX_CRS-2" title="SpaceX CRS-2">CRS-2</a></li>\n<li><a href="/wiki/SpaceX_CRS-3" title="SpaceX CRS-3">CRS-3</a></li>\n<li><a href="/wiki/SpaceX_CRS-4" title="SpaceX CRS-4">CRS-4</a></li>\n<li><a href="/wiki/SpaceX_CRS-5" title="SpaceX CRS-5">CRS-5</a></li>\n<li><a href="/wiki/SpaceX_CRS-6" title="SpaceX CRS-6">CRS-6</a></li>\n<li><a href="/wiki/SpaceX_CRS-7" title="SpaceX CRS-7">CRS-7</a>\xe2\x80\xa0</li>\n<li><a href="/wiki/SpaceX_CRS-8" title="SpaceX CRS-8">CRS-8</a></li>\n<li><a href="/wiki/SpaceX_CRS-9" title="SpaceX CRS-9">CRS-9</a></li>\n<li><a href="/wiki/SpaceX_CRS-10" title="SpaceX CRS-10">CRS-10</a></li>\n<li><a href="/wiki/SpaceX_CRS-11" title="SpaceX CRS-11">CRS-11</a></li>\n<li><a href="/wiki/SpaceX_CRS-12" title="SpaceX CRS-12">CRS-12</a></li>\n<li><a href="/wiki/SpaceX_CRS-13" title="SpaceX CRS-13">CRS-13</a></li>\n<li><a href="/wiki/SpaceX_CRS-14" title="SpaceX CRS-14">CRS-14</a></li>\n<li><a href="/wiki/SpaceX_CRS-15" title="SpaceX CRS-15">CRS-15</a></li>\n<li><a href="/wiki/SpaceX_CRS-16" title="SpaceX CRS-16">CRS-16</a></li>\n<li><a href="/wiki/SpaceX_CRS-17" title="SpaceX CRS-17">CRS-17</a></li>\n<li><a href="/wiki/SpaceX_CRS-18" title="SpaceX CRS-18">CRS-18</a></li>\n<li><a href="/wiki/SpaceX_CRS-19" title="SpaceX CRS-19">CRS-19</a></li>\n<li><a href="/wiki/SpaceX_CRS-20" title="SpaceX CRS-20">CRS-20</a></li>\n<li><a href="/wiki/SpaceX_CRS-21" title="SpaceX CRS-21">CRS-21</a></li>\n<li><a href="/wiki/SpaceX_CRS-22" title="SpaceX CRS-22">CRS-22</a></li>\n<li><a href="/wiki/SpaceX_CRS-23" title="SpaceX CRS-23">CRS-23</a></li>\n<li><i><a href="/wiki/SpaceX_CRS-24" title="SpaceX CRS-24">CRS-24</a></i></li>\n<li><i><a href="/wiki/SpaceX_CRS-25" title="SpaceX CRS-25">CRS-25</a></i></li>\n<li><i><a href="/wiki/SpaceX_CRS-26" title="SpaceX CRS-26">CRS-26</a></i></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Crewed missions</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Crew_Dragon_Demo-2" title="Crew Dragon Demo-2">Demo-2</a></li>\n<li><a href="/wiki/SpaceX_Crew-1" title="SpaceX Crew-1">Crew-1</a></li>\n<li><b><a href="/wiki/SpaceX_Crew-2" title="SpaceX Crew-2">Crew-2</a></b></li>\n<li><a href="/wiki/Inspiration4" title="Inspiration4">Inspiration4</a></li>\n<li><i><a href="/wiki/SpaceX_Crew-3" title="SpaceX Crew-3">Crew-3</a></i></li>\n<li><i><a href="/wiki/Axiom_Mission_1" title="Axiom Mission 1">Axiom-1</a></i></li>\n<li><i><a href="/wiki/SpaceX_Crew-4" title="SpaceX Crew-4">Crew-4</a></i></li>\n<li><i><a href="/wiki/SpaceX_Crew-5" title="SpaceX Crew-5">Crew-5</a></i></li>\n<li><i><a href="/wiki/Axiom_Mission_2" title="Axiom Mission 2">Axiom-2</a></i></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Commercial satellites</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/SES-8" title="SES-8">SES-8</a></li>\n<li><a href="/wiki/Thaicom_6" title="Thaicom 6">Thaicom 6</a></li>\n<li><a href="/wiki/Falcon_9_flight_10" title="Falcon 9 flight 10">Orbcomm OG2 \xc3\x97 6</a></li>\n<li><a href="/wiki/AsiaSat_8" title="AsiaSat 8">AsiaSat 8</a></li>\n<li><a href="/wiki/AsiaSat_6" title="AsiaSat 6">AsiaSat 6</a></li>\n<li><a href="/wiki/ABS-3A" title="ABS-3A">ABS-3A</a> / <a href="/wiki/Eutelsat_115_West_B" title="Eutelsat 115 West B">Eutelsat 115 West B</a></li>\n<li><a href="/wiki/T%C3%BCrkmen%C3%84lem_52%C2%B0E_/_MonacoSAT" title="T\xc3\xbcrkmen\xc3\x84lem 52\xc2\xb0E / MonacoSAT">T\xc3\xbcrkmen\xc3\x84lem 52\xc2\xb0E</a></li>\n<li><a href="/wiki/Falcon_9_flight_20" title="Falcon 9 flight 20">Orbcomm OG2 \xc3\x97 11</a></li>\n<li><a href="/wiki/SES-9" title="SES-9">SES-9</a></li>\n<li><a href="/wiki/JCSAT-14" class="mw-redirect" title="JCSAT-14">JCSAT-14</a></li>\n<li><a href="/wiki/Thaicom_8" title="Thaicom 8">Thaicom 8</a></li>\n<li><a href="/wiki/ABS-2A" class="mw-redirect" title="ABS-2A">ABS-2A</a> / <a href="/wiki/Eutelsat_117_West_B" class="mw-redirect" title="Eutelsat 117 West B">Eutelsat 117 West B</a></li>\n<li><a href="/wiki/JCSAT-16" title="JCSAT-16">JCSAT-16</a></li>\n<li><a href="/wiki/Amos-6" class="mw-redirect" title="Amos-6">Amos-6</a>\xe2\x80\xa0</li>\n<li><a href="/wiki/Iridium_NEXT" class="mw-redirect" title="Iridium NEXT">Iridium NEXT</a> 1\xe2\x80\x9310</li>\n<li><a href="/wiki/EchoStar_23" class="mw-redirect" title="EchoStar 23">EchoStar 23</a></li>\n<li><a href="/wiki/SES-10" title="SES-10">SES-10</a></li>\n<li><a href="/wiki/Inmarsat-5_F4" class="mw-redirect" title="Inmarsat-5 F4">Inmarsat-5 F4</a></li>\n<li><a href="/wiki/BulgariaSat-1" title="BulgariaSat-1">BulgariaSat-1</a></li>\n<li><a href="/wiki/Iridium_NEXT" class="mw-redirect" title="Iridium NEXT">Iridium NEXT</a> 11\xe2\x80\x9320</li>\n<li><a href="/wiki/Intelsat_35e" title="Intelsat 35e">Intelsat 35e</a></li>\n<li>Iridium NEXT 21\xe2\x80\x9330</li>\n<li><a href="/wiki/SES-11" title="SES-11">SES-11</a></li>\n<li><a href="/wiki/Koreasat_5A" title="Koreasat 5A">Koreasat 5A</a></li>\n<li>Iridium NEXT 31\xe2\x80\x9340</li>\n<li><a href="/wiki/Hispasat_30W-6" title="Hispasat 30W-6">Hispasat 30W-6</a></li>\n<li>Iridium NEXT 41\xe2\x80\x9350</li>\n<li><a href="/wiki/Bangabandhu-1" title="Bangabandhu-1">Bangabandhu-1</a></li>\n<li>Iridium NEXT 51\xe2\x80\x9355</li>\n<li><a href="/wiki/SES-12" title="SES-12">SES-12</a></li>\n<li><a href="/wiki/Telstar_19V" title="Telstar 19V">Telstar 19V</a></li>\n<li>Iridium NEXT 56\xe2\x80\x9365</li>\n<li><a href="/wiki/Telkom_4" class="mw-redirect" title="Telkom 4">Telkom 4</a> (Merah Putih)</li>\n<li><a href="/wiki/Telstar_18V" title="Telstar 18V">Telstar 18V</a></li>\n<li><a href="/wiki/Es%27hail_2" title="Es'hail 2">Es\'hail 2</a></li>\n<li><a href="/wiki/SSO-A" class="mw-redirect" title="SSO-A">SSO-A</a></li>\n<li>Iridium NEXT 66\xe2\x80\x9375</li>\n<li><a href="/wiki/Nusantara_Satu" title="Nusantara Satu">Nusantara Satu</a> / <a href="/wiki/Beresheet" title="Beresheet">Beresheet</a></li>\n<li><a href="/wiki/Amos_17" class="mw-redirect" title="Amos 17">Amos 17</a></li>\n<li><a href="/wiki/JCSAT" class="mw-redirect" title="JCSAT">JCSAT</a>-18</li>\n<li><a href="/wiki/Sirius_XM_Holdings#Satellites" class="mw-redirect" title="Sirius XM Holdings">SXM</a> 7</li>\n<li><a href="/wiki/T%C3%BCrksat_5A" title="T\xc3\xbcrksat 5A">T\xc3\xbcrksat 5A</a></li>\n<li>SXM 8</li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Scientific satellites</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/CASSIOPE" title="CASSIOPE">CASSIOPE</a></li>\n<li><a href="/wiki/Deep_Space_Climate_Observatory" title="Deep Space Climate Observatory">DSCOVR</a></li>\n<li><a href="/wiki/Jason-3" title="Jason-3">Jason-3</a></li>\n<li><a href="/wiki/Formosat-5" title="Formosat-5">Formosat-5</a></li>\n<li><a href="/wiki/Transiting_Exoplanet_Survey_Satellite" title="Transiting Exoplanet Survey Satellite">TESS</a></li>\n<li><a href="/wiki/GRACE-FO" class="mw-redirect" title="GRACE-FO">GRACE-FO</a></li>\n<li><a href="/wiki/SAOCOM" title="SAOCOM">SAOCOM</a> 1A</li>\n<li><a href="/wiki/RADARSAT_Constellation" title="RADARSAT Constellation">RADARSAT Constellation</a></li>\n<li><a href="/wiki/SAOCOM" title="SAOCOM">SAOCOM</a> 1B</li>\n<li><i><a href="/wiki/Hakuto" title="Hakuto">Hakuto</a>-R</i></li>\n<li><i><a href="/wiki/Jason-CS" class="mw-redirect" title="Jason-CS">Jason-CS</a></i></li>\n<li><i><a href="/wiki/Korea_Pathfinder_Lunar_Orbiter" title="Korea Pathfinder Lunar Orbiter">KPLO</a></i></li>\n<li><i><a href="/wiki/Double_Asteroid_Redirection_Test" title="Double Asteroid Redirection Test">DART</a></i></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Military satellites</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/NROL" class="mw-redirect" title="NROL">NROL</a>-76</li>\n<li><a href="/wiki/X-37B" class="mw-redirect" title="X-37B">X-37B</a> OTV-5</li>\n<li><a href="/wiki/Zuma_(satellite)" title="Zuma (satellite)">Zuma</a></li>\n<li><a href="/wiki/SES-16" title="SES-16">SES-16 / GovSat-1</a></li>\n<li><a href="/wiki/Paz_(satellite)" title="Paz (satellite)">Paz</a></li>\n<li><a href="/wiki/GPS_IIIA" class="mw-redirect" title="GPS IIIA">GPS IIIA</a>-01</li>\n<li><a href="/wiki/ANASIS-II" title="ANASIS-II">ANASIS-II</a></li>\n<li>GPS IIIA-03</li>\n<li>NROL-108</li>\n<li><i>GPS IIIA-04</i></li>\n<li><i>GPS IIIA-05</i></li>\n<li><i><a href="/wiki/SARah" class="mw-redirect" title="SARah">SARah</a> 1</i></li>\n<li><i>GPS IIIA-06</i></li>\n<li><i>SARah 2/3</i></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/Starlink" title="Starlink">Starlink</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li>2019\n<ul><li>Starlink 0</li>\n<li>L1</li></ul></li>\n<li>2020\n<ul><li>Starlink L2</li>\n<li>L3</li>\n<li>...</li>\n<li>L15</li></ul></li>\n<li>2021\n<ul><li>Starlink L16</li>\n<li>...</li>\n<li>L24</li></ul></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Rideshares</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li>2021\n<ul><li><a href="/w/index.php?title=Transporter-1&action=edit&redlink=1" class="new" title="Transporter-1 (page does not exist)">Transporter-1</a></li>\n<li><i>Transporter-2</i></li>\n<li><i>Transporter-3</i></li></ul></li></ul>\n</div></td></tr></tbody></table><div></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/Falcon_Heavy#Scheduled_launches_and_potential_payloads" title="Falcon Heavy">Falcon Heavy missions</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Falcon_Heavy_test_flight" title="Falcon Heavy test flight">Test flight</a>\n<ul><li><a href="/wiki/Elon_Musk%27s_Tesla_Roadster" title="Elon Musk's Tesla Roadster">Tesla Roadster</a></li></ul></li>\n<li><a href="/wiki/Arabsat-6A" title="Arabsat-6A">Arabsat-6A</a></li>\n<li><a href="/wiki/Space_Test_Program" title="Space Test Program">USAF STP-2</a>\n<ul><li><a href="/wiki/Demonstration_and_Science_Experiments" title="Demonstration and Science Experiments">DSX</a></li>\n<li><a href="/wiki/COSMIC-2" title="COSMIC-2">FormoSat-7</a></li>\n<li><a href="/wiki/LightSail_2" class="mw-redirect" title="LightSail 2">LightSail 2</a></li>\n<li><a href="/wiki/Green_Propellant_Infusion_Mission" title="Green Propellant Infusion Mission">GPIM</a></li>\n<li><a href="/wiki/Deep_Space_Atomic_Clock" title="Deep Space Atomic Clock">DSAC</a></li>\n<li><a href="/wiki/Innovative_Space-based_Radar_Antenna_Technology" title="Innovative Space-based Radar Antenna Technology">ISAT</a></li></ul></li>\n<li><i><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a>-44</i></li>\n<li><i><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a>-52</i></li>\n<li><i><a href="/wiki/ViaSat-3" title="ViaSat-3">ViaSat-3</a> Americas</i></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/List_of_Starship_flights" class="mw-redirect" title="List of Starship flights"><i>Starship</i> missions</a></th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em"><i><a href="/wiki/DearMoon_project" title="DearMoon project">dearMoon</a></i>, <i>two <a href="/wiki/Starship_HLS" title="Starship HLS">Starship HLS</a> flights</i></div></td></tr><tr><td class="navbox-abovebelow" colspan="3"><div>\n<ul><li><b>Bold</b> indicates current missions.</li>\n<li><i>Italics</i> indicates future missions and vehicles under development.</li>\n<li>Symbol \xe2\x80\xa0 indicates failed missions and destroyed vehicles.</li></ul>\n</div></td></tr></tbody></table></div>\n<div role="navigation" class="navbox" aria-labelledby="SpaceX" style="padding:3px"><table class="nowraplinks mw-collapsible mw-collapsed navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="3"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r992953826"/><div class="navbar plainlinks hlist navbar-mini"><ul><li class="nv-view"><a href="/wiki/Template:SpaceX" title="Template:SpaceX"><abbr title="View this template" style=";;background:none transparent;border:none;box-shadow:none;padding:0;;text-decoration:inherit;">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:SpaceX" title="Template talk:SpaceX"><abbr title="Discuss this template" style=";;background:none transparent;border:none;box-shadow:none;padding:0;;text-decoration:inherit;">t</abbr></a></li><li class="nv-edit"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:SpaceX&action=edit"><abbr title="Edit this template" style=";;background:none transparent;border:none;box-shadow:none;padding:0;;text-decoration:inherit;">e</abbr></a></li></ul></div><div id="SpaceX" style="font-size:114%;margin:0 4em"><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a></div></th></tr><tr><td class="navbox-abovebelow" colspan="3"><div id="History"><a href="/wiki/History_of_SpaceX" title="History of SpaceX">History</a></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/SpaceX_launch_vehicles" title="SpaceX launch vehicles">Launch vehicles</a></th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th scope="row" class="navbox-group" style="width:1%">Current</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Falcon_9" title="Falcon 9">Falcon 9</a>\n<ul><li><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">Block 5</a></li></ul></li>\n<li><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">In development</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/SpaceX_Starship" title="SpaceX Starship">Starship</a>*\n<ul><li><a href="/wiki/SpaceX_Starship_development_history" title="SpaceX Starship development history">development history</a></li></ul></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Retired</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Falcon_1" title="Falcon 1">Falcon 1</a></li>\n<li>Falcon 9\n<ul><li><a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">v1.0</a></li>\n<li><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">v1.1</a></li>\n<li><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">"Full Thrust" v1.2</a></li>\n<li>Block 4</li></ul></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Cancelled</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Falcon_1e" class="mw-redirect" title="Falcon 1e">Falcon 1e</a>*</li>\n<li><a href="/wiki/Falcon_5" class="mw-redirect" title="Falcon 5">Falcon 5</a>*</li>\n<li><a href="/wiki/Falcon_9_Air" class="mw-redirect" title="Falcon 9 Air">Falcon 9 Air</a>*</li>\n<li><a href="/wiki/SpaceX_launch_vehicles#BFR_and_ITS" title="SpaceX launch vehicles">BFR and ITS</a>*</li></ul>\n</div></td></tr></tbody></table><div></div></td><td class="noviewer navbox-image" rowspan="13" style="width:1px;padding:0px 0px 0px 2px"><div><a href="/wiki/SpaceX" title="SpaceX"><img alt="SpaceX-Logo-Xonly.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/36/SpaceX-Logo-Xonly.svg/100px-SpaceX-Logo-Xonly.svg.png" decoding="async" width="100" height="38" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/36/SpaceX-Logo-Xonly.svg/150px-SpaceX-Logo-Xonly.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/36/SpaceX-Logo-Xonly.svg/200px-SpaceX-Logo-Xonly.svg.png 2x" data-file-width="108" data-file-height="41" /></a></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Spacecraft</th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th scope="row" class="navbox-group" style="width:1%">Cargo</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/SpaceX_Dragon" title="SpaceX Dragon">Dragon 1 Cargo</a></li>\n<li><a href="/wiki/SpaceX_Dragon_2" title="SpaceX Dragon 2">Dragon 2 Cargo</a></li>\n<li><a href="/wiki/SpaceX_Starship" title="SpaceX Starship">Starship</a>*</li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Crewed</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/SpaceX_Dragon_2" title="SpaceX Dragon 2">Dragon 2 Crew</a>\n<ul><li><a href="/wiki/Crew_Dragon_Endeavour" title="Crew Dragon Endeavour">C206 <i>Endeavour</i></a></li>\n<li><a href="/wiki/Crew_Dragon_Resilience" title="Crew Dragon Resilience">C207 <i>Resilience</i></a></li>\n<li><a href="/wiki/Crew_Dragon_Endurance" title="Crew Dragon Endurance">C210 <i>Endurance</i></a></li></ul></li>\n<li><a href="/wiki/SpaceX_Starship" title="SpaceX Starship">Starship</a>*</li></ul>\n</div></td></tr></tbody></table><div></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Test vehicles</th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th scope="row" class="navbox-group" style="width:1%">Current</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/SpaceX_Starship_development_history#Starship_prototypes" title="SpaceX Starship development history">Starship prototypes</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Retired</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><i><a href="/wiki/SpaceX_Grasshopper" class="mw-redirect" title="SpaceX Grasshopper">Grasshopper</a></i></li>\n<li><a href="/wiki/F9R_Dev1" class="mw-redirect" title="F9R Dev1">F9R Dev1</a>\xe2\x80\xa0</li>\n<li><i><a href="/wiki/Dragon_2_DragonFly" title="Dragon 2 DragonFly">DragonFly</a></i></li>\n<li><i><a href="/wiki/Starhopper" class="mw-redirect" title="Starhopper">Starhopper</a></i></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Unflown</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/F9R_Dev2" class="mw-redirect" title="F9R Dev2">F9R Dev2</a>*</li></ul>\n</div></td></tr></tbody></table><div></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/SpaceX_rocket_engines" title="SpaceX rocket engines">Rocket engines</a></th><td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/SpaceX_Merlin" title="SpaceX Merlin">Merlin</a>\n<ul><li>1A</li>\n<li>1B*</li>\n<li>1C</li>\n<li>1D</li>\n<li>Vacuum</li></ul></li>\n<li><a href="/wiki/SpaceX_Kestrel" title="SpaceX Kestrel">Kestrel</a></li>\n<li><a href="/wiki/SpaceX_Draco" title="SpaceX Draco">Draco</a></li>\n<li><a href="/wiki/SuperDraco" title="SuperDraco">SuperDraco</a></li>\n<li><a href="/wiki/SpaceX_Raptor" title="SpaceX Raptor">Raptor</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/Template:SpaceX_missions_and_payloads" title="Template:SpaceX missions and payloads">Lists of missions</a></th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Falcon_1#Launch_history" title="Falcon 1">Falcon 1</a></li>\n<li><a class="mw-selflink selflink">Falcon 9 and Falcon Heavy</a></li>\n<li><a href="/wiki/Starlink" title="Starlink">Starlink</a></li>\n<li><a href="/wiki/List_of_SpaceX_Starship_launches" title="List of SpaceX Starship launches">Starship</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/SpaceX_launch_facilities" title="SpaceX launch facilities">Launch facilities</a></th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th scope="row" class="navbox-group" style="width:1%">Orbital</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a> <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></li>\n<li><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a> <a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a></li>\n<li><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a> <a href="/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E" title="Vandenberg Space Launch Complex 4">SLC-4E</a></li>\n<li><a href="/wiki/SpaceX_Starship_offshore_platform" class="mw-redirect" title="SpaceX Starship offshore platform">Floating launch platforms</a>*</li>\n<li><a href="/wiki/Ronald_Reagan_Ballistic_Missile_Defense_Test_Site" title="Ronald Reagan Ballistic Missile Defense Test Site">Omelek Island</a>\xe2\x80\xa0</li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Atmospheric</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/SpaceX_launch_facilities#SpaceX_rocket_development_and_test_facility,_McGregor,_Texas" title="SpaceX launch facilities">McGregor</a></li>\n<li><a href="/wiki/SpaceX_launch_facilities#SpaceX_high-altitude_test_facility,_New_Mexico" title="SpaceX launch facilities">New Mexico</a>\xe2\x80\xa0</li>\n<li><a href="/wiki/SpaceX_South_Texas_launch_site" title="SpaceX South Texas launch site">Starbase</a>\n<ul><li><a href="/wiki/Boca_Chica_Village,_Texas" title="Boca Chica Village, Texas">Boca Chica</a></li></ul></li></ul>\n</div></td></tr></tbody></table><div></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Landing sites</th><td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Autonomous_spaceport_drone_ship" title="Autonomous spaceport drone ship">Autonomous spaceport drone ships</a></li>\n<li>Landing Zones\n<ul><li><a href="/wiki/Landing_Zones_1_and_2" title="Landing Zones 1 and 2">LZ-1 and LZ-2</a></li>\n<li><a href="/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W" class="mw-redirect" title="Vandenberg Air Force Base Space Launch Complex 4">LZ-4</a></li></ul></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Other facilities</th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/SpaceX#Headquarters_and_rocket_manufacturing_plant" title="SpaceX">Headquarters and factory</a>\n<ul><li><a href="/wiki/Hawthorne,_California" title="Hawthorne, California">Hawthorne, California</a></li></ul></li>\n<li><a href="/wiki/SpaceX_launch_facilities#SpaceX_Rocket_Development_and_Test_Facility,_McGregor,_Texas" title="SpaceX launch facilities">Rocket development and test facility</a>\n<ul><li><a href="/wiki/McGregor,_Texas" title="McGregor, Texas">McGregor, Texas</a></li></ul></li>\n<li><a href="/wiki/SpaceX_satellite_development_facility" class="mw-redirect" title="SpaceX satellite development facility">Satellite development facility</a>\n<ul><li><a href="/wiki/Redmond,_Washington" title="Redmond, Washington">Redmond, Washington</a></li></ul></li>\n<li><a href="/wiki/SpaceX#Regional_offices" title="SpaceX">Regional offices</a>\n<ul><li>Chantilly, Houston, Seattle, Washington DC</li></ul></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Support</th><td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><i><a href="/wiki/GO_Searcher" title="GO Searcher">GO Searcher</a></i> (recovery ship)</li>\n<li><i><a href="/wiki/GO_Navigator" title="GO Navigator">GO Navigator</a></i> (recovery ship)</li>\n<li><a href="/wiki/SpaceX_fairing_recovery_program" title="SpaceX fairing recovery program">SpaceX fairing recovery program</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Contracts</th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Commercial_Orbital_Transportation_Services" title="Commercial Orbital Transportation Services">Commercial Orbital Transportation Services</a></li>\n<li><a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">Commercial Resupply Services</a></li>\n<li><a href="/wiki/Commercial_Crew_Program" title="Commercial Crew Program">Commercial Crew Program</a></li>\n<li><a href="/wiki/Commercial_Lunar_Payload_Services" title="Commercial Lunar Payload Services">Commercial Lunar Payload Services</a></li>\n<li><a href="/wiki/Gateway_Logistics_Services" title="Gateway Logistics Services">Gateway Logistics Services</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">R&D programs</th><td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/SpaceX_reusable_launch_system_development_program" title="SpaceX reusable launch system development program">Reusability</a></li>\n<li><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Falcon 9 landing tests</a></li>\n<li><a href="/wiki/SpaceX_Red_Dragon" title="SpaceX Red Dragon">Red Dragon</a> (canceled)</li>\n<li><a href="/wiki/SpaceX_Mars_program" title="SpaceX Mars program">Mars transport</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Key people</th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Elon_Musk" title="Elon Musk">Elon Musk</a> (CEO, CTO)</li>\n<li><a href="/wiki/Gwynne_Shotwell" title="Gwynne Shotwell">Gwynne Shotwell</a> (President and COO)</li>\n<li><a href="/wiki/Tom_Mueller" title="Tom Mueller">Tom Mueller</a> (former VP of Propulsion Development)</li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Related</th><td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><i><a href="/wiki/Countdown:_Inspiration4_Mission_to_Space" title="Countdown: Inspiration4 Mission to Space">Countdown: Inspiration4 Mission to Space</a></i> (2021 docuseries)</li></ul>\n</div></td></tr><tr><td class="navbox-abovebelow" colspan="3"><div>* denotes unflown vehicles or engines, and future missions or sites. \xe2\x80\xa0 denotes failed missions, destroyed vehicles, and abandoned sites.\n <div class="hlist hlist-separated"><ul><li><img alt="Commons page" src="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/12px-Commons-logo.svg.png" decoding="async" title="Commons page" width="12" height="16" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/18px-Commons-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/24px-Commons-logo.svg.png 2x" data-file-width="1024" data-file-height="1376" /> <b><a href="https://commons.wikimedia.org/wiki/Category:SpaceX" class="extiw" title="commons:Category:SpaceX">Commons</a></b></li></ul></div></div></td></tr></tbody></table></div>\n<div role="navigation" class="navbox" aria-labelledby="Spaceflight_lists_and_timelines" style="padding:3px"><table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="3"><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r992953826"/><div class="navbar plainlinks hlist navbar-mini"><ul><li class="nv-view"><a href="/wiki/Template:Spaceflight_lists_and_timelines" title="Template:Spaceflight lists and timelines"><abbr title="View this template" style=";;background:none transparent;border:none;box-shadow:none;padding:0;;text-decoration:inherit;">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:Spaceflight_lists_and_timelines" title="Template talk:Spaceflight lists and timelines"><abbr title="Discuss this template" style=";;background:none transparent;border:none;box-shadow:none;padding:0;;text-decoration:inherit;">t</abbr></a></li><li class="nv-edit"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:Spaceflight_lists_and_timelines&action=edit"><abbr title="Edit this template" style=";;background:none transparent;border:none;box-shadow:none;padding:0;;text-decoration:inherit;">e</abbr></a></li></ul></div><div id="Spaceflight_lists_and_timelines" style="font-size:114%;margin:0 4em"><a href="/wiki/Spaceflight" title="Spaceflight">Spaceflight</a> lists and timelines</div></th></tr><tr><td class="navbox-abovebelow" colspan="3"><div id="*_Timeline_of_spaceflight">\n<ul><li><a href="/wiki/Timeline_of_spaceflight" title="Timeline of spaceflight">Timeline of spaceflight</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">General</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Space_exploration" title="Space exploration">Space exploration</a>\n<ul><li><a href="/wiki/Outline_of_space_exploration" title="Outline of space exploration">outline</a></li>\n<li><a href="/wiki/Timeline_of_space_exploration" title="Timeline of space exploration">timeline</a></li></ul></li>\n<li><a href="/wiki/Lists_of_spacecraft" title="Lists of spacecraft">Spacecraft</a></li>\n<li><a href="/wiki/List_of_spaceflight_records" title="List of spaceflight records">Spaceflight records</a></li>\n<li><a href="/wiki/Timeline_of_the_Space_Race" title="Timeline of the Space Race">Space Race</a>\n<ul><li><a href="/wiki/Comparison_of_Asian_national_space_programs" title="Comparison of Asian national space programs">Asian Space Race</a></li></ul></li>\n<li><a href="/wiki/Timeline_of_rocket_and_missile_technology" title="Timeline of rocket and missile technology">Rocket and missile technology</a></li></ul>\n</div></td><td class="noviewer navbox-image" rowspan="9" style="width:1px;padding:0px 0px 0px 2px"><div><a href="/wiki/File:Apollo_7_photographed_in_flight_by_ALOTS_(68-HC-641).jpg" class="image"><img alt="Apollo 7 photographed in flight by ALOTS (68-HC-641).jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Apollo_7_photographed_in_flight_by_ALOTS_%2868-HC-641%29.jpg/75px-Apollo_7_photographed_in_flight_by_ALOTS_%2868-HC-641%29.jpg" decoding="async" width="75" height="53" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Apollo_7_photographed_in_flight_by_ALOTS_%2868-HC-641%29.jpg/113px-Apollo_7_photographed_in_flight_by_ALOTS_%2868-HC-641%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/51/Apollo_7_photographed_in_flight_by_ALOTS_%2868-HC-641%29.jpg/150px-Apollo_7_photographed_in_flight_by_ALOTS_%2868-HC-641%29.jpg 2x" data-file-width="2652" data-file-height="1890" /></a></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/Human_spaceflight" title="Human spaceflight">Human spaceflight</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th scope="row" class="navbox-group" style="width:1%">General</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/List_of_crewed_spacecraft" title="List of crewed spacecraft">Crewed spacecraft</a>\n<ul><li><a href="/wiki/List_of_human_spaceflights#Timeline" title="List of human spaceflights">timeline</a></li>\n<li><a href="/wiki/List_of_human_spaceflight_programs" class="mw-redirect" title="List of human spaceflight programs">by program</a></li></ul></li>\n<li><a href="/wiki/List_of_human_spaceflights" title="List of human spaceflights">Spaceflights</a>\n<ul><li><a href="/wiki/List_of_human_spaceflights,_1961%E2%80%931970" title="List of human spaceflights, 1961\xe2\x80\x931970">1961\xe2\x80\x931970</a></li>\n<li><a href="/wiki/List_of_human_spaceflights,_1971%E2%80%931980" title="List of human spaceflights, 1971\xe2\x80\x931980">1971\xe2\x80\x931980</a></li>\n<li><a href="/wiki/List_of_human_spaceflights,_1981%E2%80%931990" title="List of human spaceflights, 1981\xe2\x80\x931990">1981\xe2\x80\x931990</a></li>\n<li><a href="/wiki/List_of_human_spaceflights,_1991%E2%80%932000" title="List of human spaceflights, 1991\xe2\x80\x932000">1991\xe2\x80\x932000</a></li>\n<li><a href="/wiki/List_of_human_spaceflights,_2001%E2%80%932010" title="List of human spaceflights, 2001\xe2\x80\x932010">2001\xe2\x80\x932010</a></li>\n<li><a href="/wiki/List_of_human_spaceflights,_2011%E2%80%932020" title="List of human spaceflights, 2011\xe2\x80\x932020">2011\xe2\x80\x932020</a></li>\n<li><a href="/wiki/List_of_human_spaceflights,_2021%E2%80%93present" title="List of human spaceflights, 2021\xe2\x80\x93present">2021\xe2\x80\x93present</a></li></ul></li>\n<li><a href="/wiki/List_of_Soviet_human_spaceflight_missions" title="List of Soviet human spaceflight missions">Soviet</a></li>\n<li><a href="/wiki/List_of_Russian_human_spaceflight_missions" title="List of Russian human spaceflight missions">Russian</a></li>\n<li><a href="/wiki/List_of_Vostok_and_Voskhod_missions" title="List of Vostok and Voskhod missions">Vostok and Voskhod</a></li>\n<li><a href="/wiki/List_of_Soyuz_missions" title="List of Soyuz missions">Soyuz</a></li>\n<li><a href="/wiki/Project_Mercury" title="Project Mercury">Mercury</a></li>\n<li><a href="/wiki/Project_Gemini" title="Project Gemini">Gemini</a></li>\n<li><a href="/wiki/List_of_Apollo_missions" title="List of Apollo missions">Apollo</a></li>\n<li><a href="/wiki/Skylab" title="Skylab">Skylab</a></li>\n<li><a href="/wiki/Shenzhou_program" class="mw-redirect" title="Shenzhou program">Shenzhou</a></li>\n<li><a href="/wiki/Indian_Human_Spaceflight_Programme" title="Indian Human Spaceflight Programme">Gaganyaan</a></li>\n<li><a href="/wiki/Spacelab" title="Spacelab">Spacelab</a></li>\n<li><a href="/wiki/List_of_Artemis_missions" title="List of Artemis missions">Artemis</a></li>\n<li>Civilian spaceflight\n<ul><li><a href="/wiki/List_of_fully_civilian_crewed_orbital_spaceflights" title="List of fully civilian crewed orbital spaceflights">Orbital</a></li>\n<li><a href="/wiki/List_of_fully_civilian_crewed_suborbital_spaceflights" title="List of fully civilian crewed suborbital spaceflights">Suborbital</a></li></ul></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/Salyut_programme" title="Salyut programme">Salyut</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/List_of_Salyut_expeditions" title="List of Salyut expeditions">Expeditions</a></li>\n<li>Spaceflights\n<ul><li><a href="/wiki/List_of_human_spaceflights_to_Salyut_space_stations" title="List of human spaceflights to Salyut space stations">crewed</a></li>\n<li><a href="/wiki/List_of_uncrewed_spaceflights_to_Salyut_space_stations" title="List of uncrewed spaceflights to Salyut space stations">uncrewed</a></li></ul></li>\n<li><a href="/wiki/List_of_Salyut_spacewalks" title="List of Salyut spacewalks">Spacewalks</a></li>\n<li><a href="/wiki/List_of_Salyut_visitors" title="List of Salyut visitors">Visitors</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><i><a href="/wiki/Mir" title="Mir">Mir</a></i></th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/List_of_Mir_expeditions" title="List of Mir expeditions">Expeditions</a></li>\n<li>Spaceflights\n<ul><li><a href="/wiki/List_of_human_spaceflights_to_Mir" title="List of human spaceflights to Mir">crewed</a></li>\n<li><a href="/wiki/List_of_uncrewed_spaceflights_to_Mir" title="List of uncrewed spaceflights to Mir">uncrewed</a></li></ul></li>\n<li><a href="/wiki/List_of_Mir_spacewalks" title="List of Mir spacewalks">Spacewalks</a></li>\n<li><a href="/wiki/List_of_Mir_visitors" title="List of Mir visitors">Visitors</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/International_Space_Station" title="International Space Station">ISS</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/List_of_International_Space_Station_expeditions" title="List of International Space Station expeditions">Expeditions</a></li>\n<li><a href="/wiki/List_of_spaceflights_to_the_International_Space_Station" title="List of spaceflights to the International Space Station">Spaceflights</a>\n<ul><li><a href="/wiki/List_of_human_spaceflights_to_the_International_Space_Station" title="List of human spaceflights to the International Space Station">crewed</a></li>\n<li><a href="/wiki/Uncrewed_spaceflights_to_the_International_Space_Station" title="Uncrewed spaceflights to the International Space Station">uncrewed</a></li></ul></li>\n<li><a href="/wiki/List_of_International_Space_Station_spacewalks" title="List of International Space Station spacewalks">Spacewalks</a></li>\n<li><a href="/wiki/List_of_visitors_to_the_International_Space_Station" title="List of visitors to the International Space Station">Visitors</a></li>\n<li><a href="/wiki/List_of_spacecraft_deployed_from_the_International_Space_Station" title="List of spacecraft deployed from the International Space Station">Deployed</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/Tiangong_space_station" title="Tiangong space station">Tiangong</a></th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/List_of_human_spaceflights_to_the_Tiangong_space_station" title="List of human spaceflights to the Tiangong space station">Human spaceflights</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/Space_Shuttle" title="Space Shuttle">Shuttle</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/List_of_Space_Shuttle_crews" title="List of Space Shuttle crews">Crews</a></li>\n<li><a href="/wiki/List_of_Space_Shuttle_missions" title="List of Space Shuttle missions">Missions</a>\n<ul><li><a href="/wiki/Timeline_of_Space_Shuttle_missions" class="mw-redirect" title="Timeline of Space Shuttle missions">timeline</a></li></ul></li>\n<li><a href="/wiki/List_of_Space_Shuttle_rollbacks" title="List of Space Shuttle rollbacks">Rollbacks</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/Astronaut" title="Astronaut">People</a></th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Lists_of_astronauts" title="Lists of astronauts">Astronauts</a>\n<ul><li><a href="/wiki/List_of_astronauts_by_name" title="List of astronauts by name">by name</a></li>\n<li><a href="/wiki/List_of_astronauts_by_year_of_selection" title="List of astronauts by year of selection">by year of selection</a></li>\n<li><a href="/wiki/List_of_Apollo_astronauts" title="List of Apollo astronauts">Apollo</a></li>\n<li><a href="/wiki/List_of_Gemini_astronauts" title="List of Gemini astronauts">Gemini</a></li>\n<li><a href="/wiki/List_of_Chinese_astronauts" title="List of Chinese astronauts">Chinese</a></li>\n<li><a href="/wiki/List_of_European_astronauts" title="List of European astronauts">European</a></li>\n<li><a href="/wiki/List_of_cosmonauts" title="List of cosmonauts">Cosmonauts</a></li>\n<li><a href="/wiki/List_of_female_spacefarers" title="List of female spacefarers">female</a></li>\n<li><a href="/wiki/List_of_Jewish_astronauts" title="List of Jewish astronauts">Jewish</a></li>\n<li><a href="/wiki/List_of_Muslim_astronauts" title="List of Muslim astronauts">Muslim</a></li>\n<li><a href="/wiki/List_of_astronauts_with_ancestry_from_Arab_countries" title="List of astronauts with ancestry from Arab countries">Arab</a></li>\n<li><a href="/wiki/List_of_African-American_astronauts" title="List of African-American astronauts">African American</a></li>\n<li><a href="/wiki/List_of_Ibero-American_spacefarers" title="List of Ibero-American spacefarers">Ibero-America</a></li></ul></li>\n<li><a href="/wiki/Lists_of_space_scientists" title="Lists of space scientists">Space scientists</a></li>\n<li>Space travelers\n<ul><li><a href="/wiki/List_of_space_travelers_by_name" title="List of space travelers by name">by name</a></li>\n<li><a href="/wiki/List_of_space_travellers_by_first_flight" title="List of space travellers by first flight">by first flight</a></li>\n<li><a href="/wiki/List_of_space_travelers_by_nationality" title="List of space travelers by nationality">by nationality</a></li>\n<li><a href="/wiki/List_of_billionaire_spacetravellers" title="List of billionaire spacetravellers">billionaires</a></li>\n<li><a href="/wiki/Timeline_of_space_travel_by_nationality" title="Timeline of space travel by nationality">timeline by nationality</a></li></ul></li>\n<li><a href="/wiki/List_of_spaceflight-related_accidents_and_incidents" title="List of spaceflight-related accidents and incidents">Spaceflight-related human fatalities</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/Extravehicular_activity" title="Extravehicular activity">EVA</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/List_of_spacewalks_and_moonwalks_1965%E2%80%931999" title="List of spacewalks and moonwalks 1965\xe2\x80\x931999">1965\xe2\x80\x931999</a></li>\n<li><a href="/wiki/List_of_spacewalks_2000%E2%80%932014" title="List of spacewalks 2000\xe2\x80\x932014">2000\xe2\x80\x932014</a></li>\n<li><a href="/wiki/List_of_spacewalks_since_2015" title="List of spacewalks since 2015">2015\xe2\x80\x93present</a></li>\n<li><a href="/wiki/List_of_cumulative_spacewalk_records" title="List of cumulative spacewalk records">Cumulative spacewalk records</a></li>\n<li><a href="/wiki/List_of_longest_spacewalks" title="List of longest spacewalks">Longest spacewalks</a></li>\n<li><a href="/wiki/List_of_spacewalkers" title="List of spacewalkers">Spacewalkers</a></li></ul>\n</div></td></tr></tbody></table><div></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/Solar_System" title="Solar System">Solar System</a> <a href="/wiki/Discovery_and_exploration_of_the_Solar_System" title="Discovery and exploration of the Solar System">exploration</a></th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Timeline_of_Solar_System_exploration" title="Timeline of Solar System exploration">Timeline</a></li>\n<li><a href="/wiki/List_of_interplanetary_voyages" title="List of interplanetary voyages">Interplanetary voyages</a></li>\n<li><a href="/wiki/List_of_landings_on_extraterrestrial_bodies" title="List of landings on extraterrestrial bodies">Landings on other planets</a>\n<ul><li><a href="/wiki/List_of_rovers_on_extraterrestrial_bodies" title="List of rovers on extraterrestrial bodies">rovers</a></li>\n<li><a href="/wiki/List_of_artificial_objects_on_extraterrestrial_surfaces" title="List of artificial objects on extraterrestrial surfaces">artificial objects</a></li></ul></li>\n<li><a href="/wiki/List_of_objects_at_Lagrange_points" title="List of objects at Lagrange points">Objects at Lagrange points</a></li>\n<li><a href="/wiki/List_of_Solar_System_probes" title="List of Solar System probes">Probes</a>\n<ul><li><a href="/wiki/List_of_active_Solar_System_probes" title="List of active Solar System probes">active</a></li>\n<li><a href="/wiki/List_of_extraterrestrial_orbiters" title="List of extraterrestrial orbiters">orbiters</a></li>\n<li><a href="/wiki/List_of_artificial_objects_leaving_the_Solar_System" title="List of artificial objects leaving the Solar System">leaving the Solar System</a></li>\n<li><a href="/wiki/List_of_lunar_probes" title="List of lunar probes">lunar probes</a></li></ul></li>\n<li><a href="/wiki/List_of_missions_to_the_Moon" title="List of missions to the Moon">Missions to the Moon</a></li>\n<li><a href="/wiki/Timeline_of_artificial_satellites_and_space_probes" title="Timeline of artificial satellites and space probes">Timeline of satellites</a></li>\n<li><a href="/wiki/Sample-return_mission" title="Sample-return mission">Sample-return mission</a>\n<ul><li><a href="/wiki/Mars_sample-return_mission" title="Mars sample-return mission">Mars</a></li></ul></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/Geocentric_orbit" title="Geocentric orbit">Earth-orbiting</a> <a href="/wiki/Satellite" title="Satellite">satellites</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/List_of_climate_research_satellites" class="mw-redirect" title="List of climate research satellites">Climate research</a></li>\n<li><a href="/wiki/List_of_communications_satellite_firsts" title="List of communications satellite firsts">Communications satellite firsts</a></li>\n<li><a href="/wiki/CubeSat" title="CubeSat">CubeSats</a></li>\n<li><a href="/wiki/PocketQube" title="PocketQube">PocketQube</a></li>\n<li><a href="/wiki/List_of_Earth_observation_satellites" title="List of Earth observation satellites">Earth observation satellites</a>\n<ul><li><a href="/wiki/Timeline_of_first_Earth_observation_satellites" title="Timeline of first Earth observation satellites">Timeline of first Earth observation satellites</a></li></ul></li>\n<li><a href="/wiki/List_of_satellites_in_geosynchronous_orbit" title="List of satellites in geosynchronous orbit">Geosynchronous orbit</a></li>\n<li><a href="/wiki/List_of_GOES_satellites" title="List of GOES satellites">GOES</a></li>\n<li><a href="/wiki/List_of_Kosmos_satellites" title="List of Kosmos satellites">Kosmos</a></li>\n<li><a href="/wiki/List_of_satellites_which_have_provided_data_on_Earth%27s_magnetosphere" title="List of satellites which have provided data on Earth's magnetosphere">Magnetospheric</a></li>\n<li><a href="/wiki/List_of_NRO_launches" title="List of NRO launches">NRO</a></li>\n<li><a href="/wiki/List_of_TDRS_satellites" title="List of TDRS satellites">TDRS</a></li>\n<li><a href="/wiki/List_of_USA_satellites" title="List of USA satellites">USA</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Vehicles</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/List_of_orbital_launch_systems" title="List of orbital launch systems">Orbital launch systems</a>\n<ul><li><a href="/wiki/Comparison_of_orbital_launch_systems" title="Comparison of orbital launch systems">Comparison</a></li></ul></li>\n<li><a href="/wiki/List_of_sounding_rockets" title="List of sounding rockets">Sounding rocket list</a></li>\n<li><a href="/wiki/Lists_of_spacecraft" title="Lists of spacecraft">Spacecraft</a>\n<ul><li><a href="/wiki/List_of_uncrewed_spacecraft_by_program" title="List of uncrewed spacecraft by program">uncrewed</a></li>\n<li><a href="/wiki/List_of_crewed_spacecraft" title="List of crewed spacecraft">crewed</a></li>\n<li><a href="/wiki/List_of_heaviest_spacecraft" title="List of heaviest spacecraft">heaviest</a></li></ul></li>\n<li><a href="/wiki/List_of_rocket_stages" title="List of rocket stages">Upper stages</a></li>\n<li><a href="/wiki/Sounding_rocket" title="Sounding rocket">Sounding rocket</a></li>\n<li><a href="/wiki/Small-lift_launch_vehicle" title="Small-lift launch vehicle">Small-lift launch vehicle</a></li>\n<li><a href="/wiki/Medium-lift_launch_vehicle" title="Medium-lift launch vehicle">Medium-lift launch vehicle</a></li>\n<li><a href="/wiki/Heavy-lift_launch_vehicle" title="Heavy-lift launch vehicle">Heavy-lift launch vehicle</a></li>\n<li><a href="/wiki/Super_heavy-lift_launch_vehicle" title="Super heavy-lift launch vehicle">Super heavy-lift launch vehicle</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Launches by rocket type</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/List_of_Ariane_launches" title="List of Ariane launches">Ariane</a></li>\n<li><a href="/wiki/List_of_Atlas_launches" title="List of Atlas launches">Atlas</a></li>\n<li><a href="/wiki/List_of_Black_Brant_launches" title="List of Black Brant launches">Black Brant</a></li>\n<li><a href="/wiki/List_of_Electron_launches" title="List of Electron launches">Electron</a></li>\n<li><a class="mw-selflink selflink">Falcon 9 and Heavy</a></li>\n<li><a href="/wiki/List_of_H-II_series_and_H3_launches" title="List of H-II series and H3 launches">H-II and H3</a></li>\n<li><a href="/wiki/List_of_Kosmos_launches" title="List of Kosmos launches">Kosmos</a></li>\n<li><a href="/wiki/List_of_Long_March_launches" title="List of Long March launches">Long March</a></li>\n<li><a href="/wiki/List_of_Proton_launches" title="List of Proton launches">Proton</a></li>\n<li><a href="/wiki/List_of_PSLV_launches" title="List of PSLV launches">PSLV</a></li>\n<li><a href="/wiki/List_of_R-7_launches" title="List of R-7 launches">R-7 (including Semyorka, Molniya, Vostok, Voskhod and Soyuz)</a></li>\n<li><a href="/wiki/List_of_Scout_launches" title="List of Scout launches">Scout</a></li>\n<li><a href="/wiki/List_of_Space_Launch_System_launches" title="List of Space Launch System launches">SLS</a></li>\n<li><a href="/wiki/List_of_SpaceX_Starship_launches" title="List of SpaceX Starship launches">Starship</a></li>\n<li><a href="/wiki/List_of_Thor_and_Delta_launches" title="List of Thor and Delta launches">Thor and Delta</a></li>\n<li><a href="/wiki/List_of_Titan_launches" title="List of Titan launches">Titan</a></li>\n<li><a href="/wiki/List_of_Tsyklon_launches" title="List of Tsyklon launches">Tsyklon</a></li>\n<li><a href="/wiki/List_of_V-2_test_launches" title="List of V-2 test launches">V-2 tests</a></li>\n<li><a href="/wiki/List_of_Zenit_launches" title="List of Zenit launches">Zenit</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%;line-height:1.15em;">Launches by spaceport</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/List_of_Satish_Dhawan_Space_Centre_launches" title="List of Satish Dhawan Space Centre launches">Satish Dhawan</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Agencies, companies<br />and facilities</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/List_of_communication_satellite_companies" title="List of communication satellite companies">Communications satellite companies</a>\n<ul><li><a href="/wiki/Comparison_of_communication_satellite_operators" title="Comparison of communication satellite operators">comparison</a></li></ul></li>\n<li><a href="/wiki/List_of_private_spaceflight_companies" title="List of private spaceflight companies">Private spaceflight companies</a></li>\n<li><a href="/wiki/List_of_rocket_launch_sites" title="List of rocket launch sites">Rocket launch sites</a></li>\n<li><a href="/wiki/List_of_government_space_agencies" title="List of government space agencies">Space agencies</a></li>\n<li><a href="/wiki/List_of_spacecraft_manufacturers" title="List of spacecraft manufacturers">Spacecraft manufacturers</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%;line-height:1.15em;">Other mission lists<br />and timelines</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Timeline_of_first_orbital_launches_by_country" title="Timeline of first orbital launches by country">First orbital launches by country</a></li>\n<li><a href="/wiki/Timeline_of_first_artificial_satellites_by_country" title="Timeline of first artificial satellites by country">First artificial satellites by country</a></li>\n<li><a href="/wiki/List_of_NASA_missions" title="List of NASA missions">NASA missions</a>\n<ul><li><a href="/wiki/List_of_Constellation_missions" title="List of Constellation missions">Constellation missions</a></li></ul></li>\n<li><a href="/wiki/Timeline_of_private_spaceflight" title="Timeline of private spaceflight">Timeline of private spaceflight</a></li>\n<li><a href="/wiki/Timeline_of_longest_spaceflights" title="Timeline of longest spaceflights">Timeline of longest spaceflights</a></li></ul>\n</div></td></tr></tbody></table></div>\n<p class="mw-empty-elt">\n</p>\n<!-- \nNewPP limit report\nParsed by mw1431\nCached time: 20211028025518\nCache expiry: 1814400\nReduced expiry: false\nComplications: [vary\xe2\x80\x90revision\xe2\x80\x90sha1]\nCPU time usage: 6.734 seconds\nReal time usage: 6.981 seconds\nPreprocessor visited node count: 41848/1000000\nPost\xe2\x80\x90expand include size: 1631214/2097152 bytes\nTemplate argument size: 13400/2097152 bytes\nHighest expansion depth: 21/40\nExpensive parser function count: 9/500\nUnstrip recursion depth: 1/20\nUnstrip post\xe2\x80\x90expand size: 2733760/5000000 bytes\nLua time usage: 3.799/10.000 seconds\nLua memory usage: 12080451/52428800 bytes\nLua Profile:\n recursiveClone <mwInit.lua:41> 440 ms 11.6%\n Scribunto_LuaSandboxCallback::callParserFunction 420 ms 11.1%\n dataWrapper <mw.lua:668> 340 ms 9.0%\n Scribunto_LuaSandboxCallback::gsub 300 ms 7.9%\n ? 240 ms 6.3%\n <mw.lua:690> 140 ms 3.7%\n Scribunto_LuaSandboxCallback::plain 140 ms 3.7%\n citation0 <Module:Citation/CS1:2400> 140 ms 3.7%\n Scribunto_LuaSandboxCallback::match 120 ms 3.2%\n type 100 ms 2.6%\n [others] 1400 ms 37.0%\nNumber of Wikibase entities loaded: 0/400\n-->\n<!--\nTransclusion expansion time report (%,ms,calls,template)\n100.00% 5931.640 1 -total\n 36.73% 2178.491 510 Template:Cite_web\n 17.81% 1056.687 218 Template:Cite_news\n 5.75% 341.332 66 Template:Cite_tweet\n 3.79% 224.716 187 Template:Cvt\n 1.52% 90.351 9 Template:Navbox\n 1.20% 71.078 13 Template:Cite_press_release\n 1.05% 62.028 10 Template:Cite_pr\n 0.77% 45.862 1 Template:Short_description\n 0.72% 42.444 4 Template:DMCA\n-->\n\n<!-- Saved in RevisionOutputCache with key enwiki:rcache:1027686922:dateformat=default and timestamp 20211028025511 and revision id 1027686922.\n -->\n</div><noscript><img src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript>\n<div class="printfooter">Retrieved from "<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&oldid=1027686922">https://en.wikipedia.org/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&oldid=1027686922</a>"</div></div>\n\t\t<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Help:Category" title="Help:Category">Categories</a>: <ul><li><a href="/wiki/Category:Falcon_9_and_Falcon_Heavy_launches" title="Category:Falcon 9 and Falcon Heavy launches">Falcon 9 and Falcon Heavy launches</a></li><li><a href="/wiki/Category:SpaceX_launch_vehicles" title="Category:SpaceX launch vehicles">SpaceX launch vehicles</a></li><li><a href="/wiki/Category:Lists_of_rocket_launches" title="Category:Lists of rocket launches">Lists of rocket launches</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-hidden">Hidden categories: <ul><li><a href="/wiki/Category:Source_attribution" title="Category:Source attribution">Source attribution</a></li><li><a href="/wiki/Category:All_articles_with_dead_external_links" title="Category:All articles with dead external links">All articles with dead external links</a></li><li><a href="/wiki/Category:Articles_with_dead_external_links_from_February_2021" title="Category:Articles with dead external links from February 2021">Articles with dead external links from February 2021</a></li><li><a href="/wiki/Category:Articles_with_permanently_dead_external_links" title="Category:Articles with permanently dead external links">Articles with permanently dead external links</a></li><li><a href="/wiki/Category:CS1_Spanish-language_sources_(es)" title="Category:CS1 Spanish-language sources (es)">CS1 Spanish-language sources (es)</a></li><li><a href="/wiki/Category:CS1_Indonesian-language_sources_(id)" title="Category:CS1 Indonesian-language sources (id)">CS1 Indonesian-language sources (id)</a></li><li><a href="/wiki/Category:CS1_errors:_external_links" title="Category:CS1 errors: external links">CS1 errors: external links</a></li><li><a href="/wiki/Category:CS1_German-language_sources_(de)" title="Category:CS1 German-language sources (de)">CS1 German-language sources (de)</a></li><li><a href="/wiki/Category:CS1_Korean-language_sources_(ko)" title="Category:CS1 Korean-language sources (ko)">CS1 Korean-language sources (ko)</a></li><li><a href="/wiki/Category:Articles_with_short_description" title="Category:Articles with short description">Articles with short description</a></li><li><a href="/wiki/Category:Short_description_is_different_from_Wikidata" title="Category:Short description is different from Wikidata">Short description is different from Wikidata</a></li><li><a href="/wiki/Category:Use_American_English_from_January_2021" title="Category:Use American English from January 2021">Use American English from January 2021</a></li><li><a href="/wiki/Category:All_Wikipedia_articles_written_in_American_English" title="Category:All Wikipedia articles written in American English">All Wikipedia articles written in American English</a></li><li><a href="/wiki/Category:Use_dmy_dates_from_January_2021" title="Category:Use dmy dates from January 2021">Use dmy dates from January 2021</a></li><li><a href="/wiki/Category:Articles_containing_potentially_dated_statements_from_March_2018" title="Category:Articles containing potentially dated statements from March 2018">Articles containing potentially dated statements from March 2018</a></li><li><a href="/wiki/Category:All_articles_containing_potentially_dated_statements" title="Category:All articles containing potentially dated statements">All articles containing potentially dated statements</a></li><li><a href="/wiki/Category:All_articles_with_failed_verification" title="Category:All articles with failed verification">All articles with failed verification</a></li><li><a href="/wiki/Category:Articles_with_failed_verification_from_May_2021" title="Category:Articles with failed verification from May 2021">Articles with failed verification from May 2021</a></li><li><a href="/wiki/Category:Articles_containing_potentially_dated_statements_from_April_2020" title="Category:Articles containing potentially dated statements from April 2020">Articles containing potentially dated statements from April 2020</a></li><li><a href="/wiki/Category:Pages_using_multiple_image_with_auto_scaled_images" title="Category:Pages using multiple image with auto scaled images">Pages using multiple image with auto scaled images</a></li><li><a href="/wiki/Category:Featured_lists" title="Category:Featured lists">Featured lists</a></li><li><a href="/wiki/Category:Articles_containing_video_clips" title="Category:Articles containing video clips">Articles containing video clips</a></li></ul></div></div>\n\t</div>\n</div>\n<div id=\'mw-data-after-content\'>\n\t<div class="read-more-container"></div>\n</div>\n\n<div id="mw-navigation">\n\t<h2>Navigation menu</h2>\n\t<div id="mw-head">\n\t\t<nav id="p-personal" class="mw-portlet mw-portlet-personal vector-user-menu-legacy vector-menu" aria-labelledby="p-personal-label" role="navigation" \n\t >\n\t<h3 id="p-personal-label" aria-label="" class="vector-menu-heading">\n\t\t\n\t\t<span>Personal tools</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"><li id="pt-anonuserpage" class="mw-list-item"><span>Not logged in</span></li><li id="pt-anontalk" class="mw-list-item"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n"><span>Talk</span></a></li><li id="pt-anoncontribs" class="mw-list-item"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y"><span>Contributions</span></a></li><li id="pt-createaccount" class="mw-list-item"><a href="/w/index.php?title=Special:CreateAccount&returnto=List+of+Falcon+9+and+Falcon+Heavy+launches&returntoquery=oldid%3D1027686922" title="You are encouraged to create an account and log in; however, it is not mandatory"><span>Create account</span></a></li><li id="pt-login" class="mw-list-item"><a href="/w/index.php?title=Special:UserLogin&returnto=List+of+Falcon+9+and+Falcon+Heavy+launches&returntoquery=oldid%3D1027686922" title="You're encouraged to log in; however, it's not mandatory. [o]" accesskey="o"><span>Log in</span></a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t<div id="left-navigation">\n\t\t\t<nav id="p-namespaces" class="mw-portlet mw-portlet-namespaces vector-menu vector-menu-tabs" aria-labelledby="p-namespaces-label" role="navigation" \n\t >\n\t<h3 id="p-namespaces-label" aria-label="" class="vector-menu-heading">\n\t\t\n\t\t<span>Namespaces</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"><li id="ca-nstab-main" class="selected mw-list-item"><a href="/wiki/List_of_Falcon_9_and_Falcon_Heavy_launches" title="View the content page [c]" accesskey="c"><span>Article</span></a></li><li id="ca-talk" class="mw-list-item"><a href="/wiki/Talk:List_of_Falcon_9_and_Falcon_Heavy_launches" rel="discussion" title="Discuss improvements to the content page [t]" accesskey="t"><span>Talk</span></a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<nav id="p-variants" class="mw-portlet mw-portlet-variants emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-variants-label" role="navigation" \n\t >\n\t<input type="checkbox"\n\t\tid="p-variants-checkbox"\n\t\trole="button"\n\t\taria-haspopup="true"\n\t\tdata-event-name="ui.dropdown-p-variants"\n\t\tclass="vector-menu-checkbox" aria-labelledby="p-variants-label" />\n\t<h3 id="p-variants-label" aria-label="Change language variant" class="vector-menu-heading">\n\t\t\n\t\t<span>Variants</span>\n\t\t\t<span class="vector-menu-checkbox-expanded">expanded</span>\n\t\t\t<span class="vector-menu-checkbox-collapsed">collapsed</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t</div>\n\t\t<div id="right-navigation">\n\t\t\t<nav id="p-views" class="mw-portlet mw-portlet-views vector-menu vector-menu-tabs" aria-labelledby="p-views-label" role="navigation" \n\t >\n\t<h3 id="p-views-label" aria-label="" class="vector-menu-heading">\n\t\t\n\t\t<span>Views</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"><li id="ca-view" class="selected mw-list-item"><a href="/wiki/List_of_Falcon_9_and_Falcon_Heavy_launches"><span>Read</span></a></li><li id="ca-edit" class="mw-list-item"><a href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&action=edit&oldid=1027686922" title="Edit this page [e]" accesskey="e"><span>Edit</span></a></li><li id="ca-history" class="mw-list-item"><a href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&action=history" title="Past revisions of this page [h]" accesskey="h"><span>View history</span></a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<nav id="p-cactions" class="mw-portlet mw-portlet-cactions emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-cactions-label" role="navigation" title="More options"\n\t >\n\t<input type="checkbox"\n\t\tid="p-cactions-checkbox"\n\t\trole="button"\n\t\taria-haspopup="true"\n\t\tdata-event-name="ui.dropdown-p-cactions"\n\t\tclass="vector-menu-checkbox" aria-labelledby="p-cactions-label" />\n\t<h3 id="p-cactions-label" aria-label="" class="vector-menu-heading">\n\t\t\n\t\t<span>More</span>\n\t\t\t<span class="vector-menu-checkbox-expanded">expanded</span>\n\t\t\t<span class="vector-menu-checkbox-collapsed">collapsed</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<div id="p-search" role="search" class=" vector-search-box">\n\t<div>\n\t\t\t<h3 >\n\t\t\t\t<label for="searchInput">Search</label>\n\t\t\t</h3>\n\t\t<form action="/w/index.php" id="searchform"\n\t\t\tclass="vector-search-box-form">\n\t\t\t<div id="simpleSearch"\n\t\t\t\tclass="vector-search-box-inner"\n\t\t\t\t data-search-loc="header-navigation">\n\t\t\t\t<input class="vector-search-box-input"\n\t\t\t\t\t type="search" name="search" placeholder="Search Wikipedia" aria-label="Search Wikipedia" autocapitalize="sentences" title="Search Wikipedia [f]" accesskey="f" id="searchInput"\n\t\t\t\t/>\n\t\t\t\t<input type="hidden" name="title" value="Special:Search"/>\n\t\t\t\t<input id="mw-searchButton"\n\t\t\t\t\t class="searchButton mw-fallbackSearchButton" type="submit" name="fulltext" title="Search Wikipedia for this text" value="Search" />\n\t\t\t\t<input id="searchButton"\n\t\t\t\t\t class="searchButton" type="submit" name="go" title="Go to a page with this exact name if it exists" value="Go" />\n\t\t\t</div>\n\t\t</form>\n\t</div>\n</div>\n\n\t\t</div>\n\t</div>\n\t\n<div id="mw-panel">\n\t<div id="p-logo" role="banner">\n\t\t<a class="mw-wiki-logo" href="/wiki/Main_Page"\n\t\t\ttitle="Visit the main page"></a>\n\t</div>\n\t<nav id="p-navigation" class="mw-portlet mw-portlet-navigation vector-menu vector-menu-portal portal" aria-labelledby="p-navigation-label" role="navigation" \n\t >\n\t<h3 id="p-navigation-label" aria-label="" class="vector-menu-heading">\n\t\t\n\t\t<span>Navigation</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"><li id="n-mainpage-description" class="mw-list-item"><a href="/wiki/Main_Page" title="Visit the main page [z]" accesskey="z"><span>Main page</span></a></li><li id="n-contents" class="mw-list-item"><a href="/wiki/Wikipedia:Contents" title="Guides to browsing Wikipedia"><span>Contents</span></a></li><li id="n-currentevents" class="mw-list-item"><a href="/wiki/Portal:Current_events" title="Articles related to current events"><span>Current events</span></a></li><li id="n-randompage" class="mw-list-item"><a href="/wiki/Special:Random" title="Visit a randomly selected article [x]" accesskey="x"><span>Random article</span></a></li><li id="n-aboutsite" class="mw-list-item"><a href="/wiki/Wikipedia:About" title="Learn about Wikipedia and how it works"><span>About Wikipedia</span></a></li><li id="n-contactpage" class="mw-list-item"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia"><span>Contact us</span></a></li><li id="n-sitesupport" class="mw-list-item"><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&utm_medium=sidebar&utm_campaign=C13_en.wikipedia.org&uselang=en" title="Support us by donating to the Wikimedia Foundation"><span>Donate</span></a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t<nav id="p-interaction" class="mw-portlet mw-portlet-interaction vector-menu vector-menu-portal portal" aria-labelledby="p-interaction-label" role="navigation" \n\t >\n\t<h3 id="p-interaction-label" aria-label="" class="vector-menu-heading">\n\t\t\n\t\t<span>Contribute</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"><li id="n-help" class="mw-list-item"><a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia"><span>Help</span></a></li><li id="n-introduction" class="mw-list-item"><a href="/wiki/Help:Introduction" title="Learn how to edit Wikipedia"><span>Learn to edit</span></a></li><li id="n-portal" class="mw-list-item"><a href="/wiki/Wikipedia:Community_portal" title="The hub for editors"><span>Community portal</span></a></li><li id="n-recentchanges" class="mw-list-item"><a href="/wiki/Special:RecentChanges" title="A list of recent changes to Wikipedia [r]" accesskey="r"><span>Recent changes</span></a></li><li id="n-upload" class="mw-list-item"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Add images or other media for use on Wikipedia"><span>Upload file</span></a></li></ul>\n\t\t\n\t</div>\n</nav>\n<nav id="p-tb" class="mw-portlet mw-portlet-tb vector-menu vector-menu-portal portal" aria-labelledby="p-tb-label" role="navigation" \n\t >\n\t<h3 id="p-tb-label" aria-label="" class="vector-menu-heading">\n\t\t\n\t\t<span>Tools</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"><li id="t-whatlinkshere" class="mw-list-item"><a href="/wiki/Special:WhatLinksHere/List_of_Falcon_9_and_Falcon_Heavy_launches" title="List of all English Wikipedia pages containing links to this page [j]" accesskey="j"><span>What links here</span></a></li><li id="t-recentchangeslinked" class="mw-list-item"><a href="/wiki/Special:RecentChangesLinked/List_of_Falcon_9_and_Falcon_Heavy_launches" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k"><span>Related changes</span></a></li><li id="t-upload" class="mw-list-item"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]" accesskey="u"><span>Upload file</span></a></li><li id="t-specialpages" class="mw-list-item"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q"><span>Special pages</span></a></li><li id="t-permalink" class="mw-list-item"><a href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&oldid=1027686922" title="Permanent link to this revision of this page"><span>Permanent link</span></a></li><li id="t-info" class="mw-list-item"><a href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&action=info" title="More information about this page"><span>Page information</span></a></li><li id="t-cite" class="mw-list-item"><a href="/w/index.php?title=Special:CiteThisPage&page=List_of_Falcon_9_and_Falcon_Heavy_launches&id=1027686922&wpFormIdentifier=titleform" title="Information on how to cite this page"><span>Cite this page</span></a></li><li id="t-wikibase" class="mw-list-item"><a href="https://www.wikidata.org/wiki/Special:EntityPage/Q6570672" title="Structured data on this page hosted by Wikidata [g]" accesskey="g"><span>Wikidata item</span></a></li></ul>\n\t\t\n\t</div>\n</nav>\n<nav id="p-coll-print_export" class="mw-portlet mw-portlet-coll-print_export vector-menu vector-menu-portal portal" aria-labelledby="p-coll-print_export-label" role="navigation" \n\t >\n\t<h3 id="p-coll-print_export-label" aria-label="" class="vector-menu-heading">\n\t\t\n\t\t<span>Print/export</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"><li id="coll-download-as-rl" class="mw-list-item"><a href="/w/index.php?title=Special:Book&bookcmd=render_article&arttitle=List+of+Falcon+9+and+Falcon+Heavy+launches&returnto=List+of+Falcon+9+and+Falcon+Heavy+launches&oldid=1027686922&writer=rl" title="Download this page as a PDF file"><span>Download as PDF</span></a></li><li id="t-print" class="mw-list-item"><a href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&printable=yes" title="Printable version of this page [p]" accesskey="p"><span>Printable version</span></a></li></ul>\n\t\t\n\t</div>\n</nav>\n<nav id="p-electronpdfservice-sidebar-portlet-heading" class="mw-portlet mw-portlet-electronpdfservice-sidebar-portlet-heading emptyPortlet vector-menu vector-menu-portal portal" aria-labelledby="p-electronpdfservice-sidebar-portlet-heading-label" role="navigation" \n\t >\n\t<h3 id="p-electronpdfservice-sidebar-portlet-heading-label" aria-label="" class="vector-menu-heading">\n\t\t\n\t\t<span>Print/export</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"></ul>\n\t\t\n\t</div>\n</nav>\n\n\t<nav id="p-lang" class="mw-portlet mw-portlet-lang vector-menu vector-menu-portal portal" aria-labelledby="p-lang-label" role="navigation" \n\t >\n\t<h3 id="p-lang-label" aria-label="" class="vector-menu-heading">\n\t\t\n\t\t<span>Languages</span>\n\t</h3>\n\t<div class="vector-menu-content">\n\t\t\n\t\t<ul class="vector-menu-content-list"><li class="interlanguage-link interwiki-cs mw-list-item"><a href="https://cs.wikipedia.org/wiki/Seznam_let%C5%AF_Falconu_9_a_Falconu_Heavy" title="Seznam let\xc5\xaf Falconu 9 a Falconu Heavy \xe2\x80\x93 Czech" lang="cs" hreflang="cs" class="interlanguage-link-target"><span>\xc4\x8ce\xc5\xa1tina</span></a></li><li class="interlanguage-link interwiki-de mw-list-item"><a href="https://de.wikipedia.org/wiki/Liste_der_Falcon-9-_und_Falcon-Heavy-Raketenstarts" title="Liste der Falcon-9- und Falcon-Heavy-Raketenstarts \xe2\x80\x93 German" lang="de" hreflang="de" class="interlanguage-link-target"><span>Deutsch</span></a></li><li class="interlanguage-link interwiki-es mw-list-item"><a href="https://es.wikipedia.org/wiki/Anexo:Lanzamientos_de_cohetes_Falcon_9_y_Falcon_Heavy" title="Anexo:Lanzamientos de cohetes Falcon 9 y Falcon Heavy \xe2\x80\x93 Spanish" lang="es" hreflang="es" class="interlanguage-link-target"><span>Espa\xc3\xb1ol</span></a></li><li class="interlanguage-link interwiki-fr mw-list-item"><a href="https://fr.wikipedia.org/wiki/Liste_des_vols_de_SpaceX" title="Liste des vols de SpaceX \xe2\x80\x93 French" lang="fr" hreflang="fr" class="interlanguage-link-target"><span>Fran\xc3\xa7ais</span></a></li><li class="interlanguage-link interwiki-ko mw-list-item"><a href="https://ko.wikipedia.org/wiki/%ED%8C%B0%EC%BB%A8_9_/_%ED%8C%B0%EC%BB%A8_%ED%97%A4%EB%B9%84_%EB%B0%9C%EC%82%AC_%EB%AA%A9%EB%A1%9D" title="\xed\x8c\xb0\xec\xbb\xa8 9 / \xed\x8c\xb0\xec\xbb\xa8 \xed\x97\xa4\xeb\xb9\x84 \xeb\xb0\x9c\xec\x82\xac \xeb\xaa\xa9\xeb\xa1\x9d \xe2\x80\x93 Korean" lang="ko" hreflang="ko" class="interlanguage-link-target"><span>\xed\x95\x9c\xea\xb5\xad\xec\x96\xb4</span></a></li><li class="interlanguage-link interwiki-it mw-list-item"><a href="https://it.wikipedia.org/wiki/Lanci_del_Falcon_9_e_del_Falcon_Heavy" title="Lanci del Falcon 9 e del Falcon Heavy \xe2\x80\x93 Italian" lang="it" hreflang="it" class="interlanguage-link-target"><span>Italiano</span></a></li><li class="interlanguage-link interwiki-ja mw-list-item"><a href="https://ja.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%83%AB%E3%82%B3%E3%83%B39%E3%81%AE%E6%89%93%E3%81%A1%E4%B8%8A%E3%81%92%E4%B8%80%E8%A6%A7" title="\xe3\x83\x95\xe3\x82\xa1\xe3\x83\xab\xe3\x82\xb3\xe3\x83\xb39\xe3\x81\xae\xe6\x89\x93\xe3\x81\xa1\xe4\xb8\x8a\xe3\x81\x92\xe4\xb8\x80\xe8\xa6\xa7 \xe2\x80\x93 Japanese" lang="ja" hreflang="ja" class="interlanguage-link-target"><span>\xe6\x97\xa5\xe6\x9c\xac\xe8\xaa\x9e</span></a></li><li class="interlanguage-link interwiki-pl mw-list-item"><a href="https://pl.wikipedia.org/wiki/Lista_start%C3%B3w_rakiet_Falcon_9_oraz_Falcon_Heavy" title="Lista start\xc3\xb3w rakiet Falcon 9 oraz Falcon Heavy \xe2\x80\x93 Polish" lang="pl" hreflang="pl" class="interlanguage-link-target"><span>Polski</span></a></li><li class="interlanguage-link interwiki-pt mw-list-item"><a href="https://pt.wikipedia.org/wiki/Lista_de_lan%C3%A7amentos_do_Falcon_9_e_Falcon_Heavy" title="Lista de lan\xc3\xa7amentos do Falcon 9 e Falcon Heavy \xe2\x80\x93 Portuguese" lang="pt" hreflang="pt" class="interlanguage-link-target"><span>Portugu\xc3\xaas</span></a></li><li class="interlanguage-link interwiki-ru mw-list-item"><a href="https://ru.wikipedia.org/wiki/%D0%A1%D0%BF%D0%B8%D1%81%D0%BE%D0%BA_%D0%B7%D0%B0%D0%BF%D1%83%D1%81%D0%BA%D0%BE%D0%B2_%D1%80%D0%B0%D0%BA%D0%B5%D1%82%D1%8B-%D0%BD%D0%BE%D1%81%D0%B8%D1%82%D0%B5%D0%BB%D1%8F_Falcon_9" title="\xd0\xa1\xd0\xbf\xd0\xb8\xd1\x81\xd0\xbe\xd0\xba \xd0\xb7\xd0\xb0\xd0\xbf\xd1\x83\xd1\x81\xd0\xba\xd0\xbe\xd0\xb2 \xd1\x80\xd0\xb0\xd0\xba\xd0\xb5\xd1\x82\xd1\x8b-\xd0\xbd\xd0\xbe\xd1\x81\xd0\xb8\xd1\x82\xd0\xb5\xd0\xbb\xd1\x8f Falcon 9 \xe2\x80\x93 Russian" lang="ru" hreflang="ru" class="interlanguage-link-target"><span>\xd0\xa0\xd1\x83\xd1\x81\xd1\x81\xd0\xba\xd0\xb8\xd0\xb9</span></a></li><li class="interlanguage-link interwiki-sk mw-list-item"><a href="https://sk.wikipedia.org/wiki/Zoznam_letov_Falconu_9_a_Falconu_Heavy" title="Zoznam letov Falconu 9 a Falconu Heavy \xe2\x80\x93 Slovak" lang="sk" hreflang="sk" class="interlanguage-link-target"><span>Sloven\xc4\x8dina</span></a></li><li class="interlanguage-link interwiki-fi mw-list-item"><a href="https://fi.wikipedia.org/wiki/Luettelo_Falcon-rakettiperheen_laukaisuista" title="Luettelo Falcon-rakettiperheen laukaisuista \xe2\x80\x93 Finnish" lang="fi" hreflang="fi" class="interlanguage-link-target"><span>Suomi</span></a></li><li class="interlanguage-link interwiki-sv mw-list-item"><a href="https://sv.wikipedia.org/wiki/Lista_%C3%B6ver_Spacex_raketuppskjutningar" title="Lista \xc3\xb6ver Spacex raketuppskjutningar \xe2\x80\x93 Swedish" lang="sv" hreflang="sv" class="interlanguage-link-target"><span>Svenska</span></a></li><li class="interlanguage-link interwiki-th mw-list-item"><a href="https://th.wikipedia.org/wiki/%E0%B8%A3%E0%B8%B2%E0%B8%A2%E0%B8%8A%E0%B8%B7%E0%B9%88%E0%B8%AD%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%9B%E0%B8%A5%E0%B9%88%E0%B8%AD%E0%B8%A2%E0%B8%95%E0%B8%B1%E0%B8%A7%E0%B8%82%E0%B8%AD%E0%B8%87%E0%B8%9F%E0%B8%B1%E0%B8%A5%E0%B8%84%E0%B8%AD%E0%B8%99_9_%E0%B9%81%E0%B8%A5%E0%B8%B0%E0%B8%9F%E0%B8%B1%E0%B8%A5%E0%B8%84%E0%B8%AD%E0%B8%99_%E0%B9%80%E0%B8%AE%E0%B8%9F%E0%B8%A7%E0%B8%B5" title="\xe0\xb8\xa3\xe0\xb8\xb2\xe0\xb8\xa2\xe0\xb8\x8a\xe0\xb8\xb7\xe0\xb9\x88\xe0\xb8\xad\xe0\xb8\x81\xe0\xb8\xb2\xe0\xb8\xa3\xe0\xb8\x9b\xe0\xb8\xa5\xe0\xb9\x88\xe0\xb8\xad\xe0\xb8\xa2\xe0\xb8\x95\xe0\xb8\xb1\xe0\xb8\xa7\xe0\xb8\x82\xe0\xb8\xad\xe0\xb8\x87\xe0\xb8\x9f\xe0\xb8\xb1\xe0\xb8\xa5\xe0\xb8\x84\xe0\xb8\xad\xe0\xb8\x99 9 \xe0\xb9\x81\xe0\xb8\xa5\xe0\xb8\xb0\xe0\xb8\x9f\xe0\xb8\xb1\xe0\xb8\xa5\xe0\xb8\x84\xe0\xb8\xad\xe0\xb8\x99 \xe0\xb9\x80\xe0\xb8\xae\xe0\xb8\x9f\xe0\xb8\xa7\xe0\xb8\xb5 \xe2\x80\x93 Thai" lang="th" hreflang="th" class="interlanguage-link-target"><span>\xe0\xb9\x84\xe0\xb8\x97\xe0\xb8\xa2</span></a></li><li class="interlanguage-link interwiki-uk mw-list-item"><a href="https://uk.wikipedia.org/wiki/%D0%A1%D0%BF%D0%B8%D1%81%D0%BE%D0%BA_%D0%B7%D0%B0%D0%BF%D1%83%D1%81%D0%BA%D1%96%D0%B2_Falcon_9_%D1%82%D0%B0_Falcon_Heavy" title="\xd0\xa1\xd0\xbf\xd0\xb8\xd1\x81\xd0\xbe\xd0\xba \xd0\xb7\xd0\xb0\xd0\xbf\xd1\x83\xd1\x81\xd0\xba\xd1\x96\xd0\xb2 Falcon 9 \xd1\x82\xd0\xb0 Falcon Heavy \xe2\x80\x93 Ukrainian" lang="uk" hreflang="uk" class="interlanguage-link-target"><span>\xd0\xa3\xd0\xba\xd1\x80\xd0\xb0\xd1\x97\xd0\xbd\xd1\x81\xd1\x8c\xd0\xba\xd0\xb0</span></a></li><li class="interlanguage-link interwiki-zh mw-list-item"><a href="https://zh.wikipedia.org/wiki/%E7%8D%B5%E9%B7%B99%E8%99%9F%E9%81%8B%E8%BC%89%E7%81%AB%E7%AE%AD%E7%99%BC%E5%B0%84%E4%BB%BB%E5%8B%99%E5%88%97%E8%A1%A8" title="\xe7\x8d\xb5\xe9\xb7\xb99\xe8\x99\x9f\xe9\x81\x8b\xe8\xbc\x89\xe7\x81\xab\xe7\xae\xad\xe7\x99\xbc\xe5\xb0\x84\xe4\xbb\xbb\xe5\x8b\x99\xe5\x88\x97\xe8\xa1\xa8 \xe2\x80\x93 Chinese" lang="zh" hreflang="zh" class="interlanguage-link-target"><span>\xe4\xb8\xad\xe6\x96\x87</span></a></li></ul>\n\t\t<div class="after-portlet after-portlet-lang"><span class="wb-langlinks-edit wb-langlinks-link"><a href="https://www.wikidata.org/wiki/Special:EntityPage/Q6570672#sitelinks-wikipedia" title="Edit interlanguage links" class="wbc-editpage">Edit links</a></span></div>\n\t</div>\n</nav>\n\n</div>\n\n</div>\n<footer id="footer" class="mw-footer" role="contentinfo" >\n\t<ul id="footer-info">\n\t<li id="footer-info-lastmod"> This page was last edited on 9 June 2021, at 11:39<span class="anonymous-show"> (UTC)</span>.</li>\n\t<li id="footer-info-copyright"><span class="nowraplinks">This version of the page has been <a href="https://en.wikipedia.org/wiki/Wikipedia:Page_history" title="Wikipedia:Page history">revised</a>. Besides normal editing, the reason for revision may have been that this version contains factual inaccuracies, vandalism, or material not compatible with the <a href="https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License">Creative Commons Attribution-ShareAlike License</a>.</span></li>\n</ul>\n\n\t<ul id="footer-places">\n\t<li id="footer-places-privacy"><a href="https://foundation.wikimedia.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>\n\t<li id="footer-places-about"><a href="/wiki/Wikipedia:About" title="Wikipedia:About">About Wikipedia</a></li>\n\t<li id="footer-places-disclaimer"><a href="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">Disclaimers</a></li>\n\t<li id="footer-places-contact"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a></li>\n\t<li id="footer-places-mobileview"><a href="//en.m.wikipedia.org/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&oldid=1027686922&mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>\n\t<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>\n\t<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/en.wikipedia.org">Statistics</a></li>\n\t<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>\n</ul>\n\n\t<ul id="footer-icons" class="noprint">\n\t<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" loading="lazy" /></a></li>\n\t<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/static/images/footer/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy"/></a></li>\n</ul>\n\n</footer>\n\n\n<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"6.734","walltime":"6.981","ppvisitednodes":{"value":41848,"limit":1000000},"postexpandincludesize":{"value":1631214,"limit":2097152},"templateargumentsize":{"value":13400,"limit":2097152},"expansiondepth":{"value":21,"limit":40},"expensivefunctioncount":{"value":9,"limit":500},"unstrip-depth":{"value":1,"limit":20},"unstrip-size":{"value":2733760,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00% 5931.640 1 -total"," 36.73% 2178.491 510 Template:Cite_web"," 17.81% 1056.687 218 Template:Cite_news"," 5.75% 341.332 66 Template:Cite_tweet"," 3.79% 224.716 187 Template:Cvt"," 1.52% 90.351 9 Template:Navbox"," 1.20% 71.078 13 Template:Cite_press_release"," 1.05% 62.028 10 Template:Cite_pr"," 0.77% 45.862 1 Template:Short_description"," 0.72% 42.444 4 Template:DMCA"]},"scribunto":{"limitreport-timeusage":{"value":"3.799","limit":"10.000"},"limitreport-memusage":{"value":12080451,"limit":52428800},"limitreport-profile":[["recursiveClone \\u003CmwInit.lua:41\\u003E","440","11.6"],["Scribunto_LuaSandboxCallback::callParserFunction","420","11.1"],["dataWrapper \\u003Cmw.lua:668\\u003E","340","9.0"],["Scribunto_LuaSandboxCallback::gsub","300","7.9"],["?","240","6.3"],["\\u003Cmw.lua:690\\u003E","140","3.7"],["Scribunto_LuaSandboxCallback::plain","140","3.7"],["citation0 \\u003CModule:Citation/CS1:2400\\u003E","140","3.7"],["Scribunto_LuaSandboxCallback::match","120","3.2"],["type","100","2.6"],["[others]","1400","37.0"]]},"cachereport":{"origin":"mw1431","timestamp":"20211028025518","ttl":1814400,"transientcontent":false}}});});</script>\n<script type="application/ld+json">{"@context":"https:\\/\\/schema.org","@type":"Article","name":"List of Falcon 9 and Falcon Heavy launches","url":"https:\\/\\/en.wikipedia.org\\/wiki\\/List_of_Falcon_9_and_Falcon_Heavy_launches","sameAs":"http:\\/\\/www.wikidata.org\\/entity\\/Q6570672","mainEntity":"http:\\/\\/www.wikidata.org\\/entity\\/Q6570672","author":{"@type":"Organization","name":"Contributors to Wikimedia projects"},"publisher":{"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":{"@type":"ImageObject","url":"https:\\/\\/www.wikimedia.org\\/static\\/images\\/wmf-hor-googpub.png"}},"datePublished":"2012-11-08T00:32:00Z","dateModified":"2021-06-09T11:39:49Z","image":"https:\\/\\/upload.wikimedia.org\\/wikipedia\\/commons\\/0\\/0e\\/Falcon9_rocket_family.svg","headline":"List of Falcon rocket launches"}</script>\n<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":266,"wgHostname":"mw1354"});});</script>\n</body></html>'
Create a BeautifulSoup object from the HTML response
# Use BeautifulSoup() to create a BeautifulSoup object from a response text content
soup = BeautifulSoup(response.content, 'lxml') # Parse the HTML as a string
soup
<!DOCTYPE html>
<html class="client-nojs" dir="ltr" lang="en">
<head>
<meta charset="utf-8"/>
<title>List of Falcon 9 and Falcon Heavy launches - Wikipedia</title>
<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":!1,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"015e47e3-aaa8-4763-8634-d6e78cb56b4b","wgCSPNonce":!1,"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":0,"wgPageName":"List_of_Falcon_9_and_Falcon_Heavy_launches","wgTitle":"List of Falcon 9 and Falcon Heavy launches","wgCurRevisionId":1052237192,"wgRevisionId":1027686922,"wgArticleId":37574004,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["Source attribution","All articles with dead external links","Articles with dead external links from February 2021","Articles with permanently dead external links","CS1 Spanish-language sources (es)","CS1 Indonesian-language sources (id)"
,"CS1 errors: external links","CS1 German-language sources (de)","CS1 Korean-language sources (ko)","Articles with short description","Short description is different from Wikidata","Use American English from January 2021","All Wikipedia articles written in American English","Use dmy dates from January 2021","Articles containing potentially dated statements from March 2018","All articles containing potentially dated statements","All articles with failed verification","Articles with failed verification from May 2021","Articles containing potentially dated statements from April 2020","Pages using multiple image with auto scaled images","Featured lists","Articles containing video clips","Falcon 9 and Falcon Heavy launches","SpaceX launch vehicles","Lists of rocket launches"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"List_of_Falcon_9_and_Falcon_Heavy_launches","wgRelevantArticleId":37574004,"wgIsProbablyEditable":!0,
"wgRelevantPageIsProbablyEditable":!0,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgFlaggedRevsParams":{"tags":{"status":{"levels":-1}}},"wgMediaViewerOnClick":!0,"wgMediaViewerEnabledByDefault":!0,"wgPopupsFlags":10,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":!0,"nearby":!0,"watchlist":!0,"tagline":!1},"wgWMESchemaEditAttemptStepOversample":!1,"wgULSCurrentAutonym":"English","wgNoticeProject":"wikipedia","wgEditSubmitButtonLabelPublish":!0,"wgULSPosition":"interlanguage","wgULSisCompactLinksEnabled":!0,"wgGENewcomerTasksGuidanceEnabled":!0,"wgGEAskQuestionEnabled":!1,"wgGELinkRecommendationsFrontendEnabled":!1,"wgCentralAuthMobileDomain":!1,"wgWikibaseItemId":"Q6570672"};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","mediawiki.action.styles":
"ready","mediawiki.interface.helpers.styles":"ready","ext.cite.styles":"ready","ext.tmh.thumbnail.styles":"ready","skins.vector.styles.legacy":"ready","jquery.makeCollapsible.styles":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":"ready","ext.wikimediaBadges":"ready","wikibase.client.init":"ready"};RLPAGEMODULES=["ext.cite.ux-enhancements","mw.MediaWikiPlayer.loader","mw.PopUpMediaTransform","mw.TMHGalleryHook.js","site","mediawiki.page.ready","jquery.makeCollapsible","mediawiki.toc","skins.vector.legacy.js","ext.gadget.ReferenceTooltips","ext.gadget.charinsert","ext.gadget.extra-toolbar-buttons","ext.gadget.refToolbar","ext.gadget.switcher","mmv.head","mmv.bootstrap.autostart","ext.popups","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.compactlinks","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.centralNotice.geoIP",
"ext.centralNotice.startUp","ext.centralauth.centralautologin","ext.growthExperiments.SuggestedEditSession"];</script>
<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("[email protected]",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});
});});</script>
<link href="/w/load.php?lang=en&modules=ext.cite.styles%7Cext.tmh.thumbnail.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cjquery.makeCollapsible.styles%7Cmediawiki.action.styles%7Cmediawiki.interface.helpers.styles%7Cskins.vector.styles.legacy%7Cwikibase.client.init&only=styles&skin=vector" rel="stylesheet"/>
<script async="" src="/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector"></script>
<meta content="" name="ResourceLoaderDynamicStyles"/>
<link href="/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector" rel="stylesheet"/>
<meta content="MediaWiki 1.38.0-wmf.5" name="generator"/>
<meta content="origin" name="referrer"/>
<meta content="origin-when-crossorigin" name="referrer"/>
<meta content="origin-when-cross-origin" name="referrer"/>
<meta content="noindex,nofollow" name="robots"/>
<meta content="telephone=no" name="format-detection"/>
<meta content="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Falcon9_rocket_family.svg/1200px-Falcon9_rocket_family.svg.png" property="og:image"/>
<meta content="List of Falcon 9 and Falcon Heavy launches - Wikipedia" property="og:title"/>
<meta content="website" property="og:type"/>
<link href="//upload.wikimedia.org" rel="preconnect"/>
<link href="//en.m.wikipedia.org/wiki/List_of_Falcon_9_and_Falcon_Heavy_launches" media="only screen and (max-width: 720px)" rel="alternate"/>
<link href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&action=edit" rel="alternate" title="Edit this page" type="application/x-wiki"/>
<link href="/static/apple-touch/wikipedia.png" rel="apple-touch-icon"/>
<link href="/static/favicon/wikipedia.ico" rel="shortcut icon"/>
<link href="/w/opensearch_desc.php" rel="search" title="Wikipedia (en)" type="application/opensearchdescription+xml"/>
<link href="//en.wikipedia.org/w/api.php?action=rsd" rel="EditURI" type="application/rsd+xml"/>
<link href="https://creativecommons.org/licenses/by-sa/3.0/" rel="license"/>
<link href="https://en.wikipedia.org/wiki/List_of_Falcon_9_and_Falcon_Heavy_launches" rel="canonical"/>
<link href="//meta.wikimedia.org" rel="dns-prefetch"/>
<link href="//login.wikimedia.org" rel="dns-prefetch"/>
</head>
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject mw-editable page-List_of_Falcon_9_and_Falcon_Heavy_launches rootpage-List_of_Falcon_9_and_Falcon_Heavy_launches skin-vector action-view skin-vector-legacy"><div class="noprint" id="mw-page-base"></div>
<div class="noprint" id="mw-head-base"></div>
<div class="mw-body" id="content" role="main">
<a id="top"></a>
<div id="siteNotice"><!-- CentralNotice --></div>
<div class="mw-indicators">
<div class="mw-indicator" id="mw-indicator-featured-star"><a href="/wiki/Wikipedia:Featured_lists" title="This is a featured list. Click here for more information."><img alt="This is a featured list. Click here for more information." data-file-height="438" data-file-width="462" decoding="async" height="19" src="//upload.wikimedia.org/wikipedia/en/thumb/e/e7/Cscr-featured.svg/20px-Cscr-featured.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/e/e7/Cscr-featured.svg/30px-Cscr-featured.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/e/e7/Cscr-featured.svg/40px-Cscr-featured.svg.png 2x" width="20"/></a></div>
</div>
<h1 class="firstHeading" id="firstHeading">List of Falcon 9 and Falcon Heavy launches</h1>
<div class="vector-body" id="bodyContent">
<div class="noprint" id="siteSub">From Wikipedia, the free encyclopedia</div>
<div id="contentSub"><div class="mw-revision warningbox"><div id="mw-revision-info"><p><b>This is an <a href="/wiki/Help:Page_history" title="Help:Page history">old revision</a> of this page, as edited by <span id="mw-revision-name"><a class="mw-userlink" href="/wiki/User:C-randles" title="User:C-randles"><bdi>C-randles</bdi></a> <span class="mw-usertoollinks">(<a class="mw-usertoollinks-talk" href="/wiki/User_talk:C-randles" title="User talk:C-randles">talk</a> | <a class="mw-usertoollinks-contribs" href="/wiki/Special:Contributions/C-randles" title="Special:Contributions/C-randles">contribs</a>)</span></span> at <span id="mw-revision-date">11:39, 9 June 2021</span><span id="mw-revision-summary"> <span class="comment">(cite refs)</span></span>. The present address (URL) is a <a href="/wiki/Help:Permanent_link" title="Help:Permanent link">permanent link</a> to this revision, which may differ significantly from the <span class="plainlinks"><a class="external text" href="https://en.wikipedia.org/wiki/List_of_Falcon_9_and_Falcon_Heavy_launches">current revision</a></span>.</b></p><div id="revision-info-plain" style="display: none;">Revision as of 11:39, 9 June 2021 by <a class="mw-userlink" href="/wiki/User:C-randles" title="User:C-randles"><bdi>C-randles</bdi></a> <span class="mw-usertoollinks">(<a class="mw-usertoollinks-talk" href="/wiki/User_talk:C-randles" title="User talk:C-randles">talk</a> | <a class="mw-usertoollinks-contribs" href="/wiki/Special:Contributions/C-randles" title="Special:Contributions/C-randles">contribs</a>)</span> <span class="comment">(cite refs)</span></div></div><div id="mw-revision-nav">(<a href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&diff=prev&oldid=1027686922" title="List of Falcon 9 and Falcon Heavy launches">diff</a>) <a href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&direction=prev&oldid=1027686922" title="List of Falcon 9 and Falcon Heavy launches">← Previous revision</a> | <a href="/wiki/List_of_Falcon_9_and_Falcon_Heavy_launches" title="List of Falcon 9 and Falcon Heavy launches">Latest revision</a> (<a href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&diff=cur&oldid=1027686922" title="List of Falcon 9 and Falcon Heavy launches">diff</a>) | <a href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&direction=next&oldid=1027686922" title="List of Falcon 9 and Falcon Heavy launches">Newer revision →</a> (<a href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&diff=next&oldid=1027686922" title="List of Falcon 9 and Falcon Heavy launches">diff</a>)</div></div></div>
<div id="contentSub2"></div>
<div id="jump-to-nav"></div>
<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>
<a class="mw-jump-link" href="#searchInput">Jump to search</a>
<div class="mw-body-content mw-content-ltr" dir="ltr" id="mw-content-text" lang="en"><div class="mw-parser-output"><div class="shortdescription nomobile noexcerpt noprint searchaux" style="display:none">Wikimedia list article</div>
<p class="mw-empty-elt">
</p>
<div class="thumb tright"><div class="thumbinner" style="width:332px;"><a class="image" href="/wiki/File:Falcon9_rocket_family.svg"><img alt="" class="thumbimage" data-file-height="510" data-file-width="914" decoding="async" height="184" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Falcon9_rocket_family.svg/330px-Falcon9_rocket_family.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Falcon9_rocket_family.svg/495px-Falcon9_rocket_family.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Falcon9_rocket_family.svg/660px-Falcon9_rocket_family.svg.png 2x" width="330"/></a> <div class="thumbcaption"><div class="magnify"><a class="internal" href="/wiki/File:Falcon9_rocket_family.svg" title="Enlarge"></a></div>Left to right: <a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">Falcon 9 v1.0</a>, <a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">v1.1</a>, <a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">v1.2 "Full Thrust"</a>, <a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">Falcon 9 Block 5</a>, <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>, and Falcon Heavy Block 5.</div></div></div>
<p>Since June 2010, rockets from the <a href="/wiki/Falcon_9" title="Falcon 9">Falcon 9</a> family have been launched 129 times, with 127 full mission successes, one partial failure and one total loss of spacecraft. In addition, one rocket and its payload were destroyed on the launch pad during the fueling process before a static fire test.
</p><p>Designed and operated by private manufacturer <a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>, the <a href="/wiki/Falcon_9" title="Falcon 9">Falcon 9 rocket family</a> includes the retired versions <a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">Falcon 9 v1.0</a>, <a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">v1.1</a>, and <a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">v1.2 "Full Thrust"</a> Block 1 to 4, along with the currently active <a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">Block 5</a> evolution. <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a> is a <a href="/wiki/Heavy-lift_launch_vehicle" title="Heavy-lift launch vehicle">heavy-lift</a> derivative of Falcon 9, combining a strengthened central core with two Falcon 9 first stages as side boosters.<sup class="reference" id="cite_ref-sxf9o20100508_1-0"><a href="#cite_note-sxf9o20100508-1">[1]</a></sup>
</p><p>The Falcon design features <a href="/wiki/Reusable_launch_system" title="Reusable launch system">reusable</a> first-stage boosters, which land either on a ground pad near the launch site or on a <a href="/wiki/Autonomous_spaceport_drone_ship" title="Autonomous spaceport drone ship">drone ship</a> at sea.<sup class="reference" id="cite_ref-pm20120207_2-0"><a href="#cite_note-pm20120207-2">[2]</a></sup> In December 2015, Falcon 9 became the first rocket to <a href="/wiki/VTVL" title="VTVL">land propulsively</a> after delivering a payload to orbit.<sup class="reference" id="cite_ref-3"><a href="#cite_note-3">[3]</a></sup> This achievement is expected to significantly reduce <a href="/wiki/Space_launch_market_competition" title="Space launch market competition">launch costs</a>.<sup class="reference" id="cite_ref-4"><a href="#cite_note-4">[4]</a></sup> <a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Falcon family core boosters</a> have successfully landed 92 times in 103 attempts. A total of 28 boosters have flown multiple missions, with a record of ten missions by the same booster.
</p><p>Falcon 9's typical missions include <a href="/wiki/Space_logistics" title="Space logistics">cargo delivery</a> and <a href="/wiki/Human_spaceflight" title="Human spaceflight">crewed flights</a> to the <a href="/wiki/International_Space_Station" title="International Space Station">International Space Station</a> (ISS) with the <a class="mw-redirect" href="/wiki/Dragon_capsule" title="Dragon capsule">Dragon</a> and <a href="/wiki/SpaceX_Dragon_2" title="SpaceX Dragon 2">Dragon 2 capsules</a>, launch of <a class="mw-redirect" href="/wiki/Communications_satellites" title="Communications satellites">communications satellites</a> and <a class="mw-redirect" href="/wiki/Earth_observation_satellites" title="Earth observation satellites">Earth observation satellites</a> to <a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">geostationary transfer orbits</a> (GTO), and <a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">low Earth orbits</a> (LEO), some of them at polar inclinations. The heaviest payload launched to a LEO are a batch of 60 <a href="/wiki/Starlink" title="Starlink">Starlink</a> satellites weighing a total 15,600 kg (34,400 lb) which SpaceX flies regularly, to a roughly 290 km (180 mi) orbit.<sup class="reference" id="cite_ref-SLNov19_5-0"><a href="#cite_note-SLNov19-5">[5]</a></sup> The heaviest payload launched to a <a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">geostationary transfer orbit</a> (GTO) was <a href="/wiki/Intelsat_35e" title="Intelsat 35e">Intelsat 35e</a> with 6,761 kg (14,905 lb).<sup class="reference" id="cite_ref-6"><a href="#cite_note-6">[a]</a></sup> Launches to higher orbits have included the <a href="/wiki/Deep_Space_Climate_Observatory" title="Deep Space Climate Observatory">Deep Space Climate Observatory</a> (DSCOVR) probe to the <a href="/wiki/Earth%27s_orbit" title="Earth's orbit">Sun–Earth</a> <a href="/wiki/Lagrange_point#L1" title="Lagrange point">Lagrange point L<sub>1</sub></a>, the <a href="/wiki/Transiting_Exoplanet_Survey_Satellite" title="Transiting Exoplanet Survey Satellite">Transiting Exoplanet Survey Satellite</a> (TESS) space telescope on a lunar flyby trajectory, and the <a href="/wiki/Falcon_Heavy_test_flight" title="Falcon Heavy test flight">Falcon Heavy test flight</a> which launched <a href="/wiki/Elon_Musk%27s_Tesla_Roadster" title="Elon Musk's Tesla Roadster">Elon Musk's Tesla Roadster</a> into a <a href="/wiki/Heliocentric_orbit" title="Heliocentric orbit">heliocentric orbit</a> extending beyond the orbit of <a href="/wiki/Mars" title="Mars">Mars</a>.
</p>
<div aria-labelledby="mw-toc-heading" class="toc" id="toc" role="navigation"><input class="toctogglecheckbox" id="toctogglecheckbox" role="button" style="display:none" type="checkbox"/><div class="toctitle" dir="ltr" lang="en"><h2 id="mw-toc-heading">Contents</h2><span class="toctogglespan"><label class="toctogglelabel" for="toctogglecheckbox"></label></span></div>
<ul>
<li class="toclevel-1 tocsection-1"><a href="#Launch_statistics"><span class="tocnumber">1</span> <span class="toctext">Launch statistics</span></a>
<ul>
<li class="toclevel-2 tocsection-2"><a href="#Rocket_configurations"><span class="tocnumber">1.1</span> <span class="toctext">Rocket configurations</span></a></li>
<li class="toclevel-2 tocsection-3"><a href="#Launch_sites"><span class="tocnumber">1.2</span> <span class="toctext">Launch sites</span></a></li>
<li class="toclevel-2 tocsection-4"><a href="#Launch_outcomes"><span class="tocnumber">1.3</span> <span class="toctext">Launch outcomes</span></a></li>
<li class="toclevel-2 tocsection-5"><a href="#Booster_landings"><span class="tocnumber">1.4</span> <span class="toctext">Booster landings</span></a></li>
</ul>
</li>
<li class="toclevel-1 tocsection-6"><a href="#Past_launches"><span class="tocnumber">2</span> <span class="toctext">Past launches</span></a>
<ul>
<li class="toclevel-2 tocsection-7"><a href="#2010_to_2013"><span class="tocnumber">2.1</span> <span class="toctext">2010 to 2013</span></a></li>
<li class="toclevel-2 tocsection-8"><a href="#2014"><span class="tocnumber">2.2</span> <span class="toctext">2014</span></a></li>
<li class="toclevel-2 tocsection-9"><a href="#2015"><span class="tocnumber">2.3</span> <span class="toctext">2015</span></a></li>
<li class="toclevel-2 tocsection-10"><a href="#2016"><span class="tocnumber">2.4</span> <span class="toctext">2016</span></a></li>
<li class="toclevel-2 tocsection-11"><a href="#2017"><span class="tocnumber">2.5</span> <span class="toctext">2017</span></a></li>
<li class="toclevel-2 tocsection-12"><a href="#2018"><span class="tocnumber">2.6</span> <span class="toctext">2018</span></a></li>
<li class="toclevel-2 tocsection-13"><a href="#2019"><span class="tocnumber">2.7</span> <span class="toctext">2019</span></a></li>
<li class="toclevel-2 tocsection-14"><a href="#2020"><span class="tocnumber">2.8</span> <span class="toctext">2020</span></a></li>
<li class="toclevel-2 tocsection-15"><a href="#2021"><span class="tocnumber">2.9</span> <span class="toctext">2021</span></a></li>
</ul>
</li>
<li class="toclevel-1 tocsection-16"><a href="#Future_launches"><span class="tocnumber">3</span> <span class="toctext">Future launches</span></a>
<ul>
<li class="toclevel-2 tocsection-17"><a href="#2021_2"><span class="tocnumber">3.1</span> <span class="toctext">2021</span></a></li>
<li class="toclevel-2 tocsection-18"><a href="#2022"><span class="tocnumber">3.2</span> <span class="toctext">2022</span></a></li>
<li class="toclevel-2 tocsection-19"><a href="#2023"><span class="tocnumber">3.3</span> <span class="toctext">2023</span></a></li>
<li class="toclevel-2 tocsection-20"><a href="#2024_and_beyond"><span class="tocnumber">3.4</span> <span class="toctext">2024 and beyond</span></a></li>
</ul>
</li>
<li class="toclevel-1 tocsection-21"><a href="#Notable_launches"><span class="tocnumber">4</span> <span class="toctext">Notable launches</span></a>
<ul>
<li class="toclevel-2 tocsection-22"><a href="#First_flight_of_Falcon_9"><span class="tocnumber">4.1</span> <span class="toctext">First flight of Falcon 9</span></a></li>
<li class="toclevel-2 tocsection-23"><a href="#COTS_demonstration_flights"><span class="tocnumber">4.2</span> <span class="toctext">COTS demonstration flights</span></a></li>
<li class="toclevel-2 tocsection-24"><a href="#CRS-1"><span class="tocnumber">4.3</span> <span class="toctext">CRS-1</span></a></li>
<li class="toclevel-2 tocsection-25"><a href="#Maiden_flight_of_v1.1"><span class="tocnumber">4.4</span> <span class="toctext">Maiden flight of v1.1</span></a></li>
<li class="toclevel-2 tocsection-26"><a href="#Loss_of_CRS-7_mission"><span class="tocnumber">4.5</span> <span class="toctext">Loss of CRS-7 mission</span></a></li>
<li class="toclevel-2 tocsection-27"><a href="#Full-thrust_version_and_first_booster_landings"><span class="tocnumber">4.6</span> <span class="toctext">Full-thrust version and first booster landings</span></a></li>
<li class="toclevel-2 tocsection-28"><a href="#Loss_of_Amos-6_on_the_launch_pad"><span class="tocnumber">4.7</span> <span class="toctext">Loss of Amos-6 on the launch pad</span></a></li>
<li class="toclevel-2 tocsection-29"><a href="#Inaugural_reuse_of_the_first_stage"><span class="tocnumber">4.8</span> <span class="toctext">Inaugural reuse of the first stage</span></a></li>
<li class="toclevel-2 tocsection-30"><a href="#Zuma_launch_controversy"><span class="tocnumber">4.9</span> <span class="toctext">Zuma launch controversy</span></a></li>
<li class="toclevel-2 tocsection-31"><a href="#Falcon_Heavy_test_flight"><span class="tocnumber">4.10</span> <span class="toctext">Falcon Heavy test flight</span></a></li>
<li class="toclevel-2 tocsection-32"><a href="#Maiden_flight_Crew_Dragon_and_first_crewed_flight"><span class="tocnumber">4.11</span> <span class="toctext">Maiden flight Crew Dragon and first crewed flight</span></a></li>
<li class="toclevel-2 tocsection-33"><a href="#Booster_reflight_records"><span class="tocnumber">4.12</span> <span class="toctext">Booster reflight records</span></a></li>
</ul>
</li>
<li class="toclevel-1 tocsection-34"><a href="#See_also"><span class="tocnumber">5</span> <span class="toctext">See also</span></a></li>
<li class="toclevel-1 tocsection-35"><a href="#Notes"><span class="tocnumber">6</span> <span class="toctext">Notes</span></a></li>
<li class="toclevel-1 tocsection-36"><a href="#References"><span class="tocnumber">7</span> <span class="toctext">References</span></a></li>
</ul>
</div>
<h2><span class="mw-headline" id="Launch_statistics">Launch statistics</span></h2>
<p>Rockets from the Falcon 9 family have been launched 129 times over 11 years, resulting in 127 full mission successes (<span data-sort-value="7001984496124031007♠" style="display:none"></span>98%), one partial success (<a href="/wiki/SpaceX_CRS-1" title="SpaceX CRS-1">SpaceX CRS-1</a> delivered its cargo to the <a href="/wiki/International_Space_Station" title="International Space Station">International Space Station</a> (ISS), but a <a href="/wiki/Secondary_payload" title="Secondary payload">secondary payload</a> was stranded in a lower-than-planned orbit), and one failure (the <a href="/wiki/SpaceX_CRS-7" title="SpaceX CRS-7">SpaceX CRS-7</a> spacecraft was lost in flight). Additionally, one rocket and its payload <a class="mw-redirect" href="/wiki/Amos-6" title="Amos-6">Amos-6</a> were destroyed before launch in preparation for an on-pad <a class="mw-redirect" href="/wiki/Static_fire" title="Static fire">static fire</a> test.
</p><p>The first rocket version <a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">Falcon 9 v1.0</a> was launched five times from June 2010 to March 2013, its successor <a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">Falcon 9 v1.1</a> 15 times from September 2013 to January 2016, and the latest upgrade <a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">Falcon 9 Full Thrust</a> 106 times from December 2015 to present, 41 of which using a <a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">re-flown first stage booster</a>. <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a> was launched once in February 2018, incorporating two refurbished first stages as side boosters, and then again in April and June 2019, the June 2019 flight reusing the side booster from the previous flight. The final "Block 4" booster to be produced was flown in April 2018, and the first <a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">Block 5 version</a> in May 2018. While Block 4 boosters were only flown twice and required several months of refurbishment, Block 5 versions are designed to sustain 10 flights with just inspections.<sup class="reference" id="cite_ref-nsf20180517_7-0"><a href="#cite_note-nsf20180517-7">[6]</a></sup>
</p><p>The rocket's first-stage boosters landed successfully in 92 of 103 attempts (<span data-sort-value="7001893203883495145♠" style="display:none"></span>89%), with 68 out of 73 (<span data-sort-value="7001931506849315068♠" style="display:none"></span>93%) for the Block 5 version.
</p>
<div>
<table class="multicol" role="presentation" style="border-collapse: collapse; padding: 0; border: 0; background:transparent; width:100%;">
<tbody><tr>
<td style="text-align: left; vertical-align: top;">
<h3><span class="mw-headline" id="Rocket_configurations">Rocket configurations</span></h3>
<div class="chart noresize" style="margin-top:1em;max-width:420px;">
<div style="position:relative;min-height:320px;min-width:420px;max-width:420px;">
<div style="float:right;position:relative;min-height:240px;min-width:320px;max-width:320px;border-left:1px black solid;border-bottom:1px black solid;">
<div style="position:absolute;left:3px;top:224px;height:15px;min-width:18px;max-width:18px;background-color:LightSteelBlue;-webkit-print-color-adjust:exact;border:1px solid LightSteelBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 v1.0]]: 2"></div>
<div style="position:absolute;left:55px;top:224px;height:15px;min-width:18px;max-width:18px;background-color:LightSteelBlue;-webkit-print-color-adjust:exact;border:1px solid LightSteelBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 v1.0]]: 2"></div>
<div style="position:absolute;left:81px;top:232px;height:7px;min-width:18px;max-width:18px;background-color:LightSteelBlue;-webkit-print-color-adjust:exact;border:1px solid LightSteelBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 v1.0]]: 1"></div>
<div style="position:absolute;left:81px;top:216px;height:15px;min-width:18px;max-width:18px;background-color:SteelBlue;-webkit-print-color-adjust:exact;border:1px solid SteelBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 v1.1]]: 2"></div>
<div style="position:absolute;left:107px;top:192px;height:47px;min-width:18px;max-width:18px;background-color:SteelBlue;-webkit-print-color-adjust:exact;border:1px solid SteelBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 v1.1]]: 6"></div>
<div style="position:absolute;left:133px;top:192px;height:47px;min-width:18px;max-width:18px;background-color:SteelBlue;-webkit-print-color-adjust:exact;border:1px solid SteelBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 v1.1]]: 6"></div>
<div style="position:absolute;left:159px;top:232px;height:7px;min-width:18px;max-width:18px;background-color:SteelBlue;-webkit-print-color-adjust:exact;border:1px solid SteelBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 v1.1]]: 1"></div>
<div style="position:absolute;left:133px;top:184px;height:7px;min-width:18px;max-width:18px;background-color:MediumBlue;-webkit-print-color-adjust:exact;border:1px solid MediumBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 Full Thrust]]: 1"></div>
<div style="position:absolute;left:159px;top:176px;height:55px;min-width:18px;max-width:18px;background-color:MediumBlue;-webkit-print-color-adjust:exact;border:1px solid MediumBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 Full Thrust]]: 7"></div>
<div style="position:absolute;left:185px;top:136px;height:103px;min-width:18px;max-width:18px;background-color:MediumBlue;-webkit-print-color-adjust:exact;border:1px solid MediumBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 Full Thrust]]: 13"></div>
<div style="position:absolute;left:211px;top:216px;height:23px;min-width:18px;max-width:18px;background-color:MediumBlue;-webkit-print-color-adjust:exact;border:1px solid MediumBlue;border-bottom:none;overflow:hidden;" title="[[Falcon 9 Full Thrust]]: 3"></div>
<div style="position:absolute;left:185px;top:96px;height:39px;min-width:18px;max-width:18px;background-color:CornflowerBlue;-webkit-print-color-adjust:exact;border:1px solid CornflowerBlue;border-bottom:none;overflow:hidden;" title="Falcon 9 FT (reused): 5"></div>
<div style="position:absolute;left:211px;top:160px;height:55px;min-width:18px;max-width:18px;background-color:CornflowerBlue;-webkit-print-color-adjust:exact;border:1px solid CornflowerBlue;border-bottom:none;overflow:hidden;" title="Falcon 9 FT (reused): 7"></div>
<div style="position:absolute;left:211px;top:112px;height:47px;min-width:18px;max-width:18px;background-color:Teal;-webkit-print-color-adjust:exact;border:1px solid Teal;border-bottom:none;overflow:hidden;" title="[[Falcon 9 Block 5]]: 6"></div>
<div style="position:absolute;left:237px;top:216px;height:23px;min-width:18px;max-width:18px;background-color:Teal;-webkit-print-color-adjust:exact;border:1px solid Teal;border-bottom:none;overflow:hidden;" title="[[Falcon 9 Block 5]]: 3"></div>
<div style="position:absolute;left:263px;top:200px;height:39px;min-width:18px;max-width:18px;background-color:Teal;-webkit-print-color-adjust:exact;border:1px solid Teal;border-bottom:none;overflow:hidden;" title="[[Falcon 9 Block 5]]: 5"></div>
<div style="position:absolute;left:289px;top:232px;height:7px;min-width:18px;max-width:18px;background-color:Teal;-webkit-print-color-adjust:exact;border:1px solid Teal;border-bottom:none;overflow:hidden;" title="[[Falcon 9 Block 5]]: 1"></div>
<div style="position:absolute;left:211px;top:80px;height:31px;min-width:18px;max-width:18px;background-color:LightSeaGreen;-webkit-print-color-adjust:exact;border:1px solid LightSeaGreen;border-bottom:none;overflow:hidden;" title="Falcon 9 B5 (reused): 4"></div>
<div style="position:absolute;left:237px;top:152px;height:63px;min-width:18px;max-width:18px;background-color:LightSeaGreen;-webkit-print-color-adjust:exact;border:1px solid LightSeaGreen;border-bottom:none;overflow:hidden;" title="Falcon 9 B5 (reused): 8"></div>
<div style="position:absolute;left:263px;top:32px;height:167px;min-width:18px;max-width:18px;background-color:LightSeaGreen;-webkit-print-color-adjust:exact;border:1px solid LightSeaGreen;border-bottom:none;overflow:hidden;" title="Falcon 9 B5 (reused): 21"></div>
<div style="position:absolute;left:289px;top:96px;height:135px;min-width:18px;max-width:18px;background-color:LightSeaGreen;-webkit-print-color-adjust:exact;border:1px solid LightSeaGreen;border-bottom:none;overflow:hidden;" title="Falcon 9 B5 (reused): 17"></div>
<div style="position:absolute;left:211px;top:72px;height:7px;min-width:18px;max-width:18px;background-color:Gold;-webkit-print-color-adjust:exact;border:1px solid Gold;border-bottom:none;overflow:hidden;" title="[[Falcon Heavy]]: 1"></div>
<div style="position:absolute;left:237px;top:136px;height:15px;min-width:18px;max-width:18px;background-color:Gold;-webkit-print-color-adjust:exact;border:1px solid Gold;border-bottom:none;overflow:hidden;" title="[[Falcon Heavy]]: 2"></div>
</div>
<div style="position:absolute;height:240px;min-width:100px;max-width:100px;">
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:190px;padding:0 2px">5</div>
<div style="position:absolute;height=1px;min-width:5px;top:200px;left:96px;border:1px solid black;"></div>
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:150px;padding:0 2px">10</div>
<div style="position:absolute;height=1px;min-width:5px;top:160px;left:96px;border:1px solid black;"></div>
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:110px;padding:0 2px">15</div>
<div style="position:absolute;height=1px;min-width:5px;top:120px;left:96px;border:1px solid black;"></div>
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:70px;padding:0 2px">20</div>
<div style="position:absolute;height=1px;min-width:5px;top:80px;left:96px;border:1px solid black;"></div>
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:30px;padding:0 2px">25</div>
<div style="position:absolute;height=1px;min-width:5px;top:40px;left:96px;border:1px solid black;"></div>
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:-10px;padding:0 2px">30</div>
<div style="position:absolute;height=1px;min-width:5px;top:0px;left:96px;border:1px solid black;"></div>
</div>
<div style="position:absolute;top:240px;left:100px;width:320px;">
<div style="position:absolute;left:5px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2010_to_2013">'10</a></div>
<div style="position:absolute;left:13px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:31px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2010_to_2013">'11</a></div>
<div style="position:absolute;left:39px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:57px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2010_to_2013">'12</a></div>
<div style="position:absolute;left:65px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:83px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2010_to_2013">'13</a></div>
<div style="position:absolute;left:91px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:109px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2014">'14</a></div>
<div style="position:absolute;left:117px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:135px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2015">'15</a></div>
<div style="position:absolute;left:143px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:161px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2016">'16</a></div>
<div style="position:absolute;left:169px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:187px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2017">'17</a></div>
<div style="position:absolute;left:195px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:213px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2018">'18</a></div>
<div style="position:absolute;left:221px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:239px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2019">'19</a></div>
<div style="position:absolute;left:247px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:265px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2020">'20</a></div>
<div style="position:absolute;left:273px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:291px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;"><a href="#2021">'21</a></div>
<div style="position:absolute;left:299px;height:10px;width:1px;border-left:1px solid black;"></div>
</div>
</div>
<div>
<ul style="width:100%;list-style:none;column-width:12em;"><li><span style="padding:0 1em;background-color:LightSteelBlue;border:1px solid LightSteelBlue;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> <a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">Falcon 9 v1.0</a></li>
<li><span style="padding:0 1em;background-color:SteelBlue;border:1px solid SteelBlue;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> <a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">Falcon 9 v1.1</a></li>
<li><span style="padding:0 1em;background-color:MediumBlue;border:1px solid MediumBlue;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> <a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">Falcon 9 Full Thrust</a></li>
<li><span style="padding:0 1em;background-color:CornflowerBlue;border:1px solid CornflowerBlue;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Falcon 9 FT (reused)</li>
<li><span style="padding:0 1em;background-color:Teal;border:1px solid Teal;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> <a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">Falcon 9 Block 5</a></li>
<li><span style="padding:0 1em;background-color:LightSeaGreen;border:1px solid LightSeaGreen;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Falcon 9 B5 (reused)</li>
<li><span style="padding:0 1em;background-color:Gold;border:1px solid Gold;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a></li></ul>
</div>
</div>
<p><br/>
</p>
</td>
<td style="text-align: left; vertical-align: top;">
<h3><span class="mw-headline" id="Launch_sites">Launch sites</span></h3>
<div class="chart noresize" style="margin-top:1em;max-width:420px;">
<div style="position:relative;min-height:320px;min-width:420px;max-width:420px;">
<div style="float:right;position:relative;min-height:240px;min-width:320px;max-width:320px;border-left:1px black solid;border-bottom:1px black solid;">
<div style="position:absolute;left:3px;top:224px;height:15px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 2"></div>
<div style="position:absolute;left:55px;top:224px;height:15px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 2"></div>
<div style="position:absolute;left:81px;top:224px;height:15px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 2"></div>
<div style="position:absolute;left:107px;top:192px;height:47px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 6"></div>
<div style="position:absolute;left:133px;top:184px;height:55px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 7"></div>
<div style="position:absolute;left:159px;top:184px;height:55px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 7"></div>
<div style="position:absolute;left:185px;top:232px;height:7px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 1"></div>
<div style="position:absolute;left:211px;top:144px;height:95px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 12"></div>
<div style="position:absolute;left:237px;top:176px;height:63px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 8"></div>
<div style="position:absolute;left:263px;top:128px;height:111px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 14"></div>
<div style="position:absolute;left:289px;top:152px;height:87px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="[[Cape Canaveral Space Force Station|CCSFS]], [[Cape Canaveral Space Launch Complex 40|SLC-40]]: 11"></div>
<div style="position:absolute;left:185px;top:136px;height:95px;min-width:18px;max-width:18px;background-color:Chocolate;-webkit-print-color-adjust:exact;border:1px solid Chocolate;border-bottom:none;overflow:hidden;" title="[[Kennedy Space Center|KSC]], [[Kennedy Space Center Launch Complex 39A|LC-39A]]: 12"></div>
<div style="position:absolute;left:211px;top:120px;height:23px;min-width:18px;max-width:18px;background-color:Chocolate;-webkit-print-color-adjust:exact;border:1px solid Chocolate;border-bottom:none;overflow:hidden;" title="[[Kennedy Space Center|KSC]], [[Kennedy Space Center Launch Complex 39A|LC-39A]]: 3"></div>
<div style="position:absolute;left:237px;top:152px;height:23px;min-width:18px;max-width:18px;background-color:Chocolate;-webkit-print-color-adjust:exact;border:1px solid Chocolate;border-bottom:none;overflow:hidden;" title="[[Kennedy Space Center|KSC]], [[Kennedy Space Center Launch Complex 39A|LC-39A]]: 3"></div>
<div style="position:absolute;left:263px;top:40px;height:87px;min-width:18px;max-width:18px;background-color:Chocolate;-webkit-print-color-adjust:exact;border:1px solid Chocolate;border-bottom:none;overflow:hidden;" title="[[Kennedy Space Center|KSC]], [[Kennedy Space Center Launch Complex 39A|LC-39A]]: 11"></div>
<div style="position:absolute;left:289px;top:96px;height:55px;min-width:18px;max-width:18px;background-color:Chocolate;-webkit-print-color-adjust:exact;border:1px solid Chocolate;border-bottom:none;overflow:hidden;" title="[[Kennedy Space Center|KSC]], [[Kennedy Space Center Launch Complex 39A|LC-39A]]: 7"></div>
<div style="position:absolute;left:81px;top:216px;height:7px;min-width:18px;max-width:18px;background-color:MediumPurple;-webkit-print-color-adjust:exact;border:1px solid MediumPurple;border-bottom:none;overflow:hidden;" title="[[Vandenberg Air Force Base|VAFB]], [[Vandenberg Space Launch Complex 4|SLC-4E]]: 1"></div>
<div style="position:absolute;left:159px;top:176px;height:7px;min-width:18px;max-width:18px;background-color:MediumPurple;-webkit-print-color-adjust:exact;border:1px solid MediumPurple;border-bottom:none;overflow:hidden;" title="[[Vandenberg Air Force Base|VAFB]], [[Vandenberg Space Launch Complex 4|SLC-4E]]: 1"></div>
<div style="position:absolute;left:185px;top:96px;height:39px;min-width:18px;max-width:18px;background-color:MediumPurple;-webkit-print-color-adjust:exact;border:1px solid MediumPurple;border-bottom:none;overflow:hidden;" title="[[Vandenberg Air Force Base|VAFB]], [[Vandenberg Space Launch Complex 4|SLC-4E]]: 5"></div>
<div style="position:absolute;left:211px;top:72px;height:47px;min-width:18px;max-width:18px;background-color:MediumPurple;-webkit-print-color-adjust:exact;border:1px solid MediumPurple;border-bottom:none;overflow:hidden;" title="[[Vandenberg Air Force Base|VAFB]], [[Vandenberg Space Launch Complex 4|SLC-4E]]: 6"></div>
<div style="position:absolute;left:237px;top:136px;height:15px;min-width:18px;max-width:18px;background-color:MediumPurple;-webkit-print-color-adjust:exact;border:1px solid MediumPurple;border-bottom:none;overflow:hidden;" title="[[Vandenberg Air Force Base|VAFB]], [[Vandenberg Space Launch Complex 4|SLC-4E]]: 2"></div>
<div style="position:absolute;left:263px;top:32px;height:7px;min-width:18px;max-width:18px;background-color:MediumPurple;-webkit-print-color-adjust:exact;border:1px solid MediumPurple;border-bottom:none;overflow:hidden;" title="[[Vandenberg Air Force Base|VAFB]], [[Vandenberg Space Launch Complex 4|SLC-4E]]: 1"></div>
</div>
<div style="position:absolute;height:240px;min-width:100px;max-width:100px;">
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:190px;padding:0 2px">5</div>
<div style="position:absolute;height=1px;min-width:5px;top:200px;left:96px;border:1px solid black;"></div>
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:150px;padding:0 2px">10</div>
<div style="position:absolute;height=1px;min-width:5px;top:160px;left:96px;border:1px solid black;"></div>
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:110px;padding:0 2px">15</div>
<div style="position:absolute;height=1px;min-width:5px;top:120px;left:96px;border:1px solid black;"></div>
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:70px;padding:0 2px">20</div>
<div style="position:absolute;height=1px;min-width:5px;top:80px;left:96px;border:1px solid black;"></div>
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:30px;padding:0 2px">25</div>
<div style="position:absolute;height=1px;min-width:5px;top:40px;left:96px;border:1px solid black;"></div>
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:-10px;padding:0 2px">30</div>
<div style="position:absolute;height=1px;min-width:5px;top:0px;left:96px;border:1px solid black;"></div>
</div>
<div style="position:absolute;top:240px;left:100px;width:320px;">
<div style="position:absolute;left:5px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'10</div>
<div style="position:absolute;left:13px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:31px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'11</div>
<div style="position:absolute;left:39px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:57px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'12</div>
<div style="position:absolute;left:65px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:83px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'13</div>
<div style="position:absolute;left:91px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:109px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'14</div>
<div style="position:absolute;left:117px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:135px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'15</div>
<div style="position:absolute;left:143px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:161px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'16</div>
<div style="position:absolute;left:169px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:187px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'17</div>
<div style="position:absolute;left:195px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:213px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'18</div>
<div style="position:absolute;left:221px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:239px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'19</div>
<div style="position:absolute;left:247px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:265px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'20</div>
<div style="position:absolute;left:273px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:291px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'21</div>
<div style="position:absolute;left:299px;height:10px;width:1px;border-left:1px solid black;"></div>
</div>
</div>
<div>
<ul style="width:100%;list-style:none;column-width:12em;"><li><span style="padding:0 1em;background-color:Goldenrod;border:1px solid Goldenrod;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> <a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>, <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></li>
<li><span style="padding:0 1em;background-color:Chocolate;border:1px solid Chocolate;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> <a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>, <a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a></li>
<li><span style="padding:0 1em;background-color:MediumPurple;border:1px solid MediumPurple;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> <a class="mw-redirect" href="/wiki/Vandenberg_Air_Force_Base" title="Vandenberg Air Force Base">VAFB</a>, <a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a></li></ul>
</div>
</div>
<p>
</p>
</td></tr></tbody></table></div>
<div>
<table class="multicol" role="presentation" style="border-collapse: collapse; padding: 0; border: 0; background:transparent; width:100%;">
<tbody><tr>
<td style="text-align: left; vertical-align: top;">
<h3><span class="mw-headline" id="Launch_outcomes">Launch outcomes</span></h3>
<div class="chart noresize" style="margin-top:1em;max-width:480px;">
<div style="position:relative;min-height:320px;min-width:480px;max-width:480px;">
<div style="float:right;position:relative;min-height:240px;min-width:380px;max-width:380px;border-left:1px black solid;border-bottom:1px black solid;">
<div style="position:absolute;left:177px;top:235px;height:4px;min-width:21px;max-width:21px;background-color:Black;-webkit-print-color-adjust:exact;border:1px solid Black;border-bottom:none;overflow:hidden;" title="Loss before launch: 1"></div>
<div style="position:absolute;left:148px;top:235px;height:4px;min-width:21px;max-width:21px;background-color:DarkRed;-webkit-print-color-adjust:exact;border:1px solid DarkRed;border-bottom:none;overflow:hidden;" title="Loss during flight: 1"></div>
<div style="position:absolute;left:61px;top:235px;height:4px;min-width:21px;max-width:21px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="Partial failure: 1"></div>
<div style="position:absolute;left:3px;top:230px;height:9px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 2"></div>
<div style="position:absolute;left:61px;top:231px;height:4px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 1"></div>
<div style="position:absolute;left:90px;top:226px;height:13px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 3"></div>
<div style="position:absolute;left:119px;top:211px;height:28px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 6"></div>
<div style="position:absolute;left:148px;top:207px;height:28px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 6"></div>
<div style="position:absolute;left:177px;top:198px;height:37px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 8"></div>
<div style="position:absolute;left:206px;top:154px;height:85px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 18"></div>
<div style="position:absolute;left:235px;top:139px;height:100px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 21"></div>
<div style="position:absolute;left:264px;top:187px;height:52px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 11"></div>
<div style="position:absolute;left:293px;top:182px;height:57px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 12"></div>
<div style="position:absolute;left:322px;top:216px;height:23px;min-width:21px;max-width:21px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Success (commercial and government): 5"></div>
<div style="position:absolute;left:264px;top:178px;height:9px;min-width:21px;max-width:21px;background-color:DarkGreen;-webkit-print-color-adjust:exact;border:1px solid DarkGreen;border-bottom:none;overflow:hidden;" title="Success ([[Starlink]]): 2"></div>
<div style="position:absolute;left:293px;top:116px;height:66px;min-width:21px;max-width:21px;background-color:DarkGreen;-webkit-print-color-adjust:exact;border:1px solid DarkGreen;border-bottom:none;overflow:hidden;" title="Success ([[Starlink]]): 14"></div>
<div style="position:absolute;left:322px;top:154px;height:61px;min-width:21px;max-width:21px;background-color:DarkGreen;-webkit-print-color-adjust:exact;border:1px solid DarkGreen;border-bottom:none;overflow:hidden;" title="Success ([[Starlink]]): 13"></div>
<div style="position:absolute;left:322px;top:63px;height:90px;min-width:21px;max-width:21px;background-color:LightBlue;-webkit-print-color-adjust:exact;border:1px solid LightBlue;border-bottom:none;overflow:hidden;" title="Planned (commercial and government): 19"></div>
<div style="position:absolute;left:351px;top:110px;height:129px;min-width:21px;max-width:21px;background-color:LightBlue;-webkit-print-color-adjust:exact;border:1px solid LightBlue;border-bottom:none;overflow:hidden;" title="Planned (commercial and government): 27"></div>
<div style="position:absolute;left:322px;top:39px;height:23px;min-width:21px;max-width:21px;background-color:DarkCyan;-webkit-print-color-adjust:exact;border:1px solid DarkCyan;border-bottom:none;overflow:hidden;" title="Planned ([[Starlink]]): 5"></div>
</div>
<div style="position:absolute;height:240px;min-width:100px;max-width:100px;">
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:182px;padding:0 2px">10</div>
<div style="position:absolute;height=1px;min-width:5px;top:192px;left:96px;border:1px solid black;"></div>
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:134px;padding:0 2px">20</div>
<div style="position:absolute;height=1px;min-width:5px;top:144px;left:96px;border:1px solid black;"></div>
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:86px;padding:0 2px">30</div>
<div style="position:absolute;height=1px;min-width:5px;top:96px;left:96px;border:1px solid black;"></div>
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:38px;padding:0 2px">40</div>
<div style="position:absolute;height=1px;min-width:5px;top:48px;left:96px;border:1px solid black;"></div>
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:-10px;padding:0 2px">50</div>
<div style="position:absolute;height=1px;min-width:5px;top:0px;left:96px;border:1px solid black;"></div>
</div>
<div style="position:absolute;top:240px;left:100px;width:380px;">
<div style="position:absolute;left:5px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">'10</div>
<div style="position:absolute;left:14.5px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:34px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">'11</div>
<div style="position:absolute;left:43.5px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:63px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">'12</div>
<div style="position:absolute;left:72.5px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:92px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">'13</div>
<div style="position:absolute;left:101.5px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:121px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">'14</div>
<div style="position:absolute;left:130.5px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:150px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">'15</div>
<div style="position:absolute;left:159.5px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:179px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">'16</div>
<div style="position:absolute;left:188.5px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:208px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">'17</div>
<div style="position:absolute;left:217.5px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:237px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">'18</div>
<div style="position:absolute;left:246.5px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:266px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">'19</div>
<div style="position:absolute;left:275.5px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:295px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">'20</div>
<div style="position:absolute;left:304.5px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:324px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">'21</div>
<div style="position:absolute;left:333.5px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:353px;top:10px;min-width:19px;max-width:19px;text-align:center;vertical-align:top;">'22</div>
<div style="position:absolute;left:362.5px;height:10px;width:1px;border-left:1px solid black;"></div>
</div>
</div>
<div>
<ul style="width:100%;list-style:none;column-width:12em;"><li><span style="padding:0 1em;background-color:Black;border:1px solid Black;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Loss before launch</li>
<li><span style="padding:0 1em;background-color:DarkRed;border:1px solid DarkRed;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Loss during flight</li>
<li><span style="padding:0 1em;background-color:Goldenrod;border:1px solid Goldenrod;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Partial failure</li>
<li><span style="padding:0 1em;background-color:ForestGreen;border:1px solid ForestGreen;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Success (commercial and government)</li>
<li><span style="padding:0 1em;background-color:DarkGreen;border:1px solid DarkGreen;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Success (<a href="/wiki/Starlink" title="Starlink">Starlink</a>)</li>
<li><span style="padding:0 1em;background-color:LightBlue;border:1px solid LightBlue;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Planned (commercial and government)</li>
<li><span style="padding:0 1em;background-color:DarkCyan;border:1px solid DarkCyan;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Planned (<a href="/wiki/Starlink" title="Starlink">Starlink</a>)</li></ul>
</div>
</div>
<style data-mw-deduplicate="TemplateStyles:r1011085734">.mw-parser-output .reflist{font-size:90%;margin-bottom:0.5em;list-style-type:decimal}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}</style><div class="reflist reflist-lower-roman">
</div>
</td>
<td style="text-align: left; vertical-align: top;">
<h3><span class="mw-headline" id="Booster_landings">Booster landings</span></h3>
<div class="chart noresize" style="margin-top:1em;max-width:420px;">
<div style="position:relative;min-height:320px;min-width:420px;max-width:420px;">
<div style="float:right;position:relative;min-height:240px;min-width:320px;max-width:320px;border-left:1px black solid;border-bottom:1px black solid;">
<div style="position:absolute;left:211px;top:232px;height:7px;min-width:18px;max-width:18px;background-color:Goldenrod;-webkit-print-color-adjust:exact;border:1px solid Goldenrod;border-bottom:none;overflow:hidden;" title="Ground-pad failure: 1"></div>
<div style="position:absolute;left:133px;top:224px;height:15px;min-width:18px;max-width:18px;background-color:DarkRed;-webkit-print-color-adjust:exact;border:1px solid DarkRed;border-bottom:none;overflow:hidden;" title="Drone-ship failure: 2"></div>
<div style="position:absolute;left:159px;top:216px;height:23px;min-width:18px;max-width:18px;background-color:DarkRed;-webkit-print-color-adjust:exact;border:1px solid DarkRed;border-bottom:none;overflow:hidden;" title="Drone-ship failure: 3"></div>
<div style="position:absolute;left:211px;top:224px;height:7px;min-width:18px;max-width:18px;background-color:DarkRed;-webkit-print-color-adjust:exact;border:1px solid DarkRed;border-bottom:none;overflow:hidden;" title="Drone-ship failure: 1"></div>
<div style="position:absolute;left:237px;top:232px;height:7px;min-width:18px;max-width:18px;background-color:DarkRed;-webkit-print-color-adjust:exact;border:1px solid DarkRed;border-bottom:none;overflow:hidden;" title="Drone-ship failure: 1"></div>
<div style="position:absolute;left:263px;top:224px;height:15px;min-width:18px;max-width:18px;background-color:DarkRed;-webkit-print-color-adjust:exact;border:1px solid DarkRed;border-bottom:none;overflow:hidden;" title="Drone-ship failure: 2"></div>
<div style="position:absolute;left:289px;top:232px;height:7px;min-width:18px;max-width:18px;background-color:DarkRed;-webkit-print-color-adjust:exact;border:1px solid DarkRed;border-bottom:none;overflow:hidden;" title="Drone-ship failure: 1"></div>
<div style="position:absolute;left:81px;top:232px;height:7px;min-width:18px;max-width:18px;background-color:Black;-webkit-print-color-adjust:exact;border:1px solid Black;border-bottom:none;overflow:hidden;" title="Ocean test failure: 1"></div>
<div style="position:absolute;left:107px;top:232px;height:7px;min-width:18px;max-width:18px;background-color:Black;-webkit-print-color-adjust:exact;border:1px solid Black;border-bottom:none;overflow:hidden;" title="Ocean test failure: 1"></div>
<div style="position:absolute;left:3px;top:224px;height:15px;min-width:18px;max-width:18px;background-color:DimGrey;-webkit-print-color-adjust:exact;border:1px solid DimGrey;border-bottom:none;overflow:hidden;" title="Parachute test failure: 2"></div>
<div style="position:absolute;left:133px;top:216px;height:7px;min-width:18px;max-width:18px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Ground-pad success: 1"></div>
<div style="position:absolute;left:159px;top:208px;height:7px;min-width:18px;max-width:18px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Ground-pad success: 1"></div>
<div style="position:absolute;left:185px;top:192px;height:47px;min-width:18px;max-width:18px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Ground-pad success: 6"></div>
<div style="position:absolute;left:211px;top:192px;height:31px;min-width:18px;max-width:18px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Ground-pad success: 4"></div>
<div style="position:absolute;left:237px;top:184px;height:47px;min-width:18px;max-width:18px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Ground-pad success: 6"></div>
<div style="position:absolute;left:263px;top:192px;height:31px;min-width:18px;max-width:18px;background-color:ForestGreen;-webkit-print-color-adjust:exact;border:1px solid ForestGreen;border-bottom:none;overflow:hidden;" title="Ground-pad success: 4"></div>
<div style="position:absolute;left:159px;top:176px;height:31px;min-width:18px;max-width:18px;background-color:MediumBlue;-webkit-print-color-adjust:exact;border:1px solid MediumBlue;border-bottom:none;overflow:hidden;" title="Drone-ship success: 4"></div>
<div style="position:absolute;left:185px;top:128px;height:63px;min-width:18px;max-width:18px;background-color:MediumBlue;-webkit-print-color-adjust:exact;border:1px solid MediumBlue;border-bottom:none;overflow:hidden;" title="Drone-ship success: 8"></div>
<div style="position:absolute;left:211px;top:128px;height:63px;min-width:18px;max-width:18px;background-color:MediumBlue;-webkit-print-color-adjust:exact;border:1px solid MediumBlue;border-bottom:none;overflow:hidden;" title="Drone-ship success: 8"></div>
<div style="position:absolute;left:237px;top:112px;height:71px;min-width:18px;max-width:18px;background-color:MediumBlue;-webkit-print-color-adjust:exact;border:1px solid MediumBlue;border-bottom:none;overflow:hidden;" title="Drone-ship success: 9"></div>
<div style="position:absolute;left:263px;top:40px;height:151px;min-width:18px;max-width:18px;background-color:MediumBlue;-webkit-print-color-adjust:exact;border:1px solid MediumBlue;border-bottom:none;overflow:hidden;" title="Drone-ship success: 19"></div>
<div style="position:absolute;left:289px;top:96px;height:135px;min-width:18px;max-width:18px;background-color:MediumBlue;-webkit-print-color-adjust:exact;border:1px solid MediumBlue;border-bottom:none;overflow:hidden;" title="Drone-ship success: 17"></div>
<div style="position:absolute;left:107px;top:216px;height:15px;min-width:18px;max-width:18px;background-color:Darkgrey;-webkit-print-color-adjust:exact;border:1px solid Darkgrey;border-bottom:none;overflow:hidden;" title="Ocean test success: 2"></div>
<div style="position:absolute;left:133px;top:208px;height:7px;min-width:18px;max-width:18px;background-color:Darkgrey;-webkit-print-color-adjust:exact;border:1px solid Darkgrey;border-bottom:none;overflow:hidden;" title="Ocean test success: 1"></div>
<div style="position:absolute;left:185px;top:120px;height:7px;min-width:18px;max-width:18px;background-color:Darkgrey;-webkit-print-color-adjust:exact;border:1px solid Darkgrey;border-bottom:none;overflow:hidden;" title="Ocean test success: 1"></div>
<div style="position:absolute;left:211px;top:120px;height:7px;min-width:18px;max-width:18px;background-color:Darkgrey;-webkit-print-color-adjust:exact;border:1px solid Darkgrey;border-bottom:none;overflow:hidden;" title="Ocean test success: 1"></div>
<div style="position:absolute;left:55px;top:224px;height:15px;min-width:18px;max-width:18px;background-color:Gainsboro;-webkit-print-color-adjust:exact;border:1px solid Gainsboro;border-bottom:none;overflow:hidden;" title="No attempt: 2"></div>
<div style="position:absolute;left:81px;top:216px;height:15px;min-width:18px;max-width:18px;background-color:Gainsboro;-webkit-print-color-adjust:exact;border:1px solid Gainsboro;border-bottom:none;overflow:hidden;" title="No attempt: 2"></div>
<div style="position:absolute;left:107px;top:192px;height:23px;min-width:18px;max-width:18px;background-color:Gainsboro;-webkit-print-color-adjust:exact;border:1px solid Gainsboro;border-bottom:none;overflow:hidden;" title="No attempt: 3"></div>
<div style="position:absolute;left:133px;top:184px;height:23px;min-width:18px;max-width:18px;background-color:Gainsboro;-webkit-print-color-adjust:exact;border:1px solid Gainsboro;border-bottom:none;overflow:hidden;" title="No attempt: 3"></div>
<div style="position:absolute;left:185px;top:96px;height:23px;min-width:18px;max-width:18px;background-color:Gainsboro;-webkit-print-color-adjust:exact;border:1px solid Gainsboro;border-bottom:none;overflow:hidden;" title="No attempt: 3"></div>
<div style="position:absolute;left:211px;top:56px;height:63px;min-width:18px;max-width:18px;background-color:Gainsboro;-webkit-print-color-adjust:exact;border:1px solid Gainsboro;border-bottom:none;overflow:hidden;" title="No attempt: 8"></div>
<div style="position:absolute;left:237px;top:104px;height:7px;min-width:18px;max-width:18px;background-color:Gainsboro;-webkit-print-color-adjust:exact;border:1px solid Gainsboro;border-bottom:none;overflow:hidden;" title="No attempt: 1"></div>
<div style="position:absolute;left:263px;top:32px;height:7px;min-width:18px;max-width:18px;background-color:Gainsboro;-webkit-print-color-adjust:exact;border:1px solid Gainsboro;border-bottom:none;overflow:hidden;" title="No attempt: 1"></div>
</div>
<div style="position:absolute;height:240px;min-width:100px;max-width:100px;">
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:190px;padding:0 2px">5</div>
<div style="position:absolute;height=1px;min-width:5px;top:200px;left:96px;border:1px solid black;"></div>
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:150px;padding:0 2px">10</div>
<div style="position:absolute;height=1px;min-width:5px;top:160px;left:96px;border:1px solid black;"></div>
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:110px;padding:0 2px">15</div>
<div style="position:absolute;height=1px;min-width:5px;top:120px;left:96px;border:1px solid black;"></div>
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:70px;padding:0 2px">20</div>
<div style="position:absolute;height=1px;min-width:5px;top:80px;left:96px;border:1px solid black;"></div>
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:30px;padding:0 2px">25</div>
<div style="position:absolute;height=1px;min-width:5px;top:40px;left:96px;border:1px solid black;"></div>
<div style="position:absolute;height=20px;text-align:right;vertical-align:middle;width:90px;top:-10px;padding:0 2px">30</div>
<div style="position:absolute;height=1px;min-width:5px;top:0px;left:96px;border:1px solid black;"></div>
</div>
<div style="position:absolute;top:240px;left:100px;width:320px;">
<div style="position:absolute;left:5px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'10</div>
<div style="position:absolute;left:13px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:31px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'11</div>
<div style="position:absolute;left:39px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:57px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'12</div>
<div style="position:absolute;left:65px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:83px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'13</div>
<div style="position:absolute;left:91px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:109px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'14</div>
<div style="position:absolute;left:117px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:135px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'15</div>
<div style="position:absolute;left:143px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:161px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'16</div>
<div style="position:absolute;left:169px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:187px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'17</div>
<div style="position:absolute;left:195px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:213px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'18</div>
<div style="position:absolute;left:221px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:239px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'19</div>
<div style="position:absolute;left:247px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:265px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'20</div>
<div style="position:absolute;left:273px;height:10px;width:1px;border-left:1px solid black;"></div>
<div style="position:absolute;left:291px;top:10px;min-width:16px;max-width:16px;text-align:center;vertical-align:top;">'21</div>
<div style="position:absolute;left:299px;height:10px;width:1px;border-left:1px solid black;"></div>
</div>
</div>
<div>
<ul style="width:100%;list-style:none;column-width:12em;"><li><span style="padding:0 1em;background-color:Goldenrod;border:1px solid Goldenrod;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Ground-pad failure</li>
<li><span style="padding:0 1em;background-color:DarkRed;border:1px solid DarkRed;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Drone-ship failure</li>
<li><span style="padding:0 1em;background-color:Black;border:1px solid Black;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Ocean test failure<sup class="reference" id="cite_ref-8"><a href="#cite_note-8">[i]</a></sup></li>
<li><span style="padding:0 1em;background-color:DimGrey;border:1px solid DimGrey;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Parachute test failure<sup class="reference" id="cite_ref-9"><a href="#cite_note-9">[ii]</a></sup></li>
<li><span style="padding:0 1em;background-color:ForestGreen;border:1px solid ForestGreen;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Ground-pad success</li>
<li><span style="padding:0 1em;background-color:MediumBlue;border:1px solid MediumBlue;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Drone-ship success</li>
<li><span style="padding:0 1em;background-color:Darkgrey;border:1px solid Darkgrey;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> Ocean test success<sup class="reference" id="cite_ref-10"><a href="#cite_note-10">[iii]</a></sup></li>
<li><span style="padding:0 1em;background-color:Gainsboro;border:1px solid Gainsboro;margin-right:1em;-webkit-print-color-adjust:exact;"> </span> No attempt</li></ul>
</div>
</div>
<link href="mw-data:TemplateStyles:r1011085734" rel="mw-deduplicated-inline-style"/><div class="reflist reflist-lower-roman">
<div class="mw-references-wrap"><ol class="references">
<li id="cite_note-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text">Controlled descent; ocean touchdown control failed; no recovery</span>
</li>
<li id="cite_note-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-9">^</a></b></span> <span class="reference-text">Passive reentry failed before parachute deployment</span>
</li>
<li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text">Controlled descent; soft vertical ocean touchdown; no recovery</span>
</li>
</ol></div></div>
<p>
</p>
</td></tr></tbody></table></div>
<h2><span class="mw-headline" id="Past_launches">Past launches</span></h2>
<h3><span class="mw-headline" id="2010_to_2013">2010 to 2013</span></h3>
<table class="wikitable plainrowheaders collapsible" style="width: 100%;">
<tbody><tr>
<th scope="col">Flight No.
</th>
<th scope="col">Date and<br/>time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)
</th>
<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br/>Booster</a> <sup class="reference" id="cite_ref-booster_11-0"><a href="#cite_note-booster-11">[b]</a></sup>
</th>
<th scope="col">Launch site
</th>
<th scope="col">Payload<sup class="reference" id="cite_ref-Dragon_12-0"><a href="#cite_note-Dragon-12">[c]</a></sup>
</th>
<th scope="col">Payload mass
</th>
<th scope="col">Orbit
</th>
<th scope="col">Customer
</th>
<th scope="col">Launch<br/>outcome
</th>
<th scope="col"><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Booster<br/>landing</a>
</th></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">1
</th>
<td>4 June 2010,<br/>18:45
</td>
<td><a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">F9 v1.0</a><sup class="reference" id="cite_ref-MuskMay2012_13-0"><a href="#cite_note-MuskMay2012-13">[7]</a></sup><br/>B0003.1<sup class="reference" id="cite_ref-block_numbers_14-0"><a href="#cite_note-block_numbers-14">[8]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Dragon_Spacecraft_Qualification_Unit" title="Dragon Spacecraft Qualification Unit">Dragon Spacecraft Qualification Unit</a>
</td>
<td>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-failure" style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;">Failure<sup class="reference" id="cite_ref-ns20110930_15-0"><a href="#cite_note-ns20110930-15">[9]</a></sup><sup class="reference" id="cite_ref-16"><a href="#cite_note-16">[10]</a></sup><br/><small>(parachute)</small>
</td></tr>
<tr>
<td colspan="9">First flight of Falcon 9 v1.0.<sup class="reference" id="cite_ref-sfn20100604_17-0"><a href="#cite_note-sfn20100604-17">[11]</a></sup> Used a boilerplate version of Dragon capsule which was not designed to separate from the second stage.<small>(<a href="#First_flight_of_Falcon_9">more details below</a>)</small> Attempted to recover the first stage by parachuting it into the ocean, but it burned up on reentry, before the parachutes even deployed.<sup class="reference" id="cite_ref-parachute_18-0"><a href="#cite_note-parachute-18">[12]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">2
</th>
<td>8 December 2010,<br/>15:43<sup class="reference" id="cite_ref-spaceflightnow_Clark_Launch_Report_19-0"><a href="#cite_note-spaceflightnow_Clark_Launch_Report-19">[13]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">F9 v1.0</a><sup class="reference" id="cite_ref-MuskMay2012_13-1"><a href="#cite_note-MuskMay2012-13">[7]</a></sup><br/>B0004.1<sup class="reference" id="cite_ref-block_numbers_14-1"><a href="#cite_note-block_numbers-14">[8]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/SpaceX_Dragon" title="SpaceX Dragon">Dragon</a> <a class="mw-redirect" href="/wiki/COTS_Demo_Flight_1" title="COTS Demo Flight 1">demo flight C1</a><br/>(Dragon C101)
</td>
<td>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a href="/wiki/International_Space_Station" title="International Space Station">ISS</a>)
</td>
<td><div class="plainlist">
<ul><li><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Orbital_Transportation_Services" title="Commercial Orbital Transportation Services">COTS</a>)</li>
<li><a href="/wiki/National_Reconnaissance_Office" title="National Reconnaissance Office">NRO</a></li></ul>
</div>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-ns20110930_15-1"><a href="#cite_note-ns20110930-15">[9]</a></sup>
</td>
<td class="table-failure" style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;">Failure<sup class="reference" id="cite_ref-ns20110930_15-2"><a href="#cite_note-ns20110930-15">[9]</a></sup><sup class="reference" id="cite_ref-20"><a href="#cite_note-20">[14]</a></sup><br/><small>(parachute)</small>
</td></tr>
<tr>
<td colspan="9">Maiden flight of <a class="mw-redirect" href="/wiki/Dragon_capsule" title="Dragon capsule">Dragon capsule</a>, consisting of over 3 hours of testing thruster maneuvering and reentry.<sup class="reference" id="cite_ref-spaceflightnow_Clark_unleashing_Dragon_21-0"><a href="#cite_note-spaceflightnow_Clark_unleashing_Dragon-21">[15]</a></sup> Attempted to recover the first stage by parachuting it into the ocean, but it disintegrated upon reentry, before the parachutes were deployed.<sup class="reference" id="cite_ref-parachute_18-1"><a href="#cite_note-parachute-18">[12]</a></sup> <small>(<a href="#COTS_demo_missions">more details below</a>)</small> It also included two <a href="/wiki/CubeSat" title="CubeSat">CubeSats</a>,<sup class="reference" id="cite_ref-NRO_Taps_Boeing_for_Next_Batch_of_CubeSats_22-0"><a href="#cite_note-NRO_Taps_Boeing_for_Next_Batch_of_CubeSats-22">[16]</a></sup> and a wheel of <a href="/wiki/Brou%C3%A8re" title="Brouère">Brouère</a> cheese.
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">3
</th>
<td>22 May 2012,<br/>07:44<sup class="reference" id="cite_ref-BBC_new_era_23-0"><a href="#cite_note-BBC_new_era-23">[17]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">F9 v1.0</a><sup class="reference" id="cite_ref-MuskMay2012_13-2"><a href="#cite_note-MuskMay2012-13">[7]</a></sup><br/>B0005.1<sup class="reference" id="cite_ref-block_numbers_14-2"><a href="#cite_note-block_numbers-14">[8]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/SpaceX_Dragon" title="SpaceX Dragon">Dragon</a> <a class="mw-redirect" href="/wiki/Dragon_C2%2B" title="Dragon C2+">demo flight C2+</a><sup class="reference" id="cite_ref-C2_24-0"><a href="#cite_note-C2-24">[18]</a></sup><br/>(Dragon C102)
</td>
<td>525 kg (1,157 lb)<sup class="reference" id="cite_ref-25"><a href="#cite_note-25">[19]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a href="/wiki/International_Space_Station" title="International Space Station">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Orbital_Transportation_Services" title="Commercial Orbital Transportation Services">COTS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-26"><a href="#cite_note-26">[20]</a></sup>
</td>
<td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt
</td></tr>
<tr>
<td colspan="9">Dragon spacecraft demonstrated a series of tests before it was allowed to approach the <a href="/wiki/International_Space_Station" title="International Space Station">International Space Station</a>. Two days later, it became the first commercial spacecraft to board the ISS.<sup class="reference" id="cite_ref-BBC_new_era_23-1"><a href="#cite_note-BBC_new_era-23">[17]</a></sup> <small>(<a href="#COTS_demo_missions">more details below</a>)</small>
</td></tr>
<tr>
<th rowspan="3" scope="row" style="text-align:center;">4
</th>
<td rowspan="2">8 October 2012,<br/>00:35<sup class="reference" id="cite_ref-SFN_LLog_27-0"><a href="#cite_note-SFN_LLog-27">[21]</a></sup>
</td>
<td rowspan="2"><a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">F9 v1.0</a><sup class="reference" id="cite_ref-MuskMay2012_13-3"><a href="#cite_note-MuskMay2012-13">[7]</a></sup><br/>B0006.1<sup class="reference" id="cite_ref-block_numbers_14-3"><a href="#cite_note-block_numbers-14">[8]</a></sup>
</td>
<td rowspan="2"><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/SpaceX_CRS-1" title="SpaceX CRS-1">SpaceX CRS-1</a><sup class="reference" id="cite_ref-sxManifest20120925_28-0"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><br/>(Dragon C103)
</td>
<td>4,700 kg (10,400 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a href="/wiki/International_Space_Station" title="International Space Station">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td rowspan="2" style="background:#ececec; text-align:center;"><span class="nowrap">No attempt</span>
</td></tr>
<tr>
<td><a href="/wiki/Orbcomm_(satellite)" title="Orbcomm (satellite)">Orbcomm-OG2</a><sup class="reference" id="cite_ref-Orbcomm_29-0"><a href="#cite_note-Orbcomm-29">[23]</a></sup>
</td>
<td>172 kg (379 lb)<sup class="reference" id="cite_ref-gunter-og2_30-0"><a href="#cite_note-gunter-og2-30">[24]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/Orbcomm" title="Orbcomm">Orbcomm</a>
</td>
<td class="table-partial" style="background: wheat; color: black; vertical-align: middle; text-align: center;">Partial failure<sup class="reference" id="cite_ref-nyt-20121030_31-0"><a href="#cite_note-nyt-20121030-31">[25]</a></sup>
</td></tr>
<tr>
<td colspan="9">CRS-1 was successful, but the <a href="/wiki/Secondary_payload" title="Secondary payload">secondary payload</a> was inserted into an abnormally low orbit and subsequently lost. This was due to one of the nine <a href="/wiki/SpaceX_Merlin" title="SpaceX Merlin">Merlin engines</a> shutting down during the launch, and NASA declining a second reignition, as per <a href="/wiki/International_Space_Station" title="International Space Station">ISS</a> visiting vehicle safety rules, the primary payload owner is contractually allowed to decline a second reignition. NASA stated that this was because SpaceX could not guarantee a high enough likelihood of the second stage completing the second burn successfully which was required to avoid any risk of secondary payload's collision with the ISS.<sup class="reference" id="cite_ref-OrbcommTotalLoss_32-0"><a href="#cite_note-OrbcommTotalLoss-32">[26]</a></sup><sup class="reference" id="cite_ref-sn20121011_33-0"><a href="#cite_note-sn20121011-33">[27]</a></sup><sup class="reference" id="cite_ref-34"><a href="#cite_note-34">[28]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">5
</th>
<td>1 March 2013,<br/>15:10
</td>
<td><a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">F9 v1.0</a><sup class="reference" id="cite_ref-MuskMay2012_13-4"><a href="#cite_note-MuskMay2012-13">[7]</a></sup><br/>B0007.1<sup class="reference" id="cite_ref-block_numbers_14-4"><a href="#cite_note-block_numbers-14">[8]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/SpaceX_CRS-2" title="SpaceX CRS-2">SpaceX CRS-2</a><sup class="reference" id="cite_ref-sxManifest20120925_28-1"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><br/>(Dragon C104)
</td>
<td>4,877 kg (10,752 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt
</td></tr>
<tr>
<td colspan="9">Last launch of the original Falcon 9 v1.0 <a href="/wiki/Launch_vehicle" title="Launch vehicle">launch vehicle</a>, first use of the unpressurized trunk section of Dragon.<sup class="reference" id="cite_ref-sxf9_20110321_35-0"><a href="#cite_note-sxf9_20110321-35">[29]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">6
</th>
<td>29 September 2013,<br/>16:00<sup class="reference" id="cite_ref-pa20130930_36-0"><a href="#cite_note-pa20130930-36">[30]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><sup class="reference" id="cite_ref-MuskMay2012_13-5"><a href="#cite_note-MuskMay2012-13">[7]</a></sup><br/>B1003<sup class="reference" id="cite_ref-block_numbers_14-5"><a href="#cite_note-block_numbers-14">[8]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Vandenberg_Air_Force_Base" title="Vandenberg Air Force Base">VAFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a href="/wiki/CASSIOPE" title="CASSIOPE">CASSIOPE</a><sup class="reference" id="cite_ref-sxManifest20120925_28-2"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><sup class="reference" id="cite_ref-CASSIOPE_MDA_37-0"><a href="#cite_note-CASSIOPE_MDA-37">[31]</a></sup>
</td>
<td>500 kg (1,100 lb)
</td>
<td><a href="/wiki/Polar_orbit" title="Polar orbit">Polar orbit</a> <a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/Maxar_Technologies" title="Maxar Technologies">MDA</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-pa20130930_36-1"><a href="#cite_note-pa20130930-36">[30]</a></sup>
</td>
<td class="table-no2" style="background: #ffdddd; color: black; vertical-align: middle; text-align: center;">Uncontrolled<br/><small>(ocean)</small><sup class="reference" id="cite_ref-ocean_landing_38-0"><a href="#cite_note-ocean_landing-38">[d]</a></sup>
</td></tr>
<tr>
<td colspan="9">First commercial mission with a private customer, first launch from Vandenberg, and demonstration flight of Falcon 9 v1.1 with an improved 13-tonne to LEO capacity.<sup class="reference" id="cite_ref-sxf9_20110321_35-1"><a href="#cite_note-sxf9_20110321-35">[29]</a></sup> After separation from the second stage carrying Canadian commercial and scientific satellites, the first stage booster performed a controlled reentry,<sup class="reference" id="cite_ref-39"><a href="#cite_note-39">[32]</a></sup> and an <a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">ocean touchdown test</a> for the first time. This provided good test data, even though the booster started rolling as it neared the ocean, leading to the shutdown of the central engine as the roll depleted it of fuel, resulting in a hard impact with the ocean.<sup class="reference" id="cite_ref-pa20130930_36-2"><a href="#cite_note-pa20130930-36">[30]</a></sup> This was the first known attempt of a rocket engine being lit to perform a supersonic retro propulsion, and allowed SpaceX to enter a public-private partnership with <a href="/wiki/NASA" title="NASA">NASA</a> and its Mars entry, descent, and landing technologies research projects.<sup class="reference" id="cite_ref-40"><a href="#cite_note-40">[33]</a></sup> <small>(<a href="#Maiden_flight_of_v1.1">more details below</a>)</small>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">7
</th>
<td>3 December 2013,<br/>22:41<sup class="reference" id="cite_ref-sfn_wwls20130624_41-0"><a href="#cite_note-sfn_wwls20130624-41">[34]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br/>B1004
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/SES-8" title="SES-8">SES-8</a><sup class="reference" id="cite_ref-sxManifest20120925_28-3"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><sup class="reference" id="cite_ref-spx-pr_42-0"><a href="#cite_note-spx-pr-42">[35]</a></sup><sup class="reference" id="cite_ref-aw20110323_43-0"><a href="#cite_note-aw20110323-43">[36]</a></sup>
</td>
<td>3,170 kg (6,990 lb)
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-SNMissionStatus7_44-0"><a href="#cite_note-SNMissionStatus7-44">[37]</a></sup>
</td>
<td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt<br/><sup class="reference" id="cite_ref-sf10120131203_45-0"><a href="#cite_note-sf10120131203-45">[38]</a></sup>
</td></tr>
<tr>
<td colspan="9">First <a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">Geostationary transfer orbit</a> (GTO) launch for Falcon 9,<sup class="reference" id="cite_ref-spx-pr_42-1"><a href="#cite_note-spx-pr-42">[35]</a></sup> and first successful reignition of the second stage.<sup class="reference" id="cite_ref-46"><a href="#cite_note-46">[39]</a></sup> SES-8 was inserted into a <a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">Super-Synchronous Transfer Orbit</a> of 79,341 km (49,300 mi) in apogee with an <a href="/wiki/Orbital_inclination" title="Orbital inclination">inclination</a> of 20.55° to the <a href="/wiki/Equator" title="Equator">equator</a>.
</td></tr></tbody></table>
<h3><span class="mw-headline" id="2014">2014</span></h3>
<p>With six launches, SpaceX became the second most prolific American company in terms of 2014 launches, behind <a href="/wiki/Atlas_V" title="Atlas V">Atlas V</a> rockets.<sup class="reference" id="cite_ref-47"><a href="#cite_note-47">[40]</a></sup>
</p>
<table class="wikitable plainrowheaders collapsible" style="width: 100%;">
<tbody><tr>
<th scope="col">Flight No.
</th>
<th scope="col">Date and<br/>time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)
</th>
<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br/>Booster</a><sup class="reference" id="cite_ref-booster_11-1"><a href="#cite_note-booster-11">[b]</a></sup>
</th>
<th scope="col">Launch site
</th>
<th scope="col">Payload<sup class="reference" id="cite_ref-Dragon_12-1"><a href="#cite_note-Dragon-12">[c]</a></sup>
</th>
<th scope="col">Payload mass
</th>
<th scope="col">Orbit
</th>
<th scope="col">Customer
</th>
<th scope="col">Launch<br/>outcome
</th>
<th scope="col"><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Booster<br/>landing</a>
</th></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">8
</th>
<td>6 January 2014,<br/>22:06<sup class="reference" id="cite_ref-NASA_Spaceflight_48-0"><a href="#cite_note-NASA_Spaceflight-48">[41]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Thaicom_6" title="Thaicom 6">Thaicom 6</a><sup class="reference" id="cite_ref-sxManifest20120925_28-4"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup>
</td>
<td>3,325 kg (7,330 lb)
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Thaicom" title="Thaicom">Thaicom</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-sn20140106_49-0"><a href="#cite_note-sn20140106-49">[42]</a></sup>
</td>
<td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt<br/><sup class="reference" id="cite_ref-50"><a href="#cite_note-50">[43]</a></sup>
</td></tr>
<tr>
<td colspan="9">The Thai communication satellite was the second <a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a> launch for Falcon 9. The <a href="/wiki/United_States_Air_Force" title="United States Air Force">USAF</a> evaluated launch data from this flight as part of a separate certification program for SpaceX to qualify to fly military payloads, but found that the launch had "unacceptable fuel reserves at engine cutoff of the stage 2 second burnoff".<sup class="reference" id="cite_ref-bloomberg20140722_51-0"><a href="#cite_note-bloomberg20140722-51">[44]</a></sup> Thaicom-6 was inserted into a <a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">Super-Synchronous Transfer Orbit</a> of 90,039 km (55,948 mi) in <a href="/wiki/Apsis" title="Apsis">apogee</a> with an <a href="/wiki/Orbital_inclination" title="Orbital inclination">inclination</a> of 22.46° to the <a href="/wiki/Equator" title="Equator">equator</a>.
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">9
</th>
<td>18 April 2014,<br/>19:25<sup class="reference" id="cite_ref-SFN_LLog_27-1"><a href="#cite_note-SFN_LLog-27">[21]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>
</td>
<td><a href="/wiki/SpaceX_CRS-3" title="SpaceX CRS-3">SpaceX CRS-3</a><sup class="reference" id="cite_ref-sxManifest20120925_28-5"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><br/>(Dragon C105)
</td>
<td>2,296 kg (5,062 lb)<sup class="reference" id="cite_ref-52"><a href="#cite_note-52">[45]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="partial table-partial" style="background: #adffe6; color: black; vertical-align: middle; text-align: center;">Controlled<br/><small>(ocean)</small> <sup class="reference" id="cite_ref-ocean_landing_38-1"><a href="#cite_note-ocean_landing-38">[d]</a></sup><sup class="reference" id="cite_ref-auto_53-0"><a href="#cite_note-auto-53">[46]</a></sup>
</td></tr>
<tr>
<td colspan="9">Following second-stage separation, SpaceX conducted a second <a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">controlled-descent test</a> of the discarded booster vehicle and achieved the first successful controlled ocean touchdown of a liquid-rocket-engine orbital booster.<sup class="reference" id="cite_ref-mit20140422_54-0"><a href="#cite_note-mit20140422-54">[47]</a></sup><sup class="reference" id="cite_ref-aw20140428_55-0"><a href="#cite_note-aw20140428-55">[48]</a></sup> Following the soft touchdown, the first stage tipped over as expected and was destroyed. This was the first Falcon 9 booster to fly with extensible landing legs and the first Dragon mission with the <a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">Falcon 9 v1.1</a> launch vehicle. This flight also launched the <a href="/wiki/Educational_Launch_of_Nanosatellites" title="Educational Launch of Nanosatellites">ELaNa 5</a> mission for <a href="/wiki/NASA" title="NASA">NASA</a> as a secondary payload.<sup class="reference" id="cite_ref-auto2_56-0"><a href="#cite_note-auto2-56">[49]</a></sup><sup class="reference" id="cite_ref-57"><a href="#cite_note-57">[50]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">10
</th>
<td>14 July 2014,<br/>15:15
</td>
<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>
</td>
<td><a class="mw-redirect" href="/wiki/Orbcomm-OG2" title="Orbcomm-OG2">Orbcomm-OG2</a>-1<br/>(6 satellites)<sup class="reference" id="cite_ref-sxManifest20120925_28-6"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup>
</td>
<td>1,316 kg (2,901 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/Orbcomm" title="Orbcomm">Orbcomm</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-og2-01_20140714_58-0"><a href="#cite_note-og2-01_20140714-58">[51]</a></sup>
</td>
<td class="partial table-partial" style="background: #adffe6; color: black; vertical-align: middle; text-align: center;">Controlled<br/><small>(ocean)</small><sup class="reference" id="cite_ref-ocean_landing_38-2"><a href="#cite_note-ocean_landing-38">[d]</a></sup><sup class="reference" id="cite_ref-auto_53-1"><a href="#cite_note-auto-53">[46]</a></sup>
</td></tr>
<tr>
<td colspan="9">Payload included six satellites weighing 172 kg (379 lb) each and two 142 kg (313 lb) mass simulators.<sup class="reference" id="cite_ref-gunter-og2_30-1"><a href="#cite_note-gunter-og2-30">[24]</a></sup><sup class="reference" id="cite_ref-gunter-og2-sim_59-0"><a href="#cite_note-gunter-og2-sim-59">[52]</a></sup> Equipped for the second time with <a class="mw-redirect" href="/wiki/Launch_vehicle_landing_gear" title="Launch vehicle landing gear">landing legs</a>, the first-stage booster successfully conducted a <a class="mw-redirect" href="/wiki/SpaceX_Falcon_9_booster_post-mission,_controlled-descent,_test_program" title="SpaceX Falcon 9 booster post-mission, controlled-descent, test program">controlled-descent</a> test consisting of a burn for deceleration from <a class="mw-redirect" href="/wiki/Hypersonic" title="Hypersonic">hypersonic</a> velocity in the upper atmosphere, a <a href="/wiki/Atmospheric_entry" title="Atmospheric entry">reentry</a> burn, and a final landing burn before soft-landing on the ocean surface.<sup class="reference" id="cite_ref-SpaceX22072014_60-0"><a href="#cite_note-SpaceX22072014-60">[53]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">11
</th>
<td>5 August 2014,<br/>08:00
</td>
<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>
</td>
<td><a href="/wiki/AsiaSat_8" title="AsiaSat 8">AsiaSat 8</a><sup class="reference" id="cite_ref-sxManifest20120925_28-7"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><sup class="reference" id="cite_ref-AsiaSat_SpaceX_61-0"><a href="#cite_note-AsiaSat_SpaceX-61">[54]</a></sup><sup class="reference" id="cite_ref-62"><a href="#cite_note-62">[55]</a></sup>
</td>
<td>4,535 kg (9,998 lb)
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/AsiaSat" title="AsiaSat">AsiaSat</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-as8_20140805_63-0"><a href="#cite_note-as8_20140805-63">[56]</a></sup>
</td>
<td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt<br/><sup class="reference" id="cite_ref-amspace-20140803_64-0"><a href="#cite_note-amspace-20140803-64">[57]</a></sup>
</td></tr>
<tr>
<td colspan="9">First time SpaceX managed a launch site turnaround between two flights of under a month (22 days). GTO launch of the large communication satellite from Hong Kong did not allow for propulsive return-over-water and controlled splashdown of the first stage.<sup class="reference" id="cite_ref-amspace-20140803_64-1"><a href="#cite_note-amspace-20140803-64">[57]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">12
</th>
<td>7 September 2014,<br/>05:00
</td>
<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br/>B1011<sup class="reference" id="cite_ref-block_numbers_14-6"><a href="#cite_note-block_numbers-14">[8]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>
</td>
<td><a href="/wiki/AsiaSat_6" title="AsiaSat 6">AsiaSat 6</a><sup class="reference" id="cite_ref-sxManifest20120925_28-8"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><sup class="reference" id="cite_ref-AsiaSat_SpaceX_61-1"><a href="#cite_note-AsiaSat_SpaceX-61">[54]</a></sup><sup class="reference" id="cite_ref-65"><a href="#cite_note-65">[58]</a></sup>
</td>
<td>4,428 kg (9,762 lb)
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/AsiaSat" title="AsiaSat">AsiaSat</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-sdc20140907_66-0"><a href="#cite_note-sdc20140907-66">[59]</a></sup>
</td>
<td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt
</td></tr>
<tr>
<td colspan="9">Launch was delayed for two weeks for additional verifications after a malfunction observed in the development of the <a class="mw-redirect" href="/wiki/F9R_Dev1" title="F9R Dev1">F9R Dev1</a> prototype.<sup class="reference" id="cite_ref-67"><a href="#cite_note-67">[60]</a></sup> GTO launch of the heavy payload did not allow for controlled splashdown.<sup class="reference" id="cite_ref-68"><a href="#cite_note-68">[61]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">13
</th>
<td>21 September 2014,<br/>05:52<sup class="reference" id="cite_ref-SFN_LLog_27-2"><a href="#cite_note-SFN_LLog-27">[21]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br/>B1010<sup class="reference" id="cite_ref-block_numbers_14-7"><a href="#cite_note-block_numbers-14">[8]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>
</td>
<td><a href="/wiki/SpaceX_CRS-4" title="SpaceX CRS-4">SpaceX CRS-4</a><sup class="reference" id="cite_ref-sxManifest20120925_28-9"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><br/>(Dragon <a href="/wiki/Dragon_C106" title="Dragon C106">C106</a>.1)
</td>
<td>2,216 kg (4,885 lb)<sup class="reference" id="cite_ref-69"><a href="#cite_note-69">[62]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-nasacrs420140921_70-0"><a href="#cite_note-nasacrs420140921-70">[63]</a></sup>
</td>
<td class="table-no2" style="background: #ffdddd; color: black; vertical-align: middle; text-align: center;">Uncontrolled<br/><small>(ocean)</small><sup class="reference" id="cite_ref-ocean_landing_38-3"><a href="#cite_note-ocean_landing-38">[d]</a></sup><sup class="reference" id="cite_ref-fail-13_71-0"><a href="#cite_note-fail-13-71">[64]</a></sup>
</td></tr>
<tr>
<td colspan="9">Fourth attempt of a soft ocean touchdown,<sup class="reference" id="cite_ref-aw20141016_72-0"><a href="#cite_note-aw20141016-72">[65]</a></sup> but the booster ran out of liquid oxygen.<sup class="reference" id="cite_ref-fail-13_71-1"><a href="#cite_note-fail-13-71">[64]</a></sup> Detailed <a class="mw-redirect" href="/wiki/Thermal_imaging" title="Thermal imaging">thermal imaging</a> infrared sensor data was collected however by NASA, as part of a joint arrangement with SpaceX as part of research on <a class="mw-redirect" href="/wiki/Supersonic_retropropulsion" title="Supersonic retropropulsion">retropropulsive deceleration technologies</a> for developing new approaches to Martian <a href="/wiki/Atmospheric_entry" title="Atmospheric entry">atmospheric entry</a>.<sup class="reference" id="cite_ref-aw20141016_72-1"><a href="#cite_note-aw20141016-72">[65]</a></sup>
</td></tr></tbody></table>
<h3><span class="mw-headline" id="2015">2015</span></h3>
<p>With 7 launches in 2015, Falcon 9 was the second most launched American rocket behind <a href="/wiki/Atlas_V" title="Atlas V">Atlas V</a>.<sup class="reference" id="cite_ref-73"><a href="#cite_note-73">[66]</a></sup>
</p>
<table class="wikitable plainrowheaders collapsible" style="width: 100%;">
<tbody><tr>
<th scope="col">Flight No.
</th>
<th scope="col">Date and<br/>time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)
</th>
<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br/>Booster</a><sup class="reference" id="cite_ref-booster_11-2"><a href="#cite_note-booster-11">[b]</a></sup>
</th>
<th scope="col">Launch site
</th>
<th scope="col">Payload<sup class="reference" id="cite_ref-Dragon_12-2"><a href="#cite_note-Dragon-12">[c]</a></sup>
</th>
<th scope="col">Payload mass
</th>
<th scope="col">Orbit
</th>
<th scope="col">Customer
</th>
<th scope="col">Launch<br/>outcome
</th>
<th scope="col"><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Booster<br/>landing</a>
</th></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">14
</th>
<td>10 January 2015,<br/>09:47<sup class="reference" id="cite_ref-nasa20150107_74-0"><a href="#cite_note-nasa20150107-74">[67]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br/>B1012<sup class="reference" id="cite_ref-block_numbers_14-8"><a href="#cite_note-block_numbers-14">[8]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>
</td>
<td><a href="/wiki/SpaceX_CRS-5" title="SpaceX CRS-5">SpaceX CRS-5</a><sup class="reference" id="cite_ref-sxManifest20130731_75-0"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup><br/>(Dragon C107)
</td>
<td>2,395 kg (5,280 lb)<sup class="reference" id="cite_ref-76"><a href="#cite_note-76">[69]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-nasacrs520150110_77-0"><a href="#cite_note-nasacrs520150110-77">[70]</a></sup>
</td>
<td class="table-failure" style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;">Failure <small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Following second-stage separation, SpaceX attempted to <a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">return</a> the first stage for the first time to a 90 m × 50 m (300 ft × 160 ft) <a class="mw-redirect" href="/wiki/Floating_landing_platform" title="Floating landing platform">floating platform</a> — called the <a href="/wiki/Autonomous_spaceport_drone_ship" title="Autonomous spaceport drone ship">autonomous spaceport drone ship</a>. The test achieved many objectives and returned a large amount of data, but the <a href="/wiki/Grid_fin" title="Grid fin">grid-fin</a> control surfaces used for the first time for more precise reentry positioning ran out of hydraulic fluid for its control system a minute before landing, resulting in a landing crash.<sup class="reference" id="cite_ref-sfn20150110_78-0"><a href="#cite_note-sfn20150110-78">[71]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">15
</th>
<td>11 February 2015,<br/>23:03<sup class="reference" id="cite_ref-79"><a href="#cite_note-79">[72]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br/>B1013<sup class="reference" id="cite_ref-block_numbers_14-9"><a href="#cite_note-block_numbers-14">[8]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>
</td>
<td><a class="mw-redirect" href="/wiki/DSCOVR" title="DSCOVR">DSCOVR</a><sup class="reference" id="cite_ref-sxManifest20130731_75-1"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup><sup class="reference" id="cite_ref-80"><a href="#cite_note-80">[73]</a></sup>
</td>
<td>570 kg (1,260 lb)
</td>
<td><a href="/wiki/High_Earth_orbit" title="High Earth orbit">HEO</a><br/>(<a href="/wiki/Lagrange_point" title="Lagrange point">Sun–Earth L<sub>1</sub></a> insertion)
</td>
<td><div class="plainlist">
<ul><li><a href="/wiki/United_States_Air_Force" title="United States Air Force">USAF</a></li>
<li><a href="/wiki/NASA" title="NASA">NASA</a></li>
<li><a class="mw-redirect" href="/wiki/NOAA" title="NOAA">NOAA</a></li></ul>
</div>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="partial table-partial" style="background: #adffe6; color: black; vertical-align: middle; text-align: center;">Controlled<br/><small>(ocean)</small><sup class="reference" id="cite_ref-ocean_landing_38-4"><a href="#cite_note-ocean_landing-38">[d]</a></sup>
</td></tr>
<tr>
<td colspan="9">First launch under USAF's <a href="/wiki/List_of_U.S._government_and_military_acronyms#O" title="List of U.S. government and military acronyms">OSP</a> 3 launch contract.<sup class="reference" id="cite_ref-spx20121205_81-0"><a href="#cite_note-spx20121205-81">[74]</a></sup> First SpaceX launch to put a satellite beyond a geostationary transfer orbit, first SpaceX launch into interplanetary space, and first SpaceX launch of an American research satellite. The first stage made a test flight descent to an over-ocean landing within 10 m (33 ft) of its intended target.<sup class="reference" id="cite_ref-MuskTweet-20150211_82-0"><a href="#cite_note-MuskTweet-20150211-82">[75]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">16
</th>
<td>2 March 2015,<br/>03:50<sup class="reference" id="cite_ref-SFN_LLog_27-3"><a href="#cite_note-SFN_LLog-27">[21]</a></sup><sup class="reference" id="cite_ref-patrickafmil02142015_83-0"><a href="#cite_note-patrickafmil02142015-83">[76]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br/>B1014<sup class="reference" id="cite_ref-block_numbers_14-10"><a href="#cite_note-block_numbers-14">[8]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>
</td>
<td><div class="plainlist">
<ul><li><a href="/wiki/ABS-3A" title="ABS-3A">ABS-3A</a></li>
<li><a href="/wiki/Eutelsat_115_West_B" title="Eutelsat 115 West B">Eutelsat 115 West B</a><sup class="reference" id="cite_ref-sxManifest20130731_75-2"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup></li></ul>
</div>
</td>
<td>4,159 kg (9,169 lb)
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><div class="plainlist">
<ul><li><a class="mw-redirect" href="/wiki/Asia_Broadcast_Satellite" title="Asia Broadcast Satellite">ABS</a></li>
<li><a href="/wiki/Eutelsat" title="Eutelsat">Eutelsat</a></li></ul>
</div>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt<sup class="reference" id="cite_ref-84"><a href="#cite_note-84">[77]</a></sup>
</td></tr>
<tr>
<td colspan="9">The launch was Boeing's first conjoined launch of a <a href="/wiki/Boeing_702" title="Boeing 702">lighter-weight dual-commsat stack</a> that was specifically designed to take advantage of the <a href="/wiki/Space_launch_market_competition" title="Space launch market competition">lower-cost</a> SpaceX Falcon 9 launch vehicle.<sup class="reference" id="cite_ref-aw20140310_85-0"><a href="#cite_note-aw20140310-85">[78]</a></sup><sup class="reference" id="cite_ref-boeing20141112_86-0"><a href="#cite_note-boeing20141112-86">[79]</a></sup> Per satellite, launch costs were less than US$30 million.<sup class="reference" id="cite_ref-sfn20150302_87-0"><a href="#cite_note-sfn20150302-87">[80]</a></sup> The ABS satellite reached its final destination ahead of schedule and started operations on 10 September 2015.<sup class="reference" id="cite_ref-boeing_88-0"><a href="#cite_note-boeing-88">[81]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">17
</th>
<td>14 April 2015,<br/>20:10<sup class="reference" id="cite_ref-SFN_LLog_27-4"><a href="#cite_note-SFN_LLog-27">[21]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br/>B1015<sup class="reference" id="cite_ref-block_numbers_14-11"><a href="#cite_note-block_numbers-14">[8]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>
</td>
<td><a href="/wiki/SpaceX_CRS-6" title="SpaceX CRS-6">SpaceX CRS-6</a><sup class="reference" id="cite_ref-sxManifest20130731_75-3"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup><br/>(Dragon <a href="/wiki/Dragon_C108" title="Dragon C108">C108.1</a>)
</td>
<td>1,898 kg (4,184 lb)<sup class="reference" id="cite_ref-89"><a href="#cite_note-89">[82]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-failure" style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;">Failure<sup class="reference" id="cite_ref-90"><a href="#cite_note-90">[83]</a></sup><br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">After second-stage separation, a controlled-descent test was attempted with the first stage. After the booster contacted the ship, it tipped over due to excess lateral velocity caused by a stuck throttle valve that delayed downthrottle at the correct time.<sup class="reference" id="cite_ref-91"><a href="#cite_note-91">[84]</a></sup><sup class="reference" id="cite_ref-92"><a href="#cite_note-92">[85]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">18
</th>
<td>27 April 2015,<br/>23:03<sup class="reference" id="cite_ref-patrickafb20150414_93-0"><a href="#cite_note-patrickafb20150414-93">[86]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br/>B1016<sup class="reference" id="cite_ref-block_numbers_14-12"><a href="#cite_note-block_numbers-14">[8]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>
</td>
<td><a href="/wiki/T%C3%BCrkmen%C3%84lem_52%C2%B0E_/_MonacoSAT" title="TürkmenÄlem 52°E / MonacoSAT">TürkmenÄlem 52°E / MonacoSAT</a><sup class="reference" id="cite_ref-sxManifest20130731_75-4"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup><sup class="reference" id="cite_ref-turkmen-monaco_94-0"><a href="#cite_note-turkmen-monaco-94">[87]</a></sup>
</td>
<td>4,707 kg (10,377 lb)
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Turkmenistan_National_Space_Agency" title="Turkmenistan National Space Agency">Turkmenistan National<br/>Space Agency</a><sup class="reference" id="cite_ref-95"><a href="#cite_note-95">[88]</a></sup>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt<sup class="reference" id="cite_ref-96"><a href="#cite_note-96">[89]</a></sup>
</td></tr>
<tr>
<td colspan="9">Original intended launch was delayed over a month after an issue with the helium pressurisation system was identified on similar parts in the assembly plant.<sup class="reference" id="cite_ref-zgn20150323_97-0"><a href="#cite_note-zgn20150323-97">[90]</a></sup> Subsequent launch successfully positioned this first Turkmen satellite at 52.0° east.
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">19
</th>
<td>28 June 2015,<br/>14:21<sup class="reference" id="cite_ref-SFN_LLog_27-5"><a href="#cite_note-SFN_LLog-27">[21]</a></sup><sup class="reference" id="cite_ref-nasama20150520_98-0"><a href="#cite_note-nasama20150520-98">[91]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br/>B1018<sup class="reference" id="cite_ref-block_numbers_14-13"><a href="#cite_note-block_numbers-14">[8]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>
</td>
<td><a href="/wiki/SpaceX_CRS-7" title="SpaceX CRS-7">SpaceX CRS-7</a><sup class="reference" id="cite_ref-sxManifest20130731_75-5"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup><br/>(Dragon C109)
</td>
<td>1,952 kg (4,303 lb)<sup class="reference" id="cite_ref-99"><a href="#cite_note-99">[92]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-failure" style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;">Failure<sup class="reference" id="cite_ref-nyt-20150628_100-0"><a href="#cite_note-nyt-20150628-100">[93]</a></sup><br/><small>(in flight)</small>
</td>
<td style="background:#ececec; text-align:center;">Precluded<sup class="reference" id="cite_ref-101"><a href="#cite_note-101">[94]</a></sup><br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Launch performance was nominal until an overpressure incident in the second-stage <a class="mw-redirect" href="/wiki/LOX" title="LOX">LOX</a> tank, leading to vehicle breakup at T+150 seconds. Dragon capsule survived the explosion but was lost upon splashdown as its software did not contain provisions for parachute deployment on launch vehicle failure.<sup class="reference" id="cite_ref-nsf-20150727_102-0"><a href="#cite_note-nsf-20150727-102">[95]</a></sup><small>(<a href="#Loss_of_CRS-7_mission">more details below</a>)</small> The drone ship <i>Of Course I Still Love You</i> was towed out to sea to prepare for a landing test so this mission was its first operational assignment.<sup class="reference" id="cite_ref-nsf20150618_103-0"><a href="#cite_note-nsf20150618-103">[96]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">20
</th>
<td>22 December 2015,<br/>01:29<sup class="reference" id="cite_ref-orbcomm-og2_104-0"><a href="#cite_note-orbcomm-og2-104">[97]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br/>B1019.1<sup class="reference" id="cite_ref-flight20-booster_105-0"><a href="#cite_note-flight20-booster-105">[98]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>
</td>
<td><a class="mw-redirect" href="/wiki/Orbcomm-OG2" title="Orbcomm-OG2">Orbcomm-OG2</a>-2<br/>(11 satellites)<sup class="reference" id="cite_ref-sxManifest20120925_28-10"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><sup class="reference" id="cite_ref-orbcomm-og2_104-1"><a href="#cite_note-orbcomm-og2-104">[97]</a></sup>
</td>
<td>2,034 kg (4,484 lb)
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a>
</td>
<td><a href="/wiki/Orbcomm" title="Orbcomm">Orbcomm</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-flight20-landing_106-0"><a href="#cite_note-flight20-landing-106">[99]</a></sup><br/><small><span class="nowrap">(ground pad)</span></small>
</td></tr>
<tr>
<td colspan="9">Payload included eleven satellites weighing 172 kg (379 lb) each,<sup class="reference" id="cite_ref-gunter-og2_30-2"><a href="#cite_note-gunter-og2-30">[24]</a></sup> and a 142 kg (313 lb) mass simulator.<sup class="reference" id="cite_ref-gunter-og2-sim_59-1"><a href="#cite_note-gunter-og2-sim-59">[52]</a></sup> First launch of the upgraded v1.1 version, with a 30% power increase.<sup class="reference" id="cite_ref-sn20151016_107-0"><a href="#cite_note-sn20151016-107">[100]</a></sup> Orbcomm had originally agreed to be the third flight of the enhanced-thrust rocket,<sup class="reference" id="cite_ref-sn20150508_108-0"><a href="#cite_note-sn20150508-108">[101]</a></sup> but the change to the maiden flight position was announced in October 2015.<sup class="reference" id="cite_ref-sn20151016_107-1"><a href="#cite_note-sn20151016-107">[100]</a></sup> SpaceX received a permit from the <a class="mw-redirect" href="/wiki/FAA" title="FAA">FAA</a> to land the booster <a href="/wiki/Landing_Zones_1_and_2" title="Landing Zones 1 and 2">on solid ground</a> at <a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a><sup class="reference" id="cite_ref-109"><a href="#cite_note-109">[102]</a></sup> and succeeded for the first time.<sup class="reference" id="cite_ref-flight20-landing_106-1"><a href="#cite_note-flight20-landing-106">[99]</a></sup> This booster, serial number <a class="mw-redirect" href="/wiki/B1019" title="B1019">B1019</a>, is now on permanent display outside SpaceX's headquarters in <a href="/wiki/Hawthorne,_California" title="Hawthorne, California">Hawthorne, California</a>, at the intersection of Crenshaw Boulevard and Jack Northrop Avenue.<sup class="reference" id="cite_ref-flight20-booster_105-1"><a href="#cite_note-flight20-booster-105">[98]</a></sup> <small>(<a href="#Full-thrust_version_and_first_booster_landings">more details below</a>)</small>
</td></tr></tbody></table>
<h3><span class="mw-headline" id="2016">2016</span></h3>
<p>With 8 successful launches for 2016, SpaceX equalled <a href="/wiki/Atlas_V" title="Atlas V">Atlas V</a> for most American rocket launches for the year.<sup class="reference" id="cite_ref-110"><a href="#cite_note-110">[103]</a></sup>
</p>
<table class="wikitable plainrowheaders collapsible" style="width: 100%;">
<tbody><tr>
<th scope="col">Flight No.
</th>
<th scope="col">Date and<br/>time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)
</th>
<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br/>Booster</a><sup class="reference" id="cite_ref-booster_11-3"><a href="#cite_note-booster-11">[b]</a></sup>
</th>
<th scope="col">Launch site
</th>
<th scope="col">Payload<sup class="reference" id="cite_ref-Dragon_12-3"><a href="#cite_note-Dragon-12">[c]</a></sup>
</th>
<th scope="col">Payload mass
</th>
<th scope="col">Orbit
</th>
<th scope="col">Customer
</th>
<th scope="col">Launch<br/>outcome
</th>
<th scope="col"><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Booster<br/>landing</a>
</th></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">21
</th>
<td>17 January 2016,<br/>18:42<sup class="reference" id="cite_ref-SFN_LLog_27-6"><a href="#cite_note-SFN_LLog-27">[21]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br/>B1017<sup class="reference" id="cite_ref-block_numbers_14-14"><a href="#cite_note-block_numbers-14">[8]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Vandenberg_Air_Force_Base" title="Vandenberg Air Force Base">VAFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a href="/wiki/Jason-3" title="Jason-3">Jason-3</a><sup class="reference" id="cite_ref-sxManifest20130731_75-6"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup><sup class="reference" id="cite_ref-111"><a href="#cite_note-111">[104]</a></sup>
</td>
<td>553 kg (1,219 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><div class="plainlist">
<ul><li><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Launch_Services_Program" title="Launch Services Program">LSP</a>)</li>
<li><a class="mw-redirect" href="/wiki/NOAA" title="NOAA">NOAA</a></li>
<li><a href="/wiki/CNES" title="CNES">CNES</a></li></ul>
</div>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-failure" style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;">Failure<br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">First launch of NASA and NOAA joint science mission under the <a href="/wiki/Launch_Services_Program" title="Launch Services Program">NLS II</a> launch contract (not related to NASA CRS or USAF OSP3 contracts) and last launch of the Falcon 9 v1.1 launch vehicle. The <a href="/wiki/Jason-3" title="Jason-3">Jason-3</a> satellite was successfully deployed to target orbit.<sup class="reference" id="cite_ref-gw20160117_112-0"><a href="#cite_note-gw20160117-112">[105]</a></sup> SpaceX attempted for the first time to recover the first-stage booster on its new Pacific autonomous drone ship, but after a soft landing on the ship, the lockout on one of the landing legs failed to latch and the booster fell over and exploded.<sup class="reference" id="cite_ref-113"><a href="#cite_note-113">[106]</a></sup><sup class="reference" id="cite_ref-wp20160118_114-0"><a href="#cite_note-wp20160118-114">[107]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">22
</th>
<td>4 March 2016,<br/>23:35<sup class="reference" id="cite_ref-SFN_LLog_27-7"><a href="#cite_note-SFN_LLog-27">[21]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br/>B1020.1<sup class="reference" id="cite_ref-skyrocket_1.2_115-0"><a href="#cite_note-skyrocket_1.2-115">[108]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>
</td>
<td><a href="/wiki/SES-9" title="SES-9">SES-9</a><sup class="reference" id="cite_ref-sxManifest20130731_75-7"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup><sup class="reference" id="cite_ref-spacenews20140410_116-0"><a href="#cite_note-spacenews20140410-116">[109]</a></sup><sup class="reference" id="cite_ref-nsf20160208_117-0"><a href="#cite_note-nsf20160208-117">[110]</a></sup>
</td>
<td>5,271 kg (11,621 lb)
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-failure" style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;">Failure<br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">Second launch of the enhanced <a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">Falcon 9 Full Thrust</a> launch vehicle.<sup class="reference" id="cite_ref-sn20151016_107-2"><a href="#cite_note-sn20151016-107">[100]</a></sup> SpaceX attempted for the first time to recover a booster from a GTO launch to a <a href="/wiki/Autonomous_spaceport_drone_ship" title="Autonomous spaceport drone ship">drone ship</a>.<sup class="reference" id="cite_ref-bi20160223_118-0"><a href="#cite_note-bi20160223-118">[111]</a></sup> Successful landing was not expected due to low fuel reserves<sup class="reference" id="cite_ref-sxPressKit20160223_119-0"><a href="#cite_note-sxPressKit20160223-119">[112]</a></sup> and the booster "landed hard".<sup class="reference" id="cite_ref-musk-tweet-20160305_120-0"><a href="#cite_note-musk-tweet-20160305-120">[113]</a></sup> But the controlled-descent, atmospheric re-entry and navigation to the drone ship were successful and returned significant test data on bringing back high-energy Falcon 9 boosters.<sup class="reference" id="cite_ref-sn20160304_121-0"><a href="#cite_note-sn20160304-121">[114]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">23
</th>
<td>8 April 2016,<br/>20:43<sup class="reference" id="cite_ref-SFN_LLog_27-8"><a href="#cite_note-SFN_LLog-27">[21]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1021.1</a><sup class="reference" id="cite_ref-nsf-20170330_122-0"><a href="#cite_note-nsf-20170330-122">[115]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>
</td>
<td><a href="/wiki/SpaceX_CRS-8" title="SpaceX CRS-8">SpaceX CRS-8</a><sup class="reference" id="cite_ref-sxManifest20130731_75-8"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup><sup class="reference" id="cite_ref-nsf20160208_117-1"><a href="#cite_note-nsf20160208-117">[110]</a></sup><br/>(Dragon C110.1)
</td>
<td>3,136 kg (6,914 lb)<sup class="reference" id="cite_ref-123"><a href="#cite_note-123">[116]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-crs-8-webcast_124-0"><a href="#cite_note-crs-8-webcast-124">[117]</a></sup>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-125"><a href="#cite_note-125">[118]</a></sup><br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">Dragon carried over 1,500 kg (3,300 lb) of supplies and delivered the inflatable <a href="/wiki/Bigelow_Expandable_Activity_Module" title="Bigelow Expandable Activity Module">Bigelow Expandable Activity Module</a> (BEAM) to the ISS for two years of in-orbit tests.<sup class="reference" id="cite_ref-126"><a href="#cite_note-126">[119]</a></sup> The rocket's first stage landed smoothly on SpaceX's <a href="/wiki/Autonomous_spaceport_drone_ship" title="Autonomous spaceport drone ship">autonomous spaceport drone ship</a> at 9 minutes after liftoff, making this the first successful landing of a rocket booster on a ship at sea from an orbital launch.<sup class="reference" id="cite_ref-flight23_127-0"><a href="#cite_note-flight23-127">[120]</a></sup> The first stage <a class="mw-redirect" href="/wiki/B1021" title="B1021">B1021</a> later became the first orbital booster to be reused when it launched <a href="/wiki/SES-10" title="SES-10">SES-10</a> on 30 March 2017.<sup class="reference" id="cite_ref-nsf-20170330_122-1"><a href="#cite_note-nsf-20170330-122">[115]</a></sup> A month later, the Dragon spacecraft returned a downmass containing astronaut's Scott Kelly biological samples from his year-long mission on ISS.<sup class="reference" id="cite_ref-128"><a href="#cite_note-128">[121]</a></sup><small>(<a href="#Full-thrust_version_and_first_booster_landings">more details below</a>)</small>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">24
</th>
<td>6 May 2016,<br/>05:21<sup class="reference" id="cite_ref-SFN_LLog_27-9"><a href="#cite_note-SFN_LLog-27">[21]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br/>B1022.1<sup class="reference" id="cite_ref-nsf20170325_129-0"><a href="#cite_note-nsf20170325-129">[122]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>
</td>
<td><a href="/wiki/SKY_Perfect_JSAT" title="SKY Perfect JSAT">JCSAT-14</a><sup class="reference" id="cite_ref-130"><a href="#cite_note-130">[123]</a></sup>
</td>
<td>4,696 kg (10,353 lb)<sup class="reference" id="cite_ref-131"><a href="#cite_note-131">[124]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/SKY_Perfect_JSAT" title="SKY Perfect JSAT">SKY Perfect JSAT Group</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">First time SpaceX launched a Japanese satellite, and first time a booster landed successfully after launching a payload into a GTO.<sup class="reference" id="cite_ref-132"><a href="#cite_note-132">[125]</a></sup> As this flight profile has a smaller margin for the booster recovery, the first stage re-entered Earth's atmosphere faster than for previous landings, with five times the heating power.<sup class="reference" id="cite_ref-133"><a href="#cite_note-133">[126]</a></sup><sup class="reference" id="cite_ref-134"><a href="#cite_note-134">[127]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">25
</th>
<td>27 May 2016,<br/>21:39<sup class="reference" id="cite_ref-135"><a href="#cite_note-135">[128]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1023.1</a><sup class="reference" id="cite_ref-nsf-20170425_136-0"><a href="#cite_note-nsf-20170425-136">[129]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>
</td>
<td><a href="/wiki/Thaicom_8" title="Thaicom 8">Thaicom 8</a><sup class="reference" id="cite_ref-sn20140430_137-0"><a href="#cite_note-sn20140430-137">[130]</a></sup><sup class="reference" id="cite_ref-138"><a href="#cite_note-138">[131]</a></sup>
</td>
<td>3,100 kg (6,800 lb)<sup class="reference" id="cite_ref-139"><a href="#cite_note-139">[132]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Thaicom" title="Thaicom">Thaicom</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-140"><a href="#cite_note-140">[133]</a></sup><br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">Second successful return from a GTO launch,<sup class="reference" id="cite_ref-141"><a href="#cite_note-141">[134]</a></sup> after launching Thaicom 8 towards <a href="/wiki/78th_meridian_east" title="78th meridian east">78.5° east</a>.<sup class="reference" id="cite_ref-142"><a href="#cite_note-142">[135]</a></sup> Later became the first booster to be reflown after being recovered from a GTO launch. THAICOM 8 was delivered to a <a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">Super-Synchronous Transfer Orbit</a> of 91,000 km (57,000 mi).<sup class="reference" id="cite_ref-143"><a href="#cite_note-143">[136]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">26
</th>
<td>15 June 2016,<br/>14:29<sup class="reference" id="cite_ref-SFN_LLog_27-10"><a href="#cite_note-SFN_LLog-27">[21]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br/>B1024.1<sup class="reference" id="cite_ref-skyrocket_1.2_115-1"><a href="#cite_note-skyrocket_1.2-115">[108]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>
</td>
<td><div class="plainlist">
<ul><li><a href="/wiki/ABS_(satellite_operator)" title="ABS (satellite operator)">ABS-2A</a></li>
<li><a href="/wiki/Eutelsat" title="Eutelsat">Eutelsat 117 West B</a><sup class="reference" id="cite_ref-sxManifest20130731_75-9"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup></li></ul>
</div>
</td>
<td>3,600 kg (7,900 lb)
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><div class="plainlist">
<ul><li><a class="mw-redirect" href="/wiki/Asia_Broadcast_Satellite" title="Asia Broadcast Satellite">ABS</a></li>
<li><a href="/wiki/Eutelsat" title="Eutelsat">Eutelsat</a></li></ul>
</div>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-failure" style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;">Failure<sup class="reference" id="cite_ref-fail-13_71-2"><a href="#cite_note-fail-13-71">[64]</a></sup><br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">One year after pioneering this technique on Flight 16, Falcon again launched two <a href="/wiki/Boeing_702" title="Boeing 702">Boeing 702SP</a> <a href="/wiki/XIPS-25" title="XIPS-25">gridded ion thruster</a> satellites at 1,800 kg (4,000 lb) each,<sup class="reference" id="cite_ref-144"><a href="#cite_note-144">[137]</a></sup><sup class="reference" id="cite_ref-145"><a href="#cite_note-145">[138]</a></sup> in a dual-stack configuration, with the two customers sharing the rocket and mission costs.<sup class="reference" id="cite_ref-boeing_88-1"><a href="#cite_note-boeing-88">[81]</a></sup> First-stage landing attempt on drone ship failed due to low thrust on one of the three landing engines;<sup class="reference" id="cite_ref-146"><a href="#cite_note-146">[139]</a></sup> a sub-optimal path led to the stage running out of propellant just above the deck of the landing ship.<sup class="reference" id="cite_ref-147"><a href="#cite_note-147">[140]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">27
</th>
<td>18 July 2016,<br/>04:45<sup class="reference" id="cite_ref-SFN_LLog_27-11"><a href="#cite_note-SFN_LLog-27">[21]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br/>B1025.1<sup class="reference" id="cite_ref-nsf-20170425_136-1"><a href="#cite_note-nsf-20170425-136">[129]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>
</td>
<td><a href="/wiki/SpaceX_CRS-9" title="SpaceX CRS-9">SpaceX CRS-9</a><sup class="reference" id="cite_ref-sxManifest20130731_75-10"><a href="#cite_note-sxManifest20130731-75">[68]</a></sup><sup class="reference" id="cite_ref-spn-20160224_148-0"><a href="#cite_note-spn-20160224-148">[141]</a></sup><br/>(Dragon C111.1)
</td>
<td>2,257 kg (4,976 lb)<sup class="reference" id="cite_ref-149"><a href="#cite_note-149">[142]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(ground pad)</small>
</td></tr>
<tr>
<td colspan="9">Cargo to ISS included an <a href="/wiki/International_Docking_Adapter" title="International Docking Adapter">International Docking Adapter</a> (IDA-2) and total payload with reusable Dragon Capsule was 6,457 kg (14,235 lb). Second successful <a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">first-stage landing</a> on a ground pad.<sup class="reference" id="cite_ref-150"><a href="#cite_note-150">[143]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">28
</th>
<td>14 August 2016,<br/>05:26
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br/>B1026.1<sup class="reference" id="cite_ref-skyrocket_1.2_115-2"><a href="#cite_note-skyrocket_1.2-115">[108]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>
</td>
<td><a href="/wiki/JCSAT-16" title="JCSAT-16">JCSAT-16</a>
</td>
<td>4,600 kg (10,100 lb)
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a class="mw-redirect" href="/wiki/SKY_Perfect_JSAT_Group" title="SKY Perfect JSAT Group">SKY Perfect JSAT Group</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">First attempt to land from a ballistic trajectory using a single-engine landing burn, as all previous landings from a ballistic trajectory had fired three engines on the final burn. The latter provides more braking force but subjects the vehicle to greater structural stresses, while the single-engine landing burn takes more time and fuel while allowing more time during final descent for corrections.<sup class="reference" id="cite_ref-151"><a href="#cite_note-151">[144]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">N/A <sup class="reference" id="cite_ref-152"><a href="#cite_note-152">[e]</a></sup>
</th>
<td>3 September 2016,<br/>07:00<br/>(planned)<sup class="reference" id="cite_ref-153"><a href="#cite_note-153">[145]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a> <br/>B1028.1<sup class="reference" id="cite_ref-skyrocket_1.2_115-3"><a href="#cite_note-skyrocket_1.2-115">[108]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">LC-40</a>
</td>
<td><a class="mw-redirect" href="/wiki/Amos-6" title="Amos-6">Amos-6</a><sup class="reference" id="cite_ref-154"><a href="#cite_note-154">[146]</a></sup>
</td>
<td>5,500 kg (12,100 lb)
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Spacecom" title="Spacecom">Spacecom</a>
</td>
<td class="table-failure" style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;">Precluded<br/><small>(failure pre-flight)</small>
</td>
<td style="background:#ececec; text-align:center;">Precluded<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">The rocket and the Amos-6 payload were lost in a launch pad explosion on 1 September 2016 during propellant filling procedures prior to a <a class="mw-redirect" href="/wiki/Static_fire" title="Static fire">static fire</a> test.<sup class="reference" id="cite_ref-155"><a href="#cite_note-155">[147]</a></sup> The pad was clear of personnel, and there were no injuries.<sup class="reference" id="cite_ref-156"><a href="#cite_note-156">[148]</a></sup> SpaceX released an official statement in January 2017 indicating that the cause of the failure was a buckled liner in several of the <a href="/wiki/Composite_overwrapped_pressure_vessel" title="Composite overwrapped pressure vessel">Composite overwrapped pressure vessel</a> (COPV) (used to store helium which pressurize the stage's propellant tanks), causing perforations that allowed liquid and/or solid oxygen to accumulate underneath the lining, which was ignited by friction.<sup class="reference" id="cite_ref-auto1_157-0"><a href="#cite_note-auto1-157">[149]</a></sup> Following the explosion, SpaceX has switched to performing static fire tests only without attached payloads.<small>(<a href="#Loss_of_Amos-6_on_the_launch_pad">more details below</a>)</small>
</td></tr></tbody></table>
<h3><span class="mw-headline" id="2017">2017</span></h3>
<p>With 18 launches throughout 2017, SpaceX had the most prolific yearly launch manifest of all rocket families.<sup class="reference" id="cite_ref-158"><a href="#cite_note-158">[150]</a></sup>
</p>
<table class="wikitable plainrowheaders collapsible" style="width: 100%;">
<tbody><tr>
<th scope="col">Flight No.
</th>
<th scope="col">Date and<br/>time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)
</th>
<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br/>Booster</a><sup class="reference" id="cite_ref-booster_11-4"><a href="#cite_note-booster-11">[b]</a></sup>
</th>
<th scope="col">Launch site
</th>
<th scope="col">Payload<sup class="reference" id="cite_ref-Dragon_12-4"><a href="#cite_note-Dragon-12">[c]</a></sup>
</th>
<th scope="col">Payload mass
</th>
<th scope="col">Orbit
</th>
<th scope="col">Customer
</th>
<th scope="col">Launch<br/>outcome
</th>
<th scope="col"><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Booster<br/>landing</a>
</th></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">29
</th>
<td>14 January 2017,<br/>17:54
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1029.1</a><sup class="reference" id="cite_ref-NSF-2017-01-17_159-0"><a href="#cite_note-NSF-2017-01-17-159">[151]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Vandenberg_Air_Force_Base" title="Vandenberg Air Force Base">VAFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a class="mw-redirect" href="/wiki/Iridium_NEXT" title="Iridium NEXT">Iridium NEXT</a>-1<br/>(10 satellites)<sup class="reference" id="cite_ref-sdc20100616_160-0"><a href="#cite_note-sdc20100616-160">[152]</a></sup><sup class="reference" id="cite_ref-161"><a href="#cite_note-161">[153]</a></sup>
</td>
<td>9,600 kg (21,200 lb)
</td>
<td><a href="/wiki/Polar_orbit" title="Polar orbit">Polar</a> <a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/Iridium_Communications" title="Iridium Communications">Iridium Communications</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-162"><a href="#cite_note-162">[154]</a></sup><br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">Return-to-flight mission after the loss of <a class="mw-redirect" href="/wiki/Amos-6" title="Amos-6">Amos-6</a> in September 2016. This was the first launch of a series of Iridium NEXT satellites intended to replace the <a href="/wiki/Iridium_satellite_constellation" title="Iridium satellite constellation">original Iridium constellation</a> launched in the late 1990s. Each Falcon 9 mission carried 10 satellites, with a goal of 66 plus 9 spare<sup class="reference" id="cite_ref-IridiumridesharePR_163-0"><a href="#cite_note-IridiumridesharePR-163">[155]</a></sup> satellites constellation by mid-2018.<sup class="reference" id="cite_ref-sfn_164-0"><a href="#cite_note-sfn-164">[156]</a></sup><sup class="reference" id="cite_ref-165"><a href="#cite_note-165">[157]</a></sup> Following the delayed launch of the first two Iridium units with a <a href="/wiki/Dnepr_(rocket)" title="Dnepr (rocket)">Dnepr rocket</a> from April 2016, Iridium Communications decided to launch the first batch of 10 satellites with SpaceX instead.<sup class="reference" id="cite_ref-spn-20160225_166-0"><a href="#cite_note-spn-20160225-166">[158]</a></sup> Payload comprised ten satellites weighing 860 kg (1,900 lb) each plus a 1,000 kg (2,200 lb) dispenser.<sup class="reference" id="cite_ref-spn_167-0"><a href="#cite_note-spn-167">[159]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">30
</th>
<td>19 February 2017,<br/>14:39
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br/>B1031.1<sup class="reference" id="cite_ref-block_numbers_14-15"><a href="#cite_note-block_numbers-14">[8]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/SpaceX_CRS-10" title="SpaceX CRS-10">SpaceX CRS-10</a><sup class="reference" id="cite_ref-spn-20160224_148-1"><a href="#cite_note-spn-20160224-148">[141]</a></sup><br/>(Dragon C112.1)
</td>
<td>2,490 kg (5,490 lb)<sup class="reference" id="cite_ref-168"><a href="#cite_note-168">[160]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(ground pad)</small>
</td></tr>
<tr>
<td colspan="9">First Falcon 9 flight from the historic <a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> launchpad at <a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a>, and first uncrewed launch from LC-39A since <a href="/wiki/Skylab" title="Skylab">Skylab-1</a>.<sup class="reference" id="cite_ref-:10_169-0"><a href="#cite_note-:10-169">[161]</a></sup> The flight carried supplies and materials to support ISS Expeditions <a href="/wiki/Expedition_50" title="Expedition 50">50</a> and <a href="/wiki/Expedition_51" title="Expedition 51">51</a>, and third return of first stage booster to landing pad at <a href="/wiki/Cape_Canaveral" title="Cape Canaveral">Cape Canaveral</a> <a href="/wiki/Landing_Zones_1_and_2" title="Landing Zones 1 and 2">Landing Zone 1</a>.<sup class="reference" id="cite_ref-170"><a href="#cite_note-170">[162]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">31
</th>
<td>16 March 2017,<br/>06:00
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br/>B1030.1<sup class="reference" id="cite_ref-171"><a href="#cite_note-171">[163]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a class="mw-redirect" href="/wiki/EchoStar_23" title="EchoStar 23">EchoStar 23</a>
</td>
<td>5,600 kg (12,300 lb)<sup class="reference" id="cite_ref-172"><a href="#cite_note-172">[164]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/EchoStar" title="EchoStar">EchoStar</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt<br/><sup class="reference" id="cite_ref-expendable_173-0"><a href="#cite_note-expendable-173">[165]</a></sup>
</td></tr>
<tr>
<td colspan="9">First uncrewed non-station launch from LC-39A since <a href="/wiki/Apollo_6" title="Apollo 6">Apollo 6</a>.<sup class="reference" id="cite_ref-:10_169-1"><a href="#cite_note-:10-169">[161]</a></sup> Launched a communications satellite for broadcast services over <a href="/wiki/Brazil" title="Brazil">Brazil</a>.<sup class="reference" id="cite_ref-spn-echostar_174-0"><a href="#cite_note-spn-echostar-174">[166]</a></sup> Due to the payload size launch into a GTO, the booster was expended into the <a href="/wiki/Atlantic_Ocean" title="Atlantic Ocean">Atlantic Ocean</a> and did not feature landing legs and grid fins.<sup class="reference" id="cite_ref-175"><a href="#cite_note-175">[167]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">32
</th>
<td>30 March 2017,<br/>22:27
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a> <abbr title="Flight proven booster">♺</abbr><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1021.2</a><sup class="reference" id="cite_ref-nsf-20170330_122-2"><a href="#cite_note-nsf-20170330-122">[115]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/SES-10" title="SES-10">SES-10</a><sup class="reference" id="cite_ref-spacenews20140410_116-1"><a href="#cite_note-spacenews20140410-116">[109]</a></sup><sup class="reference" id="cite_ref-ses-date-sfn_176-0"><a href="#cite_note-ses-date-sfn-176">[168]</a></sup>
</td>
<td>5,300 kg (11,700 lb)<sup class="reference" id="cite_ref-airbusds-pr20140220_177-0"><a href="#cite_note-airbusds-pr20140220-177">[169]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-thevergeflight32_178-0"><a href="#cite_note-thevergeflight32-178">[170]</a></sup>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">First payload to fly on a reused first stage, B1021, previously launched with <a href="/wiki/SpaceX_CRS-8" title="SpaceX CRS-8">CRS-8</a>, and first to land intact a second time.<sup class="reference" id="cite_ref-179"><a href="#cite_note-179">[171]</a></sup><sup class="reference" id="cite_ref-thevergeflight32_178-1"><a href="#cite_note-thevergeflight32-178">[170]</a></sup> Additionally, this flight was the first reused rocket to fly from LC-39A since <a href="/wiki/STS-135" title="STS-135">STS-135</a> and for the first time the <a href="/wiki/Payload_fairing" title="Payload fairing">payload fairing</a>, used to protect the payload during launch, remained intact after a successful <a href="/wiki/Splashdown" title="Splashdown">splashdown</a> achieved with thrusters and a steerable parachute.<sup class="reference" id="cite_ref-180"><a href="#cite_note-180">[172]</a></sup><sup class="reference" id="cite_ref-181"><a href="#cite_note-181">[173]</a></sup><small>(<a href="#Inaugural_reuse_of_the_first_stage">more details below</a>)</small>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">33
</th>
<td>1 May 2017,<br/>11:15
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br/>B1032.1<sup class="reference" id="cite_ref-nsf-20170425_136-2"><a href="#cite_note-nsf-20170425-136">[129]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/List_of_NRO_launches" title="List of NRO launches">NROL-76</a><sup class="reference" id="cite_ref-nrol-76_182-0"><a href="#cite_note-nrol-76-182">[174]</a></sup>
</td>
<td class="table-na" data-sort-value="" style="background: #ececec; color: #2C2C2C; vertical-align: middle; text-align: center;">Classified
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a><sup class="reference" id="cite_ref-183"><a href="#cite_note-183">[175]</a></sup>
</td>
<td><a href="/wiki/National_Reconnaissance_Office" title="National Reconnaissance Office">NRO</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(ground pad)</small>
</td></tr>
<tr>
<td colspan="9">First launch under SpaceX's 2015 certification for national security space missions, which allowed SpaceX to contract launch services for classified payloads,<sup class="reference" id="cite_ref-184"><a href="#cite_note-184">[176]</a></sup> and thus breaking the monopoly <a href="/wiki/United_Launch_Alliance" title="United Launch Alliance">United Launch Alliance</a> (ULA) held on classified launches since 2006.<sup class="reference" id="cite_ref-185"><a href="#cite_note-185">[177]</a></sup> For the first time, SpaceX offered continuous livestream of first stage booster from liftoff to landing, but omitted second-stage speed and altitude telemetry.<sup class="reference" id="cite_ref-186"><a href="#cite_note-186">[178]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">34
</th>
<td>15 May 2017,<br/>23:21
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br/>B1034.1<sup class="reference" id="cite_ref-187"><a href="#cite_note-187">[179]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Inmarsat" title="Inmarsat">Inmarsat-5 F4</a><sup class="reference" id="cite_ref-spacenews20140702_188-0"><a href="#cite_note-spacenews20140702-188">[180]</a></sup>
</td>
<td>6,070 kg (13,380 lb)<sup class="reference" id="cite_ref-gunter-inmarsat5_189-0"><a href="#cite_note-gunter-inmarsat5-189">[181]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Inmarsat" title="Inmarsat">Inmarsat</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt<br/><sup class="reference" id="cite_ref-expendable_173-1"><a href="#cite_note-expendable-173">[165]</a></sup>
</td></tr>
<tr>
<td colspan="9">The launch was originally scheduled for the Falcon Heavy, but <a href="/wiki/Falcon_9_Full_Thrust#Modifications_from_Falcon_9_v1.1" title="Falcon 9 Full Thrust">performance improvements</a> allowed the mission to be carried out by an expendable Falcon 9 instead.<sup class="reference" id="cite_ref-sn_190-0"><a href="#cite_note-sn-190">[182]</a></sup> Inmarsat-5 F4 is Inmarsat's "largest and most complicated communications satellite ever built".<sup class="reference" id="cite_ref-191"><a href="#cite_note-191">[183]</a></sup> Inmarsat 5 F4 was delivered into an arcing <a href="/wiki/Supersynchronous_orbit" title="Supersynchronous orbit">"supersynchronous" transfer orbit</a> of 381 km × 68,839 km (237 mi × 42,775 mi) in altitude, tilted 24.5° to the <a href="/wiki/Equator" title="Equator">equator</a>.<sup class="reference" id="cite_ref-192"><a href="#cite_note-192">[184]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">35
</th>
<td>3 June 2017,<br/>21:07
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br/>B1035.1<sup class="reference" id="cite_ref-nsf-20170528_193-0"><a href="#cite_note-nsf-20170528-193">[185]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/SpaceX_CRS-11" title="SpaceX CRS-11">SpaceX CRS-11</a><sup class="reference" id="cite_ref-spn-20160224_148-2"><a href="#cite_note-spn-20160224-148">[141]</a></sup><br/>(Dragon C106.2 ♺)
</td>
<td>2,708 kg (5,970 lb)<sup class="reference" id="cite_ref-194"><a href="#cite_note-194">[186]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(ground pad)</small>
</td></tr>
<tr>
<td colspan="9">This mission delivered <a href="/wiki/Neutron_Star_Interior_Composition_Explorer" title="Neutron Star Interior Composition Explorer">Neutron Star Interior Composition Explorer</a> (NICER),<sup class="reference" id="cite_ref-nasa-nicer-manifest_195-0"><a href="#cite_note-nasa-nicer-manifest-195">[187]</a></sup> Multiple User System for Earth Sensing Facility (MUSES),<sup class="reference" id="cite_ref-196"><a href="#cite_note-196">[188]</a></sup> <a href="/wiki/Roll_Out_Solar_Array" title="Roll Out Solar Array">Roll Out Solar Array</a> (ROSA),<sup class="reference" id="cite_ref-197"><a href="#cite_note-197">[189]</a></sup> an <a class="new" href="/w/index.php?title=Advanced_Plant_Habitat&action=edit&redlink=1" title="Advanced Plant Habitat (page does not exist)">Advanced Plant Habitat</a> to the ISS,<sup class="reference" id="cite_ref-workshop-matsew20160517_198-0"><a href="#cite_note-workshop-matsew20160517-198">[190]</a></sup><sup class="reference" id="cite_ref-199"><a href="#cite_note-199">[191]</a></sup> and <a href="/wiki/Birds-1" title="Birds-1">Birds-1</a> payloads. This mission launched for the first time a refurbished Dragon capsule,<sup class="reference" id="cite_ref-dragon-reuse_200-0"><a href="#cite_note-dragon-reuse-200">[192]</a></sup> serial number <a href="/wiki/Dragon_C106" title="Dragon C106">C106</a>, which had flown in September 2014 on the <a href="/wiki/SpaceX_CRS-4" title="SpaceX CRS-4">SpaceX CRS-4</a> mission,<sup class="reference" id="cite_ref-nsf-20170528_193-1"><a href="#cite_note-nsf-20170528-193">[185]</a></sup> and was the first time since 2011 a reused spacecraft arrived at the ISS.<sup class="reference" id="cite_ref-201"><a href="#cite_note-201">[193]</a></sup> Five <a class="mw-redirect" href="/wiki/Cubesat" title="Cubesat">cubesats</a> were included in the payload, the first satellites from the countries of <a href="/wiki/Bangladesh" title="Bangladesh">Bangladesh</a> (<i><a href="/wiki/BRAC_Onnesha" title="BRAC Onnesha">BRAC Onnesha</a></i>), <a href="/wiki/Ghana" title="Ghana">Ghana</a> (<i><a href="/wiki/GhanaSat-1" title="GhanaSat-1">GhanaSat-1</a></i>), and <a href="/wiki/Mongolia" title="Mongolia">Mongolia</a> (<i><a href="/wiki/Mazaalai_(satellite)" title="Mazaalai (satellite)">Mazaalai</a></i>).<sup class="reference" id="cite_ref-Amsat_202-0"><a href="#cite_note-Amsat-202">[194]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">36
</th>
<td>23 June 2017,<br/>19:10
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a> ♺ <br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1029.2</a><sup class="reference" id="cite_ref-sfn-20170505_203-0"><a href="#cite_note-sfn-20170505-203">[195]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/BulgariaSat-1" title="BulgariaSat-1">BulgariaSat-1</a><sup class="reference" id="cite_ref-ssloral20140908_204-0"><a href="#cite_note-ssloral20140908-204">[196]</a></sup>
</td>
<td>3,669 kg (8,089 lb)<sup class="reference" id="cite_ref-205"><a href="#cite_note-205">[197]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Bulsatcom" title="Bulsatcom">Bulsatcom</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">Second time a booster was reused, as <a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1029</a> had flown the Iridium mission in January 2017.<sup class="reference" id="cite_ref-sfn-20170505_203-1"><a href="#cite_note-sfn-20170505-203">[195]</a></sup> This was the first commercial Bulgarian-owned communications satellite.<sup class="reference" id="cite_ref-sfn-20170505_203-2"><a href="#cite_note-sfn-20170505-203">[195]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">37
</th>
<td>25 June 2017,<br/>20:25
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br/>B1036.1<sup class="reference" id="cite_ref-nsf-20170624_206-0"><a href="#cite_note-nsf-20170624-206">[198]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Vandenberg_Air_Force_Base" title="Vandenberg Air Force Base">VAFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a class="mw-redirect" href="/wiki/Iridium_NEXT" title="Iridium NEXT">Iridium NEXT</a>-2<br/>(10 satellites)
</td>
<td>9,600 kg (21,200 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/Iridium_Communications" title="Iridium Communications">Iridium Communications</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">Second Iridium constellation launch of 10 satellites, and first flight using <a href="/wiki/Titanium" title="Titanium">titanium</a> (instead of <a href="/wiki/Aluminium" title="Aluminium">aluminium</a>) grid fins to improve control authority and better cope with heat during re-entry.<sup class="reference" id="cite_ref-207"><a href="#cite_note-207">[199]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">38
</th>
<td>5 July 2017,<br/>23:38
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br/>B1037.1<sup class="reference" id="cite_ref-nsf-20170629_208-0"><a href="#cite_note-nsf-20170629-208">[200]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Intelsat_35e" title="Intelsat 35e">Intelsat 35e</a><sup class="reference" id="cite_ref-sfn-20160830_209-0"><a href="#cite_note-sfn-20160830-209">[201]</a></sup>
</td>
<td>6,761 kg (14,905 lb)<sup class="reference" id="cite_ref-210"><a href="#cite_note-210">[202]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Intelsat" title="Intelsat">Intelsat</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt<br/><sup class="reference" id="cite_ref-expendable_173-2"><a href="#cite_note-expendable-173">[165]</a></sup>
</td></tr>
<tr>
<td colspan="9">Originally expected to be flown on a <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>,<sup class="reference" id="cite_ref-211"><a href="#cite_note-211">[203]</a></sup> improvements to the Merlin engines meant that the heavy satellite could be flown to GTO in an expendable configuration of Falcon 9.<sup class="reference" id="cite_ref-gunter-falcon-ex_212-0"><a href="#cite_note-gunter-falcon-ex-212">[204]</a></sup> The rocket achieved a <a href="/wiki/Supersynchronous_orbit" title="Supersynchronous orbit">supersynchronous orbit</a> peaking at 43,000 km (27,000 mi), exceeding the minimum requirements of 28,000 km (17,000 mi).<sup class="reference" id="cite_ref-213"><a href="#cite_note-213">[205]</a></sup> Intelsat 35e is the largest Intelsat's currently active satellite.<sup class="reference" id="cite_ref-214"><a href="#cite_note-214">[206]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">39
</th>
<td>14 August 2017,<br/>16:31
</td>
<td><a class="mw-redirect" href="/wiki/Falcon_9_Block_4" title="Falcon 9 Block 4">F9 B4</a><br/>B1039.1<sup class="reference" id="cite_ref-nsf-20170814_215-0"><a href="#cite_note-nsf-20170814-215">[207]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/SpaceX_CRS-12" title="SpaceX CRS-12">SpaceX CRS-12</a><sup class="reference" id="cite_ref-spn-20160224_148-3"><a href="#cite_note-spn-20160224-148">[141]</a></sup><br/>(Dragon C113.1)
</td>
<td>3,310 kg (7,300 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(ground pad)</small>
</td></tr>
<tr>
<td colspan="9">Dragon carried 2,349 kg (5,179 lb) of pressurized and 961 kg (2,119 lb) unpressurized mass, including the <a href="/wiki/Cosmic_Ray_Energetics_and_Mass_Experiment" title="Cosmic Ray Energetics and Mass Experiment">Cosmic Ray Energetics and Mass Experiment</a> (CREAM) detector.<sup class="reference" id="cite_ref-workshop-matsew20160517_198-1"><a href="#cite_note-workshop-matsew20160517-198">[190]</a></sup> First flight of the upgrade known informally as "Block 4", which increases thrust from the main engines and includes other small upgrades,<sup class="reference" id="cite_ref-nsf-20170814_215-1"><a href="#cite_note-nsf-20170814-215">[207]</a></sup> and last flight of a newly built Dragon capsule, as further missions are planned to use refurbished spacecraft.<sup class="reference" id="cite_ref-nsf-20170726_216-0"><a href="#cite_note-nsf-20170726-216">[208]</a></sup> Also launched the <a href="/wiki/Educational_Launch_of_Nanosatellites" title="Educational Launch of Nanosatellites">Educational Launch of Nanosatellites</a> ELaNa 22 mission.<sup class="reference" id="cite_ref-auto2_56-1"><a href="#cite_note-auto2-56">[49]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">40
</th>
<td>24 August 2017,<br/>18:51
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a><br/>B1038.1<sup class="reference" id="cite_ref-nsf-20170819_217-0"><a href="#cite_note-nsf-20170819-217">[209]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Vandenberg_Air_Force_Base" title="Vandenberg Air Force Base">VAFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a href="/wiki/Formosat-5" title="Formosat-5">Formosat-5</a><sup class="reference" id="cite_ref-eoportal-formosat5_218-0"><a href="#cite_note-eoportal-formosat5-218">[210]</a></sup><sup class="reference" id="cite_ref-Formosat5_homepage_219-0"><a href="#cite_note-Formosat5_homepage-219">[211]</a></sup>
</td>
<td>475 kg (1,047 lb)<sup class="reference" id="cite_ref-gunter-formosat5_220-0"><a href="#cite_note-gunter-formosat5-220">[212]</a></sup>
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>
</td>
<td><a href="/wiki/National_Space_Organization" title="National Space Organization">NSPO</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">First <a href="/wiki/Earth_observation_satellite" title="Earth observation satellite">Earth observation satellite</a> developed and constructed by <a href="/wiki/Taiwan" title="Taiwan">Taiwan</a>. The payload was much under the rocket's specifications, as the <a href="/wiki/Spaceflight_Industries" title="Spaceflight Industries">Spaceflight Industries</a> <a href="/wiki/SHERPA_(space_tug)" title="SHERPA (space tug)">SHERPA</a> <a href="/wiki/Space_tug" title="Space tug">space tug</a> had been removed from the cargo manifest of this mission,<sup class="reference" id="cite_ref-221"><a href="#cite_note-221">[213]</a></sup> leading to analyst speculations that with discounts due to delays, SpaceX lost money on the launch.<sup class="reference" id="cite_ref-222"><a href="#cite_note-222">[214]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">41
</th>
<td>7 September 2017,<br/>14:00<sup class="reference" id="cite_ref-223"><a href="#cite_note-223">[215]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Falcon_9_Block_4" title="Falcon 9 Block 4">F9 B4</a><br/>B1040.1<sup class="reference" id="cite_ref-skyrocket_1.2_115-4"><a href="#cite_note-skyrocket_1.2-115">[108]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Boeing_X-37" title="Boeing X-37">Boeing X-37B</a> <a href="/wiki/USA-277" title="USA-277">OTV-5</a>
</td>
<td>4,990 kg (11,000 lb)<sup class="reference" id="cite_ref-224"><a href="#cite_note-224">[216]</a></sup><br/><small>+ OTV payload</small>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a>
</td>
<td><a href="/wiki/United_States_Air_Force" title="United States Air Force">USAF</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(ground pad)</small>
</td></tr>
<tr>
<td colspan="9">Due to the classified nature of the mission, the second-stage speed and altitude telemetry were omitted from the launch webcast. Notably, the primary contractor, <a href="/wiki/Boeing" title="Boeing">Boeing</a>, had launched the X-37B with ULA, a Boeing partnership and a SpaceX competitor.<sup class="reference" id="cite_ref-cnbc_2017_06_06_225-0"><a href="#cite_note-cnbc_2017_06_06-225">[217]</a></sup> Second flight of the <a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">Falcon 9 Block 4</a> upgrade.<sup class="reference" id="cite_ref-nsf-20170607_226-0"><a href="#cite_note-nsf-20170607-226">[218]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">42
</th>
<td>9 October 2017,<br/>12:37
</td>
<td><a class="mw-redirect" href="/wiki/Falcon_9_Block_4" title="Falcon 9 Block 4">F9 B4</a><br/>B1041.1<sup class="reference" id="cite_ref-nsf-20170925_227-0"><a href="#cite_note-nsf-20170925-227">[219]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Vandenberg_Air_Force_Base" title="Vandenberg Air Force Base">VAFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a class="mw-redirect" href="/wiki/Iridium_NEXT" title="Iridium NEXT">Iridium NEXT</a>-3<br/>(10 satellites)<sup class="reference" id="cite_ref-sdc20100616_160-1"><a href="#cite_note-sdc20100616-160">[152]</a></sup>
</td>
<td>9,600 kg (21,200 lb)
</td>
<td><a href="/wiki/Polar_orbit" title="Polar orbit">Polar</a> <a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/Iridium_Communications" title="Iridium Communications">Iridium Communications</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">Third flight of the <a class="mw-redirect" href="/wiki/Falcon_9_Block_4" title="Falcon 9 Block 4">Falcon 9 Block 4</a> upgrade, and the third launch of 10 Iridium NEXT satellites.<sup class="reference" id="cite_ref-nsf-20170925_227-1"><a href="#cite_note-nsf-20170925-227">[219]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">43
</th>
<td>11 October 2017,<br/>22:53:00
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a> ♺ <br/>B1031.2<sup class="reference" id="cite_ref-ses11-reuse_228-0"><a href="#cite_note-ses11-reuse-228">[220]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/List_of_SES_satellites" title="List of SES satellites">SES-11</a> / <a href="/wiki/EchoStar" title="EchoStar">EchoStar 105</a>
</td>
<td>5,200 kg (11,500 lb)
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><div class="plainlist">
<ul><li><a href="/wiki/SES_S.A." title="SES S.A.">SES S.A.</a></li>
<li><a href="/wiki/EchoStar" title="EchoStar">EchoStar</a></li></ul>
</div>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">Third reuse and recovery of a previously flown first-stage booster, and the second time the contractor SES used a reflown booster.<sup class="reference" id="cite_ref-ses11-reuse_228-1"><a href="#cite_note-ses11-reuse-228">[220]</a></sup> The large satellite is shared, in "<a href="/wiki/CondoSat" title="CondoSat">CondoSat</a>" arrangement between SES and <a href="/wiki/EchoStar" title="EchoStar">EchoStar</a>.<sup class="reference" id="cite_ref-229"><a href="#cite_note-229">[221]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">44
</th>
<td>30 October 2017,<br/>19:34
</td>
<td><a class="mw-redirect" href="/wiki/Falcon_9_Block_4" title="Falcon 9 Block 4">F9 B4</a><br/>B1042.1<sup class="reference" id="cite_ref-nsf-20170925_227-2"><a href="#cite_note-nsf-20170925-227">[219]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Koreasat_5A" title="Koreasat 5A">Koreasat 5A</a><sup class="reference" id="cite_ref-spacenews20140512_230-0"><a href="#cite_note-spacenews20140512-230">[222]</a></sup>
</td>
<td>3,500 kg (7,700 lb)
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/KT_Corporation" title="KT Corporation">KT Corporation</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">First SpaceX launch of a South Korean satellite, placed in GEO at 113.0° east.<sup class="reference" id="cite_ref-koreasat5a_231-0"><a href="#cite_note-koreasat5a-231">[223]</a></sup> It was the third launch and land for SpaceX in three weeks, and the 15th successful landing in a row.<sup class="reference" id="cite_ref-232"><a href="#cite_note-232">[224]</a></sup> A small fire was observed under the booster after it landed, leading to speculations about damages to the engines which would preclude it from flying it again.<sup class="reference" id="cite_ref-233"><a href="#cite_note-233">[225]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">45
</th>
<td>15 December 2017,<br/>15:36<sup class="reference" id="cite_ref-234"><a href="#cite_note-234">[226]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a> ♺ <br/>B1035.2<sup class="reference" id="cite_ref-nsf-20171111_235-0"><a href="#cite_note-nsf-20171111-235">[227]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">Cape Canaveral</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/SpaceX_CRS-13" title="SpaceX CRS-13">SpaceX CRS-13</a><sup class="reference" id="cite_ref-spn-20160224_148-4"><a href="#cite_note-spn-20160224-148">[141]</a></sup><br/>(Dragon C108.2 ♺)
</td>
<td>2,205 kg (4,861 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(ground pad)</small>
</td></tr>
<tr>
<td colspan="9">First launch to take place at the refurbished pad at Cape Canaveral after the 2016 <a class="mw-redirect" href="/wiki/Amos-6" title="Amos-6">Amos-6</a> explosion, and the 20th successful booster landing. Being the second reuse of a Dragon capsule (previously flown on <a href="/wiki/SpaceX_CRS-6" title="SpaceX CRS-6">SpaceX CRS-6</a>) and fourth reuse of a booster (previously flown on <a href="/wiki/SpaceX_CRS-11" title="SpaceX CRS-11">SpaceX CRS-11</a>) it was the first time both major components were reused on the same flight.<sup class="reference" id="cite_ref-236"><a href="#cite_note-236">[228]</a></sup><sup class="reference" id="cite_ref-nsf-20171111_235-1"><a href="#cite_note-nsf-20171111-235">[227]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">46
</th>
<td>23 December 2017,<br/>01:27<sup class="reference" id="cite_ref-sfn_iridium4_237-0"><a href="#cite_note-sfn_iridium4-237">[229]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a> ♺ <br/>B1036.2<sup class="reference" id="cite_ref-nsf-20171111_235-2"><a href="#cite_note-nsf-20171111-235">[227]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Vandenberg_Air_Force_Base" title="Vandenberg Air Force Base">VAFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a class="mw-redirect" href="/wiki/Iridium_NEXT" title="Iridium NEXT">Iridium NEXT</a>-4<br/>(10 satellites)<sup class="reference" id="cite_ref-sdc20100616_160-2"><a href="#cite_note-sdc20100616-160">[152]</a></sup>
</td>
<td>9,600 kg (21,200 lb)
</td>
<td><a href="/wiki/Polar_orbit" title="Polar orbit">Polar</a> <a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/Iridium_Communications" title="Iridium Communications">Iridium Communications</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-Iridium_NEXT-4_SN_238-0"><a href="#cite_note-Iridium_NEXT-4_SN-238">[230]</a></sup>
</td>
<td class="partial table-partial" style="background: #adffe6; color: black; vertical-align: middle; text-align: center;">Controlled<br/><small>(ocean)</small><sup class="reference" id="cite_ref-ocean_landing_38-5"><a href="#cite_note-ocean_landing-38">[d]</a></sup><sup class="reference" id="cite_ref-Iridium_NEXT-4_SN_238-1"><a href="#cite_note-Iridium_NEXT-4_SN-238">[230]</a></sup>
</td></tr>
<tr>
<td colspan="9">In order to avoid delays and convinced of no increased risks, Iridium Communications accepted the use of a recovered booster for its 10 satellites, and became the first customer to fly the same first-stage booster twice (from the second Iridium NEXT mission).<sup class="reference" id="cite_ref-239"><a href="#cite_note-239">[231]</a></sup><sup class="reference" id="cite_ref-nsf_iridium_240-0"><a href="#cite_note-nsf_iridium-240">[232]</a></sup> SpaceX chose not to attempt recovery of the booster, but did perform a soft ocean touchdown.<sup class="reference" id="cite_ref-241"><a href="#cite_note-241">[233]</a></sup> The launch occurred during sunset, which caused a <a class="mw-redirect" href="/wiki/Twilight_phenomena" title="Twilight phenomena">twilight effect</a> where sunlight reflected from the rocket plumes at high altitude, causing "jaw-dropping views" across <a href="/wiki/Southern_California" title="Southern California">Southern California</a> and surrounding regions.<sup class="reference" id="cite_ref-242"><a href="#cite_note-242">[234]</a></sup>
</td></tr></tbody></table>
<h3><span class="mw-headline" id="2018">2018</span></h3>
<p>In November 2017, <a href="/wiki/Gwynne_Shotwell" title="Gwynne Shotwell">Gwynne Shotwell</a> expected to increase launch cadence in 2018 by about 50% compared to 2017, leveling out at a rate of about 30 to 40 per year, not including launches for the planned SpaceX satellite constellation <a href="/wiki/Starlink" title="Starlink">Starlink</a>.<sup class="reference" id="cite_ref-243"><a href="#cite_note-243">[235]</a></sup> The actual launch rate increased by 17% from 18 in 2017 to 21 in 2018, giving SpaceX the second most launches for the year for a rocket family, behind China's <a href="/wiki/Long_March_(rocket_family)" title="Long March (rocket family)">Long March</a>.<sup class="reference" id="cite_ref-244"><a href="#cite_note-244">[236]</a></sup> <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a> made its first flight.
</p>
<table class="wikitable plainrowheaders collapsible" style="width: 100%;">
<tbody><tr>
<th scope="col">Flight No.
</th>
<th scope="col">Date and<br/>time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)
</th>
<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br/>Booster</a><sup class="reference" id="cite_ref-booster_11-5"><a href="#cite_note-booster-11">[b]</a></sup>
</th>
<th scope="col">Launch site
</th>
<th scope="col">Payload<sup class="reference" id="cite_ref-Dragon_12-5"><a href="#cite_note-Dragon-12">[c]</a></sup>
</th>
<th scope="col">Payload mass
</th>
<th scope="col">Orbit
</th>
<th scope="col">Customer
</th>
<th scope="col">Launch<br/>outcome
</th>
<th scope="col"><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Booster<br/>landing</a>
</th></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">47
</th>
<td>8 January 2018,<br/>01:00<sup class="reference" id="cite_ref-245"><a href="#cite_note-245">[237]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 B4</a><br/>B1043.1<sup class="reference" id="cite_ref-zuma_246-0"><a href="#cite_note-zuma-246">[238]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a><br/>
</td>
<td><a href="/wiki/Zuma_(satellite)" title="Zuma (satellite)">Zuma</a><sup class="reference" id="cite_ref-zuma_246-1"><a href="#cite_note-zuma-246">[238]</a></sup><sup class="reference" id="cite_ref-247"><a href="#cite_note-247">[239]</a></sup><sup class="reference" id="cite_ref-248"><a href="#cite_note-248">[240]</a></sup>
</td>
<td class="table-na" data-sort-value="" style="background: #ececec; color: #2C2C2C; vertical-align: middle; text-align: center;">Classified
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/Northrop_Grumman" title="Northrop Grumman">Northrop Grumman</a> <sup class="reference" id="cite_ref-249"><a href="#cite_note-249">[f]</a></sup><sup class="reference" id="cite_ref-zuma_246-2"><a href="#cite_note-zuma-246">[238]</a></sup>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-250"><a href="#cite_note-250">[241]</a></sup>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(ground pad)</small>
</td></tr>
<tr>
<td colspan="9">The mission had been postponed by nearly two months. Following a nominal launch, the recovery of the first-stage booster marked the 17th successful recovery in a row.<sup class="reference" id="cite_ref-zuma-presskit2_251-0"><a href="#cite_note-zuma-presskit2-251">[242]</a></sup> Rumors appeared that the payload was lost, as the satellite might have failed to separate from the second stage<sup class="reference" id="cite_ref-ZumaVerge2_252-0"><a href="#cite_note-ZumaVerge2-252">[243]</a></sup> due to a fault in the Northrop Grumman-manufactured payload adapter, to which SpaceX announced that their rocket performed nominally.<sup class="reference" id="cite_ref-ZumaVerge2_252-1"><a href="#cite_note-ZumaVerge2-252">[243]</a></sup> The classified nature of the mission means that there is little confirmed information.<small>(<a href="#Zuma_launch_controversy">more details below</a>)</small>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">48
</th>
<td>31 January 2018,<br/>21:25<sup class="reference" id="cite_ref-253"><a href="#cite_note-253">[244]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a> ♺ <br/>B1032.2<sup class="reference" id="cite_ref-sfn-20180111_254-0"><a href="#cite_note-sfn-20180111-254">[245]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/SES-16" title="SES-16">GovSat-1</a> (SES-16)<sup class="reference" id="cite_ref-ses20150225_255-0"><a href="#cite_note-ses20150225-255">[246]</a></sup>
</td>
<td>4,230 kg (9,330 lb)<sup class="reference" id="cite_ref-256"><a href="#cite_note-256">[247]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-Govsat_SN_257-0"><a href="#cite_note-Govsat_SN-257">[248]</a></sup>
</td>
<td class="partial table-partial" style="background: #adffe6; color: black; vertical-align: middle; text-align: center;">Controlled<br/><small>(ocean)</small><sup class="reference" id="cite_ref-ocean_landing_38-6"><a href="#cite_note-ocean_landing-38">[d]</a></sup><sup class="reference" id="cite_ref-Govsat_SN_257-1"><a href="#cite_note-Govsat_SN-257">[248]</a></sup>
</td></tr>
<tr>
<td colspan="9">Reused booster from the classified <a href="/wiki/List_of_NRO_launches" title="List of NRO launches">NROL-76</a> mission in May 2017.<sup class="reference" id="cite_ref-sfn-20180111_254-1"><a href="#cite_note-sfn-20180111-254">[245]</a></sup> Following a successful experimental soft ocean landing that used three engines, the booster unexpectedly remained intact. Recovery was talked about and a <a href="/wiki/Craigslist" title="Craigslist">Craigslist</a> ad believed to be made by Elon Musk jokingly said the booster was for sale at US$9.9 million if the buyer brought their own <a href="/wiki/Tugboat" title="Tugboat">tugboat</a>.<sup class="reference" id="cite_ref-258"><a href="#cite_note-258">[249]</a></sup> Despite this, recovery was not attempted, and the booster was subsequently destroyed.<sup class="reference" id="cite_ref-259"><a href="#cite_note-259">[250]</a></sup> GovSat-1 satellite was put into a high-energy <a href="/wiki/Supersynchronous_orbit" title="Supersynchronous orbit">Supersynchronous Transfer Orbit</a> of 250 km × 51,500 km (160 mi × 32,000 mi).<sup class="reference" id="cite_ref-260"><a href="#cite_note-260">[251]</a></sup><sup class="reference" id="cite_ref-261"><a href="#cite_note-261">[252]</a></sup>
</td></tr>
<tr>
<th rowspan="4" scope="row" style="text-align:center;"><a href="/wiki/Falcon_Heavy_test_flight" title="Falcon Heavy test flight">FH 1</a>
</th>
<td rowspan="3">6 February 2018,<br/>20:45<sup class="reference" id="cite_ref-262"><a href="#cite_note-262">[253]</a></sup>
</td>
<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a><br/>B1033.1 <small>(core)</small><sup class="reference" id="cite_ref-nsf-20170425_136-3"><a href="#cite_note-nsf-20170425-136">[129]</a></sup>
</td>
<td rowspan="3"><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td rowspan="3"><a href="/wiki/Elon_Musk%27s_Tesla_Roadster" title="Elon Musk's Tesla Roadster">Elon Musk's Tesla Roadster</a><sup class="reference" id="cite_ref-263"><a href="#cite_note-263">[254]</a></sup><sup class="reference" id="cite_ref-264"><a href="#cite_note-264">[255]</a></sup>
</td>
<td rowspan="3">~1,250 kg (2,760 lb)<sup class="reference" id="cite_ref-teslaorbit_265-0"><a href="#cite_note-teslaorbit-265">[256]</a></sup>
</td>
<td rowspan="3"><a href="/wiki/Heliocentric_orbit" title="Heliocentric orbit">Heliocentric</a><br/>0.99–1.67 AU<sup class="reference" id="cite_ref-teslaorbit_265-1"><a href="#cite_note-teslaorbit-265">[256]</a></sup><br/>(close to <a class="mw-redirect" href="/wiki/Mars_transfer_orbit" title="Mars transfer orbit">Mars transfer orbit</a>)
</td>
<td rowspan="3"><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" rowspan="3" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-NYT_Heavy_266-0"><a href="#cite_note-NYT_Heavy-266">[257]</a></sup>
</td>
<td class="table-failure" style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;">Failure<sup class="reference" id="cite_ref-NYT_Heavy_266-1"><a href="#cite_note-NYT_Heavy-266">[257]</a></sup><br/><small>(drone ship)</small>
</td></tr>
<tr>
<td><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1023.2</a><sup class="reference" id="cite_ref-block_numbers_14-16"><a href="#cite_note-block_numbers-14">[8]</a></sup> <small>(side)</small> ♺
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(ground pad)</small>
</td></tr>
<tr>
<td>B1025.2<sup class="reference" id="cite_ref-block_numbers_14-17"><a href="#cite_note-block_numbers-14">[8]</a></sup> <small>(side)</small> ♺
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(ground pad)</small>
</td></tr>
<tr>
<td colspan="9">Maiden flight of <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>, using two <a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">recovered Falcon 9 cores</a> as side boosters (from the <a href="/wiki/Thaicom_8" title="Thaicom 8">Thaicom 8</a><sup class="reference" id="cite_ref-267"><a href="#cite_note-267">[258]</a></sup> and <a href="/wiki/SpaceX_CRS-9" title="SpaceX CRS-9">SpaceX CRS-9</a><sup class="reference" id="cite_ref-nsf-20170425_136-4"><a href="#cite_note-nsf-20170425-136">[129]</a></sup> missions), as well as a modified <a class="mw-redirect" href="/wiki/Falcon_9_Block_3" title="Falcon 9 Block 3">Block 3</a> booster reinforced to endure the additional load from the two side boosters. The static fire test, held on 24 January 2018, was the first time 27 engines were tested together.<sup class="reference" id="cite_ref-268"><a href="#cite_note-268">[259]</a></sup> The launch was a success, and the side boosters landed simultaneously at adjacent ground pads.<sup class="reference" id="cite_ref-NYT_Heavy_266-2"><a href="#cite_note-NYT_Heavy-266">[257]</a></sup> Drone ship landing of the central core failed due to <a href="/wiki/Triethylaluminium" title="Triethylaluminium">TEA</a>–<a href="/wiki/Triethylborane" title="Triethylborane">TEB</a> chemical igniter running out, preventing two of its engines from restarting; the landing failure caused damage to the nearby drone ship.<sup class="reference" id="cite_ref-269"><a href="#cite_note-269">[260]</a></sup><sup class="reference" id="cite_ref-middle-booster_270-0"><a href="#cite_note-middle-booster-270">[261]</a></sup> Final burn to heliocentric Earth-Mars orbit was performed after the second stage and payload cruised for 6 hours through the <a href="/wiki/Van_Allen_radiation_belt" title="Van Allen radiation belt">Van Allen radiation belts</a>.<sup class="reference" id="cite_ref-271"><a href="#cite_note-271">[262]</a></sup> Later, Elon Musk tweeted that the third burn was successful,<sup class="reference" id="cite_ref-272"><a href="#cite_note-272">[263]</a></sup> and <a href="/wiki/JPL_Horizons_On-Line_Ephemeris_System" title="JPL Horizons On-Line Ephemeris System">JPL Horizons On-Line Ephemeris System</a> showed the second stage and payload in an orbit with an <a class="mw-redirect" href="/wiki/Perihelion_and_aphelion" title="Perihelion and aphelion">aphelion</a> of 1.67 <a href="/wiki/Astronomical_unit" title="Astronomical unit">AU</a>.<sup class="reference" id="cite_ref-horizons_273-0"><a href="#cite_note-horizons-273">[264]</a></sup> The live webcast proved immensely popular, as it became the second most watched livestream so far on <a href="/wiki/YouTube" title="YouTube">YouTube</a>, reaching over 2.3 million concurrent views.<sup class="reference" id="cite_ref-274"><a href="#cite_note-274">[265]</a></sup> Over 100,000 visitors are believed to have come to the <a href="/wiki/Space_Coast" title="Space Coast">Space Coast</a> to watch the launch in person.<sup class="reference" id="cite_ref-floridatoday.com_275-0"><a href="#cite_note-floridatoday.com-275">[266]</a></sup><small>(<a href="#Falcon_Heavy_test_flight">more details below</a>)</small>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">49
</th>
<td>22 February 2018,<br/>14:17<sup class="reference" id="cite_ref-276"><a href="#cite_note-276">[267]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">F9 FT</a> ♺<br/>B1038.2<sup class="reference" id="cite_ref-gunter-f9_277-0"><a href="#cite_note-gunter-f9-277">[268]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Vandenberg_Air_Force_Base" title="Vandenberg Air Force Base">VAFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><div class="plainlist">
<ul><li><a href="/wiki/Paz_(satellite)" title="Paz (satellite)">Paz</a><sup class="reference" id="cite_ref-paz_278-0"><a href="#cite_note-paz-278">[269]</a></sup></li>
<li><a href="/wiki/Starlink" title="Starlink">Tintin A and Tintin B</a><sup class="reference" id="cite_ref-gunter-microsat2_279-0"><a href="#cite_note-gunter-microsat2-279">[270]</a></sup></li></ul>
</div>
</td>
<td>2,150 kg (4,740 lb)
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>
</td>
<td><div class="plainlist">
<ul><li><a class="mw-redirect" href="/wiki/Hisdesat" title="Hisdesat">Hisdesat</a></li>
<li><a href="/wiki/ExactEarth" title="ExactEarth">exactEarth</a></li>
<li><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a></li></ul>
</div>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-Paz_SN_280-0"><a href="#cite_note-Paz_SN-280">[271]</a></sup>
</td>
<td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt<br/><sup class="reference" id="cite_ref-Paz_SN_280-1"><a href="#cite_note-Paz_SN-280">[271]</a></sup>
</td></tr>
<tr>
<td colspan="9">Last flight of a <a class="mw-redirect" href="/wiki/Falcon_9_Block_3" title="Falcon 9 Block 3">Block 3</a> first stage. Reused the booster from the <a href="/wiki/Formosat-5" title="Formosat-5">Formosat-5</a> mission.<sup class="reference" id="cite_ref-gunter-f9_277-1"><a href="#cite_note-gunter-f9-277">[268]</a></sup> Paz (peace) is Spain's first spy satellite<sup class="reference" id="cite_ref-281"><a href="#cite_note-281">[272]</a></sup> that will be operated in a constellation with the German SAR fleet <a href="/wiki/TerraSAR-X" title="TerraSAR-X">TSX</a> and <a href="/wiki/TanDEM-X" title="TanDEM-X">TDX</a>.<sup class="reference" id="cite_ref-paz_278-1"><a href="#cite_note-paz-278">[269]</a></sup> In addition, the rocket carried two SpaceX test satellites for their forthcoming <a class="mw-redirect" href="/wiki/Starlink_(satellite_constellation)" title="Starlink (satellite constellation)">communications network in low Earth orbit</a>.<sup class="reference" id="cite_ref-nsf-20180211_282-0"><a href="#cite_note-nsf-20180211-282">[273]</a></sup><sup class="reference" id="cite_ref-gunter-microsat2_279-1"><a href="#cite_note-gunter-microsat2-279">[270]</a></sup> This core flew without landing legs and was expended at sea.<sup class="reference" id="cite_ref-nsf-20180211_282-1"><a href="#cite_note-nsf-20180211-282">[273]</a></sup> It also featured an upgraded payload fairing 2.0 with a first recovery attempt using the <i><a class="mw-redirect" href="/wiki/Mr._Steven" title="Mr. Steven">Mr. Steven</a></i> crew boat equipped with a net. The fairing narrowly missed the boat, but achieved a soft water landing.<sup class="reference" id="cite_ref-283"><a href="#cite_note-283">[274]</a></sup><sup class="reference" id="cite_ref-284"><a href="#cite_note-284">[275]</a></sup><sup class="reference" id="cite_ref-Paz_SN_280-2"><a href="#cite_note-Paz_SN-280">[271]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">50
</th>
<td>6 March 2018,<br/>05:33<sup class="reference" id="cite_ref-:1_285-0"><a href="#cite_note-:1-285">[276]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Falcon_9_Block_4" title="Falcon 9 Block 4">F9 B4</a><br/>B1044.1<sup class="reference" id="cite_ref-skyrocket_1.2_115-5"><a href="#cite_note-skyrocket_1.2-115">[108]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><div class="plainlist">
<ul><li><a href="/wiki/Hispasat_30W-6" title="Hispasat 30W-6">Hispasat 30W-6</a><sup class="reference" id="cite_ref-spx20150914_286-0"><a href="#cite_note-spx20150914-286">[277]</a></sup></li>
<li>PODSat<sup class="reference" id="cite_ref-287"><a href="#cite_note-287">[278]</a></sup></li></ul>
</div>
</td>
<td>6,092 kg (13,431 lb)<sup class="reference" id="cite_ref-gunter-hispasat30w6_288-0"><a href="#cite_note-gunter-hispasat30w6-288">[279]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><div class="plainlist">
<ul><li><a href="/wiki/Hispasat" title="Hispasat">Hispasat</a><sup class="reference" id="cite_ref-spx20150914_286-1"><a href="#cite_note-spx20150914-286">[277]</a></sup></li>
<li><a href="/wiki/NovaWurks" title="NovaWurks">NovaWurks</a></li></ul>
</div>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-Hispasat_SFN_289-0"><a href="#cite_note-Hispasat_SFN-289">[280]</a></sup>
</td>
<td style="background:#ececec; text-align:center;">No attempt<br/><sup class="reference" id="cite_ref-nsf-20180305_290-0"><a href="#cite_note-nsf-20180305-290">[281]</a></sup>
</td></tr>
<tr>
<td colspan="9">The Spanish commsat was the largest satellite flown by SpaceX as of March 2018<sup class="plainlinks noexcerpt noprint asof-tag update" style="display:none;"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&action=edit">[update]</a></sup>, "nearly the size of a bus".<sup class="reference" id="cite_ref-cnbc-20180306_291-0"><a href="#cite_note-cnbc-20180306-291">[282]</a></sup> A drone ship landing was planned, but scrapped due to unfavorable weather conditions.<sup class="reference" id="cite_ref-nsf-20180305_290-1"><a href="#cite_note-nsf-20180305-290">[281]</a></sup> SpaceX left the landing legs and titanium grid fins in place to prevent further delays, after previous concerns with the fairing pressurization and conflicts with the launch of <a class="mw-redirect" href="/wiki/GOES-S" title="GOES-S">GOES-S</a>.<sup class="reference" id="cite_ref-292"><a href="#cite_note-292">[283]</a></sup> The Hispasat 30W-6 satellite was propelled into a supersynchronous transfer orbit.<sup class="reference" id="cite_ref-293"><a href="#cite_note-293">[284]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">51
</th>
<td>30 March 2018,<br/>14:14<sup class="reference" id="cite_ref-294"><a href="#cite_note-294">[285]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Falcon_9_Block_4" title="Falcon 9 Block 4">F9 B4</a> ♺<br/>B1041.2<sup class="reference" id="cite_ref-gunter-f9_277-2"><a href="#cite_note-gunter-f9-277">[268]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Vandenberg_Air_Force_Base" title="Vandenberg Air Force Base">VAFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a class="mw-redirect" href="/wiki/Iridium_NEXT" title="Iridium NEXT">Iridium NEXT</a>-5<br/>(10 satellites)<sup class="reference" id="cite_ref-sdc20100616_160-3"><a href="#cite_note-sdc20100616-160">[152]</a></sup>
</td>
<td>9,600 kg (21,200 lb)
</td>
<td><a href="/wiki/Polar_orbit" title="Polar orbit">Polar</a> <a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/Iridium_Communications" title="Iridium Communications">Iridium Communications</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-Iridium_NEXT_5_NSF_295-0"><a href="#cite_note-Iridium_NEXT_5_NSF-295">[286]</a></sup>
</td>
<td style="background:#ececec; text-align:center;">No attempt<br/><sup class="reference" id="cite_ref-296"><a href="#cite_note-296">[287]</a></sup>
</td></tr>
<tr>
<td colspan="9">Fifth Iridium NEXT mission launch of 10 satellites used the refurbished booster from third Iridium flight. As with recent reflown boosters, SpaceX used the controlled descent of the first stage to test more booster recovery options.<sup class="reference" id="cite_ref-297"><a href="#cite_note-297">[288]</a></sup> SpaceX planned a second recovery attempt of one half of the fairing using the specially modified boat <a class="mw-redirect" href="/wiki/Mr._Steven" title="Mr. Steven">Mr. Steven</a>,<sup class="reference" id="cite_ref-298"><a href="#cite_note-298">[289]</a></sup> but the parafoil twisted, which led to the fairing half missing the boat.<sup class="reference" id="cite_ref-299"><a href="#cite_note-299">[290]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">52
</th>
<td>2 April 2018,<br/>20:30<sup class="reference" id="cite_ref-300"><a href="#cite_note-300">[291]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Falcon_9_Block_4" title="Falcon 9 Block 4">F9 B4</a> ♺<br/>B1039.2<sup class="reference" id="cite_ref-nsf-20180328_301-0"><a href="#cite_note-nsf-20180328-301">[292]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/SpaceX_CRS-14" title="SpaceX CRS-14">SpaceX CRS-14</a><sup class="reference" id="cite_ref-spn-20160224_148-5"><a href="#cite_note-spn-20160224-148">[141]</a></sup><br/>(Dragon C110.2 ♺)
</td>
<td>2,647 kg (5,836 lb)<sup class="reference" id="cite_ref-nsf-20180328_301-1"><a href="#cite_note-nsf-20180328-301">[292]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-302"><a href="#cite_note-302">[293]</a></sup>
</td>
<td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt<br/><sup class="reference" id="cite_ref-CRS-14_NSF_303-0"><a href="#cite_note-CRS-14_NSF-303">[294]</a></sup>
</td></tr>
<tr>
<td colspan="9">The launch used a refurbished booster (from <a href="/wiki/SpaceX_CRS-12" title="SpaceX CRS-12">CRS-12</a>) and a refurbished capsule (C110 from <a href="/wiki/SpaceX_CRS-8" title="SpaceX CRS-8">CRS-8</a>).<sup class="reference" id="cite_ref-nsf-20180328_301-2"><a href="#cite_note-nsf-20180328-301">[292]</a></sup> External payloads include a materials research platform <a href="/wiki/Materials_International_Space_Station_Experiment" title="Materials International Space Station Experiment">Materials International Space Station Experiment</a> (MISSE-FF)<sup class="reference" id="cite_ref-304"><a href="#cite_note-304">[295]</a></sup> phase 3 of the <a href="/wiki/Robotic_Refueling_Mission" title="Robotic Refueling Mission">Robotic Refueling Mission</a> (RRM)<sup class="reference" id="cite_ref-305"><a href="#cite_note-305">[296]</a></sup> TSIS,<sup class="reference" id="cite_ref-306"><a href="#cite_note-306">[297]</a></sup> ASIM heliophysics sensor,<sup class="reference" id="cite_ref-workshop-matsew20160517_198-2"><a href="#cite_note-workshop-matsew20160517-198">[190]</a></sup> several crystallization experiments,<sup class="reference" id="cite_ref-307"><a href="#cite_note-307">[298]</a></sup> and the <i><a href="/wiki/RemoveDEBRIS" title="RemoveDEBRIS">RemoveDEBRIS</a></i> system aimed at <a href="/wiki/Space_debris" title="Space debris">space debris</a> removal.<sup class="reference" id="cite_ref-308"><a href="#cite_note-308">[299]</a></sup> The booster was expended, and SpaceX collected more data on reentry profiles.<sup class="reference" id="cite_ref-baylor-20180403_309-0"><a href="#cite_note-baylor-20180403-309">[300]</a></sup> It also carried the first <a href="/wiki/Costa_Rica" title="Costa Rica">Costa Rican</a> satellite, <a class="mw-redirect" href="/wiki/Project_Iraz%C3%BA" title="Project Irazú">Project Irazú</a>,<sup class="reference" id="cite_ref-310"><a href="#cite_note-310">[301]</a></sup> and the first <a href="/wiki/Kenya" title="Kenya">Kenyan</a> satellite, <a href="/wiki/1KUNS-PF" title="1KUNS-PF">1KUNS-PF</a>.<sup class="reference" id="cite_ref-311"><a href="#cite_note-311">[302]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">53
</th>
<td>18 April 2018,<br/>22:51<sup class="reference" id="cite_ref-nsf20180418_312-0"><a href="#cite_note-nsf20180418-312">[303]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Falcon_9_Block_4" title="Falcon 9 Block 4">F9 B4</a><br/>B1045.1<sup class="reference" id="cite_ref-gunter-f9_277-3"><a href="#cite_note-gunter-f9-277">[268]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Transiting_Exoplanet_Survey_Satellite" title="Transiting Exoplanet Survey Satellite">Transiting Exoplanet Survey Satellite</a> (TESS)<sup class="reference" id="cite_ref-NASA_C14_313-0"><a href="#cite_note-NASA_C14-313">[304]</a></sup>
</td>
<td>362 kg (798 lb)<sup class="reference" id="cite_ref-tess-flight_314-0"><a href="#cite_note-tess-flight-314">[305]</a></sup>
</td>
<td><a href="/wiki/High_Earth_orbit" title="High Earth orbit">HEO</a> for <a class="mw-redirect" href="/wiki/P/2_orbit" title="P/2 orbit">P/2 orbit</a>
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Launch_Services_Program" title="Launch Services Program">LSP</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-TESS_NSF_315-0"><a href="#cite_note-TESS_NSF-315">[306]</a></sup>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-TESS_NSF_315-1"><a href="#cite_note-TESS_NSF-315">[306]</a></sup><br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">First NASA high-priority science mission launched by SpaceX. Part of the <a class="mw-redirect" href="/wiki/Explorers_program" title="Explorers program">Explorers program</a>, TESS is <a href="/wiki/Space_telescope" title="Space telescope">space telescope</a> intended for wide-field search of <a href="/wiki/Exoplanet" title="Exoplanet">exoplanets</a> transiting nearby stars. It was the first time SpaceX launched a scientific satellite which wasn't designed to focus on <a href="/wiki/Earth_observation_satellite" title="Earth observation satellite">Earth observations</a>. The second stage placed the spacecraft into a high elliptical <a href="/wiki/Earth" title="Earth">Earth</a> orbit, after which the satellite performed its own maneuvers, including a lunar flyby, such that over the course of two months it reached a stable 2:1 resonant orbit with the Moon.<sup class="reference" id="cite_ref-316"><a href="#cite_note-316">[307]</a></sup> In January 2018, SpaceX received NASA's <a href="/wiki/Launch_Services_Program" title="Launch Services Program">Launch Services Program</a> Category 2 certification of its Falcon 9 "Full Thrust", certification which is required for launching "medium-risk" missions like TESS.<sup class="reference" id="cite_ref-317"><a href="#cite_note-317">[308]</a></sup> Last launch of a new Block 4 booster,<sup class="reference" id="cite_ref-318"><a href="#cite_note-318">[309]</a></sup> and the 24th successful recovery of the first stage. An experimental water landing of the launch fairing was performed in order to attempt fairing recovery, primarily as a test of parachute systems.<sup class="reference" id="cite_ref-tess-flight_314-1"><a href="#cite_note-tess-flight-314">[305]</a></sup><sup class="reference" id="cite_ref-TESS_NSF_315-2"><a href="#cite_note-TESS_NSF-315">[306]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">54
</th>
<td>11 May 2018,<br/>20:14<sup class="reference" id="cite_ref-319"><a href="#cite_note-319">[310]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><sup class="reference" id="cite_ref-320"><a href="#cite_note-320">[311]</a></sup><br/><a href="/wiki/Falcon_9_B1046" title="Falcon 9 B1046">B1046.1</a><sup class="reference" id="cite_ref-gunter-f9_277-4"><a href="#cite_note-gunter-f9-277">[268]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Bangabandhu-1" title="Bangabandhu-1">Bangabandhu-1</a><sup class="reference" id="cite_ref-dhakatribune_321-0"><a href="#cite_note-dhakatribune-321">[312]</a></sup><sup class="reference" id="cite_ref-gunter-bd1_322-0"><a href="#cite_note-gunter-bd1-322">[313]</a></sup>
</td>
<td>3,600 kg (7,900 lb)<sup class="reference" id="cite_ref-323"><a href="#cite_note-323">[314]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Thales_Alenia_Space" title="Thales Alenia Space">Thales-Alenia</a> / <a href="/wiki/Bangladesh_Telecommunication_Regulatory_Commission" title="Bangladesh Telecommunication Regulatory Commission">BTRC</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-Bangabandhu-1_AT_324-0"><a href="#cite_note-Bangabandhu-1_AT-324">[315]</a></sup>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-Bangabandhu-1_AT_324-1"><a href="#cite_note-Bangabandhu-1_AT-324">[315]</a></sup><br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">First <a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">Block 5</a> launch vehicle booster to fly. Initially planned for an <a href="/wiki/Ariane_5" title="Ariane 5">Ariane 5</a> launch in December 2017,<sup class="reference" id="cite_ref-325"><a href="#cite_note-325">[316]</a></sup> it became the first Bangladeshi commercial satellite,<sup class="reference" id="cite_ref-326"><a href="#cite_note-326">[317]</a></sup> <a href="/wiki/BRAC_Onnesha" title="BRAC Onnesha">BRAC Onnesha</a> is a cubesat built by <a href="/wiki/Thales_Alenia_Space" title="Thales Alenia Space">Thales Alenia Space</a>.<sup class="reference" id="cite_ref-327"><a href="#cite_note-327">[318]</a></sup><sup class="reference" id="cite_ref-328"><a href="#cite_note-328">[319]</a></sup> It is intended to serve telecom services from 119.0° east with a lifetime of 15 years.<sup class="reference" id="cite_ref-329"><a href="#cite_note-329">[320]</a></sup> It was the 25th successfully recovered first stage booster.<sup class="reference" id="cite_ref-Bangabandhu-1_AT_324-2"><a href="#cite_note-Bangabandhu-1_AT-324">[315]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">55
</th>
<td>22 May 2018,<br/>19:47<sup class="reference" id="cite_ref-330"><a href="#cite_note-330">[321]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Falcon_9_Block_4" title="Falcon 9 Block 4">F9 B4</a> ♺<br/>B1043.2<sup class="reference" id="cite_ref-331"><a href="#cite_note-331">[322]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Vandenberg_Air_Force_Base" title="Vandenberg Air Force Base">VAFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><div class="plainlist">
<ul><li><a class="mw-redirect" href="/wiki/Iridium_NEXT" title="Iridium NEXT">Iridium NEXT</a>-6<br/>(5 satellites)<sup class="reference" id="cite_ref-sdc20100616_160-4"><a href="#cite_note-sdc20100616-160">[152]</a></sup><sup class="reference" id="cite_ref-IridiumridesharePR_163-1"><a href="#cite_note-IridiumridesharePR-163">[155]</a></sup></li>
<li><span class="nowrap"><a class="mw-redirect" href="/wiki/GRACE-FO" title="GRACE-FO">GRACE-FO</a> × 2</span><sup class="reference" id="cite_ref-iridium-rideshare_332-0"><a href="#cite_note-iridium-rideshare-332">[323]</a></sup><sup class="reference" id="cite_ref-grace-fo-launch_333-0"><a href="#cite_note-grace-fo-launch-333">[324]</a></sup></li></ul>
</div>
</td>
<td>6,460 kg (14,240 lb)<sup class="reference" id="cite_ref-336"><a href="#cite_note-336">[g]</a></sup>
</td>
<td><a href="/wiki/Polar_orbit" title="Polar orbit">Polar</a> <a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><div class="plainlist">
<ul><li><a href="/wiki/Iridium_Communications" title="Iridium Communications">Iridium Communications</a></li>
<li><a href="/wiki/GFZ_German_Research_Centre_for_Geosciences" title="GFZ German Research Centre for Geosciences">GFZ</a> • <a href="/wiki/NASA" title="NASA">NASA</a></li></ul>
</div>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-337"><a href="#cite_note-337">[327]</a></sup>
</td>
<td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt<br/><sup class="reference" id="cite_ref-expendable_173-3"><a href="#cite_note-expendable-173">[165]</a></sup>
</td></tr>
<tr>
<td colspan="9">Sixth Iridium NEXT mission launching 5 satellites used the refurbished booster from Zuma. GFZ arranged a rideshare of GRACE-FO on a Falcon 9 with Iridium following the cancellation of their <a href="/wiki/Dnepr_(rocket)" title="Dnepr (rocket)">Dnepr</a> launch contract in 2015.<sup class="reference" id="cite_ref-iridium-rideshare_332-1"><a href="#cite_note-iridium-rideshare-332">[323]</a></sup> Iridium CEO Matt Desch disclosed in September 2017 that GRACE-FO would be launched on this mission.<sup class="reference" id="cite_ref-338"><a href="#cite_note-338">[328]</a></sup> The booster reuse turnaround was a record 4.5 months between flights.<sup class="reference" id="cite_ref-339"><a href="#cite_note-339">[329]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">56
</th>
<td>4 June 2018,<br/>04:45<sup class="reference" id="cite_ref-340"><a href="#cite_note-340">[330]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Falcon_9_Block_4" title="Falcon 9 Block 4">F9 B4</a> ♺<br/>B1040.2<sup class="reference" id="cite_ref-gunter-f9_277-5"><a href="#cite_note-gunter-f9-277">[268]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/SES-12" title="SES-12">SES-12</a><sup class="reference" id="cite_ref-SES12_341-0"><a href="#cite_note-SES12-341">[331]</a></sup>
</td>
<td>5,384 kg (11,870 lb)<sup class="reference" id="cite_ref-nsf-20180531_342-0"><a href="#cite_note-nsf-20180531-342">[332]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-343"><a href="#cite_note-343">[333]</a></sup>
</td>
<td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt<br/><sup class="reference" id="cite_ref-expendable_173-4"><a href="#cite_note-expendable-173">[165]</a></sup>
</td></tr>
<tr>
<td colspan="9">The communications satellite serving the Middle East and the Asia-Pacific region at the same place as <a href="/wiki/SES-8" title="SES-8">SES-8</a>, and was the largest satellite built for SES.<sup class="reference" id="cite_ref-SES12_341-1"><a href="#cite_note-SES12-341">[331]</a></sup> The Block 4 first stage was expended,<sup class="reference" id="cite_ref-nsf-20180531_342-1"><a href="#cite_note-nsf-20180531-342">[332]</a></sup> while the second stage was a Block 5 version, delivering more power towards a higher <a href="/wiki/Supersynchronous_orbit" title="Supersynchronous orbit">supersynchronous transfer orbit</a> with 58,000 km (36,000 mi) apogee.<sup class="reference" id="cite_ref-344"><a href="#cite_note-344">[334]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">57
</th>
<td>29 June 2018,<br/>09:42<sup class="reference" id="cite_ref-345"><a href="#cite_note-345">[335]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Falcon_9_Block_4" title="Falcon 9 Block 4">F9 B4</a> ♺<br/>B1045.2<sup class="reference" id="cite_ref-346"><a href="#cite_note-346">[336]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/SpaceX_CRS-15" title="SpaceX CRS-15">SpaceX CRS-15</a><br/>(Dragon C111.2 ♺)
</td>
<td>2,697 kg (5,946 lb)<sup class="reference" id="cite_ref-347"><a href="#cite_note-347">[337]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-348"><a href="#cite_note-348">[338]</a></sup>
</td>
<td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt<br/><sup class="reference" id="cite_ref-expendable_173-5"><a href="#cite_note-expendable-173">[165]</a></sup>
</td></tr>
<tr>
<td colspan="9">Payload included <a href="/wiki/Materials_International_Space_Station_Experiment" title="Materials International Space Station Experiment">MISSE-FF 2</a>, <a href="/wiki/ECOSTRESS" title="ECOSTRESS">ECOSTRESS</a>, a <a href="/wiki/Mobile_Servicing_System" title="Mobile Servicing System">Latching End Effector</a>, and <a href="/wiki/Birds-2" title="Birds-2">Birds-2</a> payloads. The refurbished booster featured a record 2.5 months period turnaround from its original launch of TESS, a record held until February 2020 with the Starlink L4 mission. The fastest previous was 4.5 months. This was the last flight of a Block 4 booster, which was expended into the <a href="/wiki/Atlantic_Ocean" title="Atlantic Ocean">Atlantic Ocean</a> without landing legs and grid fins.<sup class="reference" id="cite_ref-block4retirement_349-0"><a href="#cite_note-block4retirement-349">[339]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">58
</th>
<td>22 July 2018,<br/>05:50<sup class="reference" id="cite_ref-350"><a href="#cite_note-350">[340]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1047.1</a>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Telstar_19V" title="Telstar 19V">Telstar 19V</a><sup class="reference" id="cite_ref-sfn-20160226_351-0"><a href="#cite_note-sfn-20160226-351">[341]</a></sup>
</td>
<td>7,075 kg (15,598 lb)<sup class="reference" id="cite_ref-352"><a href="#cite_note-352">[342]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a><sup class="reference" id="cite_ref-sfn-20180722_353-0"><a href="#cite_note-sfn-20180722-353">[343]</a></sup>
</td>
<td><a href="/wiki/Telesat" title="Telesat">Telesat</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-Telstar_19V_SFI_354-0"><a href="#cite_note-Telstar_19V_SFI-354">[344]</a></sup>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-Telstar_19V_SFI_354-1"><a href="#cite_note-Telstar_19V_SFI-354">[344]</a></sup><br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9"><a href="/wiki/SSL_(company)" title="SSL (company)">SSL</a>-manufactured communications satellite intended to be placed at 63.0° west over the Americas,<sup class="reference" id="cite_ref-355"><a href="#cite_note-355">[345]</a></sup> replacing Telstar 14R.<sup class="reference" id="cite_ref-sfn-20180722_353-1"><a href="#cite_note-sfn-20180722-353">[343]</a></sup> At 7,075 kg (15,598 lb), it became the heaviest commercial communications satellite so far launched.<sup class="reference" id="cite_ref-356"><a href="#cite_note-356">[346]</a></sup><sup class="reference" id="cite_ref-357"><a href="#cite_note-357">[347]</a></sup> This necessitated that the satellite be launched into a lower-energy orbit than a usual GTO, with its initial apogee at roughly 17,900 km (11,100 mi).<sup class="reference" id="cite_ref-sfn-20180722_353-2"><a href="#cite_note-sfn-20180722-353">[343]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">59
</th>
<td>25 July 2018,<br/>11:39<sup class="reference" id="cite_ref-358"><a href="#cite_note-358">[348]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><sup class="reference" id="cite_ref-iridiumboosters_359-0"><a href="#cite_note-iridiumboosters-359">[349]</a></sup><br/><a class="mw-redirect" href="/wiki/Falcon_9_booster_B1048" title="Falcon 9 booster B1048">B1048</a>.1<sup class="reference" id="cite_ref-360"><a href="#cite_note-360">[350]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Vandenberg_Air_Force_Base" title="Vandenberg Air Force Base">VAFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a class="mw-redirect" href="/wiki/Iridium_NEXT" title="Iridium NEXT">Iridium NEXT</a>-7<br/>(10 satellites)<sup class="reference" id="cite_ref-sdc20100616_160-5"><a href="#cite_note-sdc20100616-160">[152]</a></sup>
</td>
<td>9,600 kg (21,200 lb)
</td>
<td><a href="/wiki/Polar_orbit" title="Polar orbit">Polar</a> <a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/Iridium_Communications" title="Iridium Communications">Iridium Communications</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-Iridium_NEXT-7_SN_361-0"><a href="#cite_note-Iridium_NEXT-7_SN-361">[351]</a></sup>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-Iridium_NEXT-7_space_362-0"><a href="#cite_note-Iridium_NEXT-7_space-362">[352]</a></sup><br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">Seventh Iridium NEXT launch, with 10 communication satellites.<sup class="reference" id="cite_ref-Iridium_NEXT-7_SN_361-1"><a href="#cite_note-Iridium_NEXT-7_SN-361">[351]</a></sup> The booster landed safely on the drone ship in the worst weather conditions for any landing yet attempted.<sup class="reference" id="cite_ref-Iridium_NEXT-7_space_362-1"><a href="#cite_note-Iridium_NEXT-7_space-362">[352]</a></sup><sup class="reference" id="cite_ref-Iridium_NEXT-7_SN_361-2"><a href="#cite_note-Iridium_NEXT-7_SN-361">[351]</a></sup> <i>Mr. Steven</i> boat with an upgraded 4x size net was used to attempt fairing recovery but failed due to harsh weather.<sup class="reference" id="cite_ref-Iridium_NEXT-7_space_362-2"><a href="#cite_note-Iridium_NEXT-7_space-362">[352]</a></sup><sup class="reference" id="cite_ref-Iridium_NEXT-7_SN_361-3"><a href="#cite_note-Iridium_NEXT-7_SN-361">[351]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">60
</th>
<td>7 August 2018,<br/>05:18<sup class="reference" id="cite_ref-363"><a href="#cite_note-363">[353]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺ <br/><a class="mw-redirect" href="/wiki/Falcon_9_booster_B1046" title="Falcon 9 booster B1046">B1046.2</a><sup class="reference" id="cite_ref-Ralph-20180727_364-0"><a href="#cite_note-Ralph-20180727-364">[354]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a class="mw-redirect" href="/wiki/Merah_Putih_(satellite)" title="Merah Putih (satellite)">Merah Putih</a> (formerly Telkom 4)<sup class="reference" id="cite_ref-365"><a href="#cite_note-365">[355]</a></sup><sup class="reference" id="cite_ref-366"><a href="#cite_note-366">[356]</a></sup>
</td>
<td>5,800 kg (12,800 lb)<sup class="reference" id="cite_ref-367"><a href="#cite_note-367">[357]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Telkom_Indonesia" title="Telkom Indonesia">Telkom Indonesia</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-TelcomI_S.com_368-0"><a href="#cite_note-TelcomI_S.com-368">[358]</a></sup>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-TelcomI_S.com_368-1"><a href="#cite_note-TelcomI_S.com-368">[358]</a></sup><br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">Indonesian comsat intended to replace the aging <a class="mw-redirect" href="/wiki/Telkom_1" title="Telkom 1">Telkom 1</a> at 108.0° east.<sup class="reference" id="cite_ref-369"><a href="#cite_note-369">[359]</a></sup> First reflight of a Block 5-version booster.<sup class="reference" id="cite_ref-370"><a href="#cite_note-370">[360]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">61
</th>
<td>10 September 2018,<br/>04:45<sup class="reference" id="cite_ref-sfn-20180910_371-0"><a href="#cite_note-sfn-20180910-371">[361]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br/><a class="mw-redirect" href="/wiki/Falcon_9_booster_B1049" title="Falcon 9 booster B1049">B1049.1</a><sup class="reference" id="cite_ref-gunter-f9_277-6"><a href="#cite_note-gunter-f9-277">[268]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Telstar_18V" title="Telstar 18V">Telstar 18V</a> / <a class="mw-redirect" href="/wiki/Apstar" title="Apstar">Apstar</a>-5C<sup class="reference" id="cite_ref-sfn-20160226_351-1"><a href="#cite_note-sfn-20160226-351">[341]</a></sup>
</td>
<td>7,060 kg (15,560 lb)<sup class="reference" id="cite_ref-sfn-20180910_371-1"><a href="#cite_note-sfn-20180910-371">[361]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a><sup class="reference" id="cite_ref-sfn-20180910_371-2"><a href="#cite_note-sfn-20180910-371">[361]</a></sup>
</td>
<td><a href="/wiki/Telesat" title="Telesat">Telesat</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-sfn-20180910_371-3"><a href="#cite_note-sfn-20180910-371">[361]</a></sup>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-sfn-20180910_371-4"><a href="#cite_note-sfn-20180910-371">[361]</a></sup><br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9"><a href="/wiki/CondoSat" title="CondoSat">Condosat</a> for 138.0° east over Asia and Pacific.<sup class="reference" id="cite_ref-372"><a href="#cite_note-372">[362]</a></sup> Delivered to a GTO orbit with apogee close to 18,000 km (11,000 mi).<sup class="reference" id="cite_ref-sfn-20180910_371-5"><a href="#cite_note-sfn-20180910-371">[361]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">62
</th>
<td>8 October 2018,<br/>02:22<sup class="reference" id="cite_ref-nsf-20181008_373-0"><a href="#cite_note-nsf-20181008-373">[363]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a class="mw-redirect" href="/wiki/Falcon_9_booster_B1048" title="Falcon 9 booster B1048">B1048.2</a><sup class="reference" id="cite_ref-374"><a href="#cite_note-374">[364]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Vandenberg_Air_Force_Base" title="Vandenberg Air Force Base">VAFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a class="mw-redirect" href="/wiki/SAOCOM_1A" title="SAOCOM 1A">SAOCOM 1A</a><sup class="reference" id="cite_ref-SAOCOM20090416_375-0"><a href="#cite_note-SAOCOM20090416-375">[365]</a></sup><sup class="reference" id="cite_ref-saocom_revision_376-0"><a href="#cite_note-saocom_revision-376">[366]</a></sup>
</td>
<td>3,000 kg (6,600 lb)<sup class="reference" id="cite_ref-nsf-20181008_373-1"><a href="#cite_note-nsf-20181008-373">[363]</a></sup>
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>
</td>
<td><a href="/wiki/Comisi%C3%B3n_Nacional_de_Actividades_Espaciales" title="Comisión Nacional de Actividades Espaciales">CONAE</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-nsf-20181008_373-2"><a href="#cite_note-nsf-20181008-373">[363]</a></sup>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-nsf-20181008_373-3"><a href="#cite_note-nsf-20181008-373">[363]</a></sup><br/><small>(ground pad)</small>
</td></tr>
<tr>
<td colspan="9">Argentinian Earth-observation satellite was originally intended to be launched in 2012.<sup class="reference" id="cite_ref-SAOCOM20090416_375-1"><a href="#cite_note-SAOCOM20090416-375">[365]</a></sup> First landing on the <a href="/wiki/SpaceX_landing_zone" title="SpaceX landing zone">West Coast ground pad</a>.<sup class="reference" id="cite_ref-nsf-20181008_373-4"><a href="#cite_note-nsf-20181008-373">[363]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">63
</th>
<td>15 November 2018,<br/>20:46<sup class="reference" id="cite_ref-377"><a href="#cite_note-377">[367]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a class="mw-redirect" href="/wiki/Falcon_9_booster_B1047" title="Falcon 9 booster B1047">B1047.2</a><sup class="reference" id="cite_ref-gunter-f9_277-7"><a href="#cite_note-gunter-f9-277">[268]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Es%27hail_2" title="Es'hail 2">Es'hail 2</a><sup class="reference" id="cite_ref-eshail2_378-0"><a href="#cite_note-eshail2-378">[368]</a></sup>
</td>
<td>5,300 kg (11,700 lb)<sup class="reference" id="cite_ref-379"><a href="#cite_note-379">[369]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Es%27hailSat" title="Es'hailSat">Es'hailSat</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-spacenews20181115_380-0"><a href="#cite_note-spacenews20181115-380">[370]</a></sup>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-spacenews20181115_380-1"><a href="#cite_note-spacenews20181115-380">[370]</a></sup><br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">Qatari comsat positioned at 26.0° east.<sup class="reference" id="cite_ref-eshail2_378-1"><a href="#cite_note-eshail2-378">[368]</a></sup> This launch used redesigned <a href="/wiki/Composite_overwrapped_pressure_vessel" title="Composite overwrapped pressure vessel">COPVs</a>. This was to meet NASA safety requirements for commercial crew missions, in response to the September 2016 pad explosion.<sup class="reference" id="cite_ref-381"><a href="#cite_note-381">[371]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">64
</th>
<td>3 December 2018,<br/>18:34:05
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺ <a class="mw-redirect" href="/wiki/Falcon_9_booster_B1046" title="Falcon 9 booster B1046">B1046.3</a><sup class="reference" id="cite_ref-gunter-f9_277-8"><a href="#cite_note-gunter-f9-277">[268]</a></sup><br/><a href="/wiki/SHERPA_(space_tug)" title="SHERPA (space tug)">SHERPA</a>
</td>
<td><a class="mw-redirect" href="/wiki/Vandenberg_Air_Force_Base" title="Vandenberg Air Force Base">VAFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a class="mw-redirect" href="/wiki/SSO-A" title="SSO-A">SSO-A</a> (<i>SmallSat Express</i>)
</td>
<td>~4,000 kg (8,800 lb)<sup class="reference" id="cite_ref-382"><a href="#cite_note-382">[372]</a></sup>
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>
</td>
<td><a href="/wiki/Spaceflight_Industries" title="Spaceflight Industries">Spaceflight Industries</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-spacenews20181203_383-0"><a href="#cite_note-spacenews20181203-383">[373]</a></sup>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-spacenews20181203_383-1"><a href="#cite_note-spacenews20181203-383">[373]</a></sup><br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">Rideshare mission<sup class="reference" id="cite_ref-spaceflight-rideshare_384-0"><a href="#cite_note-spaceflight-rideshare-384">[374]</a></sup> where two <a href="/wiki/SHERPA_(space_tug)" title="SHERPA (space tug)">SHERPA</a> <a href="/wiki/Satellite_dispenser" title="Satellite dispenser">dispensers</a> deployed 64 small satellites,<sup class="reference" id="cite_ref-:2_385-0"><a href="#cite_note-:2-385">[375]</a></sup><sup class="reference" id="cite_ref-:3_386-0"><a href="#cite_note-:3-386">[376]</a></sup> including <a href="/wiki/EuCROPIS" title="EuCROPIS">Eu:CROPIS</a><sup class="reference" id="cite_ref-eucropis_387-0"><a href="#cite_note-eucropis-387">[377]</a></sup> for the German <a href="/wiki/German_Aerospace_Center" title="German Aerospace Center">DLR</a>, HIBER-2 for the Dutch Hiber Global,<sup class="reference" id="cite_ref-:4_388-0"><a href="#cite_note-:4-388">[378]</a></sup> ITASAT-1 for the Brazilian <a href="/wiki/Instituto_Tecnol%C3%B3gico_de_Aeron%C3%A1utica" title="Instituto Tecnológico de Aeronáutica">Instituto Tecnológico de Aeronáutica</a>,<sup class="reference" id="cite_ref-:5_389-0"><a href="#cite_note-:5-389">[379]</a></sup> two high-resolution <a href="/wiki/SkySat" title="SkySat">SkySat</a> imaging satellites for <a href="/wiki/Planet_Labs" title="Planet Labs">Planet Labs</a>,<sup class="reference" id="cite_ref-nsf-20180129_390-0"><a href="#cite_note-nsf-20180129-390">[380]</a></sup> and two high school CubeSats part of NASA's <a href="/wiki/Educational_Launch_of_Nanosatellites" title="Educational Launch of Nanosatellites">ELaNa 24</a>.<sup class="reference" id="cite_ref-Upcoming-ELaNa_391-0"><a href="#cite_note-Upcoming-ELaNa-391">[381]</a></sup> This was the first time a booster was used for a third flight.
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">65
</th>
<td>5 December 2018,<br/>18:16
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br/><a class="mw-redirect" href="/wiki/Falcon_9_booster_B1050" title="Falcon 9 booster B1050">B1050</a><sup class="reference" id="cite_ref-gunter-f9_277-9"><a href="#cite_note-gunter-f9-277">[268]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/SpaceX_CRS-16" title="SpaceX CRS-16">SpaceX CRS-16</a><br/>(Dragon C112.2♺ )
</td>
<td>2,500 kg (5,500 lb)<sup class="reference" id="cite_ref-392"><a href="#cite_note-392">[382]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-failure" style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;">Failure<sup class="reference" id="cite_ref-Grush-20181205_393-0"><a href="#cite_note-Grush-20181205-393">[383]</a></sup><br/><small>(ground pad)</small>
</td></tr>
<tr>
<td colspan="9">First CRS mission with the Falcon 9 Block 5. This carried the <a class="mw-redirect" href="/wiki/Global_Ecosystem_Dynamics_Investigation_lidar" title="Global Ecosystem Dynamics Investigation lidar">Global Ecosystem Dynamics Investigation lidar</a> (GEDI) as an external payload.<sup class="reference" id="cite_ref-394"><a href="#cite_note-394">[384]</a></sup> The mission was delayed by one day due to moldy rodent food for one of the experiments on the Space Station. A previously flown Dragon spacecraft was used for the mission. The booster, in use for the first time, experienced a grid fin hydraulic pump stall on reentry, which caused it to spin out of control and touchdown at sea, heavily damaging the interstage section; this was the first failed landing targeted for a ground pad.<sup class="reference" id="cite_ref-Grush-20181205_393-1"><a href="#cite_note-Grush-20181205-393">[383]</a></sup><sup class="reference" id="cite_ref-395"><a href="#cite_note-395">[385]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">66
</th>
<td>23 December 2018,<br/>13:51<sup class="reference" id="cite_ref-spacenews20181223_396-0"><a href="#cite_note-spacenews20181223-396">[386]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br/>B1054<sup class="reference" id="cite_ref-nsf-20181022_397-0"><a href="#cite_note-nsf-20181022-397">[387]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/GPS_Block_III" title="GPS Block III">GPS III</a>-<a href="/wiki/List_of_GPS_satellites#Planned_launches" title="List of GPS satellites">01</a> (<i>Vespucci</i>)
</td>
<td>4,400 kg (9,700 lb)<sup class="reference" id="cite_ref-sfn-20181217_398-0"><a href="#cite_note-sfn-20181217-398">[388]</a></sup>
</td>
<td><a href="/wiki/Medium_Earth_orbit" title="Medium Earth orbit">MEO</a>
</td>
<td><a href="/wiki/United_States_Air_Force" title="United States Air Force">USAF</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-spacenews20181223_396-1"><a href="#cite_note-spacenews20181223-396">[386]</a></sup>
</td>
<td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt<br/><sup class="reference" id="cite_ref-spacenews20181223_396-2"><a href="#cite_note-spacenews20181223-396">[386]</a></sup>
</td></tr>
<tr>
<td colspan="9">Initially planned for a Delta IV launch,<sup class="reference" id="cite_ref-399"><a href="#cite_note-399">[389]</a></sup> this was SpaceX's first launch of an <a class="mw-redirect" href="/wiki/Evolved_Expendable_Launch_Vehicle" title="Evolved Expendable Launch Vehicle">EELV</a>-class payload.<sup class="reference" id="cite_ref-sn-20160427_400-0"><a href="#cite_note-sn-20160427-400">[390]</a></sup> There was no attempt to recover the first-stage booster for reuse<sup class="reference" id="cite_ref-gunter-b5ex_401-0"><a href="#cite_note-gunter-b5ex-401">[391]</a></sup><sup class="reference" id="cite_ref-nsf-20181022_397-1"><a href="#cite_note-nsf-20181022-397">[387]</a></sup> due to the customer's requirements, including a high inclination orbit of 55.0°.<sup class="reference" id="cite_ref-402"><a href="#cite_note-402">[392]</a></sup> Nicknamed <i>Vespucci</i>, the USAF marked the satellite operational on 1 January 2020 under the label SVN 74.<sup class="reference" id="cite_ref-403"><a href="#cite_note-403">[393]</a></sup>
</td></tr></tbody></table>
<h3><span class="mw-headline" id="2019">2019</span></h3>
<p>Shotwell declared in May 2019 that SpaceX might conduct up to 21 launches in 2019, not counting Starlink missions.<sup class="reference" id="cite_ref-404"><a href="#cite_note-404">[394]</a></sup> With a slump in worldwide commercial launch contracts for 2019, SpaceX ended up launching only 13 rockets throughout 2019 (12 without Starlink), significantly fewer than in 2017 and 2018, and third most launches of vehicle class behind China's <a href="/wiki/Long_March_(rocket_family)" title="Long March (rocket family)">Long March</a> and Russia's <a href="/wiki/R-7_(rocket_family)" title="R-7 (rocket family)">R-7</a> rockets.<sup class="reference" id="cite_ref-405"><a href="#cite_note-405">[395]</a></sup>
</p>
<table class="wikitable plainrowheaders collapsible" style="width: 100%;">
<tbody><tr>
<th scope="col">Flight No.
</th>
<th scope="col">Date and<br/>time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)
</th>
<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br/>Booster</a><sup class="reference" id="cite_ref-booster_11-6"><a href="#cite_note-booster-11">[b]</a></sup>
</th>
<th scope="col">Launch<br/>site
</th>
<th scope="col">Payload<sup class="reference" id="cite_ref-Dragon_12-6"><a href="#cite_note-Dragon-12">[c]</a></sup>
</th>
<th scope="col">Payload mass
</th>
<th scope="col">Orbit
</th>
<th scope="col">Customer
</th>
<th scope="col">Launch<br/>outcome
</th>
<th scope="col"><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Booster<br/>landing</a>
</th></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">67
</th>
<td>11 January 2019,<br/>15:31<sup class="reference" id="cite_ref-406"><a href="#cite_note-406">[396]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a class="mw-redirect" href="/wiki/Falcon_9_booster_B1049" title="Falcon 9 booster B1049">B1049.2</a><sup class="reference" id="cite_ref-407"><a href="#cite_note-407">[397]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Vandenberg_Air_Force_Base" title="Vandenberg Air Force Base">VAFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td nowrap=""><a class="mw-redirect" href="/wiki/Iridium_NEXT" title="Iridium NEXT">Iridium NEXT</a>-8<br/>(10 satellites)<sup class="reference" id="cite_ref-sdc20100616_160-6"><a href="#cite_note-sdc20100616-160">[152]</a></sup>
</td>
<td>9,600 kg (21,200 lb)
</td>
<td><span class="nowrap"><a href="/wiki/Polar_orbit" title="Polar orbit">Polar</a> <a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a></span>
</td>
<td><a href="/wiki/Iridium_Communications" title="Iridium Communications">Iridium Communications</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Final launch of the Iridium NEXT contract, launching 10 satellites.
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">68
</th>
<td>22 February 2019,<br/>01:45<sup class="reference" id="cite_ref-408"><a href="#cite_note-408">[398]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a class="mw-redirect" href="/wiki/Falcon_9_booster_B1048" title="Falcon 9 booster B1048">B1048.3</a><sup class="reference" id="cite_ref-409"><a href="#cite_note-409">[399]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><div class="plainlist">
<ul><li><a href="/wiki/Nusantara_Satu" title="Nusantara Satu">Nusantara Satu</a> (PSN-6)<sup class="reference" id="cite_ref-jls-201801012_410-0"><a href="#cite_note-jls-201801012-410">[400]</a></sup></li>
<li><i><a href="/wiki/Beresheet" title="Beresheet">Beresheet</a></i> Moon lander<sup class="reference" id="cite_ref-sn-20181218_411-0"><a href="#cite_note-sn-20181218-411">[401]</a></sup></li>
<li>S5<sup class="reference" id="cite_ref-sn150219_412-0"><a href="#cite_note-sn150219-412">[402]</a></sup></li></ul>
</div>
</td>
<td>4,850 kg (10,690 lb)<sup class="reference" id="cite_ref-sn200219_413-0"><a href="#cite_note-sn200219-413">[403]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><div class="plainlist">
<ul><li><a href="/wiki/PT_Pasifik_Satelit_Nusantara" title="PT Pasifik Satelit Nusantara">PSN</a></li>
<li><a href="/wiki/SpaceIL" title="SpaceIL">SpaceIL</a> / <a href="/wiki/Israel_Aerospace_Industries" title="Israel Aerospace Industries">IAI</a></li>
<li><a href="/wiki/Air_Force_Research_Laboratory" title="Air Force Research Laboratory">Air Force Research</a></li></ul>
</div>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Nusantara Satu is a private Indonesian comsat planned to be located at 146.0° east,<sup class="reference" id="cite_ref-jls-201801012_410-1"><a href="#cite_note-jls-201801012-410">[400]</a></sup> with a launch mass of 4,100 kg (9,000 lb),<sup class="reference" id="cite_ref-sn200219_413-1"><a href="#cite_note-sn200219-413">[403]</a></sup> and featuring <a href="/wiki/Electrically_powered_spacecraft_propulsion" title="Electrically powered spacecraft propulsion">electric propulsion</a> for orbit-raising and station-keeping.<sup class="reference" id="cite_ref-sn-20150605_414-0"><a href="#cite_note-sn-20150605-414">[404]</a></sup><sup class="reference" id="cite_ref-415"><a href="#cite_note-415">[405]</a></sup> S5, a 60-kg smallsat by the <a href="/wiki/Air_Force_Research_Laboratory" title="Air Force Research Laboratory">Air Force Research Laboratory</a> (AFRL), was piggybacked on <a href="/wiki/Nusantara_Satu" title="Nusantara Satu">Nusantara Satu</a>, and was deployed near its GEO position to perform a classified space situational awareness mission. This launch opportunity was brokered by <a href="/wiki/Spaceflight_Industries" title="Spaceflight Industries">Spaceflight Industries</a> as "GTO-1".<sup class="reference" id="cite_ref-sn150219_412-1"><a href="#cite_note-sn150219-412">[402]</a></sup>
<p>The <i>Beresheet</i> Moon lander (initially called <i>Sparrow</i>) was one of the candidates for the <a class="mw-redirect" href="/wiki/Google_Lunar_X-Prize" title="Google Lunar X-Prize">Google Lunar X-Prize</a>, whose developers <a href="/wiki/SpaceIL" title="SpaceIL">SpaceIL</a> had secured a launch contract with Spaceflight Industries in October 2015.<sup class="reference" id="cite_ref-moon-race-first-launch-deal_416-0"><a href="#cite_note-moon-race-first-launch-deal-416">[406]</a></sup> Its launch mass was 585 kg (1,290 lb) including fuel.<sup class="reference" id="cite_ref-haaretz-20180711_417-0"><a href="#cite_note-haaretz-20180711-417">[407]</a></sup> After separating into a <a href="/wiki/Supersynchronous_orbit" title="Supersynchronous orbit">supersynchronous transfer orbit</a><sup class="reference" id="cite_ref-bridenstine-israel_418-0"><a href="#cite_note-bridenstine-israel-418">[408]</a></sup> with an apogee of 69,400 km (43,100 mi),<sup class="reference" id="cite_ref-419"><a href="#cite_note-419">[409]</a></sup><sup class="reference" id="cite_ref-haaretz-20180711_417-1"><a href="#cite_note-haaretz-20180711-417">[407]</a></sup> <i>Beresheet</i> raised its orbit by its own power over two months and flew to the Moon.<sup class="reference" id="cite_ref-bridenstine-israel_418-1"><a href="#cite_note-bridenstine-israel-418">[408]</a></sup><sup class="reference" id="cite_ref-Shoshanna_420-0"><a href="#cite_note-Shoshanna-420">[410]</a></sup> After successfully getting into lunar orbit, Beresheet attempted to land on the Moon on 11 April 2019 but failed.<sup class="reference" id="cite_ref-421"><a href="#cite_note-421">[411]</a></sup>
</p>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">69
</th>
<td>2 March 2019,<br/>07:49<sup class="reference" id="cite_ref-:7_422-0"><a href="#cite_note-:7-422">[412]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br/>B1051.1<sup class="reference" id="cite_ref-gunter-f9_277-10"><a href="#cite_note-gunter-f9-277">[268]</a></sup><sup class="reference" id="cite_ref-nac-ccp_423-0"><a href="#cite_note-nac-ccp-423">[413]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Crew_Dragon_Demo-1" title="Crew Dragon Demo-1">Crew Dragon Demo-1</a><sup class="reference" id="cite_ref-nsf20150305_424-0"><a href="#cite_note-nsf20150305-424">[414]</a></sup><br/>(Dragon C201)
</td>
<td>12,055 kg (26,577 lb)<sup class="reference" id="cite_ref-Clark_425-0"><a href="#cite_note-Clark-425">[415]</a></sup><sup class="reference" id="cite_ref-DM1-payload-mass_426-0"><a href="#cite_note-DM1-payload-mass-426">[h]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><span class="nowrap"> <a href="/wiki/NASA" title="NASA">NASA</a> (<a class="mw-redirect" href="/wiki/Commercial_Crew_Development" title="Commercial Crew Development">CCD</a>) </span>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">First flight of the SpaceX <a href="/wiki/SpaceX_Dragon_2" title="SpaceX Dragon 2">Crew Dragon</a>. This was the first demonstration flight for the <a class="mw-redirect" href="/wiki/Commercial_Crew_Development" title="Commercial Crew Development">NASA Commercial Crew Program</a> which awarded SpaceX a contract in September 2014 with flights hoped as early as 2015.<sup class="reference" id="cite_ref-427"><a href="#cite_note-427">[416]</a></sup> The Dragon performed an autonomous docking to the ISS 27 hours after launch with the hatch being opened roughly 2 hours later.<sup class="reference" id="cite_ref-428"><a href="#cite_note-428">[417]</a></sup> The vehicle spent nearly a week docked to the ISS to test critical functions. It undocked roughly a week later on 8 March 2019 and splashed down six hours later at 13:45.<sup class="reference" id="cite_ref-429"><a href="#cite_note-429">[418]</a></sup> The Dragon used on this flight was scheduled to fly on the inflight abort test in mid-2019 but was destroyed during testing.<sup class="reference" id="cite_ref-:11_430-0"><a href="#cite_note-:11-430">[419]</a></sup> The booster B1051.1 replaced <a class="mw-redirect" href="/wiki/Falcon_9_booster_B1050" title="Falcon 9 booster B1050">B1050</a><sup class="reference" id="cite_ref-nsf-20190306_431-0"><a href="#cite_note-nsf-20190306-431">[420]</a></sup> and flew again on 12 June 2019.
</td></tr>
<tr>
<th rowspan="4" scope="row" style="text-align:center;">FH 2
</th>
<td rowspan="3">11 April 2019,<br/>22:35<sup class="reference" id="cite_ref-nsf-20190411_432-0"><a href="#cite_note-nsf-20190411-432">[421]</a></sup>
</td>
<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a><br/><span class="nowrap">B1055 core</span><sup class="reference" id="cite_ref-nsf-20190411_432-1"><a href="#cite_note-nsf-20190411-432">[421]</a></sup>
</td>
<td rowspan="3"><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td rowspan="3"><a href="/wiki/Arabsat-6A" title="Arabsat-6A">Arabsat-6A</a><sup class="reference" id="cite_ref-sfn-20150429_433-0"><a href="#cite_note-sfn-20150429-433">[422]</a></sup>
</td>
<td rowspan="3">6,465 kg (14,253 lb)<sup class="reference" id="cite_ref-434"><a href="#cite_note-434">[423]</a></sup>
</td>
<td rowspan="3"><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td rowspan="3"><a href="/wiki/Arab_Satellite_Communications_Organization" title="Arab Satellite Communications Organization">Arabsat</a>
</td>
<td class="table-success" rowspan="3" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-Falcon_tip_over_436-0"><a href="#cite_note-Falcon_tip_over-436">[i]</a></sup><br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td>B1052.1<br/>(side)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(ground pad)</span></small>
</td></tr>
<tr>
<td>B1053.1<br/>(side)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(ground pad)</span></small>
</td></tr>
<tr>
<td colspan="9">Second flight of <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>, the first commercial flight, and the first one using <a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">Block 5</a> boosters. SpaceX successfully landed the side boosters at <a href="/wiki/Landing_Zones_1_and_2" title="Landing Zones 1 and 2">Landing Zone 1</a> and <a href="/wiki/Landing_Zones_1_and_2" title="Landing Zones 1 and 2">LZ 2</a> and reused the side boosters later for the <a href="/wiki/Space_Test_Program" title="Space Test Program">STP-2</a> mission. The central core landed on <a href="/wiki/Autonomous_spaceport_drone_ship" title="Autonomous spaceport drone ship">drone ship</a> <i>Of Course I Still Love You</i>, located 967 km (601 mi) downrange, the furthest sea landing so far attempted.<sup class="reference" id="cite_ref-fanblog20190413_437-0"><a href="#cite_note-fanblog20190413-437">[425]</a></sup> Despite the successful landing, due to rough seas the central core was unable to be secured to the deck for recovery and later tipped overboard in transit.<sup class="reference" id="cite_ref-lost_at_sea_438-0"><a href="#cite_note-lost_at_sea-438">[426]</a></sup><sup class="reference" id="cite_ref-439"><a href="#cite_note-439">[427]</a></sup> SpaceX recovered the fairing from this launch and later reused it in the November 2019 <a href="/wiki/Starlink" title="Starlink">Starlink</a> launch.<sup class="reference" id="cite_ref-440"><a href="#cite_note-440">[428]</a></sup><sup class="reference" id="cite_ref-:14_441-0"><a href="#cite_note-:14-441">[429]</a></sup> <a href="/wiki/Arabsat-6A" title="Arabsat-6A">Arabsat-6A</a>, a 6,465 kg (14,253 lb) Saudi satellite, is the most advanced commercial communications satellite so far built by <a href="/wiki/Lockheed_Martin" title="Lockheed Martin">Lockheed Martin</a>.<sup class="reference" id="cite_ref-442"><a href="#cite_note-442">[430]</a></sup> The Falcon Heavy delivered the Arabsat-6A into a <a href="/wiki/Supersynchronous_orbit" title="Supersynchronous orbit">supersynchronous transfer orbit</a> with 90,000 km (56,000 mi) apogee with an inclination of 23.0° to the <a href="/wiki/Equator" title="Equator">equator</a>.<sup class="reference" id="cite_ref-443"><a href="#cite_note-443">[431]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">70
</th>
<td>4 May 2019,<br/>06:48
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br/><a class="mw-redirect" href="/wiki/Falcon_9_booster_B1056" title="Falcon 9 booster B1056">B1056.1</a><sup class="reference" id="cite_ref-nsf-20190306_431-1"><a href="#cite_note-nsf-20190306-431">[420]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/SpaceX_CRS-17" title="SpaceX CRS-17">SpaceX CRS-17</a><sup class="reference" id="cite_ref-spn-20160224_148-6"><a href="#cite_note-spn-20160224-148">[141]</a></sup><br/>(Dragon C113.2 ♺)
</td>
<td>2,495 kg (5,501 lb)<sup class="reference" id="cite_ref-:8_444-0"><a href="#cite_note-:8-444">[432]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">A <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">Commercial Resupply Service mission</a> to the <a href="/wiki/International_Space_Station" title="International Space Station">International Space Station</a> carrying nearly 2.5 tons of cargo including the <a href="/wiki/Orbiting_Carbon_Observatory_3" title="Orbiting Carbon Observatory 3">Orbiting Carbon Observatory-3</a> as an external payload.<sup class="reference" id="cite_ref-:8_444-1"><a href="#cite_note-:8-444">[432]</a></sup> Originally planned to land at Landing Zone 1, the landing was moved to the drone ship after a Dragon 2 had an anomaly during testing at LZ-1.<sup class="reference" id="cite_ref-445"><a href="#cite_note-445">[433]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">71
</th>
<td>24 May 2019,<br/>02:30
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a class="mw-redirect" href="/wiki/Falcon_9_booster_B1049" title="Falcon 9 booster B1049">B1049.3</a><sup class="reference" id="cite_ref-446"><a href="#cite_note-446">[434]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> v0.9 <br/>(60 satellites)
</td>
<td>13,620 kg (30,030 lb)<sup class="reference" id="cite_ref-SLNov19_5-1"><a href="#cite_note-SLNov19-5">[5]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Following the launch of the two Tintin test satellites, this was the first full-scale test launch of the Starlink constellation, launching "production design" satellites.<sup class="reference" id="cite_ref-sn20190426_447-0"><a href="#cite_note-sn20190426-447">[435]</a></sup><sup class="reference" id="cite_ref-448"><a href="#cite_note-448">[436]</a></sup><sup class="reference" id="cite_ref-449"><a href="#cite_note-449">[437]</a></sup> Each Starlink satellite has a mass of 227 kg (500 lb),<sup class="reference" id="cite_ref-450"><a href="#cite_note-450">[438]</a></sup> and the combined launch mass was 13,620 kg (30,030 lb) the heaviest payload launched by SpaceX at that time.<sup class="reference" id="cite_ref-451"><a href="#cite_note-451">[439]</a></sup> The fairings were recovered<sup class="reference" id="cite_ref-452"><a href="#cite_note-452">[440]</a></sup> and reused for Starlink L5 in March 2020.<sup class="reference" id="cite_ref-453"><a href="#cite_note-453">[441]</a></sup> These are the first commercial satellites to use <a href="/wiki/Krypton" title="Krypton">krypton</a> as fuel for their <a href="/wiki/Ion_thruster" title="Ion thruster">ion thrusters</a>, which is cheaper than the usual <a href="/wiki/Xenon" title="Xenon">xenon</a> fuel.<sup class="reference" id="cite_ref-454"><a href="#cite_note-454">[442]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">72
</th>
<td>12 June 2019,<br/>14:17
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/>B1051.2<sup class="reference" id="cite_ref-nsf-20190306_431-2"><a href="#cite_note-nsf-20190306-431">[420]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Vandenberg_Air_Force_Base" title="Vandenberg Air Force Base">VAFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a href="/wiki/RADARSAT_Constellation" title="RADARSAT Constellation">RADARSAT Constellation</a><br/>(3 satellites)
</td>
<td>4,200 kg (9,300 lb)<sup class="reference" id="cite_ref-:9_455-0"><a href="#cite_note-:9-455">[443]</a></sup>
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>
</td>
<td><a href="/wiki/Canadian_Space_Agency" title="Canadian Space Agency">Canadian Space Agency</a> (CSA)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(ground pad)</span></small>
</td></tr>
<tr>
<td colspan="9">A trio of satellites built for Canada's RADARSAT program were launched that plan to replace the aging <a href="/wiki/Radarsat-1" title="Radarsat-1">Radarsat-1</a> and <a href="/wiki/Radarsat-2" title="Radarsat-2">Radarsat-2</a>. The new satellites contain Automated Identification System (AIS) for locating ships and provide the world's most advanced, comprehensive method of maintaining Arctic sovereignty, conducting coastal surveillance, and ensuring maritime security.<sup class="reference" id="cite_ref-456"><a href="#cite_note-456">[444]</a></sup><sup class="reference" id="cite_ref-:9_455-1"><a href="#cite_note-:9-455">[443]</a></sup> The mission was originally scheduled to lift off in February but due to the landing failure of booster <a class="mw-redirect" href="/wiki/Falcon_9_booster_B1050" title="Falcon 9 booster B1050">B1050</a>, this flight was switched to B1051 (used on <a href="/wiki/Crew_Dragon_Demo-1" title="Crew Dragon Demo-1">Crew Dragon Demo-1</a>) and delayed to allow refurbishment and transport to the West coast.<sup class="reference" id="cite_ref-nsf-20190306_431-3"><a href="#cite_note-nsf-20190306-431">[420]</a></sup> The booster landed safely through fog.<sup class="reference" id="cite_ref-457"><a href="#cite_note-457">[445]</a></sup> A payload cost of roughly US$1 billion made this SpaceX's second most expensive payload launched<sup class="reference" id="cite_ref-458"><a href="#cite_note-458">[446]</a></sup><sup class="reference" id="cite_ref-459"><a href="#cite_note-459">[447]</a></sup> and most valuable commercial payload so far put into orbit.<sup class="reference" id="cite_ref-460"><a href="#cite_note-460">[448]</a></sup>
</td></tr>
<tr>
<th rowspan="4" scope="row" style="text-align:center;">FH 3
</th>
<td rowspan="3">25 June 2019,<br/>06:30<sup class="reference" id="cite_ref-461"><a href="#cite_note-461">[449]</a></sup>
</td>
<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a><br/><span class="nowrap">B1057 core</span><sup class="reference" id="cite_ref-nsf-20190306_431-4"><a href="#cite_note-nsf-20190306-431">[420]</a></sup>
</td>
<td rowspan="3"><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td rowspan="3"><a href="/wiki/Space_Test_Program" title="Space Test Program">Space Test Program</a> Flight 2 (STP-2)
</td>
<td rowspan="3">3,700 kg (8,200 lb)
</td>
<td rowspan="3"><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> / <a class="mw-redirect" href="/wiki/Medium_Earth_Orbit" title="Medium Earth Orbit">MEO</a>
</td>
<td rowspan="3"><a href="/wiki/United_States_Air_Force" title="United States Air Force">USAF</a>
</td>
<td class="table-success" rowspan="3" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-failure" style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;">Failure<br/><small>(drone ship)</small>
</td></tr>
<tr>
<td>B1052.2<br/>(side) ♺
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(ground pad)</small>
</td></tr>
<tr>
<td>B1053.2<br/>(side) ♺
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small>(ground pad)</small>
</td></tr>
<tr>
<td colspan="9"><a href="/wiki/United_States_Air_Force" title="United States Air Force">USAF</a> <a href="/wiki/Space_Test_Program" title="Space Test Program">Space Test Program</a> Flight 2 (STP-2)<sup class="reference" id="cite_ref-spx20121205_81-1"><a href="#cite_note-spx20121205-81">[74]</a></sup> carried 24 small satellites,<sup class="reference" id="cite_ref-STP2_462-0"><a href="#cite_note-STP2-462">[450]</a></sup> including: <a class="mw-redirect" href="/wiki/FormoSat" title="FormoSat">FormoSat</a>-7 A/B/C/D/E/F integrated using <a href="/wiki/EELV_Secondary_Payload_Adapter" title="EELV Secondary Payload Adapter">EELV Secondary Payload Adapter</a>,<sup class="reference" id="cite_ref-fbo_463-0"><a href="#cite_note-fbo-463">[451]</a></sup> <a href="/wiki/Demonstration_and_Science_Experiments" title="Demonstration and Science Experiments">DSX</a>, Prox-1<sup class="reference" id="cite_ref-planetary-society-20170602_464-0"><a href="#cite_note-planetary-society-20170602-464">[452]</a></sup> <a href="/wiki/Green_Propellant_Infusion_Mission" title="Green Propellant Infusion Mission">GPIM</a>,<sup class="reference" id="cite_ref-GPIM_465-0"><a href="#cite_note-GPIM-465">[453]</a></sup> <a href="/wiki/Deep_Space_Atomic_Clock" title="Deep Space Atomic Clock">DSAC</a>,<sup class="reference" id="cite_ref-DSAC_466-0"><a href="#cite_note-DSAC-466">[454]</a></sup> <a href="/wiki/Innovative_Space-based_Radar_Antenna_Technology" title="Innovative Space-based Radar Antenna Technology">ISAT</a>, SET,<sup class="reference" id="cite_ref-467"><a href="#cite_note-467">[455]</a></sup> <a href="/wiki/COSMIC-2" title="COSMIC-2">COSMIC-2</a>, Oculus-ASR, OBT, NPSat,<sup class="reference" id="cite_ref-spacexstp2_468-0"><a href="#cite_note-spacexstp2-468">[456]</a></sup> and several CubeSats including E-TBEx,<sup class="reference" id="cite_ref-469"><a href="#cite_note-469">[457]</a></sup> <a class="mw-redirect" href="/wiki/LightSail_2" title="LightSail 2">LightSail 2</a>,<sup class="reference" id="cite_ref-470"><a href="#cite_note-470">[458]</a></sup> TEPCE, PSAT, and three <a href="/wiki/Educational_Launch_of_Nanosatellites#Launched_missions" title="Educational Launch of Nanosatellites">ELaNa 15</a> CubeSats. Total payload mass was 3,700 kg (8,200 lb).<sup class="reference" id="cite_ref-471"><a href="#cite_note-471">[459]</a></sup> The mission lasted six hours during which the second stage ignited four times and went into different orbits to deploy satellites including a "propulsive passivation maneuver".<sup class="reference" id="cite_ref-spacexstp2_468-1"><a href="#cite_note-spacexstp2-468">[456]</a></sup><sup class="reference" id="cite_ref-472"><a href="#cite_note-472">[460]</a></sup>
<p>Third flight of Falcon Heavy. The side boosters from the Arabsat-6A mission just 2.5 months before were reused on this flight and successfully returned to LZ-1 and LZ-2.<sup class="reference" id="cite_ref-nsf-20190306_431-5"><a href="#cite_note-nsf-20190306-431">[420]</a></sup> The center core, in use for the first time, underwent the most energetic reentry attempted by SpaceX, and attempted a landing over 1,200 km (750 mi) downrange, 30% further than any previous landing.<sup class="reference" id="cite_ref-473"><a href="#cite_note-473">[461]</a></sup> This core suffered a thrust vector control failure in the center engine caused by a breach in the engine bay due to the extreme heat. The core thus failed its landing attempt on the drone ship <i>Of Course I Still Love You</i> due to lack of control when the outer engines shut down.<sup class="reference" id="cite_ref-474"><a href="#cite_note-474">[462]</a></sup> For the first time one fairing half was successfully landed on the catch-net of the support ship GO <i><a class="mw-redirect" href="/wiki/Ms._Tree_(ship)" title="Ms. Tree (ship)">Ms. Tree</a></i> (formerly <i>Mr. Steven</i>).<sup class="reference" id="cite_ref-475"><a href="#cite_note-475">[463]</a></sup>
</p>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">73
</th>
<td>25 July 2019,<br/>22:01<sup class="reference" id="cite_ref-auto5_476-0"><a href="#cite_note-auto5-476">[464]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a class="mw-redirect" href="/wiki/Falcon_9_booster_B1056" title="Falcon 9 booster B1056">B1056.2</a><sup class="reference" id="cite_ref-B1056use_477-0"><a href="#cite_note-B1056use-477">[465]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a><br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/SpaceX_CRS-18" title="SpaceX CRS-18">SpaceX CRS-18</a><sup class="reference" id="cite_ref-spn-20160224_148-7"><a href="#cite_note-spn-20160224-148">[141]</a></sup><br/>(<a href="/wiki/Dragon_C108" title="Dragon C108">Dragon C108</a>.3 ♺)
</td>
<td>2,268 kg (5,000 lb)<sup class="reference" id="cite_ref-auto5_476-1"><a href="#cite_note-auto5-476">[464]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(ground pad)</span></small>
</td></tr>
<tr>
<td colspan="9">This launch carried nearly 9,000 individual unique payloads including over one ton of science experiments, the most so far launched on a <a href="/wiki/SpaceX_Dragon" title="SpaceX Dragon">SpaceX Dragon</a>. The third <a href="/wiki/International_Docking_Adapter" title="International Docking Adapter">International Docking Adapter</a> (IDA-3), a replacement for the first IDA lost during the <a href="/wiki/SpaceX_CRS-7" title="SpaceX CRS-7">CRS-7</a> launch anomaly, was one of the external payloads on this mission.<sup class="reference" id="cite_ref-478"><a href="#cite_note-478">[466]</a></sup> Along with food and science, the Dragon also carried the <a href="/wiki/Educational_Launch_of_Nanosatellites" title="Educational Launch of Nanosatellites">ELaNa 27</a> RFTSat CubeSat<sup class="reference" id="cite_ref-479"><a href="#cite_note-479">[467]</a></sup> and MakerSat-1 which will be used to demonstrate microgravity additive manufacturing. The satellite is expected to be launched by a <a href="/wiki/Cygnus_(spacecraft)" title="Cygnus (spacecraft)">Cygnus</a> dispenser later in July 2019.
<p>The booster used on this flight was the same used on <a href="/wiki/SpaceX_CRS-17" title="SpaceX CRS-17">CRS-17</a> earlier in the year; originally, it was planned to reuse it again for the <a href="/wiki/SpaceX_CRS-19" title="SpaceX CRS-19">CRS-19</a> mission later this year,<sup class="reference" id="cite_ref-480"><a href="#cite_note-480">[468]</a></sup> but the plan was scrapped. For the first time, the twice flown <a href="/wiki/SpaceX_Dragon" title="SpaceX Dragon">Dragon</a> spacecraft also made a third flight.<sup class="reference" id="cite_ref-:12_481-0"><a href="#cite_note-:12-481">[469]</a></sup> Also used for the first time was a gray-band painted where the <a href="/wiki/RP-1" title="RP-1">RP-1 kerosene</a> tank is located, to help with thermal conductivity and thus saving fuel during long coasts.<sup class="reference" id="cite_ref-482"><a href="#cite_note-482">[470]</a></sup>
</p>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">74
</th>
<td>6 August 2019,<br/>23:23<sup class="reference" id="cite_ref-483"><a href="#cite_note-483">[471]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a class="mw-redirect" href="/wiki/Falcon_9_booster_B1047" title="Falcon 9 booster B1047">B1047.3</a><sup class="reference" id="cite_ref-484"><a href="#cite_note-484">[472]</a></sup>
</td>
<td nowrap=""><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a class="mw-redirect" href="/wiki/Amos-17" title="Amos-17">AMOS-17</a><sup class="reference" id="cite_ref-485"><a href="#cite_note-485">[473]</a></sup>
</td>
<td>6,500 kg (14,300 lb)<sup class="reference" id="cite_ref-1047expended_486-0"><a href="#cite_note-1047expended-486">[474]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Spacecom" title="Spacecom">Spacecom</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt<sup class="reference" id="cite_ref-1047expended_486-1"><a href="#cite_note-1047expended-486">[474]</a></sup>
</td></tr>
<tr>
<td colspan="9">AMOS-17 is the most advanced high-throughput satellite to provide satellite communication services to Africa.<sup class="reference" id="cite_ref-487"><a href="#cite_note-487">[475]</a></sup> Following the loss of <a class="mw-redirect" href="/wiki/AMOS-6" title="AMOS-6">AMOS-6</a> in September 2016, Spacecom was granted a free launch in compensation for the lost satellite.<sup class="reference" id="cite_ref-488"><a href="#cite_note-488">[476]</a></sup> Due to the free launch, Spacecom was able to expend the booster with no extra cost that comes with expending a booster, and thus could reach final orbit quicker. This booster became the second Block 5 booster to be expended.<sup class="reference" id="cite_ref-1047expended_486-2"><a href="#cite_note-1047expended-486">[474]</a></sup><sup class="reference" id="cite_ref-489"><a href="#cite_note-489">[477]</a></sup> For the second time, <i>Ms. Tree</i> managed to catch a fairing half directly into its net.<sup class="reference" id="cite_ref-490"><a href="#cite_note-490">[478]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">75
</th>
<td>11 November 2019,<br/>14:56<sup class="reference" id="cite_ref-491"><a href="#cite_note-491">[479]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a class="mw-redirect" href="/wiki/B1048" title="B1048">B1048.4</a>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 1 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)<sup class="reference" id="cite_ref-SLNov19_5-2"><a href="#cite_note-SLNov19-5">[5]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a>
</td>
<td><a href="/wiki/Spacecom" title="Spacecom">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Second large batch of Starlink satellites and the first operational mission of the constellation, it launched in a roughly 290 km (180 mi) orbit at an inclination of 53.0°. At 15,600 kg (34,400 lb), it is the heaviest payload so far launched by SpaceX, breaking the record set by the Starlink v0.9 flight earlier that year.<sup class="reference" id="cite_ref-SLNov19_5-3"><a href="#cite_note-SLNov19-5">[5]</a></sup> This flight marked the first time that a Falcon 9 booster made a fourth flight and landing.<sup class="reference" id="cite_ref-:13_492-0"><a href="#cite_note-:13-492">[480]</a></sup> This was also the first time that a Falcon 9 re-used fairings (from ArabSat-6A in April 2019).<sup class="reference" id="cite_ref-:14_441-1"><a href="#cite_note-:14-441">[429]</a></sup> It was planned to recover the fairings with both <i>Ms. Tree</i> and <i>Ms. Chief</i> but the plan was abandoned due to rough seas.<sup class="reference" id="cite_ref-SLNov19_5-4"><a href="#cite_note-SLNov19-5">[5]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">76
</th>
<td>5 December 2019,<br/>17:29<sup class="reference" id="cite_ref-493"><a href="#cite_note-493">[481]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br/>B1059.1<sup class="reference" id="cite_ref-:02_494-0"><a href="#cite_note-:02-494">[482]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/SpaceX_CRS-19" title="SpaceX CRS-19">SpaceX CRS-19</a><sup class="reference" id="cite_ref-spn-201602242_495-0"><a href="#cite_note-spn-201602242-495">[483]</a></sup><br/>(Dragon C106.3 ♺)
</td>
<td>2,617 kg (5,769 lb)
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Second re-supply flight to use a Cargo Dragon for the third time.<sup class="reference" id="cite_ref-496"><a href="#cite_note-496">[484]</a></sup> This flight carried Robotic Tool Stowage (RiTS), a docking station that allows equipment that looks for leaks on the Space Station be stored on the outside. Also on board were upgrades for the <a href="/wiki/Cold_Atom_Laboratory" title="Cold Atom Laboratory">Cold Atom Laboratory (CAL)</a>. Onboard experiments include the testing of the spread of fire in space, mating barley in microgravity and experiments to test muscle and bone growth in microgravity.<sup class="reference" id="cite_ref-:152_497-0"><a href="#cite_note-:152-497">[485]</a></sup> Secondary payloads include the Hyperspectral Imager Suite (HISUI), an experiment to image high resolution across all colours of the light spectrum, allowing for imaging of soil, rocks, vegetation, snow, ice and man-made objects. Additionally, there were three CubeSats from NASA's <a href="/wiki/Educational_Launch_of_Nanosatellites" title="Educational Launch of Nanosatellites">ELaNa 28</a> mission,<sup class="reference" id="cite_ref-Upcoming-ELaNa_391-1"><a href="#cite_note-Upcoming-ELaNa-391">[381]</a></sup> including the AztechSat-1 satellite built by students in Mexico.<sup class="reference" id="cite_ref-:152_497-1"><a href="#cite_note-:152-497">[485]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">77
</th>
<td>17 December 2019,<br/>00:10<sup class="reference" id="cite_ref-sjcs_498-0"><a href="#cite_note-sjcs-498">[486]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a class="mw-redirect" href="/wiki/B1056" title="B1056">B1056.3</a><sup class="reference" id="cite_ref-:02_494-1"><a href="#cite_note-:02-494">[482]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/JSAT_(satellite_constellation)" title="JSAT (satellite constellation)">JCSat-18</a> / <a href="/wiki/Kacific_Broadband_Satellites" title="Kacific Broadband Satellites">Kacific 1</a><sup class="reference" id="cite_ref-sn-20170905_499-0"><a href="#cite_note-sn-20170905-499">[487]</a></sup>
</td>
<td>6,956 kg (15,335 lb)<sup class="reference" id="cite_ref-sjcs_498-1"><a href="#cite_note-sjcs-498">[486]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a class="mw-redirect" href="/wiki/SKY_Perfect_JSAT_Group" title="SKY Perfect JSAT Group">Sky Perfect JSAT</a><br/><a href="/wiki/Kacific_Broadband_Satellites" title="Kacific Broadband Satellites">Kacific 1</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Singaporean-Japanese <a href="/wiki/CondoSat" title="CondoSat">CondoSat</a> that will cover the Asia-Pacific region.<sup class="reference" id="cite_ref-500"><a href="#cite_note-500">[488]</a></sup> Due to the heavy weight of the payload, it was injected into a lower energy sub-synchronous orbit of 20,000 km (12,000 mi); the satellite itself will transfer to full GTO. This was the third Falcon 9 launch for JSAT and the previous two were in 2016. SpaceX successfully landed B1056.3 but both fairing halves missed the recovery boats <i>Ms. Tree</i> and <i>Ms. Chief.</i><sup class="reference" id="cite_ref-501"><a href="#cite_note-501">[489]</a></sup>
</td></tr></tbody></table>
<h3><span class="mw-headline" id="2020">2020</span></h3>
<p>In late 2019, <a href="/wiki/Gwynne_Shotwell" title="Gwynne Shotwell">Gwynne Shotwell</a> stated that SpaceX hoped for as many as 24 launches for Starlink satellites in 2020,<sup class="reference" id="cite_ref-spacenews-spacex-plans-24-starlink-launches-next-year_502-0"><a href="#cite_note-spacenews-spacex-plans-24-starlink-launches-next-year-502">[490]</a></sup> in addition to 14 or 15 non-Starlink launches. At 26 launches, 13 of which for Starlink satellites, Falcon 9 had its most prolific year, and Falcon rockets were second most prolific rocket family of 2020, only behind China's <a href="/wiki/Long_March_(rocket_family)" title="Long March (rocket family)">Long March</a> rocket family.<sup class="reference" id="cite_ref-503"><a href="#cite_note-503">[491]</a></sup>
</p>
<table class="wikitable plainrowheaders collapsible" style="width: 100%;">
<tbody><tr>
<th scope="col">Flight No.
</th>
<th scope="col">Date and<br/>time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)
</th>
<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br/>Booster</a><sup class="reference" id="cite_ref-booster_11-7"><a href="#cite_note-booster-11">[b]</a></sup>
</th>
<th scope="col">Launch<br/>site
</th>
<th scope="col">Payload<sup class="reference" id="cite_ref-Dragon_12-7"><a href="#cite_note-Dragon-12">[c]</a></sup>
</th>
<th scope="col">Payload mass
</th>
<th scope="col">Orbit
</th>
<th scope="col">Customer
</th>
<th scope="col">Launch<br/>outcome
</th>
<th scope="col"><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Booster<br/>landing</a>
</th></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">78
</th>
<td>7 January 2020,<br/>02:19:21<sup class="reference" id="cite_ref-504"><a href="#cite_note-504">[492]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺ <br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1049" title="List of Falcon 9 first-stage boosters">B1049.4</a>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 2 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)<sup class="reference" id="cite_ref-SLNov19_5-5"><a href="#cite_note-SLNov19-5">[5]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Third large batch and second operational flight of Starlink constellation. One of the 60 satellites included a test coating to make the satellite less reflective, and thus less likely to interfere with ground-based astronomical observations.<sup class="reference" id="cite_ref-505"><a href="#cite_note-505">[493]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">79
</th>
<td>19 January 2020,<br/>15:30<sup class="reference" id="cite_ref-506"><a href="#cite_note-506">[494]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺ <br/><a class="mw-redirect" href="/wiki/B1046" title="B1046">B1046.4</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/SpaceX_Dragon_2#In-flight_abort_test" title="SpaceX Dragon 2">Crew Dragon in-flight abort test</a><sup class="reference" id="cite_ref-sn20150702_507-0"><a href="#cite_note-sn20150702-507">[495]</a></sup><br/>(Dragon C205.1)
</td>
<td>12,050 kg (26,570 lb)
</td>
<td><a class="mw-redirect" href="/wiki/Sub-orbital" title="Sub-orbital">Sub-orbital</a><sup class="reference" id="cite_ref-508"><a href="#cite_note-508">[496]</a></sup>
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a class="mw-redirect" href="/wiki/ISS_Crew_Transportation_Services" title="ISS Crew Transportation Services">CTS</a>)<sup class="reference" id="cite_ref-CCD6_509-0"><a href="#cite_note-CCD6-509">[497]</a></sup>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt
</td></tr>
<tr>
<td colspan="9">An atmospheric test of the <a href="/wiki/SpaceX_Dragon_2" title="SpaceX Dragon 2">Dragon 2</a> abort system after <a class="mw-redirect" href="/wiki/Max_Q" title="Max Q">Max Q</a>. The capsule fired its <a href="/wiki/SuperDraco" title="SuperDraco">SuperDraco</a> engines, reached an apogee of 40 km (25 mi), deployed parachutes after reentry, and <a href="/wiki/Splashdown" title="Splashdown">splashed down</a> in the ocean 31 km (19 mi) downrange from the launch site. The test was previously slated to be accomplished with the <a href="/wiki/Crew_Dragon_Demo-1" title="Crew Dragon Demo-1">Crew Dragon Demo-1</a> capsule;<sup class="reference" id="cite_ref-nsf-20170811_510-0"><a href="#cite_note-nsf-20170811-510">[498]</a></sup> but that test article exploded during a ground test of SuperDraco engines on 20 April 2019.<sup class="reference" id="cite_ref-:11_430-1"><a href="#cite_note-:11-430">[419]</a></sup> The abort test used the capsule originally intended for the first crewed flight.<sup class="reference" id="cite_ref-sfn_crewdragon_may19_511-0"><a href="#cite_note-sfn_crewdragon_may19-511">[499]</a></sup> As expected, the booster was destroyed by aerodynamic forces after the capsule aborted.<sup class="reference" id="cite_ref-512"><a href="#cite_note-512">[500]</a></sup> First flight of a Falcon 9 with only one functional stage — the second stage had a <a class="mw-redirect" href="/wiki/Mass_simulator" title="Mass simulator">mass simulator</a> in place of its engine.
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">80
</th>
<td>29 January 2020,<br/>14:07<sup class="reference" id="cite_ref-513"><a href="#cite_note-513">[501]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a class="mw-redirect" href="/wiki/Falcon_9_booster_B1051" title="Falcon 9 booster B1051">B1051.3</a>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 3 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)<sup class="reference" id="cite_ref-SLNov19_5-6"><a href="#cite_note-SLNov19-5">[5]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Third operational and fourth large batch of Starlink satellites, deployed in a circular 290 km (180 mi) orbit. One of the fairing halves was caught, while the other was fished out of the ocean.<sup class="reference" id="cite_ref-catch3_514-0"><a href="#cite_note-catch3-514">[502]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">81
</th>
<td>17 February 2020,<br/>15:05<sup class="reference" id="cite_ref-515"><a href="#cite_note-515">[503]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a class="mw-redirect" href="/wiki/Falcon_9_booster_B1056" title="Falcon 9 booster B1056">B1056.4</a>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 4 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)<sup class="reference" id="cite_ref-SLNov19_5-7"><a href="#cite_note-SLNov19-5">[5]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-failure" style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;">Failure<br/><small>(drone ship)</small>
</td></tr>
<tr>
<td colspan="9">Fourth operational and fifth large batch of Starlink satellites. Used a new flight profile which deployed into a 212 km × 386 km (132 mi × 240 mi) elliptical orbit instead of launching into a circular orbit and firing the second stage engine twice. The first stage booster failed to land on the drone ship<sup class="reference" id="cite_ref-516"><a href="#cite_note-516">[504]</a></sup> due to incorrect wind data.<sup class="reference" id="cite_ref-517"><a href="#cite_note-517">[505]</a></sup> This was the first time a flight proven booster failed to land.
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">82
</th>
<td>7 March 2020,<br/>04:50<sup class="reference" id="cite_ref-518"><a href="#cite_note-518">[506]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1059" title="List of Falcon 9 first-stage boosters">B1059.2</a>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/SpaceX_CRS-20" title="SpaceX CRS-20">SpaceX CRS-20</a><br/>(Dragon C112.3 ♺)
</td>
<td>1,977 kg (4,359 lb)<sup class="reference" id="cite_ref-519"><a href="#cite_note-519">[507]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(ground pad)</span></small>
</td></tr>
<tr>
<td colspan="9">Last launch of phase 1 of the CRS contract. Carries <i>Bartolomeo</i>, an <a class="mw-redirect" href="/wiki/ESA" title="ESA">ESA</a> platform for hosting external payloads onto ISS.<sup class="reference" id="cite_ref-520"><a href="#cite_note-520">[508]</a></sup> Originally scheduled to launch on 2 March 2020, the launch date was pushed back due to a second stage engine failure. SpaceX decided to swap out the second stage instead of replacing the faulty part.<sup class="reference" id="cite_ref-521"><a href="#cite_note-521">[509]</a></sup> It was SpaceX's 50th successful landing of a first stage booster, the third flight of the Dragon C112 and the last launch of the cargo <a class="mw-redirect" href="/wiki/Dragon_(spacecraft)" title="Dragon (spacecraft)">Dragon</a> spacecraft.
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">83
</th>
<td>18 March 2020,<br/>12:16<sup class="reference" id="cite_ref-522"><a href="#cite_note-522">[510]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺ <br/><a class="mw-redirect" href="/wiki/Falcon_9_booster_B1048" title="Falcon 9 booster B1048">B1048.5</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 5 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)<sup class="reference" id="cite_ref-SLNov19_5-8"><a href="#cite_note-SLNov19-5">[5]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-failure" style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;">Failure<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Fifth operational launch of Starlink satellites. It was the first time a first stage booster flew for a fifth time and the second time the fairings were reused (Starlink flight in May 2019).<sup class="reference" id="cite_ref-523"><a href="#cite_note-523">[511]</a></sup> Towards the end of the first stage burn, the booster suffered premature shut down of an engine, the first of a <a class="mw-redirect" href="/wiki/Merlin_1D" title="Merlin 1D">Merlin 1D</a> variant and first since the CRS-1 mission in October 2012. However, the payload still reached the targeted orbit.<sup class="reference" id="cite_ref-524"><a href="#cite_note-524">[512]</a></sup> This was the second Starlink launch booster landing failure in a row, later revealed to be caused by residual cleaning fluid trapped inside a sensor.<sup class="reference" id="cite_ref-525"><a href="#cite_note-525">[513]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">84
</th>
<td>22 April 2020,<br/>19:30<sup class="reference" id="cite_ref-526"><a href="#cite_note-526">[514]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1051" title="List of Falcon 9 first-stage boosters">B1051.4</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 6 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)<sup class="reference" id="cite_ref-SLNov19_5-9"><a href="#cite_note-SLNov19-5">[5]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Sixth operational launch of Starlink satellites. The 84th flight of the Falcon 9 rocket, it surpassed <a href="/wiki/Atlas_V" title="Atlas V">Atlas V</a> to become the most-flown operational US rocket.<sup class="reference" id="cite_ref-leader_527-0"><a href="#cite_note-leader-527">[515]</a></sup> Used fairings launched on AMOS-17 (August 2019).<sup class="reference" id="cite_ref-528"><a href="#cite_note-528">[516]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">85
</th>
<td>30 May 2020,<br/>19:22<sup class="reference" id="cite_ref-529"><a href="#cite_note-529">[517]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1058" title="List of Falcon 9 first-stage boosters">B1058.1</a><sup class="reference" id="cite_ref-nsf_2Aug19_530-0"><a href="#cite_note-nsf_2Aug19-530">[518]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Crew_Dragon_Demo-2" title="Crew Dragon Demo-2">Crew Dragon Demo-2</a><sup class="reference" id="cite_ref-nsf20150305_424-1"><a href="#cite_note-nsf20150305-424">[414]</a></sup><br/>(<a class="mw-redirect" href="/wiki/SpaceX_Crew_Dragon_Endeavour" title="SpaceX Crew Dragon Endeavour">Crew Dragon C206.1 <i>Endeavour</i></a>)
</td>
<td>12,530 kg (27,620 lb)<sup class="reference" id="cite_ref-531"><a href="#cite_note-531">[519]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a class="mw-redirect" href="/wiki/Commercial_Crew_Development" title="Commercial Crew Development">CCDev</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">First crewed orbital spaceflight from American soil since Space Shuttle <a href="/wiki/STS-135" title="STS-135">STS-135</a> in July 2011, carrying <a href="/wiki/NASA" title="NASA">NASA</a> astronauts <a href="/wiki/Bob_Behnken" title="Bob Behnken">Bob Behnken</a> and <a href="/wiki/Doug_Hurley" title="Doug Hurley">Doug Hurley</a> to the <a href="/wiki/International_Space_Station" title="International Space Station">International Space Station</a>.<sup class="reference" id="cite_ref-nsf20150305_424-2"><a href="#cite_note-nsf20150305-424">[414]</a></sup> The SpaceX live stream was peaked at 4.1 million viewers, while NASA estimated roughly 10 million people watched on various online platforms, and approximately 150,000 people gathered on Florida's <a class="mw-redirect" href="/wiki/Space_coast" title="Space coast">space coast</a> despite the risks of the <a href="/wiki/COVID-19_pandemic" title="COVID-19 pandemic">COVID-19 pandemic</a>.<sup class="reference" id="cite_ref-532"><a href="#cite_note-532">[520]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">86
</th>
<td>4 June 2020,<br/>01:25<sup class="reference" id="cite_ref-:16_533-0"><a href="#cite_note-:16-533">[521]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1049" title="List of Falcon 9 first-stage boosters">B1049.5</a>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 7 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)<sup class="reference" id="cite_ref-SLNov19_5-10"><a href="#cite_note-SLNov19-5">[5]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Seventh operational launch of Starlink satellites, occurred on the 10th anniversary of the first Falcon 9 flight. Included "VisorSat" satellite test that uses a sunshade to limit reflectivity.<sup class="reference" id="cite_ref-NAS280420_534-0"><a href="#cite_note-NAS280420-534">[522]</a></sup> First booster to successfully land five times, and first to land on <a href="/wiki/Autonomous_spaceport_drone_ship" title="Autonomous spaceport drone ship">Just Read The Instructions</a> since it was moved to the <a href="/wiki/East_Coast_of_the_United_States" title="East Coast of the United States">East Coast</a>.
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">87
</th>
<td>13 June 2020,<br/>09:21<sup class="reference" id="cite_ref-:17_535-0"><a href="#cite_note-:17-535">[523]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1059" title="List of Falcon 9 first-stage boosters">B1059.3</a>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 8 v1.0 (58 satellites),<sup class="reference" id="cite_ref-nsf20200612_536-0"><a href="#cite_note-nsf20200612-536">[524]</a></sup><sup class="reference" id="cite_ref-537"><a href="#cite_note-537">[525]</a></sup><br/><a href="/wiki/SkySat" title="SkySat">SkySats</a>-16, -17, -18
</td>
<td>15,410 kg (33,970 lb)<sup class="reference" id="cite_ref-:17_535-1"><a href="#cite_note-:17-535">[523]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a><br/><a href="/wiki/Planet_Labs" title="Planet Labs">Planet Labs</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Eighth operational launch of Starlink satellites, included the first <a href="/wiki/Secondary_payload" title="Secondary payload">rideshare</a> in SpaceX's <a class="mw-redirect" href="/wiki/SpaceX_SmallSat_Rideshare_Program" title="SpaceX SmallSat Rideshare Program">SmallSat Program</a>, of three <a href="/wiki/SkySat" title="SkySat">SkySat</a> satellites.<sup class="reference" id="cite_ref-:15_538-0"><a href="#cite_note-:15-538">[526]</a></sup><sup class="reference" id="cite_ref-539"><a href="#cite_note-539">[527]</a></sup> One payload fairing half launched on <a href="/wiki/JSAT_(satellite_constellation)" title="JSAT (satellite constellation)">JCSat-18</a> / <a href="/wiki/Kacific_Broadband_Satellites" title="Kacific Broadband Satellites">Kacific 1</a> mission in December 2019. The other payload fairing half flew on Starlink 2 v1.0 in January 2020.<sup class="reference" id="cite_ref-540"><a href="#cite_note-540">[528]</a></sup> For the first time, SpaceX did not perform a static fire before launch.
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">88
</th>
<td>30 June 2020,<br/>20:10:46<sup class="reference" id="cite_ref-541"><a href="#cite_note-541">[529]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1060" title="List of Falcon 9 first-stage boosters">B1060.1</a>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/GPS_Block_III" title="GPS Block III">GPS III</a>-<a href="/wiki/List_of_GPS_satellites" title="List of GPS satellites">03</a> (<i><a href="/wiki/Matthew_Henson" title="Matthew Henson">Matthew Henson</a></i>)
</td>
<td>4,311 kg (9,504 lb)<sup class="reference" id="cite_ref-clark-20200630_542-0"><a href="#cite_note-clark-20200630-542">[530]</a></sup>
</td>
<td><a href="/wiki/Medium_Earth_orbit" title="Medium Earth orbit">MEO</a>
</td>
<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">U.S. Space Force</a><sup class="reference" id="cite_ref-clark-20200630_542-1"><a href="#cite_note-clark-20200630-542">[530]</a></sup>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Payload manufacturing contract awarded January 2012,<sup class="reference" id="cite_ref-gps_34_manufacturing_543-0"><a href="#cite_note-gps_34_manufacturing-543">[531]</a></sup> fully assembled in August 2017,<sup class="reference" id="cite_ref-gpsworld_20171127_544-0"><a href="#cite_note-gpsworld_20171127-544">[532]</a></sup><sup class="reference" id="cite_ref-gleckel-2017-11_545-0"><a href="#cite_note-gleckel-2017-11-545">[533]</a></sup> and completed thermal vacuum testing in June 2018.<sup class="reference" id="cite_ref-gps_status_20180926_546-0"><a href="#cite_note-gps_status_20180926-546">[534]</a></sup> Launch contract was awarded initially for US$96.5 million,<sup class="reference" id="cite_ref-547"><a href="#cite_note-547">[535]</a></sup> but later, this was discounted in exchange for allowing to launch configuration enabling booster recovery.<sup class="reference" id="cite_ref-548"><a href="#cite_note-548">[536]</a></sup> The vehicle nicknamed <i>Columbus</i> was transported to Florida in February 2020,<sup class="reference" id="cite_ref-549"><a href="#cite_note-549">[537]</a></sup> but launch was delayed by the customer from April 2020 due to the <a href="/wiki/COVID-19" title="COVID-19">COVID-19</a> pandemic.<sup class="reference" id="cite_ref-sn20200407_550-0"><a href="#cite_note-sn20200407-550">[538]</a></sup> The launch was dedicated to the memory of the recently deceased, late commander of the <a href="/wiki/21st_Space_Wing" title="21st Space Wing">21st Space Wing</a>, Colonel Thomas G. Falzarano,<sup class="reference" id="cite_ref-sn20200630_551-0"><a href="#cite_note-sn20200630-551">[539]</a></sup><sup class="reference" id="cite_ref-s&s20200513_552-0"><a href="#cite_note-s&s20200513-552">[540]</a></sup> and after launch, in October 2020, the nickname was changed to that of the Arctic explorer <a href="/wiki/Matthew_Henson" title="Matthew Henson">Matthew Henson</a>.<sup class="reference" id="cite_ref-GPS_553-0"><a href="#cite_note-GPS-553">[541]</a></sup><sup class="reference" id="cite_ref-sn-20160427_400-1"><a href="#cite_note-sn-20160427-400">[390]</a></sup> The second stage featured a gray band to allow more heat to be absorbed during the longer coasting period,<sup class="reference" id="cite_ref-554"><a href="#cite_note-554">[542]</a></sup> while both fairings were recovered out of the water without attempting a catch in the net.
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">89
</th>
<td>20 July 2020,<br/>21:30<sup class="reference" id="cite_ref-SFN20200720_555-0"><a href="#cite_note-SFN20200720-555">[543]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺ <br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1058" title="List of Falcon 9 first-stage boosters">B1058.2</a><sup class="reference" id="cite_ref-Gunter_556-0"><a href="#cite_note-Gunter-556">[544]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/ANASIS-II" title="ANASIS-II">ANASIS-II</a>
</td>
<td>5,000–6,000 kg (11,000–13,000 lb)
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Republic_of_Korea_Army" title="Republic of Korea Army">Republic of Korea Army</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">At 5-6 tonnes, the satellite formerly known as <i>K-Milsat-1</i> is South Korea's first dedicated military satellite. Contracted by South Korea's <a href="/wiki/Defense_Acquisition_Program_Administration" title="Defense Acquisition Program Administration">Defense Acquisition Program Administration</a> in 2014.<sup class="reference" id="cite_ref-557"><a href="#cite_note-557">[545]</a></sup> 57th successful recovery of a Falcon 9 first stage. For the first time both fairing halves were also successfully caught by <a class="mw-redirect" href="/wiki/Ms._Tree_(ship)" title="Ms. Tree (ship)">fairing catching ships</a>.<sup class="reference" id="cite_ref-558"><a href="#cite_note-558">[546]</a></sup> This launch featured a booster reflight within 51 days, a new record turnaround time for a Falcon booster.<sup class="reference" id="cite_ref-559"><a href="#cite_note-559">[547]</a></sup> It was the same booster that launched the <a href="/wiki/Crew_Dragon_Demo-2" title="Crew Dragon Demo-2">Crew Dragon Demo-2</a> spacecraft on 30 May 2020.<sup class="reference" id="cite_ref-SFN20200720_555-1"><a href="#cite_note-SFN20200720-555">[543]</a></sup> The satellite was delivered to a <a class="mw-redirect" href="/wiki/Super-synchronous_transfer_orbit" title="Super-synchronous transfer orbit">super-synchronous transfer orbit</a> of 211 km × 45,454 km (131 mi × 28,244 mi), while both fairing halves were caught in the catch nets of the supports ships.<sup class="reference" id="cite_ref-560"><a href="#cite_note-560">[548]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">90
</th>
<td>7 August 2020,<br/>05:12<sup class="reference" id="cite_ref-561"><a href="#cite_note-561">[549]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1051" title="List of Falcon 9 first-stage boosters">B1051.5</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 9 v1.0 (57 Satellites),<sup class="reference" id="cite_ref-nsf20200612_536-1"><a href="#cite_note-nsf20200612-536">[524]</a></sup><br/><a href="/wiki/Spaceflight_Industries#BlackSky" title="Spaceflight Industries">SXRS-1 (BlackSky Global 7 and 8)</a>
</td>
<td>14,932 kg (32,919 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a><br/><a href="/wiki/Spaceflight_Industries" title="Spaceflight Industries">Spaceflight Industries</a> (BlackSky)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Ninth operational launch of Starlink satellites. This mission carried 57 Starlink satellites and two <a href="/wiki/Spaceflight_Industries#BlackSky" title="Spaceflight Industries">BlackSky</a> satellites as rideshare.<sup class="reference" id="cite_ref-562"><a href="#cite_note-562">[550]</a></sup> This first rideshare contracted with Spaceflight Industries was dubbed internally as "SXRS-1".<sup class="reference" id="cite_ref-spaceflight-20200617_563-0"><a href="#cite_note-spaceflight-20200617-563">[551]</a></sup> After previously testing on a single Starlink, the launch will have all 57 satellites include a "VisorSat" to reduce their brightness.<sup class="reference" id="cite_ref-564"><a href="#cite_note-564">[552]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">91
</th>
<td>18 August 2020 <br/>14:31<sup class="reference" id="cite_ref-565"><a href="#cite_note-565">[553]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1049" title="List of Falcon 9 first-stage boosters">B1049.6</a><sup class="reference" id="cite_ref-Gunter_556-1"><a href="#cite_note-Gunter-556">[544]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 10 v1.0 (58 satellites)<br/><a href="/wiki/SkySat" title="SkySat">SkySat</a>-19, -20, -21
</td>
<td>~15,440 kg (34,040 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a><br/><a href="/wiki/Planet_Labs" title="Planet Labs">Planet Labs</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Tenth operational launch of Starlink satellites. Starlink flight including three <a href="/wiki/SkySat" title="SkySat">SkySat</a> rideshare satellites.<sup class="reference" id="cite_ref-:15_538-1"><a href="#cite_note-:15-538">[526]</a></sup> First time a booster made a 6th flight.<sup class="reference" id="cite_ref-566"><a href="#cite_note-566">[554]</a></sup> The fairings previously flew on Starlink 3 v1.0. One fairing half was caught by <i>Go Ms. Tree</i>, the other was scooped out of the ocean.<sup class="reference" id="cite_ref-:15_538-2"><a href="#cite_note-:15-538">[526]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">92
</th>
<td>30 August 2020<br/>23:18<sup class="reference" id="cite_ref-567"><a href="#cite_note-567">[555]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1059" title="List of Falcon 9 first-stage boosters">B1059.4</a>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a class="mw-redirect" href="/wiki/SAOCOM_1B" title="SAOCOM 1B">SAOCOM 1B</a><sup class="reference" id="cite_ref-skyrocket-saocom1b_568-0"><a href="#cite_note-skyrocket-saocom1b-568">[556]</a></sup><br/><a class="new" href="/w/index.php?title=GNOMES_1&action=edit&redlink=1" title="GNOMES 1 (page does not exist)">GNOMES 1</a><sup class="reference" id="cite_ref-skyrocket-saocom1b_568-1"><a href="#cite_note-skyrocket-saocom1b-568">[556]</a></sup><br/><a href="/wiki/Tyvak" title="Tyvak">Tyvak-0172</a><sup class="reference" id="cite_ref-SAOCOM_1B_Mission_569-0"><a href="#cite_note-SAOCOM_1B_Mission-569">[557]</a></sup>
</td>
<td>3,130 kg (6,900 lb)<sup class="reference" id="cite_ref-570"><a href="#cite_note-570">[558]</a></sup>
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>
</td>
<td><a class="mw-redirect" href="/wiki/CONAE" title="CONAE">CONAE</a><br/><a class="new" href="/w/index.php?title=PlanetIQ&action=edit&redlink=1" title="PlanetIQ (page does not exist)">PlanetIQ</a><br/><a href="/wiki/Tyvak" title="Tyvak">Tyvak</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(ground pad)</span></small>
</td></tr>
<tr>
<td colspan="9">The 100th launch in SpaceX's history, first time a commercial launch on a fourth launch of a booster, it deployed Earth-observing satellites built by Argentina's space agency CONAE and two rideshares. SpaceX was contracted in 2009 for an initial launch as early as 2013.<sup class="reference" id="cite_ref-571"><a href="#cite_note-571">[559]</a></sup> Originally planned for launch from Vandenberg but launched from Cape Canaveral, which made it the first flight from there using the southern corridor to a polar orbit since 1969.<sup class="reference" id="cite_ref-572"><a href="#cite_note-572">[560]</a></sup><sup class="reference" id="cite_ref-573"><a href="#cite_note-573">[561]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">93
</th>
<td>3 September 2020<br/>12:46:14<sup class="reference" id="cite_ref-sfn-20200903_574-0"><a href="#cite_note-sfn-20200903-574">[562]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1060" title="List of Falcon 9 first-stage boosters">B1060.2</a><sup class="reference" id="cite_ref-nsf290820_575-0"><a href="#cite_note-nsf290820-575">[563]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 11 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)<sup class="reference" id="cite_ref-SLNov19_5-11"><a href="#cite_note-SLNov19-5">[5]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Eleventh operational launch of Starlink satellites, bringing the total to 713 launched Starlink satellites.<sup class="reference" id="cite_ref-sfn-20200903_574-1"><a href="#cite_note-sfn-20200903-574">[562]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">94
</th>
<td>6 October 2020<br/>11:29:34<sup class="reference" id="cite_ref-576"><a href="#cite_note-576">[564]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1058.3</a><sup class="reference" id="cite_ref-577"><a href="#cite_note-577">[565]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 12 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)<sup class="reference" id="cite_ref-SLNov19_5-12"><a href="#cite_note-SLNov19-5">[5]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Twelfth operational launch of Starlink satellites, which for the first time used a fairing half on its third launch.<sup class="reference" id="cite_ref-578"><a href="#cite_note-578">[566]</a></sup> Also, the B1058 holds the title for the shortest time a booster reached 3 flights which is 129 days beating B1046 by 77 days.
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">95
</th>
<td>18 October 2020<br/>12:25:57<sup class="reference" id="cite_ref-579"><a href="#cite_note-579">[567]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1051.6</a><sup class="reference" id="cite_ref-580"><a href="#cite_note-580">[568]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 13 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)<sup class="reference" id="cite_ref-SLNov19_5-13"><a href="#cite_note-SLNov19-5">[5]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Thirteenth operational launch of Starlink satellites. Second time a booster was flown six times and first time both fairing halves were flown a third time. Both fairing halves landed on their respective ships but one fairing broke the net on Ms Tree.<sup class="reference" id="cite_ref-581"><a href="#cite_note-581">[569]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">96
</th>
<td>24 October 2020<br/>15:31:34<sup class="reference" id="cite_ref-582"><a href="#cite_note-582">[570]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1060.3</a>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 14 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Fourteenth operational launch of Starlink satellites and the 100th successful launch of a Falcon vehicle.<sup class="reference" id="cite_ref-583"><a href="#cite_note-583">[571]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">97
</th>
<td>5 November 2020<br/>23:24:23<sup class="reference" id="cite_ref-584"><a href="#cite_note-584">[572]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1062" title="List of Falcon 9 first-stage boosters">B1062.1</a>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/GPS_Block_III" title="GPS Block III">GPS III</a>-<a href="/wiki/List_of_GPS_satellites#Planned_launches" title="List of GPS satellites">04</a> (<i><a href="/wiki/Sacagawea" title="Sacagawea">Sacagawea</a></i>)<sup class="reference" id="cite_ref-GPS_553-1"><a href="#cite_note-GPS-553">[541]</a></sup><sup class="reference" id="cite_ref-cr-048-15_585-0"><a href="#cite_note-cr-048-15-585">[573]</a></sup>
</td>
<td>4,311 kg (9,504 lb)
</td>
<td><a href="/wiki/Medium_Earth_orbit" title="Medium Earth orbit">MEO</a>
</td>
<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Manufacturing contract awarded in January 2012,<sup class="reference" id="cite_ref-gps_34_manufacturing_543-1"><a href="#cite_note-gps_34_manufacturing-543">[531]</a></sup> underwent thermal vacuum testing in December 2018,<sup class="reference" id="cite_ref-gps_advisory_board_2018_20181205_586-0"><a href="#cite_note-gps_advisory_board_2018_20181205-586">[574]</a></sup> while the launch contract was awarded in March 2018.<sup class="reference" id="cite_ref-587"><a href="#cite_note-587">[575]</a></sup> A launch attempt on 3 October 2020 was aborted two seconds before liftoff due to early start in two engines.<sup class="reference" id="cite_ref-588"><a href="#cite_note-588">[576]</a></sup><sup class="reference" id="cite_ref-589"><a href="#cite_note-589">[577]</a></sup> Following the abort, two engines from B1062 were sent for further testing.<sup class="reference" id="cite_ref-590"><a href="#cite_note-590">[578]</a></sup> The abort also caused delays to the Crew-1 launch to allow time for data review.<sup class="reference" id="cite_ref-591"><a href="#cite_note-591">[579]</a></sup><sup class="reference" id="cite_ref-592"><a href="#cite_note-592">[580]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">98
</th>
<td>16 November 2020<br/>00:27<sup class="reference" id="cite_ref-593"><a href="#cite_note-593">[581]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1061" title="List of Falcon 9 first-stage boosters">B1061.1</a><sup class="reference" id="cite_ref-594"><a href="#cite_note-594">[582]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/SpaceX_Crew-1" title="SpaceX Crew-1">Crew-1</a><br/>(<a href="/wiki/Crew_Dragon_Resilience" title="Crew Dragon Resilience">Crew Dragon C207.1 <i>Resilience</i></a>)
</td>
<td>~12,500 kg (27,600 lb)
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Crew_Program" title="Commercial Crew Program">CCP</a>)<sup class="reference" id="cite_ref-CCD6_509-1"><a href="#cite_note-CCD6-509">[497]</a></sup>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">First crew rotation of the commercial crew program, following the return in August of the crewed test flight mission <a href="/wiki/Crew_Dragon_Demo-2" title="Crew Dragon Demo-2">Crew Demo 2</a>. Originally designated "USCV-1" by NASA. Carried astronauts <a href="/wiki/Victor_J._Glover" title="Victor J. Glover">Victor Glover</a>, <a href="/wiki/Michael_S._Hopkins" title="Michael S. Hopkins">Mike Hopkins</a>, <a href="/wiki/Shannon_Walker" title="Shannon Walker">Shannon Walker</a> and <a href="/wiki/Soichi_Noguchi" title="Soichi Noguchi">Soichi Noguchi</a>, for a 6-month stay aboard the ISS, during which the <a href="/wiki/Boeing_Starliner" title="Boeing Starliner">Boeing Starliner</a> <a class="mw-redirect" href="/wiki/Orbital_Flight_Test_2" title="Orbital Flight Test 2">OFT-2</a> flight is expected to dock also.<sup class="reference" id="cite_ref-595"><a href="#cite_note-595">[583]</a></sup> The first flight of the crew program was initially expected to launch in 2017,<sup class="reference" id="cite_ref-596"><a href="#cite_note-596">[584]</a></sup><sup class="reference" id="cite_ref-scientificamerican-2_597-0"><a href="#cite_note-scientificamerican-2-597">[585]</a></sup> and finished final certifications in November 2020.<sup class="reference" id="cite_ref-598"><a href="#cite_note-598">[586]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">99
</th>
<td>21 November 2020<br/>17:17:08<sup class="reference" id="cite_ref-599"><a href="#cite_note-599">[587]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1063" title="List of Falcon 9 first-stage boosters">B1063.1</a>
</td>
<td><a class="mw-redirect" href="/wiki/Vandenberg_Air_Force_Base" title="Vandenberg Air Force Base">VAFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a class="mw-redirect" href="/wiki/Copernicus_Sentinel-6" title="Copernicus Sentinel-6">Sentinel-6 Michael Freilich (Jason-CS A)</a>
</td>
<td>1,192 kg (2,628 lb)
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a>
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> / <a class="mw-redirect" href="/wiki/NOAA" title="NOAA">NOAA</a> / <a class="mw-redirect" href="/wiki/ESA" title="ESA">ESA</a> / <a class="mw-redirect" href="/wiki/EUMETSAT" title="EUMETSAT">EUMETSAT</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(ground pad)</span></small>
</td></tr>
<tr>
<td colspan="9">Named after the former director of NASA's Earth science program, it is a radar altimeter satellite part of the <a href="/wiki/Ocean_surface_topography#Satellite_missions" title="Ocean surface topography">Ocean Surface Topography</a> constellation located at 1,336 km (830 mi) and 66° <a href="/wiki/Orbital_inclination" title="Orbital inclination">inclination</a>, and a follow-up to <a class="mw-redirect" href="/wiki/Jason_3" title="Jason 3">Jason 3</a> as a partnership between the United States (<a href="/wiki/National_Oceanic_and_Atmospheric_Administration" title="National Oceanic and Atmospheric Administration">NOAA</a> and <a href="/wiki/NASA" title="NASA">NASA</a>), <a href="/wiki/Europe" title="Europe">Europe</a> (<a href="/wiki/European_Organisation_for_the_Exploitation_of_Meteorological_Satellites" title="European Organisation for the Exploitation of Meteorological Satellites">EUMETSAT</a>, <a href="/wiki/European_Space_Agency" title="European Space Agency">ESA</a>, <a href="/wiki/CNES" title="CNES">CNES</a>).<sup class="reference" id="cite_ref-600"><a href="#cite_note-600">[588]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">100
</th>
<td>25 November 2020<br/>02:13<sup class="reference" id="cite_ref-SFN20201122_601-0"><a href="#cite_note-SFN20201122-601">[589]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5 ♺</a><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1049" title="List of Falcon 9 first-stage boosters">B1049.7</a><sup class="reference" id="cite_ref-602"><a href="#cite_note-602">[590]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 15 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">First time a booster was launched for a seventh time and first time SpaceX completed four launches in a single month.
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">101
</th>
<td>6 December 2020<br/>16:17:08<sup class="reference" id="cite_ref-603"><a href="#cite_note-603">[591]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5 ♺</a><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1058.4</a><sup class="reference" id="cite_ref-nextspaceflight-20201013_604-0"><a href="#cite_note-nextspaceflight-20201013-604">[592]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/SpaceX_CRS-21" title="SpaceX CRS-21">SpaceX CRS-21</a><br/>(Dragon C208.1)
</td>
<td>2,972 kg (6,552 lb)
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">First launch of <a href="/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services_phase_2" title="Commercial Resupply Services">phase 2 of the CRS contract</a> of six launches awarded in January 2016.<sup class="reference" id="cite_ref-605"><a href="#cite_note-605">[593]</a></sup> It was the first launch of the upgraded version Cargo Dragon 2 spacecraft, with increased payload capacity and autonomous docking to the ISS. Payloads included Will <a class="mw-redirect" href="/wiki/Bishop_Airlock_Module" title="Bishop Airlock Module">Nanoracks Bishop Airlock</a><sup class="reference" id="cite_ref-Bishop2020_606-0"><a href="#cite_note-Bishop2020-606">[594]</a></sup> and CFIG-1 (Cool Flames Investigation with Gases).<sup class="reference" id="cite_ref-grc-schedule_607-0"><a href="#cite_note-grc-schedule-607">[595]</a></sup> It's also the 100th successful Falcon 9 launch.
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">102
</th>
<td>13 December 2020<br/>17:30:00<sup class="reference" id="cite_ref-608"><a href="#cite_note-608">[596]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5 ♺</a><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1051.7</a>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a><sup class="reference" id="cite_ref-609"><a href="#cite_note-609">[597]</a></sup>
</td>
<td><a href="/wiki/Sirius_XM" title="Sirius XM">SXM-7</a>
</td>
<td>7,000 kg (15,000 lb)
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Sirius_XM" title="Sirius XM">Sirius XM</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Launched the largest, high-power broadcasting satellite for SiriusXM's <a href="/wiki/Digital_audio_radio_service" title="Digital audio radio service">digital audio radio service</a> (DARS). SXM-7 was built by <a href="/wiki/Maxar_Technologies" title="Maxar Technologies">Maxar Technologies</a>; intended to operate in the <a href="/wiki/S_band" title="S band">S-band</a> spectrum, it will replace the SXM-3 satellite. The satellite will deliver the highest power density of any commercial satellite on-orbit,<sup class="reference" id="cite_ref-610"><a href="#cite_note-610">[598]</a></sup> generate more than 20 kW of power, and have a large unfoldable antenna reflector, which enables broadcast to radios without the need for large dish-type antennas on the ground. Due to the heavy weight, the payload was injected into a sub-synchronous orbit of 224 km × 19,411 km (139 mi × 12,061 mi) and the satellite itself will transfer to full GTO.<sup class="reference" id="cite_ref-611"><a href="#cite_note-611">[599]</a></sup> It was the first time a commercial primary payload flew on a booster which had been flown more than 4 times before.<sup class="reference" id="cite_ref-auto3_612-0"><a href="#cite_note-auto3-612">[600]</a></sup> First dedicated customer launch where the fairings were previously used.<sup class="reference" id="cite_ref-613"><a href="#cite_note-613">[601]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">103
</th>
<td>19 December 2020<br/>14:00:00<sup class="reference" id="cite_ref-SFN20201217_614-0"><a href="#cite_note-SFN20201217-614">[602]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5 ♺</a><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1059" title="List of Falcon 9 first-stage boosters">B1059.5</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/List_of_NRO_launches" title="List of NRO launches">NROL-108</a>
</td>
<td class="table-na" data-sort-value="" style="background: #ececec; color: #2C2C2C; vertical-align: middle; text-align: center;">Classified
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/National_Reconnaissance_Office" title="National Reconnaissance Office">NRO</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(ground pad)</span></small>
</td></tr>
<tr>
<td colspan="9">The planned launch was not known by the public until FCC filings appeared in late September followed by confirmation from the NRO on 5 October 2020, likely a relatively light payload that allows the return of the booster to the launch site.<sup class="reference" id="cite_ref-615"><a href="#cite_note-615">[603]</a></sup>
</td></tr>
</tbody></table>
<h3><span class="mw-headline" id="2021">2021</span></h3>
<table class="wikitable plainrowheaders collapsible" style="width: 100%;">
<tbody><tr>
<th scope="col">Flight
<p>No.
</p>
</th>
<th scope="col">Date and<br/>time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)
</th>
<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br/>Booster</a><sup class="reference" id="cite_ref-booster_11-8"><a href="#cite_note-booster-11">[b]</a></sup>
</th>
<th scope="col">Launch<br/>site
</th>
<th scope="col">Payload<sup class="reference" id="cite_ref-Dragon_12-8"><a href="#cite_note-Dragon-12">[c]</a></sup>
</th>
<th scope="col">Payload mass
</th>
<th scope="col">Orbit
</th>
<th scope="col">Customer
</th>
<th scope="col">Launch<br/>outcome
</th>
<th scope="col"><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Booster<br/>landing</a>
</th></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">104
</th>
<td>8 January 2021<br/>02:15<sup class="reference" id="cite_ref-616"><a href="#cite_note-616">[604]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1060" title="List of Falcon 9 first-stage boosters">B1060.4</a>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/T%C3%BCrksat_5A" title="Türksat 5A">Türksat 5A</a><sup class="reference" id="cite_ref-turk5a_617-0"><a href="#cite_note-turk5a-617">[605]</a></sup>
</td>
<td>3,500 kg (7,700 lb)
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/T%C3%BCrksat_(company)" title="Türksat (company)">Türksat</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">A 3,500 kg (7,700 lb) satellite intended to be stationed at 31.0° east.<sup class="reference" id="cite_ref-turk5a_617-1"><a href="#cite_note-turk5a-617">[605]</a></sup> This is the most powerful satellite in Türksat's fleet<sup class="reference" id="cite_ref-618"><a href="#cite_note-618">[606]</a></sup> and will provide <a class="mw-redirect" href="/wiki/Ku-band" title="Ku-band">Ku-band</a> television broadcast services over <a href="/wiki/Turkey" title="Turkey">Turkey</a>, the <a href="/wiki/Middle_East" title="Middle East">Middle East</a>, <a href="/wiki/Europe" title="Europe">Europe</a> and <a href="/wiki/Africa" title="Africa">Africa</a>. The satellite was injected in to a <a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">Super-synchronous transfer orbit</a> of 280 km × 55,000 km (170 mi × 34,180 mi) with 17.6° <a href="/wiki/Orbital_inclination" title="Orbital inclination">inclination</a>.<sup class="reference" id="cite_ref-619"><a href="#cite_note-619">[607]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">105
</th>
<td>20 January 2021<br/>13:02<sup class="reference" id="cite_ref-620"><a href="#cite_note-620">[608]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1051" title="List of Falcon 9 first-stage boosters">B1051.8</a><sup class="reference" id="cite_ref-621"><a href="#cite_note-621">[609]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 16 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">The first booster to successfully launch and land eight times. Achieved a record turnaround time between two launches of the same booster of only 38 days and brought the total of launched Starlink satellites to over 1000.<sup class="reference" id="cite_ref-622"><a href="#cite_note-622">[610]</a></sup> SpaceX stated that the landing would occur during higher winds than usual; this test to expand the landing envelope was successfully passed by the booster.<sup class="reference" id="cite_ref-623"><a href="#cite_note-623">[611]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">106
</th>
<td>24 January 2021<br/>15:00<sup class="reference" id="cite_ref-624"><a href="#cite_note-624">[612]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1058" title="List of Falcon 9 first-stage boosters">B1058.5</a><sup class="reference" id="cite_ref-625"><a href="#cite_note-625">[613]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><i><a class="new" href="/w/index.php?title=Transporter-1&action=edit&redlink=1" title="Transporter-1 (page does not exist)">Transporter-1</a></i> (<a href="/wiki/List_of_spaceflight_launches_in_January%E2%80%93June_2021#SpXTransporter1" title="List of spaceflight launches in January–June 2021">143 smallsat rideshare</a>)
</td>
<td>~5,000 kg (11,000 lb)
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>
</td>
<td>Various
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">First dedicated smallsat rideshare launch, targeting a 525 km (326 mi) <a class="mw-redirect" href="/wiki/Orbital_altitude" title="Orbital altitude">altitude</a> orbit.<sup class="reference" id="cite_ref-RsA_626-0"><a href="#cite_note-RsA-626">[614]</a></sup> The launch deployed a record 143 satellites, consisting of 120 <a href="/wiki/CubeSat" title="CubeSat">CubeSats</a>, 11 <a class="mw-redirect" href="/wiki/Microsatellite_(spaceflight)" title="Microsatellite (spaceflight)">microsatellites</a>, 10 <a href="/wiki/Starlink" title="Starlink">Starlinks</a>, and 2 transfer stages. In addition, 2 hosted payloads and 1 non-separating dummy satellite<sup class="reference" id="cite_ref-627"><a href="#cite_note-627">[615]</a></sup> were<sup class="noprint Inline-Template" style="white-space:nowrap;">[<i><a href="/wiki/Wikipedia:Verifiability" title="Wikipedia:Verifiability"><span title="The material near this tag failed verification of its source citation(s). (May 2021)">failed verification</span></a></i>]</sup> launched.<sup class="reference" id="cite_ref-628"><a href="#cite_note-628">[616]</a></sup> These include <a class="mw-redirect" href="/wiki/SpaceBEE" title="SpaceBEE">SpaceBEE</a> (x 36), <a href="/wiki/Spire_Global" title="Spire Global">Lemur-2</a> (x 8), <a href="/wiki/ICEYE" title="ICEYE">ICEYE</a> (x 3), UVSQ-SAT,<sup class="reference" id="cite_ref-629"><a href="#cite_note-629">[617]</a></sup> <a href="/wiki/Educational_Launch_of_Nanosatellites" title="Educational Launch of Nanosatellites">ELaNa 35</a> (<a href="/wiki/Pathfinder_Technology_Demonstrator" title="Pathfinder Technology Demonstrator">PTD-1</a>),<sup class="reference" id="cite_ref-Upcoming-ELaNa_391-2"><a href="#cite_note-Upcoming-ELaNa-391">[381]</a></sup> and multiple Kepler nanosats.<sup class="reference" id="cite_ref-630"><a href="#cite_note-630">[618]</a></sup><sup class="reference" id="cite_ref-631"><a href="#cite_note-631">[619]</a></sup> D-Orbit flew their ION SCV LAURENTIUS, 10 <a href="/wiki/Starlink" title="Starlink">Starlink</a> satellites were placed in a polar orbit<sup class="reference" id="cite_ref-632"><a href="#cite_note-632">[620]</a></sup> and 2 of 15 payloads remained attached to <a href="/wiki/SHERPA_(space_tug)" title="SHERPA (space tug)">SHERPA-FX1</a>. <a href="/wiki/Exolaunch" title="Exolaunch">Exolaunch</a> deployed several small satellites and cubesats via their own deployment mechanisms. First flight of a Falcon 9 with a <a href="/wiki/SHERPA_(space_tug)" title="SHERPA (space tug)">SHERPA-FX</a> transfer stage called SHERPA-FX1.<sup class="reference" id="cite_ref-633"><a href="#cite_note-633">[621]</a></sup><sup class="reference" id="cite_ref-634"><a href="#cite_note-634">[622]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">107
</th>
<td>4 February 2021 <br/>06:19<sup class="reference" id="cite_ref-635"><a href="#cite_note-635">[623]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5 ♺</a><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1060" title="List of Falcon 9 first-stage boosters">B1060.5</a><sup class="reference" id="cite_ref-636"><a href="#cite_note-636">[624]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 18 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">This marked the fastest turnaround to date, at 27 days, and the first time a Falcon 9 flies twice within a month.<sup class="reference" id="cite_ref-637"><a href="#cite_note-637">[625]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">108
</th>
<td>16 February 2021<br/>03:59:37<sup class="reference" id="cite_ref-638"><a href="#cite_note-638">[626]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5 ♺</a><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1059" title="List of Falcon 9 first-stage boosters">B1059.6</a>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 19 v1.0 (60 satellites)<sup class="reference" id="cite_ref-nextSL19_639-0"><a href="#cite_note-nextSL19-639">[627]</a></sup>
</td>
<td>15,600 kg (34,400 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-failure" style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;">Failure<br/> <small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">A hole in a heat-shielding engine cover, which likely developed through fatigue, allowed recirculating hot exhaust gases to damage one of the <a href="/wiki/SpaceX_Merlin" title="SpaceX Merlin">Merlin 1D</a> first-stage engines, causing it to shut down early during ascent. <a href="/wiki/Fail-safe" title="Fail-safe">Engine-out capability</a> of the Falcon 9 allowed the mission to continue and successfully deploy the 60 Starlink satellites to orbit.<sup class="reference" id="cite_ref-640"><a href="#cite_note-640">[628]</a></sup> The issue caused the booster to fail its landing attempt and miss the droneship <i><a href="/wiki/Autonomous_spaceport_drone_ship#Of_Course_I_Still_Love_You" title="Autonomous spaceport drone ship">Of Course I Still Love You</a></i> (OCISLY) after its entry burn, breaking the longest streak of 24 landing successes.<sup class="reference" id="cite_ref-641"><a href="#cite_note-641">[629]</a></sup> During this mission, <i><a class="mw-redirect" href="/wiki/Ms._Tree_(ship)" title="Ms. Tree (ship)">GO Ms. Tree</a></i> and <i><a class="mw-redirect" href="/wiki/Ms._Chief" title="Ms. Chief">GO Ms. Chief</a></i> were used for the last time to recover the fairings.<sup class="reference" id="cite_ref-642"><a href="#cite_note-642">[630]</a></sup><sup class="reference" id="cite_ref-643"><a href="#cite_note-643">[631]</a></sup> After this mission, both ships were retired because SpaceX no longer plans to catch the fairings.<sup class="reference" id="cite_ref-644"><a href="#cite_note-644">[632]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">109
</th>
<td>4 March 2021<br/>08:24<sup class="reference" id="cite_ref-645"><a href="#cite_note-645">[633]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5 ♺</a><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1049" title="List of Falcon 9 first-stage boosters">B1049.8</a><sup class="reference" id="cite_ref-nextSL17_646-0"><a href="#cite_note-nextSL17-646">[634]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 17 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Launch had previously been postponed multiple times, causing the payload Starlink L17 to launch after the L18 and L19 missions. Featured for the first time, a fairing which was flying on its fourth flight.<sup class="reference" id="cite_ref-647"><a href="#cite_note-647">[635]</a></sup> The second-stage deorbit burn failed, causing an uncontrolled reentry on 26 March 2021 over the west coast of the United States.<sup class="reference" id="cite_ref-648"><a href="#cite_note-648">[636]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">110
</th>
<td>11 March 2021<br/>08:13:29<sup class="reference" id="cite_ref-649"><a href="#cite_note-649">[637]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5 ♺</a><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1058" title="List of Falcon 9 first-stage boosters">B1058.6</a><sup class="reference" id="cite_ref-NextL20_650-0"><a href="#cite_note-NextL20-650">[638]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 20 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Twentieth operational launch of Starlink satellites, bringing the total to 1,265 (including prototypes) launched Starlink satellites.<sup class="reference" id="cite_ref-651"><a href="#cite_note-651">[639]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">111
</th>
<td>14 March 2021<br/>10:01<sup class="reference" id="cite_ref-652"><a href="#cite_note-652">[640]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5 ♺</a><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1051" title="List of Falcon 9 first-stage boosters">B1051.9</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 21 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">First time a first-stage booster flew and landed for the ninth time. This flight also marked the fastest turnaround time for a fairing half, at 49 days. Both fairing halves previously flew on the Transporter-1 mission.<sup class="reference" id="cite_ref-653"><a href="#cite_note-653">[641]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">112
</th>
<td>24 March 2021<br/>08:28<sup class="reference" id="cite_ref-654"><a href="#cite_note-654">[642]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">B1060.6</a><sup class="reference" id="cite_ref-655"><a href="#cite_note-655">[643]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 22 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Fairing "wet recovery" achieved by contracted recovery vessel <i>Shelia Bordelon</i> for the first time. Both fairing halves were retrieved from the water.<sup class="reference" id="cite_ref-656"><a href="#cite_note-656">[644]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">113
</th>
<td>7 April 2021<br/>16:34
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5 ♺</a><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1058" title="List of Falcon 9 first-stage boosters">B1058.7</a>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 23 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">23rd operational launch of Starlink satellites, bringing the total to 1,385 launched <a href="/wiki/Starlink" title="Starlink">Starlink satellites</a> (including prototype). This launch featured the second fastest booster turnaround time at 27 days and 8 hours (after Starlink 18 with B1060.5, which was 4 hours faster).<sup class="reference" id="cite_ref-657"><a href="#cite_note-657">[645]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">114
</th>
<td>23 April 2021<br/>9:49<sup class="reference" id="cite_ref-658"><a href="#cite_note-658">[646]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1061" title="List of Falcon 9 first-stage boosters">B1061.2</a><sup class="reference" id="cite_ref-:6_659-0"><a href="#cite_note-:6-659">[647]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/SpaceX_Crew-2" title="SpaceX Crew-2">Crew-2</a><br/>(<a class="mw-redirect" href="/wiki/SpaceX_Crew_Dragon_Endeavour" title="SpaceX Crew Dragon Endeavour">Crew Dragon C206.2 <i>Endeavour</i></a> ♺)
</td>
<td>~13,000 kg (29,000 lb)<sup class="reference" id="cite_ref-660"><a href="#cite_note-660">[648]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a class="mw-redirect" href="/wiki/ISS_Crew_Transportation_Services" title="ISS Crew Transportation Services">CTS</a>)<sup class="reference" id="cite_ref-CCD6_509-2"><a href="#cite_note-CCD6-509">[497]</a></sup>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Second operational flight of Crew Dragon for Commercial Crew Program. Transported NASA astronauts <a href="/wiki/Shane_Kimbrough" title="Shane Kimbrough">Shane Kimbrough</a> and <a href="/wiki/K._Megan_McArthur" title="K. Megan McArthur">Megan McArthur</a>, <a href="/wiki/JAXA" title="JAXA">JAXA</a> Astronaut <a href="/wiki/Akihiko_Hoshide" title="Akihiko Hoshide">Akihiko Hoshide</a> and <a href="/wiki/European_Space_Agency" title="European Space Agency">ESA</a> astronaut <a href="/wiki/Thomas_Pesquet" title="Thomas Pesquet">Thomas Pesquet</a> to the ISS.<sup class="reference" id="cite_ref-661"><a href="#cite_note-661">[649]</a></sup> The four astronauts will spend 6 months aboard the ISS. Beginning with the Crew-2 mission, NASA has modified the contract to allow NASA astronauts to use flight-proven Dragon capsules and booster.<sup class="reference" id="cite_ref-662"><a href="#cite_note-662">[650]</a></sup> Thus SpaceX reflew the Dragon used on Demo-2 and used Booster B1061-2 which had been used to launch <a href="/wiki/SpaceX_Crew-1" title="SpaceX Crew-1">Crew-1</a> in November 2020.
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">115
</th>
<td>29 April 2021<br/>03:44<sup class="reference" id="cite_ref-663"><a href="#cite_note-663">[651]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1060" title="List of Falcon 9 first-stage boosters">B1060.7</a><sup class="reference" id="cite_ref-664"><a href="#cite_note-664">[652]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 24 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">24th operational launch of Starlink satellites, bringing the total to 1,434 Starlink satellites still in orbit. This launch also paid tribute to <a href="/wiki/Apollo_11" title="Apollo 11">Apollo 11</a> crew <a href="/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, who passed away hours before the launch.<sup class="reference" id="cite_ref-665"><a href="#cite_note-665">[653]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">116
</th>
<td>4 May 2021<br/>19:01<sup class="reference" id="cite_ref-666"><a href="#cite_note-666">[654]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1049" title="List of Falcon 9 first-stage boosters">B1049.9</a><sup class="reference" id="cite_ref-667"><a href="#cite_note-667">[655]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 25 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">25th operational launch of Starlink satellites, bringing the total to 1,494 Starlink satellites still in orbit, second time a booster flew for the ninth time.
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">117
</th>
<td>9 May 2021<br/>06:42<sup class="reference" id="cite_ref-668"><a href="#cite_note-668">[656]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1051" title="List of Falcon 9 first-stage boosters">B1051.10</a><sup class="reference" id="cite_ref-669"><a href="#cite_note-669">[657]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 27 v1.0 (60 satellites)
</td>
<td>15,600 kg (34,400 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Booster flew and landed for a record 10th time, with reused fairings, bringing the total number of operational Starlink satellites in the first shell to approximately 1516 out of a planned 1584.<sup class="reference" id="cite_ref-NSF8521_670-0"><a href="#cite_note-NSF8521-670">[658]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">118
</th>
<td>15 May 2021<br/>22:56<sup class="reference" id="cite_ref-671"><a href="#cite_note-671">[659]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1058" title="List of Falcon 9 first-stage boosters">B1058.8</a><sup class="reference" id="cite_ref-672"><a href="#cite_note-672">[660]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a><sup class="reference" id="cite_ref-673"><a href="#cite_note-673">[661]</a></sup>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 26 v1.0 (52 Satellites)<br/> <a href="/wiki/Capella_Space" title="Capella Space">Capella</a>-6 &<a href="/wiki/Tyvak" title="Tyvak">Tyvak</a>-0130<sup class="reference" id="cite_ref-674"><a href="#cite_note-674">[662]</a></sup>
</td>
<td>~14,000 kg (31,000 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a><br/> <a href="/wiki/Capella_Space" title="Capella Space">Capella Space</a> and <a href="/wiki/Tyvak" title="Tyvak">Tyvak</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Rideshare launch with a targeted orbit at 569x582, significantly higher than typical Starlink launches, to allow for needs of the rideshare payloads.<sup class="reference" id="cite_ref-SL28_675-0"><a href="#cite_note-SL28-675">[663]</a></sup>
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">119
</th>
<td>26 May 2021<br/>18:59<sup class="reference" id="cite_ref-676"><a href="#cite_note-676">[664]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1063" title="List of Falcon 9 first-stage boosters">B1063.2</a><sup class="reference" id="cite_ref-NSFSl28_677-0"><a href="#cite_note-NSFSl28-677">[665]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a><sup class="reference" id="cite_ref-NSFSl28_677-1"><a href="#cite_note-NSFSl28-677">[665]</a></sup>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a> 28 v1.0 (60 Satellites)<sup class="reference" id="cite_ref-NSFSl28_677-2"><a href="#cite_note-NSFSl28-677">[665]</a></sup>
</td>
<td>15,600 kg (34,400 lb)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Will likely complete the first shell of the Starlink network located at 550 km altitude and containing 1584 satellites.<sup class="reference" id="cite_ref-SL28_675-1"><a href="#cite_note-SL28-675">[663]</a></sup> It was 40th launch a fairing was reused, with one half being used for the 5th time (first fairing to do so) and the other for a 3rd time.<sup class="reference" id="cite_ref-sn20210526_678-0"><a href="#cite_note-sn20210526-678">[666]</a></sup> This launch marks SpaceX's 100th successful launch in a row without in-flight failure since December 2015.
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">120
</th>
<td>3 June 2021<br/>17:29<sup class="reference" id="cite_ref-679"><a href="#cite_note-679">[667]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> <br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1067" title="List of Falcon 9 first-stage boosters">B1067.1</a><sup class="reference" id="cite_ref-680"><a href="#cite_note-680">[668]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/SpaceX_CRS-22" title="SpaceX CRS-22">SpaceX CRS-22</a><br/>(<a href="/wiki/Cargo_Dragon_C209" title="Cargo Dragon C209">Dragon C209.1</a>)
</td>
<td>3,328 kg (7,337 lb)
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">Second of a minimum of six new cargo missions under the <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS-2 contract</a>, which NASA awarded SpaceX in 2015. Mission was flown with an uncrewed Dragon 2 capsule,<sup class="reference" id="cite_ref-nasa-20160114_681-0"><a href="#cite_note-nasa-20160114-681">[669]</a></sup> which carried solar panels, catalytic reactor for the station’s life support system, an emergency air supply system, Kurs remote control unit, and a Potable Water Dispense (PWD) filter. Also carried were the RamSat cubesat as payload for <a class="mw-redirect" href="/wiki/ELaNa" title="ELaNa">ELaNa 36</a>,<sup class="reference" id="cite_ref-682"><a href="#cite_note-682">[670]</a></sup> the SOAR cubesat for the <a href="/wiki/University_of_Manchester" title="University of Manchester">University of Manchester</a><sup class="reference" id="cite_ref-683"><a href="#cite_note-683">[671]</a></sup> and the first Mauritian satellite MIR-SAT1<sup class="reference" id="cite_ref-684"><a href="#cite_note-684">[672]</a></sup> to be launched from the station later.
</td></tr>
<tr>
<th rowspan="2" scope="row" style="text-align:center;">121
</th>
<td>6 June 2021<br/>04:26<sup class="reference" id="cite_ref-685"><a href="#cite_note-685">[673]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺ <br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1061" title="List of Falcon 9 first-stage boosters">B1061.3</a>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Sirius_XM#Satellites" title="Sirius XM">SXM-8</a><sup class="reference" id="cite_ref-spacex_manifest_686-0"><a href="#cite_note-spacex_manifest-686">[674]</a></sup>
</td>
<td>7,000 kg (15,000 lb)
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Sirius_XM" title="Sirius XM">Sirius XM</a>
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success
</td>
<td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<br/><small><span class="nowrap">(drone ship)</span></small>
</td></tr>
<tr>
<td colspan="9">A large, high-power broadcasting satellite for SiriusXM's digital audio radio service (DARS) contracted together with SXM-7 to replace the aging XM-4 satellite and allow broadcast to radios without the need for large dish-type antennas on the ground.<sup class="reference" id="cite_ref-auto3_612-1"><a href="#cite_note-auto3-612">[600]</a></sup><sup class="reference" id="cite_ref-687"><a href="#cite_note-687">[675]</a></sup>
</td></tr></tbody></table>
<h2><span class="mw-headline" id="Future_launches">Future launches</span></h2>
<p>Future launches are listed chronologically when firm plans are in place. The order of the later launches is much less certain, as the official SpaceX manifest does not include a schedule.<sup class="reference" id="cite_ref-spacex_manifest_686-1"><a href="#cite_note-spacex_manifest-686">[674]</a></sup> Tentative launch dates are cited from various sources for each launch.<sup class="reference" id="cite_ref-sfn_ls_688-0"><a href="#cite_note-sfn_ls-688">[676]</a></sup><sup class="reference" id="cite_ref-cooper_689-0"><a href="#cite_note-cooper-689">[677]</a></sup><sup class="reference" id="cite_ref-nextSFupcoming_690-0"><a href="#cite_note-nextSFupcoming-690">[678]</a></sup> Launches are expected to take place "no earlier than" (NET) the listed date.
</p>
<h3><span class="mw-headline" id="2021_2">2021</span></h3>
<p>SpaceX has allowed for up to 54 launches for Falcon 9 and another 10 for Falcon Heavy for 2021 from Florida according to its February 2020 environmental assessment.<sup class="reference" id="cite_ref-faa_EA_508_691-0"><a href="#cite_note-faa_EA_508-691">[679]</a></sup> In October 2020, Musk indicated he wanted to be able to increase launches to 48 in 2021.<sup class="reference" id="cite_ref-692"><a href="#cite_note-692">[680]</a></sup>
</p>
<table class="wikitable" style="width: 100%;">
<tbody><tr>
<th scope="col" style="width: 10%;">Date and time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)
</th>
<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br/>Booster</a><sup class="reference" id="cite_ref-booster_11-9"><a href="#cite_note-booster-11">[b]</a></sup>
</th>
<th scope="col">Launch site
</th>
<th scope="col">Payload<sup class="reference" id="cite_ref-Dragon_12-9"><a href="#cite_note-Dragon-12">[c]</a></sup>
</th>
<th scope="col">Orbit
</th>
<th scope="col">Customer
</th></tr>
<tr>
<td rowspan="2">17 June 2021<br/>16:09-16:24<sup class="reference" id="cite_ref-sfn_ls_688-1"><a href="#cite_note-sfn_ls-688">[676]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺ <br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1062" title="List of Falcon 9 first-stage boosters">B1062.2</a><sup class="reference" id="cite_ref-GPS_boosterreuse_693-0"><a href="#cite_note-GPS_boosterreuse-693">[681]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/GPS_Block_III" title="GPS Block III">GPS III</a>-<a href="/wiki/List_of_GPS_satellites" title="List of GPS satellites">05</a> (<i>Neil Armstrong</i>)<sup class="reference" id="cite_ref-GPS_553-2"><a href="#cite_note-GPS-553">[541]</a></sup><sup class="reference" id="cite_ref-sfn-20181217_398-1"><a href="#cite_note-sfn-20181217-398">[388]</a></sup>
</td>
<td><a href="/wiki/Medium_Earth_orbit" title="Medium Earth orbit">MEO</a>
</td>
<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a><sup class="reference" id="cite_ref-clark-20200630_542-2"><a href="#cite_note-clark-20200630-542">[530]</a></sup>
</td></tr>
<tr>
<td colspan="5">Manufacturing contract awarded February 2013.<sup class="reference" id="cite_ref-GPS_III_5678_694-0"><a href="#cite_note-GPS_III_5678-694">[682]</a></sup> In March 2018, the Air Force announced it had awarded the launch contract for three GPS satellites to SpaceX.<sup class="reference" id="cite_ref-airforce_20170629_695-0"><a href="#cite_note-airforce_20170629-695">[683]</a></sup>
</td></tr>
<tr>
<td rowspan="2">24 June 2021<sup class="reference" id="cite_ref-nextSFupcoming_690-1"><a href="#cite_note-nextSFupcoming-690">[678]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺ <br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1060" title="List of Falcon 9 first-stage boosters">B1060.8</a>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><i>Transporter-2</i> SmallSat Rideshare
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>
</td>
<td>Various
</td></tr>
<tr>
<td colspan="5">Expected to launch are Polar Vigilence (4 sats), Exolaunch YAM-3 (~30 Sats), – Mars Demo-1, <a href="/wiki/Satellogic" title="Satellogic">Satellogic</a>,<sup class="reference" id="cite_ref-696"><a href="#cite_note-696">[684]</a></sup> Capella-5<sup class="reference" id="cite_ref-697"><a href="#cite_note-697">[685]</a></sup> HawkEye Cluster 3 (multiple sats), <a href="/wiki/Spaceflight_Industries" title="Spaceflight Industries">Spaceflight Industries</a> (multiple sats on <a href="/wiki/SHERPA_(space_tug)" title="SHERPA (space tug)">Sherpa-FX2 Sherpa-LTE1</a> and one on a separate port).<sup class="reference" id="cite_ref-698"><a href="#cite_note-698">[686]</a></sup>
</td></tr>
<tr>
<td rowspan="2">July 2021<sup class="reference" id="cite_ref-nextSFupcoming_690-2"><a href="#cite_note-nextSFupcoming-690">[678]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺ <br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1049" title="List of Falcon 9 first-stage boosters">B1049.10</a><sup class="reference" id="cite_ref-699"><a href="#cite_note-699">[687]</a></sup>
</td>
<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a>
</td>
<td><span class="nowrap"><a href="/wiki/Polar_orbit" title="Polar orbit">Polar</a> <a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a></span>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td></tr>
<tr>
<td colspan="5">Polar Starlink launches to start from July 2021.<sup class="reference" id="cite_ref-SL28_675-2"><a href="#cite_note-SL28-675">[663]</a></sup>
</td></tr>
<tr>
<td rowspan="2">July 2021<sup class="reference" id="cite_ref-sfn28521_700-0"><a href="#cite_note-sfn28521-700">[688]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>, <a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a> or <a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>, <a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a>
</td>
<td><span class="nowrap"><a href="/wiki/Polar_orbit" title="Polar orbit">Polar</a> <a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> or <a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a></span>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td></tr>
<tr>
<td colspan="5">
</td></tr>
<tr>
<td rowspan="2">18 August 2021<sup class="reference" id="cite_ref-sfn_ls_688-2"><a href="#cite_note-sfn_ls-688">[676]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/SpaceX_CRS-23" title="SpaceX CRS-23">SpaceX CRS-23</a>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td></tr>
<tr>
<td colspan="5">Third of six new cargo missions NASA awarded in 2015 to SpaceX under the <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS-2 contract</a> to be flown after the initial 20 missions of phase 1 were completed in 2020.<sup class="reference" id="cite_ref-nasa-20160114_681-1"><a href="#cite_note-nasa-20160114-681">[669]</a></sup> Includes FBCE, SoFIE.
</td></tr>
<tr>
<td rowspan="2">August 2021<sup class="reference" id="cite_ref-RsA_626-1"><a href="#cite_note-RsA-626">[614]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td></tr>
<tr>
<td colspan="5">
</td></tr>
<tr>
<td rowspan="2">15 September 2021<sup class="reference" id="cite_ref-701"><a href="#cite_note-701">[689]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺ <sup class="reference" id="cite_ref-Isaacman_Youtube_702-0"><a href="#cite_note-Isaacman_Youtube-702">[690]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Inspiration4" title="Inspiration4">Inspiration4</a>
</td>
<td>LEO
</td>
<td><a href="/wiki/Jared_Isaacman" title="Jared Isaacman">Jared Isaacman</a>
</td></tr>
<tr>
<td colspan="5">SpaceX signed in February 2021, its first all-civilian flight for a crewed spacecraft with <a href="/wiki/Jared_Isaacman" title="Jared Isaacman">Jared Isaacman</a> (Leadership), founder and CEO of Shift4 Payments, who will command and pilot the mission, and who donated the three other seats in the Crew Dragon vehicle's launch to LEO. The first of these three seats (Generosity) was won by <a href="/wiki/Christopher_Sembroski" title="Christopher Sembroski">Christopher Sembroski</a> in a lottery, who donated to <a href="/wiki/St._Jude_Children%27s_Research_Hospital" title="St. Jude Children's Research Hospital">St. Jude Children's Research Hospital</a>, the second seat (Hope) was awarded to <a href="/wiki/Hayley_Arceneaux" title="Hayley Arceneaux">Hayley Arceneaux</a>, an ambassador associated with that hospital, and the third seat (Prosperity) was awarded to <a href="/wiki/Sian_Proctor" title="Sian Proctor">Sian Proctor</a>, the winner of a contest between entrepreneurs who use Shift4Shop. The seats was awarded on 30 March 2021.<sup class="reference" id="cite_ref-703"><a href="#cite_note-703">[691]</a></sup><sup class="reference" id="cite_ref-BW20210201_704-0"><a href="#cite_note-BW20210201-704">[692]</a></sup> The mission will go to an orbit with an apogee of about 540 km and last about three days. The docking adapter of Crew Dragon <i>Resilience</i> will be replaced by an extra dome window.<sup class="reference" id="cite_ref-Isaacman_Youtube_702-1"><a href="#cite_note-Isaacman_Youtube-702">[690]</a></sup><sup class="reference" id="cite_ref-705"><a href="#cite_note-705">[693]</a></sup>
</td></tr>
<tr>
<td rowspan="2">September 2021<sup class="reference" id="cite_ref-gunter-sarah1_706-0"><a href="#cite_note-gunter-sarah1-706">[694]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a class="mw-redirect" href="/wiki/SARah" title="SARah">SARah</a>-1<sup class="reference" id="cite_ref-gunter-sarah1_706-1"><a href="#cite_note-gunter-sarah1-706">[694]</a></sup><br/>Additional payload to be announced.<sup class="reference" id="cite_ref-gunter-sarah1_706-2"><a href="#cite_note-gunter-sarah1-706">[694]</a></sup>
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>
</td>
<td><a class="mw-redirect" href="/wiki/German_Intelligence_Service" title="German Intelligence Service">German Intelligence Service</a>
</td></tr>
<tr>
<td colspan="5"><a href="/wiki/Phased_array" title="Phased array">Phased-array-antenna</a> satellite intended to upgrade the German <a href="/wiki/SAR-Lupe" title="SAR-Lupe">SAR-Lupe</a> surveillance satellites.<sup class="reference" id="cite_ref-spx-20130808_707-0"><a href="#cite_note-spx-20130808-707">[695]</a></sup> In January 2019, the satellites were expected to be launched between November 2020 and September 2021.<sup class="reference" id="cite_ref-Deutscher_Bundestag_708-0"><a href="#cite_note-Deutscher_Bundestag-708">[696]</a></sup>
</td></tr>
<tr>
<td rowspan="2">September 2021<sup class="reference" id="cite_ref-gunter-sarah2_709-0"><a href="#cite_note-gunter-sarah2-709">[697]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a class="mw-redirect" href="/wiki/SARah" title="SARah">SARah</a> 2 & 3<sup class="reference" id="cite_ref-gunter-sarah2_709-1"><a href="#cite_note-gunter-sarah2-709">[697]</a></sup>
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>
</td>
<td><a href="/wiki/Federal_Intelligence_Service" title="Federal Intelligence Service">German Intelligence Service</a>
</td></tr>
<tr>
<td colspan="5">In January 2019, the satellites were expected to be launched between November 2020 and September 2021.<sup class="reference" id="cite_ref-Deutscher_Bundestag_708-1"><a href="#cite_note-Deutscher_Bundestag-708">[696]</a></sup>
</td></tr>
<tr>
<td rowspan="2">September 2021<sup class="reference" id="cite_ref-Ridesharefl_710-0"><a href="#cite_note-Ridesharefl-710">[698]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td></tr>
<tr>
<td colspan="5">
</td></tr>
<tr>
<td rowspan="2">Q3 2021<sup class="reference" id="cite_ref-711"><a href="#cite_note-711">[699]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><span class="nowrap"><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></span>
</td>
<td><a href="/wiki/O3b_mPOWER" title="O3b mPOWER">O3b mPOWER</a> 1, 2 and 3
</td>
<td><a href="/wiki/Medium_Earth_orbit" title="Medium Earth orbit">MEO</a>
</td>
<td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a>
</td></tr>
<tr>
<td colspan="5">In September 2019, SES signed a contract to launch the first part of their seven MEO satellites for its proven O3b low-latency, high-performance connectivity services.<sup class="reference" id="cite_ref-auto7_712-0"><a href="#cite_note-auto7-712">[700]</a></sup><sup class="reference" id="cite_ref-auto6_713-0"><a href="#cite_note-auto6-713">[701]</a></sup>
</td></tr>
<tr>
<td rowspan="2">23 October 2021<sup class="reference" id="cite_ref-sfn_ls_688-3"><a href="#cite_note-sfn_ls-688">[676]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1067" title="List of Falcon 9 first-stage boosters">B1067.2</a><sup class="reference" id="cite_ref-714"><a href="#cite_note-714">[702]</a></sup>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/SpaceX_Crew-3" title="SpaceX Crew-3">Crew-3</a>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a class="mw-redirect" href="/wiki/ISS_Crew_Transportation_Services" title="ISS Crew Transportation Services">CTS</a>)<sup class="reference" id="cite_ref-CCD6_509-3"><a href="#cite_note-CCD6-509">[497]</a></sup>
</td></tr>
<tr>
<td colspan="5">SpaceX's third operational Crew Dragon flight is scheduled to carry NASA astronauts <a href="/wiki/Thomas_Marshburn" title="Thomas Marshburn">Thomas Marshburn</a>, <a href="/wiki/Kayla_Barron" title="Kayla Barron">Kayla Barron</a> and <a href="/wiki/Raja_Chari" title="Raja Chari">Raja Chari</a> as well as German ESA astronaut <a href="/wiki/Matthias_Maurer" title="Matthias Maurer">Matthias Maurer</a>.<sup class="reference" id="cite_ref-SFN20201229_715-0"><a href="#cite_note-SFN20201229-715">[703]</a></sup> It will also carry up to 100 kg (220 lb) of cargo to the ISS as well as feature a lifeboat function to evacuate astronauts from ISS in case of an emergency.<sup class="reference" id="cite_ref-CCD6_509-4"><a href="#cite_note-CCD6-509">[497]</a></sup>
</td></tr>
<tr>
<td rowspan="2">October 2021<sup class="reference" id="cite_ref-sfn-20210523_716-0"><a href="#cite_note-sfn-20210523-716">[704]</a></sup>
</td>
<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a><br/><a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1064" title="List of Falcon 9 first-stage boosters">B1064.1</a>, <a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1065" title="List of Falcon 9 first-stage boosters">B1065.1</a>, <a href="/wiki/List_of_Falcon_9_first-stage_boosters#B1066" title="List of Falcon 9 first-stage boosters">B1066</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF-44</a><sup class="reference" id="cite_ref-USDD190219_717-0"><a href="#cite_note-USDD190219-717">[705]</a></sup><br/>Tetra-1<sup class="reference" id="cite_ref-718"><a href="#cite_note-718">[706]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Geostationary_Earth_orbit" title="Geostationary Earth orbit">GEO</a>
</td>
<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a>
</td></tr>
<tr>
<td colspan="5">Classified payload totaling 3,750 kg (8,270 lb). Will use three new boosters, and first Heavy launch to deliberately expend the center core which may lack grid fins and landing gear needed for a landing, while the two side-boosters will be targeting a simultaneous landing on droneships, JRTI and <a href="/wiki/Autonomous_spaceport_drone_ship#A_Shortfall_Of_Gravitas" title="Autonomous spaceport drone ship">A Shortfall Of Gravitas</a> (ASOG).<sup class="reference" id="cite_ref-719"><a href="#cite_note-719">[707]</a></sup><sup class="reference" id="cite_ref-720"><a href="#cite_note-720">[708]</a></sup><sup class="reference" id="cite_ref-721"><a href="#cite_note-721">[709]</a></sup> First SpaceX mission directly to geostationary orbit. Secondary payload <i>Tetra-1</i>.
</td></tr>
<tr>
<td rowspan="2">October 2021<sup class="reference" id="cite_ref-722"><a href="#cite_note-722">[710]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/List_of_NRO_launches" title="List of NRO launches">NROL-85</a> (Intruder 13A and 13B)
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/National_Reconnaissance_Office" title="National Reconnaissance Office">NRO</a>
</td></tr>
<tr>
<td colspan="5">Classified mission awarded to SpaceX in February 2019.<sup class="reference" id="cite_ref-723"><a href="#cite_note-723">[711]</a></sup>
</td></tr>
<tr>
<td rowspan="2">17 November 2021<sup class="reference" id="cite_ref-sfn_ls_688-4"><a href="#cite_note-sfn_ls-688">[676]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a class="mw-redirect" href="/wiki/Imaging_X-ray_Polarimetry_Explorer" title="Imaging X-ray Polarimetry Explorer">Imaging X-ray Polarimetry Explorer</a> (IXPE)<sup class="reference" id="cite_ref-NASA_ixpe_724-0"><a href="#cite_note-NASA_ixpe-724">[712]</a></sup>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (LSP)
</td></tr>
<tr>
<td colspan="5">SMEX 14 mission with three identical NASA telescopes on a single spacecraft, designed to measure X-Rays. The launch contract was awarded to SpaceX for US$50.3 million.<sup class="reference" id="cite_ref-NASA_ixpe_724-1"><a href="#cite_note-NASA_ixpe-724">[712]</a></sup>
</td></tr>
<tr>
<td rowspan="2">24 November 2021<sup class="reference" id="cite_ref-725"><a href="#cite_note-725">[713]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a href="/wiki/Double_Asteroid_Redirection_Test" title="Double Asteroid Redirection Test">Double Asteroid Redirection Test (DART)</a><sup class="reference" id="cite_ref-NASA_DART_726-0"><a href="#cite_note-NASA_DART-726">[714]</a></sup><sup class="reference" id="cite_ref-727"><a href="#cite_note-727">[715]</a></sup>
</td>
<td><a href="/wiki/Heliocentric_orbit" title="Heliocentric orbit">Heliocentric</a>
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (LSP)
</td></tr>
<tr>
<td colspan="5">The 500 kg DART spacecraft will be used to measure the kinetic effects of crashing an impactor into the surface of the moon of <a href="/wiki/65803_Didymos" title="65803 Didymos">65803 Didymos</a> asteroid. It will be the first mission to demonstrate asteroid redirect capability.<sup class="reference" id="cite_ref-NASA_DART_726-1"><a href="#cite_note-NASA_DART-726">[714]</a></sup>
</td></tr>
<tr>
<td rowspan="2">November 2021<sup class="reference" id="cite_ref-Ridesharefl_710-1"><a href="#cite_note-Ridesharefl-710">[698]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Starlink" title="Starlink">Starlink</a>
</td>
<td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a>
</td>
<td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>
</td></tr>
<tr>
<td colspan="5">
</td></tr>
<tr>
<td rowspan="2">4 December 2021<sup class="reference" id="cite_ref-sfn_ls_688-5"><a href="#cite_note-sfn_ls-688">[676]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/SpaceX_CRS-24" title="SpaceX CRS-24">SpaceX CRS-24</a>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td></tr>
<tr>
<td colspan="5">Fourth of six new cargo missions NASA awarded in 2015 to SpaceX under the <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS-2 contract</a> to be flown after the initial 20 missions of phase 1 were completed in 2020.<sup class="reference" id="cite_ref-nasa-20160114_681-2"><a href="#cite_note-nasa-20160114-681">[669]</a></sup>
</td></tr>
<tr>
<td rowspan="2">December 2021<sup class="reference" id="cite_ref-Ridesharefl_710-2"><a href="#cite_note-Ridesharefl-710">[698]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><i>Transporter-3</i>, SmallSat Rideshare<sup class="reference" id="cite_ref-728"><a href="#cite_note-728">[716]</a></sup>
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>
</td>
<td>Various
</td></tr>
<tr>
<td colspan="5">
</td></tr>
<tr>
<td rowspan="2">Q4 2021<sup class="reference" id="cite_ref-sfn_ls_688-6"><a href="#cite_note-sfn_ls-688">[676]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a class="mw-redirect" href="/wiki/Turksat_(satellite)" title="Turksat (satellite)">Türksat 5B</a>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/T%C3%BCrksat_(company)" title="Türksat (company)">Türksat</a>
</td></tr>
<tr>
<td colspan="5">The first GTO satellite partially built in Turkey, the 4,500 kg (9,900 lb) satellite is intended to be placed at 42.0° east.<sup class="reference" id="cite_ref-729"><a href="#cite_note-729">[717]</a></sup>
</td></tr>
<tr>
<td rowspan="2">Q4 2021<sup class="reference" id="cite_ref-via-20210504_730-0"><a href="#cite_note-via-20210504-730">[718]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<sup class="reference" id="cite_ref-worldviewlegion_731-0"><a href="#cite_note-worldviewlegion-731">[719]</a></sup>
</td>
<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a href="/wiki/DigitalGlobe#WorldView_satellite_system" title="DigitalGlobe">WorldView Legion Mission 1</a><sup class="reference" id="cite_ref-worldviewlegion_731-1"><a href="#cite_note-worldviewlegion-731">[719]</a></sup>
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>
</td>
<td><a href="/wiki/Maxar_Technologies" title="Maxar Technologies">Maxar</a>
</td></tr>
<tr>
<td colspan="5">Two <a href="/wiki/Maxar_Technologies" title="Maxar Technologies">Maxar Technologies</a> satellites built by subsidiary <a href="/wiki/SSL_(company)" title="SSL (company)">SSL</a> for subsidiary <a href="/wiki/DigitalGlobe" title="DigitalGlobe">DigitalGlobe</a>.<sup class="reference" id="cite_ref-worldviewlegion_731-2"><a href="#cite_note-worldviewlegion-731">[719]</a></sup>
</td></tr>
<tr>
<td rowspan="2">Q4 2021 to mid 2022<sup class="reference" id="cite_ref-spaceflightnow_2020-02-18_732-0"><a href="#cite_note-spaceflightnow_2020-02-18-732">[720]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a class="mw-redirect" href="/wiki/Space_Adventures_Dragon_Mission" title="Space Adventures Dragon Mission">Space Adventures Dragon Mission</a>
</td>
<td>LEO
</td>
<td><a href="/wiki/Space_Adventures" title="Space Adventures">Space Adventures</a>
</td></tr>
<tr>
<td colspan="5">SpaceX signed in February 2020, its first commercial flight for a crewed spacecraft with the Virginia-based company that had flown seven space tourists between 2001 and 2009. The flight will be around 3 days, up to 5 days, on an elliptical orbit with the apogee three times that of the ISS, and up to four space tourists with a price per seat of around US$50 million.<sup class="reference" id="cite_ref-spaceflightnow_2020-02-18_732-1"><a href="#cite_note-spaceflightnow_2020-02-18-732">[720]</a></sup><sup class="reference" id="cite_ref-733"><a href="#cite_note-733">[721]</a></sup>
</td></tr></tbody></table>
<h3><span class="mw-headline" id="2022">2022</span></h3>
<p>SpaceX has allowed for up to 60 launches every year from Florida alone according to its February 2020 environmental assessment.<sup class="reference" id="cite_ref-faa_EA_508_691-1"><a href="#cite_note-faa_EA_508-691">[679]</a></sup>
</p>
<table class="wikitable" style="width: 100%;">
<tbody><tr>
<th scope="col" style="width: 10%;">Date and time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)
</th>
<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br/>Booster</a><sup class="reference" id="cite_ref-booster_11-10"><a href="#cite_note-booster-11">[b]</a></sup>
</th>
<th scope="col">Launch site
</th>
<th scope="col">Payload<sup class="reference" id="cite_ref-Dragon_12-10"><a href="#cite_note-Dragon-12">[c]</a></sup>
</th>
<th scope="col">Orbit
</th>
<th scope="col">Customer
</th></tr>
<tr>
<td rowspan="2">January 2022<sup class="reference" id="cite_ref-734"><a href="#cite_note-734">[722]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a class="mw-redirect" href="/wiki/Axiom_Space_Dragon_mission_1" title="Axiom Space Dragon mission 1">AX-1</a><br/>(<a href="/wiki/Crew_Dragon_Resilience" title="Crew Dragon Resilience">Crew Dragon C207.3 <i>Resilience</i></a> ♺)
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/Axiom_Space" title="Axiom Space">Axiom Space</a>
</td></tr>
<tr>
<td colspan="5">Announced in March 2020, the flight will be the first fully private flight to the ISS.<sup class="reference" id="cite_ref-735"><a href="#cite_note-735">[723]</a></sup> Crew Dragon will be commanded by Axiom professional astronaut <a href="/wiki/Michael_L%C3%B3pez-Alegr%C3%ADa" title="Michael López-Alegría">Michael López-Alegría</a>.
</td></tr>
<tr>
<td rowspan="2">4 February 2022
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/SpaceX_Crew-4" title="SpaceX Crew-4">Crew-4</a>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a class="mw-redirect" href="/wiki/ISS_Crew_Transportation_Services" title="ISS Crew Transportation Services">CTS</a>)<sup class="reference" id="cite_ref-CCD6_509-5"><a href="#cite_note-CCD6-509">[497]</a></sup>
</td></tr>
<tr>
<td colspan="5">NASA has awarded six missions with <a class="mw-redirect" href="/wiki/Crew_Dragon" title="Crew Dragon">Crew Dragon</a> to carry up to four astronauts and 100 kg (220 lb) of cargo to the ISS as well as feature a lifeboat function to evacuate astronauts from ISS in case of an emergency.<sup class="reference" id="cite_ref-CCD6_509-6"><a href="#cite_note-CCD6-509">[497]</a></sup> First two astronauts are NASA's <a class="mw-redirect" href="/wiki/Kjell_Lindgren" title="Kjell Lindgren">Kjell Lindgren</a> and <a href="/wiki/Robert_Hines_(astronaut)" title="Robert Hines (astronaut)">Bob Hines</a>.<sup class="reference" id="cite_ref-736"><a href="#cite_note-736">[724]</a></sup>
</td></tr>
<tr>
<td rowspan="2">March 2022<sup class="reference" id="cite_ref-sn-20200820_737-0"><a href="#cite_note-sn-20200820-737">[725]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><span class="nowrap"><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></span>
</td>
<td><a href="/wiki/O3b_mPOWER" title="O3b mPOWER">O3b mPOWER</a> -4, -5, -6
</td>
<td><a href="/wiki/Medium_Earth_orbit" title="Medium Earth orbit">MEO</a>
</td>
<td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a>
</td></tr>
<tr>
<td colspan="5">Second part of SES' MEO satellites for its proven O3b low-latency, high-performance connectivity services.<sup class="reference" id="cite_ref-auto7_712-1"><a href="#cite_note-auto7-712">[700]</a></sup><sup class="reference" id="cite_ref-auto6_713-1"><a href="#cite_note-auto6-713">[701]</a></sup>
</td></tr>
<tr>
<td rowspan="2">March 2022<sup class="reference" id="cite_ref-spacex-smallsat_738-0"><a href="#cite_note-spacex-smallsat-738">[726]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><i>Transporter-4</i>, SmallSat Rideshare
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>
</td>
<td>Various
</td></tr>
<tr>
<td colspan="5">Dedicated SmallSat Rideshare mission to sun-synchronous orbit.
</td></tr>
<tr>
<td rowspan="2">Q1 2022<sup class="reference" id="cite_ref-739"><a href="#cite_note-739">[727]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Intuitive_Machines" title="Intuitive Machines">Intuitive Machines</a> <i><a href="/wiki/Nova-C" title="Nova-C">Nova-C</a></i> lunar lander
</td>
<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Lunar_Payload_Services" title="Commercial Lunar Payload Services">CLPS</a>)
</td></tr>
<tr>
<td colspan="5">First mission of NASA's <a href="/wiki/Commercial_Lunar_Payload_Services" title="Commercial Lunar Payload Services">Commercial Lunar Payload Services</a> program, and would be the first private American company to land a spacecraft on the Moon. The lander is expected to carry five payloads of up to 100 kg (220 lb) total (LRA, NDL, LN-1, SCALPSS, and ROLSES) and transmit data from the lunar surface in a mission lasting 2 weeks.<sup class="reference" id="cite_ref-740"><a href="#cite_note-740">[728]</a></sup><sup class="reference" id="cite_ref-741"><a href="#cite_note-741">[729]</a></sup><sup class="reference" id="cite_ref-arst-20190601_742-0"><a href="#cite_note-arst-20190601-742">[730]</a></sup> DOGE-1 will be a secondary rideshare payload massing 40 kg.<sup class="reference" id="cite_ref-743"><a href="#cite_note-743">[731]</a></sup><sup class="reference" id="cite_ref-744"><a href="#cite_note-744">[732]</a></sup>
</td></tr>
<tr>
<td rowspan="2">Q1 2022<sup class="reference" id="cite_ref-via-20210504_730-1"><a href="#cite_note-via-20210504-730">[718]</a></sup><sup class="reference" id="cite_ref-745"><a href="#cite_note-745">[733]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<sup class="reference" id="cite_ref-worldviewlegion_731-3"><a href="#cite_note-worldviewlegion-731">[719]</a></sup>
</td>
<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a href="/wiki/DigitalGlobe#WorldView_satellite_system" title="DigitalGlobe">WorldView Legion Mission 2</a><sup class="reference" id="cite_ref-worldviewlegion_731-4"><a href="#cite_note-worldviewlegion-731">[719]</a></sup>
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>
</td>
<td>
</td></tr>
<tr>
<td colspan="5"><a href="/wiki/Maxar_Technologies" title="Maxar Technologies">Maxar Technologies</a> built satellites.
</td></tr>
<tr>
<td rowspan="2">April 2022<sup class="reference" id="cite_ref-NASA-SMSR_746-0"><a href="#cite_note-NASA-SMSR-746">[734]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/SpaceX_CRS-25" title="SpaceX CRS-25">SpaceX CRS-25</a><sup class="reference" id="cite_ref-nasa-20160114_681-3"><a href="#cite_note-nasa-20160114-681">[669]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td></tr>
<tr>
<td colspan="5">Fifth of six new cargo missions NASA awarded in 2015 to SpaceX under the <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS-2 contract</a> to be flown after the initial 20 missions of phase 1 were completed in 2020.<sup class="reference" id="cite_ref-nasa-20160114_681-4"><a href="#cite_note-nasa-20160114-681">[669]</a></sup>
</td></tr>
<tr>
<td rowspan="2">Early 2022<sup class="reference" id="cite_ref-sfn-20210523_716-1"><a href="#cite_note-sfn-20210523-716">[704]</a></sup><sup class="reference" id="cite_ref-sfn_ls_688-7"><a href="#cite_note-sfn_ls-688">[676]</a></sup>
</td>
<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF-52</a>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a>
</td></tr>
<tr>
<td colspan="5">Classified payload contract awarded in June 2018 for US$130 million.<sup class="reference" id="cite_ref-747"><a href="#cite_note-747">[735]</a></sup> Draft solicitation said the launch was 6,350 kg (14,000 lb) to GTO.<sup class="reference" id="cite_ref-748"><a href="#cite_note-748">[736]</a></sup>
</td></tr>
<tr>
<td rowspan="2">Early 2022 <sup class="reference" id="cite_ref-749"><a href="#cite_note-749">[737]</a></sup>
</td>
<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a class="mw-redirect" href="/wiki/ViaSat" title="ViaSat">ViaSat-3</a> class <sup class="reference" id="cite_ref-750"><a href="#cite_note-750">[738]</a></sup><sup class="reference" id="cite_ref-SN20181025_751-0"><a href="#cite_note-SN20181025-751">[739]</a></sup>
</td>
<td><a href="/wiki/Geostationary_orbit" title="Geostationary orbit">GEO</a>
</td>
<td><a class="mw-redirect" href="/wiki/ViaSat" title="ViaSat">ViaSat</a>
</td></tr>
<tr>
<td colspan="5">This mission will inject the satellite in close proximity to <a href="/wiki/Geostationary_orbit" title="Geostationary orbit">geostationary orbit</a>, thus allowing it to be operational faster. Satellites of the ViaSat-3 class use <a class="mw-redirect" href="/wiki/Electric_propulsion" title="Electric propulsion">electric propulsion</a>, which requires less fuel for stationkeeping operations over their lifetime, but would need several months to raise its orbit from GTO to GEO.<sup class="reference" id="cite_ref-SN20181025_751-1"><a href="#cite_note-SN20181025-751">[739]</a></sup>
</td></tr>
<tr>
<td rowspan="2">June 2022<sup class="reference" id="cite_ref-spacex-smallsat_738-1"><a href="#cite_note-spacex-smallsat-738">[726]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><i>Transporter-5</i>, SmallSat Rideshare
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>
</td>
<td>Various
</td></tr>
<tr>
<td colspan="5">Dedicated SmallSat Rideshare mission to sun-synchronous orbit.
</td></tr>
<tr>
<td rowspan="2">1 August 2022<sup class="reference" id="cite_ref-752"><a href="#cite_note-752">[740]</a></sup><sup class="reference" id="cite_ref-753"><a href="#cite_note-753">[741]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Korea_Pathfinder_Lunar_Orbiter" title="Korea Pathfinder Lunar Orbiter">Korea Pathfinder Lunar Orbiter</a> (KPLO)<sup class="reference" id="cite_ref-kplo_754-0"><a href="#cite_note-kplo-754">[742]</a></sup>
</td>
<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>
</td>
<td><a href="/wiki/Korea_Aerospace_Research_Institute" title="Korea Aerospace Research Institute">KARI</a>
</td></tr>
<tr>
<td colspan="5">South Korea's first lunar mission.<sup class="reference" id="cite_ref-kplo_754-1"><a href="#cite_note-kplo-754">[742]</a></sup>
</td></tr>
<tr>
<td rowspan="2">August 2022<sup class="reference" id="cite_ref-NASA-SMSR_746-1"><a href="#cite_note-NASA-SMSR-746">[734]</a></sup>
</td>
<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Psyche_(spacecraft)" title="Psyche (spacecraft)"><i>Psyche</i></a> and possibly <a href="/wiki/Janus_(spacecraft)" title="Janus (spacecraft)"><i>Janus</i></a><sup class="reference" id="cite_ref-755"><a href="#cite_note-755">[743]</a></sup>
</td>
<td><a href="/wiki/Heliocentric_orbit" title="Heliocentric orbit">Heliocentric</a>
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Discovery_Program" title="Discovery Program">Discovery</a>)
</td></tr>
<tr>
<td colspan="5"><a href="/wiki/Discovery_Program" title="Discovery Program">Discovery Program</a> mission designed to explore asteroid <a href="/wiki/16_Psyche" title="16 Psyche">16 Psyche</a> that has a limited 6-week launch window. The asteroid is hoped to show what the early solar system looked like and how planets formed.<sup class="reference" id="cite_ref-756"><a href="#cite_note-756">[744]</a></sup> Janus, planned dual <a href="/wiki/Space_probe" title="Space probe">space probe</a> to visit two binary asteroids, <a class="mw-redirect" href="/wiki/(35107)_1991_VH" title="(35107) 1991 VH">(35107) 1991 VH</a> and <span class="nowrap"><a href="/wiki/(175706)_1996_FG3" title="(175706) 1996 FG3">(175706) 1996 FG<span style="position: relative; top: 0.3em;"><span style="font-size:80%;">3</span></span></a></span> is also expected to be launched as a secondary payload together with the Psyche space probe.
</td></tr>
<tr>
<td rowspan="2">September 2022<sup class="reference" id="cite_ref-NASA-SMSR_746-2"><a href="#cite_note-NASA-SMSR-746">[734]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/SpaceX_CRS-26" title="SpaceX CRS-26">SpaceX CRS-26</a><sup class="reference" id="cite_ref-nasa-20160114_681-5"><a href="#cite_note-nasa-20160114-681">[669]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td></tr>
<tr>
<td colspan="5">Last of six new cargo missions NASA awarded in 2015 to SpaceX under the <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS-2 contract</a> to be flown after the initial 20 missions of phase 1 were completed in 2020.<sup class="reference" id="cite_ref-nasa-20160114_681-6"><a href="#cite_note-nasa-20160114-681">[669]</a></sup>
</td></tr>
<tr>
<td rowspan="2">Q3 2022
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td>Galaxy 31 and Galaxy 32 (2 satellites)
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Intelsat" title="Intelsat">Intelsat</a>
</td></tr>
<tr>
<td colspan="5"><a href="/wiki/Maxar_Technologies" title="Maxar Technologies">Maxar Technologies</a> or <a href="/wiki/Northrop_Grumman" title="Northrop Grumman">Northrop Grumman</a> built satellites<sup class="reference" id="cite_ref-cnbc.com_757-0"><a href="#cite_note-cnbc.com-757">[745]</a></sup>
</td></tr>
<tr>
<td rowspan="2">Q3 2022<sup class="reference" id="cite_ref-arstechnica.com_758-0"><a href="#cite_note-arstechnica.com-758">[746]</a></sup>
</td>
<td>Likely <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>
</td>
<td>TBD
</td>
<td>USSF-67
</td>
<td>TBD
</td>
<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a>
</td></tr>
<tr>
<td colspan="5">First launch of Phase 2 US Air Force contract. US$316 million cost for the fiscal year of 2022 for the first flight,<sup class="reference" id="cite_ref-arstechnica.com_758-1"><a href="#cite_note-arstechnica.com-758">[746]</a></sup> mostly includes the cost of an extended payload fairing, upgrades to the company's West Coast launch pad at <a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">Vandenberg Space Force Base</a> in <a href="/wiki/California" title="California">California</a>, and a vertical integration facility required for NRO missions, while the launching price does not increase.<sup class="reference" id="cite_ref-759"><a href="#cite_note-759">[747]</a></sup>
</td></tr>
<tr>
<td rowspan="2">1 October 2022
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/MethaneSAT" title="MethaneSAT">MethaneSAT</a>
</td>
<td>SSO
</td>
<td>Environmental Defense Fund<br/>New Zealand Space Agency
</td></tr>
<tr>
<td colspan="5">MethaneSAT is a 350 kg (770 lb) among satellite aimed at locating, quantifying, and tracking <a href="/wiki/Methane_emissions" title="Methane emissions">methane emissions</a> from oil and gas operations worldwide. The project received $100 million grant for the mission's completion and launching from the Bezos Earth Fund, established by <a href="/wiki/Jeff_Bezos" title="Jeff Bezos">Jeff Bezos</a>.<sup class="reference" id="cite_ref-760"><a href="#cite_note-760">[748]</a></sup>
</td></tr>
<tr>
<td rowspan="2">25 October 2022<sup class="reference" id="cite_ref-NASA-SMSR_746-3"><a href="#cite_note-NASA-SMSR-746">[734]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td>Crew-5
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a class="mw-redirect" href="/wiki/ISS_Crew_Transportation_Services" title="ISS Crew Transportation Services">CTS</a>)<sup class="reference" id="cite_ref-CCD6_509-7"><a href="#cite_note-CCD6-509">[497]</a></sup>
</td></tr>
<tr>
<td colspan="5">Fifth <a class="mw-redirect" href="/wiki/Commercial_Crew_Development" title="Commercial Crew Development">USCV</a> launches out of NASA award of six <a class="mw-redirect" href="/wiki/Crew_Dragon" title="Crew Dragon">Crew Dragon</a> mission, to carry up to four astronauts and 100 kg (220 lb) of cargo to the ISS as well as feature a lifeboat function to evacuate astronauts from ISS in case of an emergency.<sup class="reference" id="cite_ref-CCD6_509-8"><a href="#cite_note-CCD6-509">[497]</a></sup>
</td></tr>
<tr>
<td rowspan="2">October 2022<sup class="reference" id="cite_ref-spacex-smallsat_738-2"><a href="#cite_note-spacex-smallsat-738">[726]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><i>Transporter-6</i>, SmallSat Rideshare
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>
</td>
<td>Various
</td></tr>
<tr>
<td colspan="5">Dedicated SmallSat Rideshare mission to sun-synchronous orbit.
</td></tr>
<tr>
<td rowspan="2">November 2022<sup class="reference" id="cite_ref-NASA-SMSR_746-4"><a href="#cite_note-NASA-SMSR-746">[734]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a><sup class="reference" id="cite_ref-swot-contract_761-0"><a href="#cite_note-swot-contract-761">[749]</a></sup>
</td>
<td><a class="mw-redirect" href="/wiki/Surface_Water_Ocean_Topography" title="Surface Water Ocean Topography">Surface Water Ocean Topography</a> (SWOT)
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a>
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a>
</td></tr>
<tr>
<td colspan="5">American-European satellite intended to measure the surface altitude of water bodies with centimeter-level precision.<sup class="reference" id="cite_ref-762"><a href="#cite_note-762">[750]</a></sup>
</td></tr>
<tr>
<td rowspan="2">December 2022
</td>
<td>TBD
</td>
<td>TBD
</td>
<td><a href="/wiki/Masten_Space_Systems#Masten_Mission_One" title="Masten Space Systems">Masten Mission One (MM1)</a><br/><a href="/wiki/Masten_Space_Systems#XL-1" title="Masten Space Systems">XL-1</a> lunar lander
</td>
<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>
</td>
<td><a href="/wiki/Masten_Space_Systems" title="Masten Space Systems">Masten Space Systems</a><br/><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Lunar_Payload_Services" title="Commercial Lunar Payload Services">CLPS</a>)
</td></tr>
<tr>
<td colspan="5">In April 2020, NASA announced Masten as one of the CLPS contract winners to send a lander to the lunar South pole in 2022 with several payloads.<sup class="reference" id="cite_ref-763"><a href="#cite_note-763">[751]</a></sup> In August 2020, Masten announced they signed a launch contract with SpaceX.<sup class="reference" id="cite_ref-764"><a href="#cite_note-764">[752]</a></sup><sup class="reference" id="cite_ref-765"><a href="#cite_note-765">[753]</a></sup>
</td></tr>
<tr>
<td rowspan="2">Late 2022<sup class="reference" id="cite_ref-HenrySpaceNorway_766-0"><a href="#cite_note-HenrySpaceNorway-766">[754]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td>ASBM 1 and ASBM 2
</td>
<td><a href="/wiki/Highly_elliptical_orbit" title="Highly elliptical orbit">HEO</a>
</td>
<td><a href="/wiki/Norwegian_Space_Agency" title="Norwegian Space Agency">Space Norway</a>
</td></tr>
<tr>
<td colspan="5"><a href="/wiki/Norwegian_Space_Agency" title="Norwegian Space Agency">Space Norway</a> will launch 2 satellites of the <a class="mw-redirect" href="/wiki/Arctic_Satellite_Broadband_Mission" title="Arctic Satellite Broadband Mission">Arctic Satellite Broadband Mission</a> (ASBM) system into highly elliptical orbits (apogee 43,509 km (27,035 mi), perigee 8,089 km (5,026 mi), 63.4°)<sup class="reference" id="cite_ref-767"><a href="#cite_note-767">[755]</a></sup>) to provide communication coverage to high latitudes not served by geosynchronous satellites.<sup class="reference" id="cite_ref-HenrySpaceNorway_766-1"><a href="#cite_note-HenrySpaceNorway-766">[754]</a></sup>
</td></tr>
<tr>
<td rowspan="2">Q4 2022
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td>Galaxy 33 and Galaxy 34 (2 satellites)
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Intelsat" title="Intelsat">Intelsat</a>
</td></tr>
<tr>
<td colspan="5"><a href="/wiki/Maxar_Technologies" title="Maxar Technologies">Maxar Technologies</a> or <a href="/wiki/Northrop_Grumman" title="Northrop Grumman">Northrop Grumman</a> built satellites.<sup class="reference" id="cite_ref-cnbc.com_757-1"><a href="#cite_note-cnbc.com-757">[745]</a></sup>
</td></tr>
<tr>
<td rowspan="2">Q4 2022<sup class="reference" id="cite_ref-768"><a href="#cite_note-768">[756]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td>TBD
</td>
<td><a href="/wiki/Intuitive_Machines" title="Intuitive Machines">Intuitive Machines</a> <i><a href="/wiki/Nova-C" title="Nova-C">Nova-C</a></i> 2 lunar lander
</td>
<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Lunar_Payload_Services" title="Commercial Lunar Payload Services">CLPS</a>)<br/><a href="/wiki/Ispace_(Japanese_company)" title="Ispace (Japanese company)">ispace</a>
</td></tr>
<tr>
<td colspan="5">Intuitive Machines is sending its second lander aboard a SpaceX Falcon 9, with a projected launch time frame happening sometime around late 2022. Intuitive Machines has already booked a first lander mission via SpaceX, which is also hosting payloads for other private companies seeking to make lunar landfall under NASA's Commercial Lunar Payload Services program.
</td></tr>
<tr>
<td rowspan="2">2022<sup class="reference" id="cite_ref-769"><a href="#cite_note-769">[757]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CC</a>,<br/><a class="mw-redirect" href="/wiki/SLC-40" title="SLC-40">SLC-40</a>
</td>
<td><a href="/wiki/Hakuto" title="Hakuto">Hakuto</a>-R Mission 1 Moon lander and<br/><a href="/wiki/Emirates_Lunar_Mission" title="Emirates Lunar Mission">Emirates Lunar Mission</a> (<a href="/wiki/Emirates_Lunar_Mission" title="Emirates Lunar Mission">Rashid</a>) rover (secondary payload)
</td>
<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>
</td>
<td><a href="/wiki/Ispace_(Japanese_company)" title="Ispace (Japanese company)">ispace</a> and <br/><a href="/wiki/Mohammed_bin_Rashid_Space_Centre" title="Mohammed bin Rashid Space Centre">MBRSC</a>
</td></tr>
<tr>
<td colspan="5"><a href="/wiki/Ispace_(Japanese_company)" title="Ispace (Japanese company)">ispace</a>'s Hakuto-R (for Reboot) is derived from the <a href="/wiki/Hakuto" title="Hakuto">Hakuto</a> project that was one of the defunct <a href="/wiki/Google_Lunar_X_Prize" title="Google Lunar X Prize">Google Lunar X Prize</a> contestants. The rebooted project aims to launch a lander-rover mission carrying a <a href="/wiki/Hakuto" title="Hakuto">Hakuto</a>-R lander and <a href="/wiki/Emirates_Lunar_Mission" title="Emirates Lunar Mission">Emirates Lunar Mission</a>(<a href="/wiki/Emirates_Lunar_Mission" title="Emirates Lunar Mission">Rashid</a>) rover (in collaboration with <a href="/wiki/Mohammed_bin_Rashid_Space_Centre" title="Mohammed bin Rashid Space Centre">MBRSC</a>) in 2022 with a separate Japanese rover mission in 2023, both as secondary payloads on other unspecified Falcon 9 missions.<sup class="reference" id="cite_ref-spacenews-20180926_770-0"><a href="#cite_note-spacenews-20180926-770">[758]</a></sup><sup class="reference" id="cite_ref-ispace20190822_771-0"><a href="#cite_note-ispace20190822-771">[759]</a></sup>
</td></tr>
<tr>
<td rowspan="2">2022<sup class="reference" id="cite_ref-772"><a href="#cite_note-772">[760]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺<sup class="reference" id="cite_ref-GPS_boosterreuse_693-1"><a href="#cite_note-GPS_boosterreuse-693">[681]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/GPS_Block_III" title="GPS Block III">GPS III</a>-<a href="/wiki/List_of_GPS_satellites" title="List of GPS satellites">06</a> (<i>Amelia Earhart</i>)<sup class="reference" id="cite_ref-GPS_553-3"><a href="#cite_note-GPS-553">[541]</a></sup><sup class="reference" id="cite_ref-sfn-20181217_398-2"><a href="#cite_note-sfn-20181217-398">[388]</a></sup>
</td>
<td><a href="/wiki/Medium_Earth_orbit" title="Medium Earth orbit">MEO</a>
</td>
<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a><sup class="reference" id="cite_ref-clark-20200630_542-3"><a href="#cite_note-clark-20200630-542">[530]</a></sup>
</td></tr>
<tr>
<td colspan="5">Space vehicle manufacturing contract awarded February 2013.<sup class="reference" id="cite_ref-GPS_III_5678_694-1"><a href="#cite_note-GPS_III_5678-694">[682]</a></sup> In September 2018, the space vehicle was integrating harnesses.<sup class="reference" id="cite_ref-gps_status_20180926_546-1"><a href="#cite_note-gps_status_20180926-546">[534]</a></sup> In March 2018, the Air Force announced it had awarded the launch contract for three GPS satellites to SpaceX.
</td></tr>
<tr>
<td rowspan="2">2022<sup class="reference" id="cite_ref-773"><a href="#cite_note-773">[761]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> or <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td>Inmarsat-6B
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Inmarsat" title="Inmarsat">Inmarsat</a>
</td></tr>
<tr>
<td colspan="5">Inmarsat maintained its launch option after a scheduled 2016 Falcon Heavy launch (a <a href="/wiki/European_Aviation_Network" title="European Aviation Network">European Aviation Network</a> satellite) was switched for an <a href="/wiki/Ariane_5" title="Ariane 5">Ariane 5</a> launch in 2017.<sup class="reference" id="cite_ref-spacenews-20180601_774-0"><a href="#cite_note-spacenews-20180601-774">[762]</a></sup> This option may be used for launching Inmarsat-6B,<sup class="reference" id="cite_ref-gxflex_775-0"><a href="#cite_note-gxflex-775">[763]</a></sup> and, as of April 2020<sup class="plainlinks noexcerpt noprint asof-tag update" style="display:none;"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&action=edit">[update]</a></sup>, SpaceX's launch manifest listed Inmarsat for a Falcon 9 launch.<sup class="reference" id="cite_ref-launchmanifest20200406_776-0"><a href="#cite_note-launchmanifest20200406-776">[764]</a></sup>
</td></tr>
<tr>
<td rowspan="2">2022
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td>SES-18 and SES-19<sup class="reference" id="cite_ref-777"><a href="#cite_note-777">[765]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a>
</td></tr>
<tr>
<td colspan="5">SpaceX will launch two C-band satellites for SES, with the option to launch a third satellite on a second flight.<sup class="reference" id="cite_ref-778"><a href="#cite_note-778">[766]</a></sup><sup class="reference" id="cite_ref-779"><a href="#cite_note-779">[767]</a></sup>
</td></tr>
<tr>
<td rowspan="2">2022<sup class="reference" id="cite_ref-sn-20200820_737-1"><a href="#cite_note-sn-20200820-737">[725]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><span class="nowrap"><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></span>
</td>
<td><a href="/wiki/O3b_mPOWER" title="O3b mPOWER">O3b mPOWER</a> 7, 8 and 9
</td>
<td><a href="/wiki/Medium_Earth_orbit" title="Medium Earth orbit">MEO</a>
</td>
<td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a>
</td></tr>
<tr>
<td colspan="5">In August 2020, SES expanded the O3m contract with two additional launches, raising the number of satellites from 7 to 11 satellites at nearly 2 tons each.<sup class="reference" id="cite_ref-780"><a href="#cite_note-780">[768]</a></sup><sup class="reference" id="cite_ref-businesswire.com_781-0"><a href="#cite_note-businesswire.com-781">[769]</a></sup>
</td></tr>
<tr>
<td rowspan="2">2022<sup class="reference" id="cite_ref-broadcastpro20200122_782-0"><a href="#cite_note-broadcastpro20200122-782">[770]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td>Nilesat-301<sup class="reference" id="cite_ref-broadcastpro20200122_782-1"><a href="#cite_note-broadcastpro20200122-782">[770]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Nilesat" title="Nilesat">Nilesat</a>
</td></tr>
<tr>
<td colspan="5">Built by <a href="/wiki/Thales_Alenia_Space" title="Thales Alenia Space">Thales Alenia Space</a>, the Egyptian satellite will be stationed at 7.0° west.<sup class="reference" id="cite_ref-broadcastpro20200122_782-2"><a href="#cite_note-broadcastpro20200122-782">[770]</a></sup>
</td></tr>
<tr>
<td rowspan="2">2022
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td>Intelsat 40e<br/><a href="/wiki/Tropospheric_Emissions:_Monitoring_of_Pollution" title="Tropospheric Emissions: Monitoring of Pollution">TEMPO</a>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Intelsat" title="Intelsat">Intelsat</a><br/><a href="/wiki/NASA" title="NASA">NASA</a>
</td></tr>
<tr>
<td colspan="5"><a href="/wiki/Maxar_Technologies" title="Maxar Technologies">Maxar Technologies</a> built satellite that will service North and Central America.<sup class="reference" id="cite_ref-783"><a href="#cite_note-783">[771]</a></sup>
</td></tr>
<tr>
<td rowspan="2">2022<sup class="reference" id="cite_ref-784"><a href="#cite_note-784">[772]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a href="/wiki/List_of_NRO_launches" title="List of NRO launches">NROL-87</a>
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a><sup class="reference" id="cite_ref-gunter-NRO_785-0"><a href="#cite_note-gunter-NRO-785">[773]</a></sup>
</td>
<td><a href="/wiki/National_Reconnaissance_Office" title="National Reconnaissance Office">NRO</a>
</td></tr>
<tr>
<td colspan="5">Classified payload. It was expected to be completed by December 2021.<sup class="reference" id="cite_ref-USDD190219_717-1"><a href="#cite_note-USDD190219-717">[705]</a></sup>
</td></tr>
<tr>
<td rowspan="2">2022<sup class="reference" id="cite_ref-786"><a href="#cite_note-786">[774]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td>Aurora 4A (secondary payload)<sup class="reference" id="cite_ref-787"><a href="#cite_note-787">[775]</a></sup>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Astranis" title="Astranis">Astranis</a>
</td></tr>
<tr>
<td colspan="5">This small (300 kg (660 lb)) geostationary satellite intends to provide 7.5 Gbit/s of bandwidth to Alaska, in partnership with <a class="new" href="/w/index.php?title=Pacific_Dataport&action=edit&redlink=1" title="Pacific Dataport (page does not exist)">Pacific Dataport</a>. Originally was aiming for launch in quarter four 2020.<sup class="reference" id="cite_ref-788"><a href="#cite_note-788">[776]</a></sup>
</td></tr>
</tbody></table>
<h3><span class="mw-headline" id="2023">2023</span></h3>
<table class="wikitable" style="width: 100%;">
<tbody><tr>
<th scope="col" style="width: 10%;">Date and time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)
</th>
<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br/>Booster</a><sup class="reference" id="cite_ref-booster_11-11"><a href="#cite_note-booster-11">[b]</a></sup>
</th>
<th scope="col">Launch site
</th>
<th scope="col">Payload<sup class="reference" id="cite_ref-Dragon_12-11"><a href="#cite_note-Dragon-12">[c]</a></sup>
</th>
<th scope="col">Orbit
</th>
<th scope="col">Customer
</th></tr>
<tr>
<td rowspan="2">10 January 2023<sup class="reference" id="cite_ref-NASA-SMSR_746-5"><a href="#cite_note-NASA-SMSR-746">[734]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a class="new" href="/w/index.php?title=SpaceX_CRS-27&action=edit&redlink=1" title="SpaceX CRS-27 (page does not exist)">SpaceX CRS-27</a>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td></tr>
<tr>
<td colspan="5">Three more <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS-2</a> missions for Dragon 2 covering up to CRS-29 were announced in December 2020.<sup class="reference" id="cite_ref-gunter-v2c_789-0"><a href="#cite_note-gunter-v2c-789">[777]</a></sup>
</td></tr>
<tr>
<td rowspan="2">1 February 2023<sup class="reference" id="cite_ref-NASA-SMSR_746-6"><a href="#cite_note-NASA-SMSR-746">[734]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td>Crew-6
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a class="mw-redirect" href="/wiki/ISS_Crew_Transportation_Services" title="ISS Crew Transportation Services">CTS</a>)<sup class="reference" id="cite_ref-CCD6_509-9"><a href="#cite_note-CCD6-509">[497]</a></sup>
</td></tr>
<tr>
<td colspan="5">Last <a class="mw-redirect" href="/wiki/Commercial_Crew_Development" title="Commercial Crew Development">USCV</a> launches out of NASA award of six <a class="mw-redirect" href="/wiki/Crew_Dragon" title="Crew Dragon">Crew Dragon</a> mission, to carry up to four astronauts and 100 kg (220 lb) of cargo to the ISS as well as feature a lifeboat function to evacuate astronauts from ISS in case of an emergency.<sup class="reference" id="cite_ref-CCD6_509-10"><a href="#cite_note-CCD6-509">[497]</a></sup>
</td></tr>
<tr>
<td rowspan="2">March 2023<sup class="reference" id="cite_ref-ispace20190822_771-1"><a href="#cite_note-ispace20190822-771">[759]</a></sup><sup class="reference" id="cite_ref-790"><a href="#cite_note-790">[778]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Hakuto" title="Hakuto">Hakuto</a>-R Moon lander (secondary payload)<sup class="reference" id="cite_ref-spacenews-20180926_770-1"><a href="#cite_note-spacenews-20180926-770">[758]</a></sup><sup class="reference" id="cite_ref-791"><a href="#cite_note-791">[779]</a></sup>
</td>
<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>
</td>
<td><a href="/wiki/Ispace_(Japanese_company)" title="Ispace (Japanese company)">ispace</a>
</td></tr>
<tr>
<td colspan="5"><a href="/wiki/Ispace_(Japanese_company)" title="Ispace (Japanese company)">Ispace</a>'s Hakuto-R (for Reboot) is derived from the <a href="/wiki/Hakuto" title="Hakuto">Hakuto</a> project that was one of the defunct <a href="/wiki/Google_Lunar_X_Prize" title="Google Lunar X Prize">Google Lunar X Prize</a> contestants. The rebooted project aims to launch a lander-rover mission carrying a <a href="/wiki/Hakuto" title="Hakuto">Hakuto</a>-R lander and <a href="/wiki/Emirates_Lunar_Mission" title="Emirates Lunar Mission">Rashid</a> rover (in collaboration with <a href="/wiki/Mohammed_bin_Rashid_Space_Centre" title="Mohammed bin Rashid Space Centre">MBRSC</a>) in 2021 with a separate Japanese rover mission in 2023, both as secondary payloads on other unspecified Falcon 9 missions.<sup class="reference" id="cite_ref-spacenews-20180926_770-2"><a href="#cite_note-spacenews-20180926-770">[758]</a></sup><sup class="reference" id="cite_ref-ispace20190822_771-2"><a href="#cite_note-ispace20190822-771">[759]</a></sup>
</td></tr>
<tr>
<td rowspan="2">April 2023<sup class="reference" id="cite_ref-spacex-smallsat_738-3"><a href="#cite_note-spacex-smallsat-738">[726]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><i>Transporter-7</i>, SmallSat Rideshare
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>
</td>
<td>Various
</td></tr>
<tr>
<td colspan="5">Dedicated SmallSat Rideshare mission to sun-synchronous orbit. The On-Orbit Servicing, Assembly and Manufacturing Mission 2 (OSAM-2), formerly known as <a href="/wiki/Archinaut" title="Archinaut">Archinaut</a> One, may launch on this rideshare mission in early 2023.<sup class="reference" id="cite_ref-792"><a href="#cite_note-792">[780]</a></sup><sup class="reference" id="cite_ref-793"><a href="#cite_note-793">[781]</a></sup>
</td></tr>
<tr>
<td rowspan="2">5 June 2023<sup class="reference" id="cite_ref-NASA-SMSR_746-7"><a href="#cite_note-NASA-SMSR-746">[734]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a class="new" href="/w/index.php?title=SpaceX_CRS-28&action=edit&redlink=1" title="SpaceX CRS-28 (page does not exist)">SpaceX CRS-28</a>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td></tr>
<tr>
<td colspan="5">Three more <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS-2</a> missions for Dragon 2 covering up to CRS-29 were announced in December 2020.<sup class="reference" id="cite_ref-gunter-v2c_789-1"><a href="#cite_note-gunter-v2c-789">[777]</a></sup>
</td></tr>
<tr>
<td rowspan="2">Q2 2023<sup class="reference" id="cite_ref-spacex-smallsat_738-4"><a href="#cite_note-spacex-smallsat-738">[726]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><i>Transporter-8</i>, SmallSat Rideshare
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>
</td>
<td>Various
</td></tr>
<tr>
<td colspan="5">Dedicated SmallSat Rideshare mission to sun-synchronous orbit.
</td></tr>
<tr>
<td rowspan="2">Mid 2023<sup class="reference" id="cite_ref-794"><a href="#cite_note-794">[782]</a></sup><sup class="reference" id="cite_ref-795"><a href="#cite_note-795">[783]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Firefly_Aerospace#Blue_Ghost_lunar_lander" title="Firefly Aerospace">Blue Ghost</a> lunar lander
</td>
<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>
</td>
<td><a href="/wiki/Firefly_Aerospace" title="Firefly Aerospace">Firefly Aerospace</a><br/>NASA (<a href="/wiki/Commercial_Lunar_Payload_Services" title="Commercial Lunar Payload Services">CLPS</a>)
</td></tr>
<tr>
<td colspan="5"><a href="/wiki/Firefly_Aerospace" title="Firefly Aerospace">Firefly Aerospace</a> chose <a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>'s Falcon 9 rocket to deliver the Blue Ghost lunar lander to the lunar surface. Blue Ghost will carry 10 payloads for NASA's <a href="/wiki/Commercial_Lunar_Payload_Services" title="Commercial Lunar Payload Services">Commercial Lunar Payload Services</a> task order 19D mission along with other separately contracted payloads.<sup class="reference" id="cite_ref-796"><a href="#cite_note-796">[784]</a></sup>
</td></tr>
<tr>
<td rowspan="2">20 October 2023<sup class="reference" id="cite_ref-NASA-SMSR_746-8"><a href="#cite_note-NASA-SMSR-746">[734]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a class="new" href="/w/index.php?title=SpaceX_CRS-29&action=edit&redlink=1" title="SpaceX CRS-29 (page does not exist)">SpaceX CRS-29</a>
</td>
<td><a class="mw-redirect" href="/wiki/Low_Earth_Orbit" title="Low Earth Orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>)
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>)
</td></tr>
<tr>
<td colspan="5">Three more <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS-2</a> missions for Dragon 2 covering up to CRS-29 were announced in December 2020.<sup class="reference" id="cite_ref-gunter-v2c_789-2"><a href="#cite_note-gunter-v2c-789">[777]</a></sup>
</td></tr>
<tr>
<td rowspan="2">30 November 2023<sup class="reference" id="cite_ref-NASA-SMSR_746-9"><a href="#cite_note-NASA-SMSR-746">[734]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a> ♺
</td>
<td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td><a href="/wiki/Plankton,_Aerosol,_Cloud,_ocean_Ecosystem" title="Plankton, Aerosol, Cloud, ocean Ecosystem">PACE</a>
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Launch_Services_Program" title="Launch Services Program">LSP</a>)
</td></tr>
<tr>
<td colspan="5"><i>Plankton, Aerosol, Cloud, ocean Ecosystem</i> is a 1.7 tonne, US$800 million craft that will orbit at 676 km (420 mi) altitude. It will include the <i>Ocean Color Imager</i> intended to study phytoplankton in the ocean, and two polarimeters for studying properties of clouds, aerosols and the ocean. The launch price was US$80.4 million.<sup class="reference" id="cite_ref-797"><a href="#cite_note-797">[785]</a></sup>
</td></tr>
<tr>
<td rowspan="2">November 2023<sup class="reference" id="cite_ref-798"><a href="#cite_note-798">[786]</a></sup>
</td>
<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a class="new" href="/w/index.php?title=Griffin_Mission_1&action=edit&redlink=1" title="Griffin Mission 1 (page does not exist)">Griffin Mission 1</a>
</td>
<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>
</td>
<td><a class="mw-redirect" href="/wiki/Astrobotic" title="Astrobotic">Astrobotic</a><br/>NASA (<a href="/wiki/Artemis_program" title="Artemis program">Artemis</a>)
</td></tr>
<tr>
<td colspan="5">Astrobotic's <a class="mw-redirect" href="/wiki/Griffin_(spacecraft)" title="Griffin (spacecraft)">Griffin lunar lander</a> will deliver NASA's <i><a href="/wiki/VIPER_(rover)" title="VIPER (rover)">VIPER</a></i> spacecraft to the <a href="/wiki/Lunar_south_pole" title="Lunar south pole">lunar south pole</a>.<sup class="reference" id="cite_ref-799"><a href="#cite_note-799">[787]</a></sup>
</td></tr>
<tr>
<td rowspan="2">Q4 2023<sup class="reference" id="cite_ref-spacex-smallsat_738-5"><a href="#cite_note-spacex-smallsat-738">[726]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><i>Transporter-9</i>, SmallSat Rideshare
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a>
</td>
<td>Various
</td></tr>
<tr>
<td colspan="5">Dedicated SmallSat Rideshare mission to sun-synchronous orbit.
</td></tr>
<tr>
<td rowspan="2">Q4 2023<sup class="reference" id="cite_ref-800"><a href="#cite_note-800">[788]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><span class="nowrap"><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></span>
</td>
<td><a class="new" href="/w/index.php?title=SATRIA&action=edit&redlink=1" title="SATRIA (page does not exist)">SATRIA</a>
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/PT_Pasifik_Satelit_Nusantara" title="PT Pasifik Satelit Nusantara">PT Pasifik Satelit Nusantara</a>
</td></tr>
<tr>
<td colspan="5">PSN chose Falcon 9 in September 2020 to launch its satellite instead of a Chinese rocket or <a href="/wiki/Ariane_5" title="Ariane 5">Ariane 5</a>.
</td></tr>
<tr>
<td rowspan="2">Q4 2023
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><sup class="reference" id="cite_ref-ussf36config_801-0"><a href="#cite_note-ussf36config-801">[789]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><span class="nowrap"><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></span><sup class="reference" id="cite_ref-ussf36location_802-0"><a href="#cite_note-ussf36location-802">[790]</a></sup>
</td>
<td>USSF-36
</td>
<td>TBD
</td>
<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a>
</td></tr>
<tr>
<td colspan="5">Launch part of Phase 2 US Air Force contract awarded in 2021.<sup class="reference" id="cite_ref-defense.gov_803-0"><a href="#cite_note-defense.gov-803">[791]</a></sup>
</td></tr>
<tr>
<td rowspan="2">Q4 2023
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><sup class="reference" id="cite_ref-ussf36config_801-1"><a href="#cite_note-ussf36config-801">[789]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><span class="nowrap"><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></span><sup class="reference" id="cite_ref-ussf36location_802-1"><a href="#cite_note-ussf36location-802">[790]</a></sup>
</td>
<td>NROL-69
</td>
<td>TBD
</td>
<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a>
</td></tr>
<tr>
<td colspan="5">Launch part of Phase 2 US Air Force contract awarded in 2021.<sup class="reference" id="cite_ref-defense.gov_803-1"><a href="#cite_note-defense.gov-803">[791]</a></sup>
</td></tr>
<tr>
<td rowspan="2">2023
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a>
</td>
<td>Intelsat satellite
</td>
<td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a>
</td>
<td><a href="/wiki/Intelsat" title="Intelsat">Intelsat</a>
</td></tr>
<tr>
<td colspan="5">Intelsat contracted both SpaceX and Arianespace to launch its fifth <a href="/wiki/Maxar_Technologies" title="Maxar Technologies">Maxar Technologies</a> built satellite, and award whichever doesn't launch it with a separate contract at a later date.<sup class="reference" id="cite_ref-cnbc.com_757-2"><a href="#cite_note-cnbc.com-757">[745]</a></sup>
</td></tr>
<tr>
<td rowspan="2">2023
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><sup class="reference" id="cite_ref-ussf36config_801-2"><a href="#cite_note-ussf36config-801">[789]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><span class="nowrap"><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></span>
</td>
<td>Ax-2
</td>
<td>TBD
</td>
<td>Axiom Space
</td></tr>
<tr>
<td colspan="5">Contract for 3 additional missions was signed in June 2021.<sup class="reference" id="cite_ref-axiom_804-0"><a href="#cite_note-axiom-804">[792]</a></sup> <a href="/wiki/Peggy_Whitson" title="Peggy Whitson">Peggy Whitson</a> and <a href="/wiki/John_Shoffner" title="John Shoffner">John Shoffner</a> were signed on as commander and pilot.<sup class="reference" id="cite_ref-805"><a href="#cite_note-805">[793]</a></sup><sup class="reference" id="cite_ref-806"><a href="#cite_note-806">[794]</a></sup> The third seat is expected to be awarded to a <a href="/wiki/Discovery_Channel" title="Discovery Channel">Discovery</a> reality TV show winner of <a class="new" href="/w/index.php?title=Who_Wants_To_Be_An_Astronaut%3F&action=edit&redlink=1" title="Who Wants To Be An Astronaut? (page does not exist)">Who Wants To Be An Astronaut?</a>.<sup class="reference" id="cite_ref-807"><a href="#cite_note-807">[795]</a></sup>
</td></tr>
<tr>
<td rowspan="2">2023
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><sup class="reference" id="cite_ref-ussf36config_801-3"><a href="#cite_note-ussf36config-801">[789]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><span class="nowrap"><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></span>
</td>
<td>Ax-3
</td>
<td>TBD
</td>
<td>Axiom Space
</td></tr>
<tr>
<td colspan="5">Contract for 3 additional missions was signed in June 2021.<sup class="reference" id="cite_ref-axiom_804-1"><a href="#cite_note-axiom-804">[792]</a></sup>
</td></tr>
<tr>
<td rowspan="2">2023
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a><sup class="reference" id="cite_ref-ussf36config_801-4"><a href="#cite_note-ussf36config-801">[789]</a></sup>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><span class="nowrap"><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></span>
</td>
<td>Ax-4
</td>
<td>TBD
</td>
<td>Axiom Space
</td></tr>
<tr>
<td colspan="5">Contract for 3 additional missions was signed in June 2021.<sup class="reference" id="cite_ref-axiom_804-2"><a href="#cite_note-axiom-804">[792]</a></sup>
</td></tr>
</tbody></table>
<h3><span class="mw-headline" id="2024_and_beyond">2024 and beyond</span></h3>
<table class="wikitable" style="width: 100%;">
<tbody><tr>
<th scope="col" style="width: 10%;">Date and time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)
</th>
<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br/>Booster</a><sup class="reference" id="cite_ref-booster_11-12"><a href="#cite_note-booster-11">[b]</a></sup>
</th>
<th scope="col">Launch site
</th>
<th scope="col">Payload<sup class="reference" id="cite_ref-Dragon_12-12"><a href="#cite_note-Dragon-12">[c]</a></sup>
</th>
<th scope="col">Orbit
</th>
<th scope="col">Customer
</th></tr>
<tr>
<td rowspan="2">2024–2027<sup class="reference" id="cite_ref-arstechnica.com_758-2"><a href="#cite_note-arstechnica.com-758">[746]</a></sup>
</td>
<td>TBD
</td>
<td>TBD
</td>
<td>about 12 more launches
</td>
<td>TBD
</td>
<td><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a>
</td></tr>
<tr>
<td colspan="5">Launches part of Phase 2 US Air Force contract awarding SpaceX 40% of the about 34 launches expected to occur between 2022 and 2027.<sup class="reference" id="cite_ref-arstechnica.com_758-3"><a href="#cite_note-arstechnica.com-758">[746]</a></sup>
</td></tr>
<tr>
<td rowspan="2">June 2024
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a>
</td>
<td><a href="/wiki/SPHEREx" title="SPHEREx">SPHEREx</a>
</td>
<td><a href="/wiki/Sun-synchronous_orbit" title="Sun-synchronous orbit">SSO</a><sup class="reference" id="cite_ref-808"><a href="#cite_note-808">[796]</a></sup>
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a>
</td></tr>
<tr>
<td colspan="5">In February 2021, NASA announced a $99m contract for its Astrophysics Division.<sup class="reference" id="cite_ref-809"><a href="#cite_note-809">[797]</a></sup>
</td></tr>
<tr>
<td rowspan="2">Q4 2024<sup class="reference" id="cite_ref-810"><a href="#cite_note-810">[798]</a></sup>
</td>
<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Power_and_Propulsion_Element" title="Power and Propulsion Element">Power and Propulsion Element</a> (PPE)<br/><a href="/wiki/Lunar_Gateway#Planned_modules" title="Lunar Gateway">Habitation and Logistics Outpost</a> (HALO)<sup class="reference" id="cite_ref-811"><a href="#cite_note-811">[799]</a></sup>
</td>
<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Artemis_program" title="Artemis program">Artemis</a>)
</td></tr>
<tr>
<td colspan="5">First elements for the <a href="/wiki/Lunar_Gateway" title="Lunar Gateway">Gateway</a> station as part of the <a href="/wiki/Artemis_program" title="Artemis program">Artemis program</a>, awarded in February 2021. The launch will cost NASA $331.8 million.<sup class="reference" id="cite_ref-ppe_812-0"><a href="#cite_note-ppe-812">[800]</a></sup>
</td></tr>
<tr>
<td rowspan="2">2024<sup class="reference" id="cite_ref-sn-20200820_737-2"><a href="#cite_note-sn-20200820-737">[725]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Cape_Canaveral" title="Cape Canaveral">CC</a>,<br/><span class="nowrap"><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a> or <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></span>
</td>
<td><a href="/wiki/O3b_mPOWER" title="O3b mPOWER">O3b mPOWER</a> 10 and 11
</td>
<td><a href="/wiki/Medium_Earth_orbit" title="Medium Earth orbit">MEO</a>
</td>
<td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a>
</td></tr>
<tr>
<td colspan="5">In August 2020, SES expanded the O3m contract with a fourth launch.<sup class="reference" id="cite_ref-businesswire.com_781-1"><a href="#cite_note-businesswire.com-781">[769]</a></sup>
</td></tr>
<tr>
<td rowspan="2">2024<sup class="reference" id="cite_ref-813"><a href="#cite_note-813">[801]</a></sup><sup class="reference" id="cite_ref-814"><a href="#cite_note-814">[802]</a></sup>
</td>
<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a class="mw-redirect" href="/wiki/Dragon_XL" title="Dragon XL">Dragon XL</a>
</td>
<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Gateway_Logistics_Services" title="Gateway Logistics Services">Gateway Logistics Services</a>)
</td></tr>
<tr>
<td colspan="5">In March 2020, NASA announced its first contract for the <a href="/wiki/Gateway_Logistics_Services" title="Gateway Logistics Services">Gateway Logistics Services</a> that guarantees at least two launches on a modified Crew Dragon spacecraft that will carry over 5 tonnes of cargo to the Lunar orbit on 6–12 months long missions.<sup class="reference" id="cite_ref-815"><a href="#cite_note-815">[803]</a></sup>
</td></tr>
<tr>
<td rowspan="2">1 February 2025<sup class="reference" id="cite_ref-816"><a href="#cite_note-816">[804]</a></sup>
</td>
<td><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">F9 B5</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a href="/wiki/Interstellar_Mapping_and_Acceleration_Probe" title="Interstellar Mapping and Acceleration Probe">Interstellar Mapping and Acceleration Probe</a> (IMAP)
</td>
<td><a class="mw-redirect" href="/wiki/Lagrangian_point" title="Lagrangian point">Sun–Earth L<sub>1</sub></a>
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a>
</td></tr>
<tr>
<td colspan="5">In September 2020, NASA selected SpaceX to launch IMAP mission, which will help researchers better understand the boundary of the heliosphere, a magnetic barrier surrounding our solar system. The total launch cost is approximately US$109.4 million. The secondary payloads are NASA's Lunar Trailblazer mission, two NASA heliophysics missions of opportunity, and the National Oceanic and Atmospheric Administration's Space Weather Follow On-Lagrange 1 (SWFO-L1) mission.<sup class="reference" id="cite_ref-817"><a href="#cite_note-817">[805]</a></sup>
</td></tr>
<tr>
<td rowspan="2">2026<sup class="reference" id="cite_ref-oig.nasa.gov_818-0"><a href="#cite_note-oig.nasa.gov-818">[806]</a></sup>
</td>
<td><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a>
</td>
<td><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a>,<br/><a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a>
</td>
<td><a class="mw-redirect" href="/wiki/Dragon_XL" title="Dragon XL">Dragon XL</a>
</td>
<td><a href="/wiki/Trans-lunar_injection" title="Trans-lunar injection">TLI</a>
</td>
<td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Gateway_Logistics_Services" title="Gateway Logistics Services">Gateway Logistics Services</a>)
</td></tr>
<tr>
<td colspan="5">Second Dragon XL logistics module.<sup class="reference" id="cite_ref-oig.nasa.gov_818-1"><a href="#cite_note-oig.nasa.gov-818">[806]</a></sup>
</td></tr>
</tbody></table>
<h2><span class="mw-headline" id="Notable_launches">Notable launches</span></h2>
<h3><span class="mw-headline" id="First_flight_of_Falcon_9">First flight of Falcon 9</span></h3>
<style data-mw-deduplicate="TemplateStyles:r1033289096">.mw-parser-output .hatnote{font-style:italic}.mw-parser-output div.hatnote{padding-left:1.6em;margin-bottom:0.5em}.mw-parser-output .hatnote i{font-style:normal}.mw-parser-output .hatnote+link+.hatnote{margin-top:-0.5em}</style><div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Dragon_Spacecraft_Qualification_Unit" title="Dragon Spacecraft Qualification Unit">Dragon Spacecraft Qualification Unit</a></div>
<div class="thumb tright"><div class="thumbinner" style="width:292px;"><div class="PopUpMediaTransform" id="mwe_player_0" style="width:290px;" videopayload='<div class="mediaContainer" style="width:512px"><video id="mwe_player_1" poster="//upload.wikimedia.org/wikipedia/commons/thumb/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv/512px--SpaceX_Falcon_9_Flight_1_launch.ogv.jpg" controls="" preload="none" autoplay="" style="width:512px;height:384px" class="kskin" data-durationhint="112.04526719095" data-startoffset="0" data-mwtitle="SpaceX_Falcon_9_Flight_1_launch.ogv" data-mwprovider="wikimediacommons"><source src="//upload.wikimedia.org/wikipedia/commons/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv" type="video/ogg; codecs=&quot;theora, vorbis&quot;" data-title="Original Ogg file, 512 × 384 (451 kbps)" data-shorttitle="Ogg source" data-width="512" data-height="384" data-bandwidth="450916" data-framerate="29.970029829795"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv/SpaceX_Falcon_9_Flight_1_launch.ogv.120p.vp9.webm" type="video/webm; codecs=&quot;vp9, opus&quot;" data-title="Lowest bandwidth VP9 (120P)" data-shorttitle="VP9 120P" data-transcodekey="120p.vp9.webm" data-width="160" data-height="120" data-bandwidth="95248" data-framerate="29.970029829795"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv/SpaceX_Falcon_9_Flight_1_launch.ogv.160p.webm" type="video/webm; codecs=&quot;vp8, vorbis&quot;" data-title="Low bandwidth WebM (160P)" data-shorttitle="WebM 160P" data-transcodekey="160p.webm" data-width="214" data-height="160" data-bandwidth="191272" data-framerate="29.970029829795"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv/SpaceX_Falcon_9_Flight_1_launch.ogv.180p.vp9.webm" type="video/webm; codecs=&quot;vp9, opus&quot;" data-title="Low bandwidth VP9 (180P)" data-shorttitle="VP9 180P" data-transcodekey="180p.vp9.webm" data-width="240" data-height="180" data-bandwidth="105864" data-framerate="29.970029829795"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv/SpaceX_Falcon_9_Flight_1_launch.ogv.240p.vp9.webm" type="video/webm; codecs=&quot;vp9, opus&quot;" data-title="Small VP9 (240P)" data-shorttitle="VP9 240P" data-transcodekey="240p.vp9.webm" data-width="320" data-height="240" data-bandwidth="113560" data-framerate="29.970029829795"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv/SpaceX_Falcon_9_Flight_1_launch.ogv.240p.webm" type="video/webm; codecs=&quot;vp8, vorbis&quot;" data-title="Small WebM (240P)" data-shorttitle="WebM 240P" data-transcodekey="240p.webm" data-width="320" data-height="240" data-bandwidth="311320" data-framerate="29.970029829795"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv/SpaceX_Falcon_9_Flight_1_launch.ogv.360p.vp9.webm" type="video/webm; codecs=&quot;vp9, opus&quot;" data-title="VP9 (360P)" data-shorttitle="VP9 360P" data-transcodekey="360p.vp9.webm" data-width="480" data-height="360" data-bandwidth="140688" data-framerate="29.970029829795"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv/SpaceX_Falcon_9_Flight_1_launch.ogv.360p.webm" type="video/webm; codecs=&quot;vp8, vorbis&quot;" data-title="WebM (360P)" data-shorttitle="WebM 360P" data-transcodekey="360p.webm" data-width="480" data-height="360" data-bandwidth="564216" data-framerate="29.970029829795"/></video></div>'><img alt="File:SpaceX Falcon 9 Flight 1 launch.ogv" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv/290px--SpaceX_Falcon_9_Flight_1_launch.ogv.jpg" style="width:290px;height:218px"/><a href="//upload.wikimedia.org/wikipedia/commons/a/af/SpaceX_Falcon_9_Flight_1_launch.ogv" target="new" title="Play media"><span class="play-btn-large"><span class="mw-tmh-playtext">Play media</span></span></a></div> <div class="thumbcaption"><div class="magnify"><a class="internal" href="/wiki/File:SpaceX_Falcon_9_Flight_1_launch.ogv" title="Enlarge"></a></div>Launch of Falcon 9 Flight 1 with a <a href="/wiki/Boilerplate_(spaceflight)" title="Boilerplate (spaceflight)">boilerplate</a> Dragon</div></div></div>
<p>On 4 June 2010, the first Falcon 9 launch successfully placed a test payload into the intended orbit.<sup class="reference" id="cite_ref-sfn20100604_17-1"><a href="#cite_note-sfn20100604-17">[11]</a></sup> Starting at the moment of liftoff, the booster experienced <a href="/wiki/Flight_dynamics_(fixed-wing_aircraft)" title="Flight dynamics (fixed-wing aircraft)">roll</a>.<sup class="reference" id="cite_ref-Bowersox_interview_819-0"><a href="#cite_note-Bowersox_interview-819">[807]</a></sup> The roll stopped before the craft reached the top of the tower, but the second stage began to roll near the end of its burn,<sup class="reference" id="cite_ref-sfn20100604_17-2"><a href="#cite_note-sfn20100604-17">[11]</a></sup> tumbling out of control during the passivation process and creating a gaseous halo of vented propellant that could be seen from all of <a class="mw-redirect" href="/wiki/Eastern_Australia" title="Eastern Australia">Eastern Australia</a>, raising <a class="mw-redirect" href="/wiki/UFO" title="UFO">UFO</a> concerns.<sup class="reference" id="cite_ref-abc.net.au_June_5,_820-0"><a href="#cite_note-abc.net.au_June_5,-820">[808]</a></sup><sup class="reference" id="cite_ref-space.com_June_7,_821-0"><a href="#cite_note-space.com_June_7,-821">[809]</a></sup>
</p>
<h3><span class="mw-headline" id="COTS_demonstration_flights">COTS demonstration flights</span></h3>
<link href="mw-data:TemplateStyles:r1033289096" rel="mw-deduplicated-inline-style"/><div class="hatnote navigation-not-searchable" role="note">Main articles: <a class="mw-redirect" href="/wiki/COTS_Demo_Flight_1" title="COTS Demo Flight 1">COTS Demo Flight 1</a> and <a class="mw-redirect" href="/wiki/Dragon_C2%2B" title="Dragon C2+">Dragon C2+</a></div>
<div class="thumb tright"><div class="thumbinner" style="width:292px;"><a class="image" href="/wiki/File:COTS-1_Dragon_After_Return_from_Orbit_(crop).jpg"><img alt="" class="thumbimage" data-file-height="894" data-file-width="1118" decoding="async" height="232" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/f6/COTS-1_Dragon_After_Return_from_Orbit_%28crop%29.jpg/290px-COTS-1_Dragon_After_Return_from_Orbit_%28crop%29.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/f6/COTS-1_Dragon_After_Return_from_Orbit_%28crop%29.jpg/435px-COTS-1_Dragon_After_Return_from_Orbit_%28crop%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/f6/COTS-1_Dragon_After_Return_from_Orbit_%28crop%29.jpg/580px-COTS-1_Dragon_After_Return_from_Orbit_%28crop%29.jpg 2x" width="290"/></a> <div class="thumbcaption"><div class="magnify"><a class="internal" href="/wiki/File:COTS-1_Dragon_After_Return_from_Orbit_(crop).jpg" title="Enlarge"></a></div>COTS-1 Dragon after return from orbit</div></div></div>
<p>Second launch of Falcon 9 was <a class="mw-redirect" href="/wiki/COTS_Demo_Flight_1" title="COTS Demo Flight 1">COTS Demo Flight 1</a>, which placed an operational <a href="/wiki/SpaceX_Dragon" title="SpaceX Dragon">Dragon</a> capsule in a roughly 300 km (190 mi) orbit on 8 December 2010,<sup class="reference" id="cite_ref-BBCLaunchDec2010_822-0"><a href="#cite_note-BBCLaunchDec2010-822">[810]</a></sup> The capsule re-entered the atmosphere after two orbits, allowing testing for the pressure vessel integrity, attitude control using the <a class="mw-redirect" href="/wiki/Draco_thruster" title="Draco thruster">Draco thrusters</a>, telemetry, guidance, navigation, control systems, and the <a class="mw-redirect" href="/wiki/PICA-X" title="PICA-X">PICA-X</a> heat shield, and intended to test the parachutes at speed. The capsule was recovered off the coast of Mexico<sup class="reference" id="cite_ref-SFN_Status_823-0"><a href="#cite_note-SFN_Status-823">[811]</a></sup> and then placed on display at SpaceX headquarters.<sup class="reference" id="cite_ref-824"><a href="#cite_note-824">[812]</a></sup>
</p><p>The remaining objectives of the <a href="/wiki/Commercial_Orbital_Transportation_Services" title="Commercial Orbital Transportation Services">NASA COTS</a> qualification program were combined into a single <a class="mw-redirect" href="/wiki/Dragon_C2%2B" title="Dragon C2+">Dragon C2+</a> mission,<sup class="reference" id="cite_ref-Space_News_2011-07-22_825-0"><a href="#cite_note-Space_News_2011-07-22-825">[813]</a></sup> on the condition that all milestones would be validated in space before <a class="mw-redirect" href="/wiki/Spacecraft_docking_and_berthing_mechanisms" title="Spacecraft docking and berthing mechanisms">berthing</a> Dragon to the ISS. The Dragon capsule was propelled to orbit on 22 May, and for the next days tested its positioning system, solar panels, <a href="/wiki/Grapple_fixture" title="Grapple fixture">grapple fixture</a>, proximity navigation sensors, and its rendezvous capabilities at safe distances. After a final hold position a 9 m (30 ft) away from the <a href="/wiki/Harmony_(ISS_module)" title="Harmony (ISS module)">Harmony</a> docking port on 25 May, it was grabbed with <a href="/wiki/Mobile_Servicing_System" title="Mobile Servicing System">the station's robotic arm</a> (Canadarm2), and eventually, the hatch was opened on 26 May. It was released on 31 May and successfully completed all the return procedures,<sup class="reference" id="cite_ref-ars_826-0"><a href="#cite_note-ars-826">[814]</a></sup> and the recovered Dragon C2+ capsule is now on display at <a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a>.<sup class="reference" id="cite_ref-827"><a href="#cite_note-827">[815]</a></sup> Falcon 9 and Dragon thus became the first fully commercially developed launcher to deliver a payload to the International Space Station, paving the way for SpaceX and NASA to sign the first <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">Commercial Resupply Services</a> agreement for 12 cargo deliveries.<sup class="reference" id="cite_ref-certified_828-0"><a href="#cite_note-certified-828">[816]</a></sup>
</p>
<h3><span class="mw-headline" id="CRS-1">CRS-1</span></h3>
<link href="mw-data:TemplateStyles:r1033289096" rel="mw-deduplicated-inline-style"/><div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/SpaceX_CRS-1" title="SpaceX CRS-1">SpaceX CRS-1</a></div>
<div class="thumb tright"><div class="thumbinner" style="width:292px;"><a class="image" href="/wiki/File:SpX_CRS-1_berthed_-_cropped.jpg"><img alt="" class="thumbimage" data-file-height="2332" data-file-width="2975" decoding="async" height="227" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/b7/SpX_CRS-1_berthed_-_cropped.jpg/290px-SpX_CRS-1_berthed_-_cropped.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/b7/SpX_CRS-1_berthed_-_cropped.jpg/435px-SpX_CRS-1_berthed_-_cropped.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/b7/SpX_CRS-1_berthed_-_cropped.jpg/580px-SpX_CRS-1_berthed_-_cropped.jpg 2x" width="290"/></a> <div class="thumbcaption"><div class="magnify"><a class="internal" href="/wiki/File:SpX_CRS-1_berthed_-_cropped.jpg" title="Enlarge"></a></div><a class="mw-redirect" href="/wiki/Dragon_CRS-1" title="Dragon CRS-1">Dragon CRS-1</a> berthed to the <a href="/wiki/International_Space_Station" title="International Space Station">International Space Station</a> (ISS) on 14 October 2012, photographed from the <a href="/wiki/Cupola_(ISS_module)" title="Cupola (ISS module)">Cupola</a>.</div></div></div>
<p>First operational cargo resupply mission to ISS, the fourth flight of Falcon 9, was launched on 7 October 2012. At 76 seconds after liftoff, engine 1 of the first stage suffered a loss of pressure which caused an automatic shutdown of that engine, but the remaining eight first-stage engines continued to burn and the Dragon capsule reached orbit successfully and thus demonstrated the rocket's "engine out" capability in flight.<sup class="reference" id="cite_ref-829"><a href="#cite_note-829">[817]</a></sup><sup class="reference" id="cite_ref-flight4engineanomaly_830-0"><a href="#cite_note-flight4engineanomaly-830">[818]</a></sup> Due to ISS visiting vehicle safety rules, at NASA's request, the secondary payload Orbcomm-2 was released into a lower-than-intended orbit.<sup class="reference" id="cite_ref-OrbcommTotalLoss_32-1"><a href="#cite_note-OrbcommTotalLoss-32">[26]</a></sup> The mission continued to rendezvous and berth the Dragon capsule with the ISS where the ISS crew unloaded its payload and reloaded the spacecraft with cargo for return to Earth.<sup class="reference" id="cite_ref-Dragon_mission_report_CRS-1_831-0"><a href="#cite_note-Dragon_mission_report_CRS-1-831">[819]</a></sup> Despite the incident, Orbcomm said they gathered useful test data from the mission and planned to send more satellites via SpaceX,<sup class="reference" id="cite_ref-nyt-20121030_31-1"><a href="#cite_note-nyt-20121030-31">[25]</a></sup> which happened in <a href="/wiki/Falcon_9_flight_10" title="Falcon 9 flight 10">July 2014</a> and <a href="/wiki/Falcon_9_flight_20" title="Falcon 9 flight 20">December 2015</a>.
</p>
<h3><span class="mw-headline" id="Maiden_flight_of_v1.1">Maiden flight of v1.1</span></h3>
<link href="mw-data:TemplateStyles:r1033289096" rel="mw-deduplicated-inline-style"/><div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/CASSIOPE" title="CASSIOPE">CASSIOPE</a></div>
<div class="thumb tright"><div class="thumbinner" style="width:292px;"><div class="PopUpMediaTransform" id="mwe_player_2" style="width:290px;" videopayload='<div class="mediaContainer" style="width:640px"><video id="mwe_player_3" poster="//upload.wikimedia.org/wikipedia/commons/thumb/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm/640px--SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm.jpg" controls="" preload="none" autoplay="" style="width:640px;height:360px" class="kskin" data-durationhint="100.01" data-startoffset="0" data-mwtitle="SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm" data-mwprovider="wikimediacommons"><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm.360p.vp9.webm" type="video/webm; codecs=&quot;vp9, opus&quot;" data-title="VP9 (360P)" data-shorttitle="VP9 360P" data-transcodekey="360p.vp9.webm" data-width="640" data-height="360" data-bandwidth="151608" data-framerate="1000"/><source src="//upload.wikimedia.org/wikipedia/commons/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm" type="video/webm; codecs=&quot;vp8, vorbis&quot;" data-title="Original WebM file, 640 × 360 (235 kbps)" data-shorttitle="WebM source" data-width="640" data-height="360" data-bandwidth="234999" data-framerate="1000"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm.360p.webm" type="video/webm; codecs=&quot;vp8, vorbis&quot;" data-title="WebM (360P)" data-shorttitle="WebM 360P" data-transcodekey="360p.webm" data-width="640" data-height="360" data-bandwidth="469976" data-framerate="1000"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm.120p.vp9.webm" type="video/webm; codecs=&quot;vp9, opus&quot;" data-title="Lowest bandwidth VP9 (120P)" data-shorttitle="VP9 120P" data-transcodekey="120p.vp9.webm" data-width="214" data-height="120" data-bandwidth="97440" data-framerate="1000"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm.160p.webm" type="video/webm; codecs=&quot;vp8, vorbis&quot;" data-title="Low bandwidth WebM (160P)" data-shorttitle="WebM 160P" data-transcodekey="160p.webm" data-width="284" data-height="160" data-bandwidth="194408" data-framerate="1000"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm.180p.vp9.webm" type="video/webm; codecs=&quot;vp9, opus&quot;" data-title="Low bandwidth VP9 (180P)" data-shorttitle="VP9 180P" data-transcodekey="180p.vp9.webm" data-width="320" data-height="180" data-bandwidth="108816" data-framerate="1000"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm.240p.vp9.webm" type="video/webm; codecs=&quot;vp9, opus&quot;" data-title="Small VP9 (240P)" data-shorttitle="VP9 240P" data-transcodekey="240p.vp9.webm" data-width="426" data-height="240" data-bandwidth="118808" data-framerate="1000"/><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm.240p.webm" type="video/webm; codecs=&quot;vp8, vorbis&quot;" data-title="Small WebM (240P)" data-shorttitle="WebM 240P" data-transcodekey="240p.webm" data-width="426" data-height="240" data-bandwidth="314720" data-framerate="1000"/></video></div>'><img alt="File:SpaceX Falcon 9 Cassiope Launch 29 Sep 2013.webm" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm/290px--SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm.jpg" style="width:290px;height:163px"/><a href="//upload.wikimedia.org/wikipedia/commons/9/9d/SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm" target="new" title="Play media"><span class="play-btn-large"><span class="mw-tmh-playtext">Play media</span></span></a></div> <div class="thumbcaption"><div class="magnify"><a class="internal" href="/wiki/File:SpaceX_Falcon_9_Cassiope_Launch_29_Sep_2013.webm" title="Enlarge"></a></div>SpaceX <a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">Falcon 9 v1.1</a> launch from <a class="mw-redirect" href="/wiki/Vandenberg_AFB_Space_Launch_Complex_4" title="Vandenberg AFB Space Launch Complex 4">Vandenberg</a> with <a href="/wiki/CASSIOPE" title="CASSIOPE">CASSIOPE</a></div></div></div>
<p>Following unsuccessful attempts at recovering the first stage with parachutes, SpaceX upgraded to much larger first stage booster and with greater thrust, termed <a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">Falcon 9 v1.1</a> (also termed Block 2<sup class="reference" id="cite_ref-block123_832-0"><a href="#cite_note-block123-832">[820]</a></sup>). SpaceX performed its first, demonstration flight of this version on 29 September 2013,<sup class="reference" id="cite_ref-sfn20130928_833-0"><a href="#cite_note-sfn20130928-833">[821]</a></sup> with <a href="/wiki/CASSIOPE" title="CASSIOPE">CASSIOPE</a> as a primary payload. This had a payload mass that is very small relative to the rocket's capability, and was launched at a discounted rate, approximately 20% of the normal published price.<sup class="reference" id="cite_ref-sn20130906_834-0"><a href="#cite_note-sn20130906-834">[822]</a></sup><sup class="reference" id="cite_ref-sn20130929_835-0"><a href="#cite_note-sn20130929-835">[823]</a></sup><sup class="reference" id="cite_ref-pa20130930_36-3"><a href="#cite_note-pa20130930-36">[30]</a></sup> After the <a class="mw-redirect" href="/wiki/Second_stage" title="Second stage">second stage</a> separation, SpaceX conducted a novel <a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">high-altitude, high-velocity flight test</a>, wherein the <a href="/wiki/Falcon_9#First_stage" title="Falcon 9">booster</a> attempted to reenter the lower atmosphere in a controlled manner and decelerate to a simulated over-water landing.<sup class="reference" id="cite_ref-pa20130930_36-4"><a href="#cite_note-pa20130930-36">[30]</a></sup>
</p>
<h3><span class="mw-headline" id="Loss_of_CRS-7_mission">Loss of CRS-7 mission</span></h3>
<link href="mw-data:TemplateStyles:r1033289096" rel="mw-deduplicated-inline-style"/><div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/SpaceX_CRS-7" title="SpaceX CRS-7">SpaceX CRS-7</a></div>
<div class="thumb tright"><div class="thumbinner" style="width:292px;"><a class="image" href="/wiki/File:SpaceX_CRS-7_launch_failure.jpg"><img alt="" class="thumbimage" data-file-height="1080" data-file-width="1440" decoding="async" height="218" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/02/SpaceX_CRS-7_launch_failure.jpg/290px-SpaceX_CRS-7_launch_failure.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/02/SpaceX_CRS-7_launch_failure.jpg/435px-SpaceX_CRS-7_launch_failure.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/02/SpaceX_CRS-7_launch_failure.jpg/580px-SpaceX_CRS-7_launch_failure.jpg 2x" width="290"/></a> <div class="thumbcaption"><div class="magnify"><a class="internal" href="/wiki/File:SpaceX_CRS-7_launch_failure.jpg" title="Enlarge"></a></div>SpaceX CRS-7 disintegrating two minutes after liftoff, as seen from a NASA tracking camera.</div></div></div>
<p>On 28 June 2015, <a class="mw-redirect" href="/wiki/Falcon_9_Flight_19" title="Falcon 9 Flight 19">Falcon 9 Flight 19</a> carried a <a class="mw-redirect" href="/wiki/Dragon_capsule" title="Dragon capsule">Dragon capsule</a> on the seventh <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">Commercial Resupply Services</a> mission to the <a href="/wiki/International_Space_Station" title="International Space Station">ISS</a>. The second stage disintegrated due to an internal helium tank failure while the first stage was still burning normally. This was the first (and only as of May 2021) primary mission loss for any Falcon 9 rocket.<sup class="reference" id="cite_ref-nyt-20150628_100-1"><a href="#cite_note-nyt-20150628-100">[93]</a></sup> In addition to ISS consumables and experiments, this mission carried the first <a href="/wiki/International_Docking_Adapter" title="International Docking Adapter">International Docking Adapter</a> (IDA-1), whose loss delayed preparedness of the station's <a href="/wiki/US_Orbital_Segment" title="US Orbital Segment">US Orbital Segment</a> (USOS) for <a class="mw-redirect" href="/wiki/Commercial_Crew_Development" title="Commercial Crew Development">future crewed missions</a>.<sup class="reference" id="cite_ref-836"><a href="#cite_note-836">[824]</a></sup>
</p><p>Performance was nominal until T+140 seconds into launch when a cloud of white vapor appeared, followed by rapid loss of second-stage <a class="mw-redirect" href="/wiki/LOX" title="LOX">LOX</a> tank pressure. The booster continued on its trajectory until complete vehicle breakup at T+150 seconds. The Dragon capsule was ejected from the disintegrating rocket and continued transmitting data until impact with the ocean. SpaceX officials stated that the capsule could have been recovered if the parachutes had deployed; however, the Dragon software did not include any provisions for parachute deployment in this situation.<sup class="reference" id="cite_ref-nsf-20150727_102-1"><a href="#cite_note-nsf-20150727-102">[95]</a></sup> Subsequent investigations traced the cause of the accident to the failure of a strut that secured a helium bottle inside the second-stage LOX tank. With the helium pressurization system integrity breached, excess helium quickly flooded the tank, eventually causing it to burst from overpressure.<sup class="reference" id="cite_ref-SpaceXJuly2015_837-0"><a href="#cite_note-SpaceXJuly2015-837">[825]</a></sup><sup class="reference" id="cite_ref-838"><a href="#cite_note-838">[826]</a></sup> NASA's independent accident investigation into the loss of SpaceX CRS-7 found that the failure of the strut which led to the breakup of the Falcon-9 represented a design error. Specifically, that industrial grade stainless steel had been used in a critical load path under cryogenic conditions and flight conditions, without additional part screening, and without regard to manufacturer recommendations.<sup class="reference" id="cite_ref-839"><a href="#cite_note-839">[827]</a></sup>
</p>
<h3><span class="mw-headline" id="Full-thrust_version_and_first_booster_landings">Full-thrust version and first booster landings</span></h3>
<link href="mw-data:TemplateStyles:r1033289096" rel="mw-deduplicated-inline-style"/><div class="hatnote navigation-not-searchable" role="note">Main articles: <a href="/wiki/Falcon_9_flight_20" title="Falcon 9 flight 20">Falcon 9 flight 20</a> and <a href="/wiki/SpaceX_CRS-8" title="SpaceX CRS-8">SpaceX CRS-8</a></div>
<div class="thumb tright"><div class="thumbinner" style="width:292px;"><a class="image" href="/wiki/File:ORBCOMM-2_First-Stage_Landing_(23271687254).jpg"><img alt="" class="thumbimage" data-file-height="2000" data-file-width="3000" decoding="async" height="193" src="//upload.wikimedia.org/wikipedia/commons/thumb/6/64/ORBCOMM-2_First-Stage_Landing_%2823271687254%29.jpg/290px-ORBCOMM-2_First-Stage_Landing_%2823271687254%29.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/6/64/ORBCOMM-2_First-Stage_Landing_%2823271687254%29.jpg/435px-ORBCOMM-2_First-Stage_Landing_%2823271687254%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/6/64/ORBCOMM-2_First-Stage_Landing_%2823271687254%29.jpg/580px-ORBCOMM-2_First-Stage_Landing_%2823271687254%29.jpg 2x" width="290"/></a> <div class="thumbcaption"><div class="magnify"><a class="internal" href="/wiki/File:ORBCOMM-2_First-Stage_Landing_(23271687254).jpg" title="Enlarge"></a></div><a class="mw-redirect" href="/wiki/Falcon_9_Flight_20" title="Falcon 9 Flight 20">Falcon 9 Flight 20</a> historic <a href="/wiki/SpaceX_reusable_launch_system_development_program" title="SpaceX reusable launch system development program">first-stage landing</a> at <a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">CCAFS</a> <a href="/wiki/Landing_Zones_1_and_2" title="Landing Zones 1 and 2">Landing Zone 1</a>, 22 December 2015</div></div></div>
<p>After pausing launches for months, SpaceX launched on 22 December 2015, the highly anticipated return-to-flight mission after the loss of <a class="mw-redirect" href="/wiki/CRS-7" title="CRS-7">CRS-7</a>. This launch inaugurated a new <a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">Falcon 9 Full Thrust</a> version (also initially termed Block 3<sup class="reference" id="cite_ref-block123_832-1"><a href="#cite_note-block123-832">[820]</a></sup>) of its flagship rocket featuring increased performance, notably thanks to <a href="/wiki/Subcooling" title="Subcooling">subcooling</a> of the propellants. After launching a constellation of 11 <a class="mw-redirect" href="/wiki/Orbcomm-OG2" title="Orbcomm-OG2">Orbcomm-OG2</a> second-generation satellites,<sup class="reference" id="cite_ref-840"><a href="#cite_note-840">[828]</a></sup> the first stage performed a <a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">controlled-descent and landing test</a> for the eighth time, SpaceX attempted to land the booster on land for the first time. It managed to return the first stage successfully to the <a href="/wiki/Landing_Zones_1_and_2" title="Landing Zones 1 and 2">Landing Zone 1</a> at <a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">Cape Canaveral</a>, marking the first successful recovery of a rocket first stage that launched a payload to orbit.<sup class="reference" id="cite_ref-841"><a href="#cite_note-841">[829]</a></sup> After recovery, <a class="mw-redirect" href="/wiki/Falcon_9_booster_B1019" title="Falcon 9 booster B1019">the first stage booster</a> performed further ground tests and then was put on permanent display outside SpaceX's headquarters in <a href="/wiki/Hawthorne,_California" title="Hawthorne, California">Hawthorne, California</a>.<sup class="reference" id="cite_ref-flight20-booster_105-2"><a href="#cite_note-flight20-booster-105">[98]</a></sup>
</p><p>On 8 April 2016, SpaceX delivered its <a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">commercial resupply</a> mission to the International Space Station marking the return-to-flight of the Dragon capsule, after the loss of CRS-7. After separation, the <a class="mw-redirect" href="/wiki/Falcon_9_booster_B1021" title="Falcon 9 booster B1021">first-stage booster</a> slowed itself with a boostback maneuver, re-entered the atmosphere, executed an automated controlled descent and landed vertically onto the drone ship <i><a class="mw-redirect" href="/wiki/Of_Course_I_Still_Love_You" title="Of Course I Still Love You">Of Course I Still Love You</a></i>, marking the first successful landing of a rocket on a ship at sea.<sup class="reference" id="cite_ref-natgeo_842-0"><a href="#cite_note-natgeo-842">[830]</a></sup> This was the fourth attempt to land on a drone ship, as part of the company's experimental <a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">controlled-descent and landing tests</a>.<sup class="reference" id="cite_ref-843"><a href="#cite_note-843">[831]</a></sup>
</p>
<h3><span class="mw-headline" id="Loss_of_Amos-6_on_the_launch_pad">Loss of Amos-6 on the launch pad</span></h3>
<link href="mw-data:TemplateStyles:r1033289096" rel="mw-deduplicated-inline-style"/><div class="hatnote navigation-not-searchable" role="note">Main article: <a class="mw-redirect" href="/wiki/Amos-6" title="Amos-6">Amos-6</a></div>
<p>On 1 September 2016, the 29th Falcon 9 rocket exploded on the launchpad while propellant was being loaded for a routine pre-launch static fire test. The payload, Israeli satellite <a class="mw-redirect" href="/wiki/Amos-6" title="Amos-6">Amos-6</a>, partly commissioned by <a href="/wiki/Facebook" title="Facebook">Facebook</a>, was destroyed with the launcher.<sup class="reference" id="cite_ref-Malik_844-0"><a href="#cite_note-Malik-844">[832]</a></sup> On 2 January 2017, SpaceX released an official statement indicating that the cause of the failure was a buckled liner in several of the <a class="mw-redirect" href="/wiki/COPV" title="COPV">COPV</a> tanks, causing perforations that allowed liquid and/or solid oxygen to accumulate underneath the COPVs carbon strands, which were subsequently ignited possibly due to friction of breaking strands.<sup class="reference" id="cite_ref-auto1_157-1"><a href="#cite_note-auto1-157">[149]</a></sup>
</p>
<h3><span class="mw-headline" id="Inaugural_reuse_of_the_first_stage">Inaugural reuse of the first stage</span></h3>
<link href="mw-data:TemplateStyles:r1033289096" rel="mw-deduplicated-inline-style"/><div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/SES-10" title="SES-10">SES-10</a></div>
<p>On March 30, 2017, Flight 32 launched the <a href="/wiki/SES-10" title="SES-10">SES-10</a> satellite with the first-stage booster <a class="mw-redirect" href="/wiki/B1021" title="B1021">B1021</a>, which had been previously used for the <a href="/wiki/SpaceX_CRS-8" title="SpaceX CRS-8">CRS-8</a> mission a year earlier. The stage was successfully recovered a second time and was retired and put on display at <a class="mw-redirect" href="/wiki/Cape_Canaveral_Air_Force_Station" title="Cape Canaveral Air Force Station">Cape Canaveral Air Force Station</a>.<sup class="reference" id="cite_ref-SpaceflightInsider-2017-04-04_845-0"><a href="#cite_note-SpaceflightInsider-2017-04-04-845">[833]</a></sup>
</p>
<h3><span class="mw-headline" id="Zuma_launch_controversy">Zuma launch controversy</span></h3>
<link href="mw-data:TemplateStyles:r1033289096" rel="mw-deduplicated-inline-style"/><div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Zuma_(satellite)" title="Zuma (satellite)">Zuma (satellite)</a></div>
<p>Zuma was a classified United States government satellite and was developed and built by <a href="/wiki/Northrop_Grumman" title="Northrop Grumman">Northrop Grumman</a> at an estimated cost of US$3.5 billion.<sup class="reference" id="cite_ref-markwatch_846-0"><a href="#cite_note-markwatch-846">[834]</a></sup> Its launch, originally planned for mid-November 2017, was postponed to 8 January 2018 as <a href="/wiki/Payload_fairing" title="Payload fairing">fairing</a> tests for another SpaceX customer were assessed. Following a successful Falcon 9 launch, the first-stage booster landed at <a href="/wiki/Landing_Zones_1_and_2" title="Landing Zones 1 and 2">LZ-1</a>.<sup class="reference" id="cite_ref-zuma-presskit2_251-1"><a href="#cite_note-zuma-presskit2-251">[242]</a></sup> Unconfirmed reports suggested that the Zuma spacecraft was lost,<sup class="reference" id="cite_ref-ZumaVerge2_252-2"><a href="#cite_note-ZumaVerge2-252">[243]</a></sup> with claims that either the payload failed following orbital release, or that the customer-provided adapter failed to release the satellite from the upper stage, while other claims argued that Zuma was in orbit and operating covertly.<sup class="reference" id="cite_ref-ZumaVerge2_252-3"><a href="#cite_note-ZumaVerge2-252">[243]</a></sup> SpaceX's COO <a href="/wiki/Gwynne_Shotwell" title="Gwynne Shotwell">Gwynne Shotwell</a> stated that their Falcon 9 "did everything correctly" and that "Information published that is contrary to this statement is categorically false".<sup class="reference" id="cite_ref-ZumaVerge2_252-4"><a href="#cite_note-ZumaVerge2-252">[243]</a></sup> A preliminary report indicated that the payload adapter, modified by Northrop Grumman after purchasing it from a subcontractor, failed to separate the satellite from the second stage under the zero gravity conditions.<sup class="reference" id="cite_ref-847"><a href="#cite_note-847">[835]</a></sup><sup class="reference" id="cite_ref-markwatch_846-1"><a href="#cite_note-markwatch-846">[834]</a></sup> Due to the classified nature of the mission, no further official information is expected.<sup class="reference" id="cite_ref-ZumaVerge2_252-5"><a href="#cite_note-ZumaVerge2-252">[243]</a></sup>
</p>
<h3><span class="mw-headline" id="Falcon_Heavy_test_flight">Falcon Heavy test flight</span></h3>
<link href="mw-data:TemplateStyles:r1033289096" rel="mw-deduplicated-inline-style"/><div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Falcon_Heavy_test_flight" title="Falcon Heavy test flight">Falcon Heavy test flight</a></div>
<style data-mw-deduplicate="TemplateStyles:r978413945/mw-parser-output/.tmulti">.mw-parser-output .tmulti .thumbinner{display:flex;flex-direction:column}.mw-parser-output .tmulti .trow{display:flex;flex-direction:row;clear:left;flex-wrap:wrap;width:100%;box-sizing:border-box}.mw-parser-output .tmulti .tsingle{margin:1px;float:left}.mw-parser-output .tmulti .theader{clear:both;font-weight:bold;text-align:center;align-self:center;background-color:transparent;width:100%}.mw-parser-output .tmulti .thumbcaption{background-color:transparent}.mw-parser-output .tmulti .text-align-left{text-align:left}.mw-parser-output .tmulti .text-align-right{text-align:right}.mw-parser-output .tmulti .text-align-center{text-align:center}@media all and (max-width:720px){.mw-parser-output .tmulti .thumbinner{width:100%!important;box-sizing:border-box;max-width:none!important;align-items:center}.mw-parser-output .tmulti .trow{justify-content:center}.mw-parser-output .tmulti .tsingle{float:none!important;max-width:100%!important;box-sizing:border-box;text-align:center}.mw-parser-output .tmulti .tsingle .thumbcaption{text-align:left}.mw-parser-output .tmulti .trow>.thumbcaption{text-align:center}}</style><div class="thumb tmulti tright"><div class="thumbinner" style="width:572px;max-width:572px"><div class="trow"><div class="tsingle" style="width:284px;max-width:284px"><div class="thumbimage" style="height:188px;overflow:hidden"><a class="image" href="/wiki/File:Falcon_Heavy_Demo_Mission_(40126461851).jpg"><img alt="" data-file-height="2000" data-file-width="3000" decoding="async" height="188" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/59/Falcon_Heavy_Demo_Mission_%2840126461851%29.jpg/282px-Falcon_Heavy_Demo_Mission_%2840126461851%29.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/59/Falcon_Heavy_Demo_Mission_%2840126461851%29.jpg/423px-Falcon_Heavy_Demo_Mission_%2840126461851%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/59/Falcon_Heavy_Demo_Mission_%2840126461851%29.jpg/564px-Falcon_Heavy_Demo_Mission_%2840126461851%29.jpg 2x" width="282"/></a></div></div><div class="tsingle" style="width:284px;max-width:284px"><div class="thumbimage" style="height:188px;overflow:hidden"><a class="image" href="/wiki/File:Falcon_Heavy_Side_Boosters_landing_on_LZ1_and_LZ2_-_2018_(25254688767).jpg"><img alt="" data-file-height="2000" data-file-width="3000" decoding="async" height="188" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/52/Falcon_Heavy_Side_Boosters_landing_on_LZ1_and_LZ2_-_2018_%2825254688767%29.jpg/282px-Falcon_Heavy_Side_Boosters_landing_on_LZ1_and_LZ2_-_2018_%2825254688767%29.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/52/Falcon_Heavy_Side_Boosters_landing_on_LZ1_and_LZ2_-_2018_%2825254688767%29.jpg/423px-Falcon_Heavy_Side_Boosters_landing_on_LZ1_and_LZ2_-_2018_%2825254688767%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/52/Falcon_Heavy_Side_Boosters_landing_on_LZ1_and_LZ2_-_2018_%2825254688767%29.jpg/564px-Falcon_Heavy_Side_Boosters_landing_on_LZ1_and_LZ2_-_2018_%2825254688767%29.jpg 2x" width="282"/></a></div></div></div><div class="trow" style="display:flex"><div class="thumbcaption">Liftoff of Falcon Heavy on its maiden flight (left) and its two side-boosters landing at <a href="/wiki/Landing_Zones_1_and_2" title="Landing Zones 1 and 2">LZ-1 and LZ-2</a> a few minutes later (right)</div></div></div></div>
<p>The maiden launch of the <a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a> occurred on February 6, 2018, marking the launch of the most powerful rocket since the <a href="/wiki/Space_Shuttle" title="Space Shuttle">Space Shuttle</a>, with a theoretical payload capacity to <a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">low Earth orbit</a> more than double the <a href="/wiki/Delta_IV_Heavy" title="Delta IV Heavy">Delta IV Heavy</a>.<sup class="reference" id="cite_ref-848"><a href="#cite_note-848">[836]</a></sup><sup class="reference" id="cite_ref-NatGeo-2018-02-06_849-0"><a href="#cite_note-NatGeo-2018-02-06-849">[837]</a></sup> Both side boosters landed nearly simultaneously after a ten-minute flight. The central core failed to land on a <a href="/wiki/Autonomous_spaceport_drone_ship" title="Autonomous spaceport drone ship">floating platform</a> at sea.<sup class="reference" id="cite_ref-middle-booster_270-1"><a href="#cite_note-middle-booster-270">[261]</a></sup> The rocket carried <a href="/wiki/Elon_Musk%27s_Tesla_Roadster" title="Elon Musk's Tesla Roadster">a car and a mannequin</a> to an <a href="/wiki/Orbital_eccentricity" title="Orbital eccentricity">eccentric</a> <a href="/wiki/Heliocentric_orbit" title="Heliocentric orbit">heliocentric orbit</a> that reaches further than <a class="mw-redirect" href="/wiki/Perihelion_and_aphelion" title="Perihelion and aphelion">aphelion</a> of <a href="/wiki/Mars" title="Mars">Mars</a>.<sup class="reference" id="cite_ref-PopMech-2018-02-05_850-0"><a href="#cite_note-PopMech-2018-02-05-850">[838]</a></sup>
</p>
<h3><span class="mw-headline" id="Maiden_flight_Crew_Dragon_and_first_crewed_flight">Maiden flight Crew Dragon and first crewed flight</span></h3>
<link href="mw-data:TemplateStyles:r1033289096" rel="mw-deduplicated-inline-style"/><div class="hatnote navigation-not-searchable" role="note">Main articles: <a href="/wiki/Crew_Dragon_Demo-1" title="Crew Dragon Demo-1">Crew Dragon Demo-1</a> and <a href="/wiki/Crew_Dragon_Demo-2" title="Crew Dragon Demo-2">Crew Dragon Demo-2</a></div>
<p>On March 2, 2019, SpaceX launched its first orbital flight of <a href="/wiki/SpaceX_Dragon_2" title="SpaceX Dragon 2">Dragon 2</a> (Crew Dragon). It was an uncrewed mission to the <a href="/wiki/International_Space_Station" title="International Space Station">International Space Station</a>. The Dragon contained a mannequin named Ripley which was equipped with multiple sensors to gather data about how a human would feel during the flight. Along with the mannequin was 300 pounds of cargo of food and other supplies.<sup class="reference" id="cite_ref-851"><a href="#cite_note-851">[839]</a></sup> Also on board was Earth plush toy referred to as a 'Super high tech zero-g indicator'.<sup class="reference" id="cite_ref-852"><a href="#cite_note-852">[840]</a></sup> The toy became a hit with astronaut <a href="/wiki/Anne_McClain" title="Anne McClain">Anne McClain</a> who showed the plushy on the ISS each day<sup class="reference" id="cite_ref-853"><a href="#cite_note-853">[841]</a></sup> and also deciding to keep it on board to experience the crewed <a class="mw-redirect" href="/wiki/SpX-DM2" title="SpX-DM2">SpX-DM2</a>.
</p><p>The Dragon spent six days in space including five docked to the International Space Station. During the time, various systems were tested to make sure the vehicle was ready for US astronauts <a href="/wiki/Doug_Hurley" title="Doug Hurley">Doug Hurley</a> and <a href="/wiki/Bob_Behnken" title="Bob Behnken">Bob Behnken</a> to fly in it in 2020. The Dragon undocked and performed a re-entry burn before splashing down on March 8, 2019 at 08:45 EST, 320 km (200 mi) off the coast of Florida.<sup class="reference" id="cite_ref-854"><a href="#cite_note-854">[842]</a></sup>
</p><p>SpaceX held a successful launch of the first commercial orbital human space flight on May 30, 2020, crewed with NASA astronauts <a href="/wiki/Doug_Hurley" title="Doug Hurley">Doug Hurley</a> and <a href="/wiki/Bob_Behnken" title="Bob Behnken">Bob Behnken</a>. Both astronauts focused on conducting tests on the Crew Dragon capsule. Crew Dragon successfully returned to Earth, splashing down in the Gulf of Mexico on August 2, 2020.<sup class="reference" id="cite_ref-855"><a href="#cite_note-855">[843]</a></sup>
</p>
<h3><span class="mw-headline" id="Booster_reflight_records">Booster reflight records</span></h3>
<link href="mw-data:TemplateStyles:r1033289096" rel="mw-deduplicated-inline-style"/><div class="hatnote navigation-not-searchable" role="note">Main articles: <a href="/wiki/Falcon_9_B1046" title="Falcon 9 B1046">Falcon 9 B1046</a> and <a href="/wiki/Falcon_9_B1048" title="Falcon 9 B1048">Falcon 9 B1048</a></div>
<p>Most records were set during launches of Starlink satellites.
</p><p>On 3 December 2018, <a class="mw-redirect" href="/wiki/SSO-A" title="SSO-A">Spaceflight SSO-A</a> launched on B1046. It was the first commercial mission to use a booster flying for the third time.
</p><p>B1048 made the first fourth flight of a booster in November 2019, and the fifth flight in March 2020, but the booster was lost during re-entry.
</p><p>B1049 was the first booster to be recovered five times on 4 June 2020, six times on 18 August 2020, and seven times on 25 November 2020.
</p><p>B1051 was the first booster to be recovered eight times on 20 January 2021. It was recovered for the ninth time on 14 March 2021.<sup class="reference" id="cite_ref-856"><a href="#cite_note-856">[844]</a></sup><sup class="reference" id="cite_ref-857"><a href="#cite_note-857">[845]</a></sup>
</p><p>On 9 May 2021, B1051 launched and landed for the tenth time, achieving one of SpaceX's milestone goals for reuse.<sup class="reference" id="cite_ref-858"><a href="#cite_note-858">[846]</a></sup>
</p><p>Booster B1060 holds the record for fastest turnaround at 27 days. It launched on 7 January and again on 4 February 2021.
<sup class="reference" id="cite_ref-859"><a href="#cite_note-859">[847]</a></sup><sup class="reference" id="cite_ref-860"><a href="#cite_note-860">[848]</a></sup>
</p>
<h2><span class="mw-headline" id="See_also">See also</span></h2>
<style data-mw-deduplicate="TemplateStyles:r936637989">.mw-parser-output .portal{border:solid #aaa 1px;padding:0}.mw-parser-output .portal.tleft{margin:0.5em 1em 0.5em 0}.mw-parser-output .portal.tright{margin:0.5em 0 0.5em 1em}.mw-parser-output .portal>ul{display:table;box-sizing:border-box;padding:0.1em;max-width:175px;background:#f9f9f9;font-size:85%;line-height:110%;font-style:italic;font-weight:bold}.mw-parser-output .portal>ul>li{display:table-row}.mw-parser-output .portal>ul>li>span:first-child{display:table-cell;padding:0.2em;vertical-align:middle;text-align:center}.mw-parser-output .portal>ul>li>span:last-child{display:table-cell;padding:0.2em 0.2em 0.2em 0.3em;vertical-align:middle}</style><div aria-label="Portals" class="noprint portal plainlist tright" role="navigation">
<ul>
<li><span><img alt="" class="noviewer" data-file-height="128" data-file-width="128" decoding="async" height="28" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/RocketSunIcon.svg/28px-RocketSunIcon.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/RocketSunIcon.svg/42px-RocketSunIcon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d6/RocketSunIcon.svg/56px-RocketSunIcon.svg.png 2x" width="28"/></span><span><a href="/wiki/Portal:Spaceflight" title="Portal:Spaceflight">Spaceflight portal</a></span></li></ul></div>
<ul><li><a class="mw-redirect" href="/wiki/List_of_Falcon_1_launches" title="List of Falcon 1 launches">List of Falcon 1 launches</a></li>
<li><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">List of Falcon 9 first-stage boosters</a></li>
<li><a href="/wiki/SpaceX_Dragon#List_of_missions" title="SpaceX Dragon">List of SpaceX Dragon 1 missions</a></li>
<li><a href="/wiki/SpaceX_Dragon_2#List_of_flights" title="SpaceX Dragon 2">List of SpaceX Dragon 2 missions</a></li>
<li><a href="/wiki/Starlink#Launches" title="Starlink">List of Starlink flights</a></li>
<li><a class="mw-redirect" href="/wiki/List_of_Starship_flights" title="List of Starship flights">List of Starship flights</a></li></ul>
<h2><span class="mw-headline" id="Notes">Notes</span></h2>
<link href="mw-data:TemplateStyles:r1011085734" rel="mw-deduplicated-inline-style"/><div class="reflist reflist-lower-alpha">
<div class="mw-references-wrap"><ol class="references">
<li id="cite_note-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-6">^</a></b></span> <span class="reference-text">The <a href="/wiki/Telstar_18V" title="Telstar 18V">Telstar 18V</a> and <a href="/wiki/Telstar_19V" title="Telstar 19V">Telstar 19V</a> satellites were heavier, but were launched into a lower-energy transfer orbit achieving an apogee well below the geostationary altitude.</span>
</li>
<li id="cite_note-booster-11"><span class="mw-cite-backlink">^ <a href="#cite_ref-booster_11-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-booster_11-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-booster_11-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-booster_11-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-booster_11-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-booster_11-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-booster_11-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-booster_11-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-booster_11-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-booster_11-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-booster_11-10"><sup><i><b>k</b></i></sup></a> <a href="#cite_ref-booster_11-11"><sup><i><b>l</b></i></sup></a> <a href="#cite_ref-booster_11-12"><sup><i><b>m</b></i></sup></a></span> <span class="reference-text">Falcon 9 first-stage boosters are designated with a construction serial number and an optional flight number when reused, e.g. B1021.1 and B1021.2 represent the two flights of booster <a class="mw-redirect" href="/wiki/B1021" title="B1021">B1021</a>. Launches using reused boosters are denoted with a recycled symbol ♺.</span>
</li>
<li id="cite_note-Dragon-12"><span class="mw-cite-backlink">^ <a href="#cite_ref-Dragon_12-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Dragon_12-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Dragon_12-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-Dragon_12-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-Dragon_12-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-Dragon_12-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-Dragon_12-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-Dragon_12-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-Dragon_12-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-Dragon_12-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-Dragon_12-10"><sup><i><b>k</b></i></sup></a> <a href="#cite_ref-Dragon_12-11"><sup><i><b>l</b></i></sup></a> <a href="#cite_ref-Dragon_12-12"><sup><i><b>m</b></i></sup></a></span> <span class="reference-text">Dragon 1 or 2 are designated with a construction serial number or name and an optional flight number when reused, e.g. Dragon C106.1 and Dragon C106.2 represent the two flights of <a href="/wiki/Dragon_C106" title="Dragon C106">Dragon C106</a>. Dragon Spacecrafts that are reused are denoted with a recycled symbol ♺.</span>
</li>
<li id="cite_note-ocean_landing-38"><span class="mw-cite-backlink">^ <a href="#cite_ref-ocean_landing_38-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-ocean_landing_38-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-ocean_landing_38-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-ocean_landing_38-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-ocean_landing_38-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-ocean_landing_38-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-ocean_landing_38-6"><sup><i><b>g</b></i></sup></a></span> <span class="reference-text">A controlled "ocean landing" denotes a controlled <a href="/wiki/Atmospheric_entry" title="Atmospheric entry">atmospheric entry</a>, descent and vertical splashdown on the ocean's surface at near zero velocity, for the sole purpose of gathering test data; such boosters were destroyed at sea.</span>
</li>
<li id="cite_note-152"><span class="mw-cite-backlink"><b><a href="#cite_ref-152">^</a></b></span> <span class="reference-text">Since it was a pre-flight test, SpaceX does not count this scheduled attempt in their launch totals. Some sources do consider this planned flight into the counting schemes, and as a result, some sources might list launch totals after 2016 with one additional launch.</span>
</li>
<li id="cite_note-249"><span class="mw-cite-backlink"><b><a href="#cite_ref-249">^</a></b></span> <span class="reference-text">Unspecified U.S. government agency</span>
</li>
<li id="cite_note-336"><span class="mw-cite-backlink"><b><a href="#cite_ref-336">^</a></b></span> <span class="reference-text">Payload comprises five Iridium satellites weighing 860 kg each,<sup class="reference" id="cite_ref-gunter-iridium_334-0"><a href="#cite_note-gunter-iridium-334">[325]</a></sup> two GRACE-FO satellites weighing 580 kg each,<sup class="reference" id="cite_ref-gunter-grace_335-0"><a href="#cite_note-gunter-grace-335">[326]</a></sup> plus a 1000 kg dispenser.<sup class="reference" id="cite_ref-spn_167-1"><a href="#cite_note-spn-167">[159]</a></sup></span>
</li>
<li id="cite_note-DM1-payload-mass-426"><span class="mw-cite-backlink"><b><a href="#cite_ref-DM1-payload-mass_426-0">^</a></b></span> <span class="reference-text">Total payload mass includes the Crew Dragon capsule, fuel, suited mannequin, instrumentation and 204 kg of cargo.</span>
</li>
<li id="cite_note-Falcon_tip_over-436"><span class="mw-cite-backlink"><b><a href="#cite_ref-Falcon_tip_over_436-0">^</a></b></span> <span class="reference-text">Despite making a successful landing, de-tanking and heading back home, the stage tipped over at sea. This is still considered a successful landing as the stage damage occurred while in transport.<sup class="reference" id="cite_ref-435"><a href="#cite_note-435">[424]</a></sup></span>
</li>
</ol></div></div>
<h2><span class="mw-headline" id="References">References</span></h2>
<div class="mw-references-wrap mw-references-columns"><ol class="references">
<li id="cite_note-sxf9o20100508-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-sxf9o20100508_1-0">^</a></b></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r999302996">.mw-parser-output cite.citation{font-style:inherit}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .id-lock-free a,.mw-parser-output .citation .cs1-lock-free a{background:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/6/65/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited a,.mw-parser-output .id-lock-registration a,.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/d/d6/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription a,.mw-parser-output .citation .cs1-lock-subscription a{background:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/a/aa/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-ws-icon a{background:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg")right 0.1em center/12px no-repeat}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-maint{display:none;color:#33aa33;margin-left:0.3em}.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}</style><cite class="citation news cs1"><a class="external text" href="https://web.archive.org/web/20140805175724/http://www.spacex.com/falcon9" rel="nofollow">"Falcon 9 Overview"</a>. SpaceX. 8 May 2010. Archived from <a class="external text" href="http://www.spacex.com/falcon9" rel="nofollow">the original</a> on 5 August 2014.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+Overview&rft.date=2010-05-08&rft_id=http%3A%2F%2Fwww.spacex.com%2Ffalcon9&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-pm20120207-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-pm20120207_2-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFSimberg2012">Simberg, Rand (8 February 2012). <a class="external text" href="http://www.popularmechanics.com/space/rockets/a7446/elon-musk-on-spacexs-reusable-rocket-plans-6653023/" rel="nofollow">"Elon Musk on SpaceX's Reusable Rocket Plans"</a>. Popular Mechanics<span class="reference-accessdate">. Retrieved <span class="nowrap">2 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Elon+Musk+on+SpaceX%27s+Reusable+Rocket+Plans&rft.date=2012-02-08&rft.aulast=Simberg&rft.aufirst=Rand&rft_id=http%3A%2F%2Fwww.popularmechanics.com%2Fspace%2Frockets%2Fa7446%2Felon-musk-on-spacexs-reusable-rocket-plans-6653023%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFWall2015">Wall, Mike (21 December 2015). <a class="external text" href="https://www.space.com/31420-spacex-rocket-landing-success.html" rel="nofollow">"Wow! SpaceX Lands Orbital Rocket Successfully in Historic First"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Wow%21+SpaceX+Lands+Orbital+Rocket+Successfully+in+Historic+First&rft.date=2015-12-21&rft.aulast=Wall&rft.aufirst=Mike&rft_id=https%3A%2F%2Fwww.space.com%2F31420-spacex-rocket-landing-success.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGrush2015">Grush, Laren (21 December 2015). <a class="external text" href="https://www.theverge.com/2015/12/21/10640306/spacex-elon-musk-rocket-landing-success" rel="nofollow">"SpaceX successfully landed its Falcon 9 rocket after launching it to space"</a>. The Verge<span class="reference-accessdate">. Retrieved <span class="nowrap">16 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+successfully+landed+its+Falcon+9+rocket+after+launching+it+to+space&rft.date=2015-12-21&rft.aulast=Grush&rft.aufirst=Laren&rft_id=https%3A%2F%2Fwww.theverge.com%2F2015%2F12%2F21%2F10640306%2Fspacex-elon-musk-rocket-landing-success&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-SLNov19-5"><span class="mw-cite-backlink">^ <a href="#cite_ref-SLNov19_5-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-SLNov19_5-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-SLNov19_5-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-SLNov19_5-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-SLNov19_5-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-SLNov19_5-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-SLNov19_5-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-SLNov19_5-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-SLNov19_5-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-SLNov19_5-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-SLNov19_5-10"><sup><i><b>k</b></i></sup></a> <a href="#cite_ref-SLNov19_5-11"><sup><i><b>l</b></i></sup></a> <a href="#cite_ref-SLNov19_5-12"><sup><i><b>m</b></i></sup></a> <a href="#cite_ref-SLNov19_5-13"><sup><i><b>n</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2019/11/spacex-cape-return-first-operational-starlink-mission/" rel="nofollow">"SpaceX and Cape Canaveral Return to Action with First Operational Starlink Mission"</a>. NASASpaceFlight.com. 11 November 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+and+Cape+Canaveral+Return+to+Action+with+First+Operational+Starlink+Mission&rft.pub=NASASpaceFlight.com&rft.date=2019-11-11&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F11%2Fspacex-cape-return-first-operational-starlink-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf20180517-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf20180517_7-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBaylor2018">Baylor, Michael (17 May 2018). <a class="external text" href="https://www.nasaspaceflight.com/2018/05/block-5-spacex-increase-launch-cadence-lower-prices/" rel="nofollow">"With Block 5, SpaceX to increase launch cadence and lower prices"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">5 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=With+Block+5%2C+SpaceX+to+increase+launch+cadence+and+lower+prices&rft.date=2018-05-17&rft.aulast=Baylor&rft.aufirst=Michael&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F05%2Fblock-5-spacex-increase-launch-cadence-lower-prices%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-MuskMay2012-13"><span class="mw-cite-backlink">^ <a href="#cite_ref-MuskMay2012_13-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-MuskMay2012_13-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-MuskMay2012_13-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-MuskMay2012_13-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-MuskMay2012_13-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-MuskMay2012_13-5"><sup><i><b>f</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2012">Clark, Stephen (18 May 2012). <a class="external text" href="http://spaceflightnow.com/falcon9/003/120518musk/" rel="nofollow">"Q&A with SpaceX founder and chief designer Elon Musk"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">29 June</span> 2012</span>. <q>The next version of Falcon 9 will be used for everything. The last flight of version 1.0 will be Flight 5. All future missions after Flight 5 will be v1.1.</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Q%26A+with+SpaceX+founder+and+chief+designer+Elon+Musk&rft.pub=Spaceflight+Now&rft.date=2012-05-18&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2Ffalcon9%2F003%2F120518musk%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-block_numbers-14"><span class="mw-cite-backlink">^ <a href="#cite_ref-block_numbers_14-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-block_numbers_14-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-block_numbers_14-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-block_numbers_14-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-block_numbers_14-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-block_numbers_14-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-block_numbers_14-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-block_numbers_14-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-block_numbers_14-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-block_numbers_14-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-block_numbers_14-10"><sup><i><b>k</b></i></sup></a> <a href="#cite_ref-block_numbers_14-11"><sup><i><b>l</b></i></sup></a> <a href="#cite_ref-block_numbers_14-12"><sup><i><b>m</b></i></sup></a> <a href="#cite_ref-block_numbers_14-13"><sup><i><b>n</b></i></sup></a> <a href="#cite_ref-block_numbers_14-14"><sup><i><b>o</b></i></sup></a> <a href="#cite_ref-block_numbers_14-15"><sup><i><b>p</b></i></sup></a> <a href="#cite_ref-block_numbers_14-16"><sup><i><b>q</b></i></sup></a> <a href="#cite_ref-block_numbers_14-17"><sup><i><b>r</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.spacelaunchreport.com/falcon9ft.html" rel="nofollow">"Space Launch Report: SpaceX Falcon 9 v1.2 Data Sheet"</a>. Space Launch Report. 14 August 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">13 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Space+Launch+Report%3A+SpaceX+Falcon+9+v1.2+Data+Sheet&rft.pub=Space+Launch+Report&rft.date=2017-08-14&rft_id=http%3A%2F%2Fwww.spacelaunchreport.com%2Ffalcon9ft.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-ns20110930-15"><span class="mw-cite-backlink">^ <a href="#cite_ref-ns20110930_15-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-ns20110930_15-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-ns20110930_15-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSpencer2011">Spencer, Henry (30 September 2011). <a class="external text" href="https://web.archive.org/web/20171216042334/https://www.newscientist.com/blogs/shortsharpscience/2011/09/falcon-rockets-to-land-on-thei.html" rel="nofollow">"Falcon rockets to land on their toes"</a>. New Scientist. Archived from <a class="external text" href="https://www.newscientist.com/blogs/shortsharpscience/2011/09/falcon-rockets-to-land-on-thei.html" rel="nofollow">the original</a> on 16 December 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">13 July</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+rockets+to+land+on+their+toes&rft.pub=New+Scientist&rft.date=2011-09-30&rft.aulast=Spencer&rft.aufirst=Henry&rft_id=https%3A%2F%2Fwww.newscientist.com%2Fblogs%2Fshortsharpscience%2F2011%2F09%2Ffalcon-rockets-to-land-on-thei.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-16"><span class="mw-cite-backlink"><b><a href="#cite_ref-16">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2010">Clark, Stephen (3 June 2010). <a class="external text" href="http://www.spaceflightnow.com/falcon9/001/100603prelaunch/" rel="nofollow">"Falcon 9 demo launch will test more than a new rocket"</a>. SpaceFlight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">13 July</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+demo+launch+will+test+more+than+a+new+rocket&rft.pub=SpaceFlight+Now&rft.date=2010-06-03&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fwww.spaceflightnow.com%2Ffalcon9%2F001%2F100603prelaunch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sfn20100604-17"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfn20100604_17-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfn20100604_17-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sfn20100604_17-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2010">Clark, Stephen (4 June 2010). <a class="external text" href="http://spaceflightnow.com/falcon9/001/100604launch/index.html" rel="nofollow">"Falcon 9 booster rockets into orbit on dramatic first launch"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">4 June</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+booster+rockets+into+orbit+on+dramatic+first+launch&rft.date=2010-06-04&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2Ffalcon9%2F001%2F100604launch%2Findex.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-parachute-18"><span class="mw-cite-backlink">^ <a href="#cite_ref-parachute_18-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-parachute_18-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGraham2017">Graham, William (30 March 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/03/spacex-historic-falcon-9-re-flight-ses-10/" rel="nofollow">"SpaceX conducts historic Falcon 9 re-flight with SES-10 - Lands booster again"</a>. <i>nasaspaceflight.com</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=SpaceX+conducts+historic+Falcon+9+re-flight+with+SES-10+-+Lands+booster+again&rft.date=2017-03-30&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F03%2Fspacex-historic-falcon-9-re-flight-ses-10%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spaceflightnow_Clark_Launch_Report-19"><span class="mw-cite-backlink"><b><a href="#cite_ref-spaceflightnow_Clark_Launch_Report_19-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2010">Clark, Stephen (9 December 2010). <a class="external text" href="http://spaceflightnow.com/falcon9/002/status.html" rel="nofollow">"Mission Status Center"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Mission+Status+Center&rft.pub=Spaceflight+Now&rft.date=2010-12-09&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2Ffalcon9%2F002%2Fstatus.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-20"><span class="mw-cite-backlink"><b><a href="#cite_ref-20">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFMatt2010">Matt (7 May 2010). <a class="external text" href="http://spacefellowship.com/news/art19992/preparations-for-first-falcon-9-launch.html" rel="nofollow">"Preparations for first Falcon 9 launch"</a>. Space Fellowship<span class="reference-accessdate">. Retrieved <span class="nowrap">13 July</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Preparations+for+first+Falcon+9+launch&rft.pub=Space+Fellowship&rft.date=2010-05-07&rft.au=Matt&rft_id=http%3A%2F%2Fspacefellowship.com%2Fnews%2Fart19992%2Fpreparations-for-first-falcon-9-launch.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spaceflightnow_Clark_unleashing_Dragon-21"><span class="mw-cite-backlink"><b><a href="#cite_ref-spaceflightnow_Clark_unleashing_Dragon_21-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2010">Clark, Stephen (7 December 2010). <a class="external text" href="http://www.spaceflightnow.com/falcon9/002/101207preview/" rel="nofollow">"SpaceX on the verge of unleashing Dragon in the sky"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+on+the+verge+of+unleashing+Dragon+in+the+sky&rft.date=2010-12-07&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fwww.spaceflightnow.com%2Ffalcon9%2F002%2F101207preview%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-NRO_Taps_Boeing_for_Next_Batch_of_CubeSats-22"><span class="mw-cite-backlink"><b><a href="#cite_ref-NRO_Taps_Boeing_for_Next_Batch_of_CubeSats_22-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBrinton2010">Brinton, Turner (8 April 2010). <a class="external text" href="http://spacenews.com/nro-taps-boeing-next-batch-cubesats/" rel="nofollow">"NRO Taps Boeing for Next Batch of Cubesats"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">2 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=NRO+Taps+Boeing+for+Next+Batch+of+Cubesats&rft.date=2010-04-08&rft.aulast=Brinton&rft.aufirst=Turner&rft_id=http%3A%2F%2Fspacenews.com%2Fnro-taps-boeing-next-batch-cubesats%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-BBC_new_era-23"><span class="mw-cite-backlink">^ <a href="#cite_ref-BBC_new_era_23-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-BBC_new_era_23-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFAmos2012">Amos, Jonathan (22 May 2012). <a class="external text" href="https://www.bbc.co.uk/news/science-environment-18154937" rel="nofollow">"Nasa chief hails new era in space"</a>. <i>BBC News</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 May</span> 2012</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=BBC+News&rft.atitle=Nasa+chief+hails+new+era+in+space&rft.date=2012-05-22&rft.aulast=Amos&rft.aufirst=Jonathan&rft_id=https%3A%2F%2Fwww.bbc.co.uk%2Fnews%2Fscience-environment-18154937&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-C2-24"><span class="mw-cite-backlink"><b><a href="#cite_ref-C2_24-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFCarreau2011">Carreau, Mark (20 July 2011). <a class="external text" href="http://aviationweek.com/awin/spacex-station-cargo-mission-eyes-november-launch" rel="nofollow">"SpaceX Station Cargo Mission Eyes November Launch"</a>. Aviation Week & Space Technology<span class="reference-accessdate">. Retrieved <span class="nowrap">6 March</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Station+Cargo+Mission+Eyes+November+Launch&rft.date=2011-07-20&rft.aulast=Carreau&rft.aufirst=Mark&rft_id=http%3A%2F%2Faviationweek.com%2Fawin%2Fspacex-station-cargo-mission-eyes-november-launch&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-25"><span class="mw-cite-backlink"><b><a href="#cite_ref-25">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFHartman2012">Hartman, Dan (23 July 2012). <a class="external text" href="http://www.nasa.gov/pdf/672214main_1-Hartman_July12_NAC_Final_508.pdf" rel="nofollow">"International Space Station Program Status"</a> <span class="cs1-format">(PDF)</span>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">25 September</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=International+Space+Station+Program+Status&rft.pub=NASA&rft.date=2012-07-23&rft.aulast=Hartman&rft.aufirst=Dan&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fpdf%2F672214main_1-Hartman_July12_NAC_Final_508.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-26"><span class="mw-cite-backlink"><b><a href="#cite_ref-26">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2012">Clark, Stephen (22 May 2012). <a class="external text" href="http://spaceflightnow.com/falcon9/003/120522launch/" rel="nofollow">"Dragon circling Earth after flawless predawn blastoff"</a>. Spaceflight Now. <a class="external text" href="https://web.archive.org/web/20120525074758/http://spaceflightnow.com/falcon9/003/120522launch/" rel="nofollow">Archived</a> from the original on 25 May 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">22 May</span> 2012</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Dragon+circling+Earth+after+flawless+predawn+blastoff&rft.date=2012-05-22&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2Ffalcon9%2F003%2F120522launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-SFN_LLog-27"><span class="mw-cite-backlink">^ <a href="#cite_ref-SFN_LLog_27-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-10"><sup><i><b>k</b></i></sup></a> <a href="#cite_ref-SFN_LLog_27-11"><sup><i><b>l</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20160422101717/http://spaceflightnow.com/tracking/launchlog.html" rel="nofollow">"Launch Log"</a>. Spaceflight Now. 1 February 2016. Archived from <a class="external text" href="http://spaceflightnow.com/tracking/launchlog.html" rel="nofollow">the original</a> on 22 April 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">9 February</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Launch+Log&rft.pub=Spaceflight+Now&rft.date=2016-02-01&rft_id=http%3A%2F%2Fspaceflightnow.com%2Ftracking%2Flaunchlog.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sxManifest20120925-28"><span class="mw-cite-backlink">^ <a href="#cite_ref-sxManifest20120925_28-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sxManifest20120925_28-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sxManifest20120925_28-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-sxManifest20120925_28-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-sxManifest20120925_28-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-sxManifest20120925_28-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-sxManifest20120925_28-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-sxManifest20120925_28-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-sxManifest20120925_28-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-sxManifest20120925_28-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-sxManifest20120925_28-10"><sup><i><b>k</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20121004103731/http://www.spacex.com/launch_manifest.php" rel="nofollow">"SpaceX Launch Manifest"</a>. SpaceX. Archived from <a class="external text" href="http://www.spacex.com/launch_manifest.php" rel="nofollow">the original</a> on 4 October 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">25 September</span> 2012</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Launch+Manifest&rft.pub=SpaceX&rft_id=http%3A%2F%2Fwww.spacex.com%2Flaunch_manifest.php&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Orbcomm-29"><span class="mw-cite-backlink"><b><a href="#cite_ref-Orbcomm_29-0">^</a></b></span> <span class="reference-text"><br/>(secondary payload) <link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFde_Selding2012">de Selding, Peter B. (25 May 2012). <a class="external text" href="http://spacenews.com/orbcomm-eagerly-awaits-launch-new-satellite-next-falcon-9/" rel="nofollow">"Orbcomm Eagerly Awaits Launch of New Satellite on Next Falcon 9"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">28 May</span> 2012</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Orbcomm+Eagerly+Awaits+Launch+of+New+Satellite+on+Next+Falcon+9&rft.date=2012-05-25&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2Forbcomm-eagerly-awaits-launch-new-satellite-next-falcon-9%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-gunter-og2-30"><span class="mw-cite-backlink">^ <a href="#cite_ref-gunter-og2_30-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-gunter-og2_30-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-gunter-og2_30-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_sdat/orbcomm-2.htm" rel="nofollow">"Orbcomm FM101, ..., FM119 (OG2)"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">16 April</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Orbcomm+FM101%2C+...%2C+FM119+%28OG2%29&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Forbcomm-2.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nyt-20121030-31"><span class="mw-cite-backlink">^ <a href="#cite_ref-nyt-20121030_31-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nyt-20121030_31-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFEditorial2012">Editorial (30 October 2012). <a class="external text" href="https://www.nytimes.com/2012/10/30/opinion/first-outing-for-spacex-pleases-nasa.html" rel="nofollow">"First Outing for SpaceX"</a>. <i>The New York Times</i><span class="reference-accessdate">. Retrieved <span class="nowrap">17 January</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+New+York+Times&rft.atitle=First+Outing+for+SpaceX&rft.date=2012-10-30&rft.au=Editorial&rft_id=https%3A%2F%2Fwww.nytimes.com%2F2012%2F10%2F30%2Fopinion%2Ffirst-outing-for-spacex-pleases-nasa.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-OrbcommTotalLoss-32"><span class="mw-cite-backlink">^ <a href="#cite_ref-OrbcommTotalLoss_32-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-OrbcommTotalLoss_32-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2012">Clark, Stephen (11 October 2012). <a class="external text" href="http://www.spaceflightnow.com/falcon9/004/121011orbcomm/" rel="nofollow">"Orbcomm craft falls to Earth, company claims total loss"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">11 October</span> 2012</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Orbcomm+craft+falls+to+Earth%2C+company+claims+total+loss&rft.date=2012-10-11&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fwww.spaceflightnow.com%2Ffalcon9%2F004%2F121011orbcomm%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sn20121011-33"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20121011_33-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFde_Selding2012">de Selding, Peter B. (11 October 2012). <a class="external text" href="http://spacenews.com/orbcomm-craft-launched-by-falcon-9-falls-out-of-orbit/" rel="nofollow">"Orbcomm Craft Launched by Falcon 9 Falls out of Orbit"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">12 October</span> 2012</span>. <q>Orbcomm requested that SpaceX carry one of their small satellites (weighing a few hundred pounds, versus Dragon at over 12,000 pounds)... The higher the orbit, the more test data [Orbcomm] can gather, so they requested that we attempt to restart and raise altitude. NASA agreed to allow that, but only on condition that there be substantial propellant reserves, since the orbit would be close to the space station. It is important to appreciate that Orbcomm understood from the beginning that the orbit-raising maneuver was tentative. They accepted that there was a high risk of their satellite remaining at the Dragon insertion orbit. SpaceX would not have agreed to fly their satellite otherwise, since this was not part of the core mission and there was a known, material risk of no altitude raise.</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Orbcomm+Craft+Launched+by+Falcon+9+Falls+out+of+Orbit&rft.date=2012-10-11&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2Forbcomm-craft-launched-by-falcon-9-falls-out-of-orbit%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-34"><span class="mw-cite-backlink"><b><a href="#cite_ref-34">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2012">Clark, Stephen (14 November 2012). <a class="external text" href="http://www.spaceflightnow.com/falcon9/004/121114anomalies/" rel="nofollow">"Dragon Mission Report"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Dragon+Mission+Report&rft.pub=Spaceflight+Now&rft.date=2012-11-14&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fwww.spaceflightnow.com%2Ffalcon9%2F004%2F121114anomalies%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sxf9_20110321-35"><span class="mw-cite-backlink">^ <a href="#cite_ref-sxf9_20110321_35-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sxf9_20110321_35-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20120118103620/http://www.spacex.com/falcon9.php" rel="nofollow">"Falcon 9 Overview"</a>. SpaceX. 27 May 2012. Archived from <a class="external text" href="http://www.spacex.com/falcon9.php" rel="nofollow">the original</a> on 18 January 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">28 May</span> 2012</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+Overview&rft.pub=SpaceX&rft.date=2012-05-27&rft_id=http%3A%2F%2Fwww.spacex.com%2Ffalcon9.php&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-pa20130930-36"><span class="mw-cite-backlink">^ <a href="#cite_ref-pa20130930_36-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-pa20130930_36-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-pa20130930_36-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-pa20130930_36-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-pa20130930_36-4"><sup><i><b>e</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFMessier2013">Messier, Doug (29 September 2013). <a class="external text" href="http://www.parabolicarc.com/2013/09/29/falcon-9-launch-payloads-orbit-vandenberg/" rel="nofollow">"Falcon 9 Launches Payloads into Orbit From Vandenberg"</a>. Parabolic Arc<span class="reference-accessdate">. Retrieved <span class="nowrap">30 September</span> 2013</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+Launches+Payloads+into+Orbit+From+Vandenberg&rft.date=2013-09-29&rft.aulast=Messier&rft.aufirst=Doug&rft_id=http%3A%2F%2Fwww.parabolicarc.com%2F2013%2F09%2F29%2Ffalcon-9-launch-payloads-orbit-vandenberg%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-CASSIOPE_MDA-37"><span class="mw-cite-backlink"><b><a href="#cite_ref-CASSIOPE_MDA_37-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2012">Clark, Stephen (18 May 2012). <a class="external text" href="http://www.spaceflightnow.com/falcon9/003/120518musk/" rel="nofollow">"Dragon Mission Report | Q&A with SpaceX founder and chief designer Elon Musk"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">25 May</span> 2012</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Dragon+Mission+Report+%26%23124%3B+Q%26A+with+SpaceX+founder+and+chief+designer+Elon+Musk&rft.pub=Spaceflight+Now&rft.date=2012-05-18&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fwww.spaceflightnow.com%2Ffalcon9%2F003%2F120518musk%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-39"><span class="mw-cite-backlink"><b><a href="#cite_ref-39">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spaceflightnow.com/falcon9/007/ses8_presskit.pdf" rel="nofollow">"SES-8 Mission Press Kit"</a> <span class="cs1-format">(PDF)</span>. <i>spaceflightnow.com</i>. SpaceX. November 2013<span class="reference-accessdate">. Retrieved <span class="nowrap">1 September</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spaceflightnow.com&rft.atitle=SES-8+Mission+Press+Kit&rft.date=2013-11&rft_id=https%3A%2F%2Fspaceflightnow.com%2Ffalcon9%2F007%2Fses8_presskit.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-40"><span class="mw-cite-backlink"><b><a href="#cite_ref-40">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation book cs1" id="CITEREFBraunSforzoCampbell2017">Braun, Robert D.; Sforzo, Brandon; Campbell, Charles (2017). "Advancing Supersonic Retropropulsion Using Mars-Relevant Flight Data: An Overview". <i>AIAA SPACE and Astronautics Forum and Exposition</i>. <a class="mw-redirect" href="/wiki/Doi_(identifier)" title="Doi (identifier)">doi</a>:<a class="external text" href="https://doi.org/10.2514%2F6.2017-5292" rel="nofollow">10.2514/6.2017-5292</a>. <a class="mw-redirect" href="/wiki/Hdl_(identifier)" title="Hdl (identifier)">hdl</a>:<a class="external text" href="//hdl.handle.net/2060%2F20170008535" rel="nofollow">2060/20170008535</a>. <a class="mw-redirect" href="/wiki/ISBN_(identifier)" title="ISBN (identifier)">ISBN</a> <a href="/wiki/Special:BookSources/978-1-62410-483-1" title="Special:BookSources/978-1-62410-483-1"><bdi>978-1-62410-483-1</bdi></a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=bookitem&rft.atitle=Advancing+Supersonic+Retropropulsion+Using+Mars-Relevant+Flight+Data%3A+An+Overview&rft.btitle=AIAA+SPACE+and+Astronautics+Forum+and+Exposition&rft.date=2017&rft_id=info%3Ahdl%2F2060%2F20170008535&rft_id=info%3Adoi%2F10.2514%2F6.2017-5292&rft.isbn=978-1-62410-483-1&rft.aulast=Braun&rft.aufirst=Robert+D.&rft.au=Sforzo%2C+Brandon&rft.au=Campbell%2C+Charles&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sfn_wwls20130624-41"><span class="mw-cite-backlink"><b><a href="#cite_ref-sfn_wwls20130624_41-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20191229150258/https://www.spacex.com/press/2013/12/03/spacex-successfully-completes-first-mission-geostationary-transfer-orbit" rel="nofollow">"SpaceX Successfully Completes First Mission to Geostationary Transfer Orbit"</a>. SpaceX. 3 December 2013. Archived from <a class="external text" href="https://www.spacex.com/press/2013/12/03/spacex-successfully-completes-first-mission-geostationary-transfer-orbit" rel="nofollow">the original</a> on 29 December 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">25 November</span> 2013</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Successfully+Completes+First+Mission+to+Geostationary+Transfer+Orbit&rft.pub=SpaceX&rft.date=2013-12-03&rft_id=https%3A%2F%2Fwww.spacex.com%2Fpress%2F2013%2F12%2F03%2Fspacex-successfully-completes-first-mission-geostationary-transfer-orbit&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spx-pr-42"><span class="mw-cite-backlink">^ <a href="#cite_ref-spx-pr_42-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spx-pr_42-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1" id="CITEREFBrostFeltes2011">Brost, Kirstin; Feltes, Yves (14 March 2011). <a class="external text" href="https://web.archive.org/web/20190910061940/https://www.spacex.com/press/2012/12/19/spacex-and-ses-announce-satellite-launch-agreement" rel="nofollow">"SpaceX and SES Announce Satellite Launch Agreement"</a> (Press release). SpaceX. Archived from <a class="external text" href="http://www.spacex.com/press/2012/12/19/spacex-and-ses-announce-satellite-launch-agreement" rel="nofollow">the original</a> on 10 September 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">6 March</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+and+SES+Announce+Satellite+Launch+Agreement&rft.pub=SpaceX&rft.date=2011-03-14&rft.aulast=Brost&rft.aufirst=Kirstin&rft.au=Feltes%2C+Yves&rft_id=http%3A%2F%2Fwww.spacex.com%2Fpress%2F2012%2F12%2F19%2Fspacex-and-ses-announce-satellite-launch-agreement&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-aw20110323-43"><span class="mw-cite-backlink"><b><a href="#cite_ref-aw20110323_43-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFMorring2011">Morring, Frank, Jr. (21 March 2011). <a class="external text" href="http://aviationweek.com/awin/satellite-operators-boost-launcher-competition" rel="nofollow">"Satellite Operators Boost Launcher Competition"</a>. <i>Aviation Week & Space Technology</i><span class="reference-accessdate">. Retrieved <span class="nowrap">6 March</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Aviation+Week+%26+Space+Technology&rft.atitle=Satellite+Operators+Boost+Launcher+Competition&rft.date=2011-03-21&rft.aulast=Morring&rft.aufirst=Frank%2C+Jr.&rft_id=http%3A%2F%2Faviationweek.com%2Fawin%2Fsatellite-operators-boost-launcher-competition&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-SNMissionStatus7-44"><span class="mw-cite-backlink"><b><a href="#cite_ref-SNMissionStatus7_44-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20140328062838/https://spaceflightnow.com/falcon9/007/status.html" rel="nofollow">"SpaceflightNow Mission Status Center"</a>. Spaceflight Now. 3 December 2013. Archived from <a class="external text" href="http://spaceflightnow.com/falcon9/007/status.html" rel="nofollow">the original</a> on 28 March 2014.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceflightNow+Mission+Status+Center&rft.pub=Spaceflight+Now&rft.date=2013-12-03&rft_id=http%3A%2F%2Fspaceflightnow.com%2Ffalcon9%2F007%2Fstatus.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sf10120131203-45"><span class="mw-cite-backlink"><b><a href="#cite_ref-sf10120131203_45-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20160304034110/http://www.spaceflight101.net/spacex-falcon-9-v11-ses-8-launch-updates.html" rel="nofollow">"SpaceX Falcon 9 v1.1 - SES-8 Launch Updates"</a>. Spaceflight 101. 3 December 2013. Archived from <a class="external text" href="http://www.spaceflight101.net/spacex-falcon-9-v11-ses-8-launch-updates.html" rel="nofollow">the original</a> on 4 March 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">13 July</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+9+v1.1+-+SES-8+Launch+Updates&rft.pub=Spaceflight+101&rft.date=2013-12-03&rft_id=http%3A%2F%2Fwww.spaceflight101.net%2Fspacex-falcon-9-v11-ses-8-launch-updates.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-46"><span class="mw-cite-backlink"><b><a href="#cite_ref-46">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGraham2013">Graham, William (3 December 2013). <a class="external text" href="https://www.nasaspaceflight.com/2013/12/spacex-falcon-9-v1-1-milestone-ses-8-launch/" rel="nofollow">"Falcon 9 v1.1 successfully lofts SES-8 in milestone launch"</a>. <i>nasaspaceflight.com</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=Falcon+9+v1.1+successfully+lofts+SES-8+in+milestone+launch&rft.date=2013-12-03&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2013%2F12%2Fspacex-falcon-9-v1-1-milestone-ses-8-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-47"><span class="mw-cite-backlink"><b><a href="#cite_ref-47">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://space.skyrocket.de/doc_chr/lau2014.htm" rel="nofollow">"Orbital Launches of 2014"</a>. Gunter space page<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Orbital+Launches+of+2014&rft.pub=Gunter+space+page&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_chr%2Flau2014.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-NASA_Spaceflight-48"><span class="mw-cite-backlink"><b><a href="#cite_ref-NASA_Spaceflight_48-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGraham2014">Graham, William (5 January 2014). <a class="external text" href="http://www.nasaspaceflight.com/2014/01/spacex-falcon-9-v1-1-launch-thaicom-6/" rel="nofollow">"SpaceX Falcon 9 v1.1 launches Thaicom-6 at first attempt"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Falcon+9+v1.1+launches+Thaicom-6+at+first+attempt&rft.date=2014-01-05&rft.aulast=Graham&rft.aufirst=William&rft_id=http%3A%2F%2Fwww.nasaspaceflight.com%2F2014%2F01%2Fspacex-falcon-9-v1-1-launch-thaicom-6%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sn20140106-49"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20140106_49-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFde_Selding2014">de Selding, Peter B. (6 January 2014). <a class="external text" href="http://spacenews.com/38959spacex-delivers-thaicom-6-satellite-to-orbit/" rel="nofollow">"SpaceX Delivers Thaicom-6 Satellite to Orbit"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">2 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Delivers+Thaicom-6+Satellite+to+Orbit&rft.date=2014-01-06&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2F38959spacex-delivers-thaicom-6-satellite-to-orbit%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-50"><span class="mw-cite-backlink"><b><a href="#cite_ref-50">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="http://www.spaceflightnow.com/falcon9/009/140430firststage/" rel="nofollow">"SpaceX plans to recover stages when customers allow"</a>. SpaceFlight Now. 30 April 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+plans+to+recover+stages+when+customers+allow&rft.date=2014-04-30&rft_id=http%3A%2F%2Fwww.spaceflightnow.com%2Ffalcon9%2F009%2F140430firststage%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-bloomberg20140722-51"><span class="mw-cite-backlink"><b><a href="#cite_ref-bloomberg20140722_51-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFCapaccio2014">Capaccio, Tony (20 July 2014). <a class="external text" href="https://www.bloomberg.com/news/articles/2014-07-21/air-force-examines-anomalies-as-musk-s-spacex-seeks-work" rel="nofollow">"Air Force Examines Anomalies as Musk's SpaceX Seeks Work"</a>. Bloomberg<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span>. <q>A second anomaly was a stage-one fire on the "Octaweb" engine structure during a flight in December.</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Air+Force+Examines+Anomalies+as+Musk%27s+SpaceX+Seeks+Work&rft.date=2014-07-20&rft.aulast=Capaccio&rft.aufirst=Tony&rft_id=https%3A%2F%2Fwww.bloomberg.com%2Fnews%2Farticles%2F2014-07-21%2Fair-force-examines-anomalies-as-musk-s-spacex-seeks-work&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-52"><span class="mw-cite-backlink"><b><a href="#cite_ref-52">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.nasa.gov/sites/default/files/files/Orbital_CRS3_mission_overview.pdf" rel="nofollow">"Orbital CRS-3 Mission Overview"</a> <span class="cs1-format">(PDF)</span>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Orbital+CRS-3+Mission+Overview&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Ffiles%2FOrbital_CRS3_mission_overview.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-auto-53"><span class="mw-cite-backlink">^ <a href="#cite_ref-auto_53-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-auto_53-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.youtube.com/watch?v=CQnR5fhCXkQ" rel="nofollow">"Falcon 9 First Stage Return: ORBCOMM Mission"</a>. SpaceX. 22 July 2014 – via YouTube.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+First+Stage+Return%3A+ORBCOMM+Mission&rft.date=2014-07-22&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DCQnR5fhCXkQ&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-mit20140422-54"><span class="mw-cite-backlink"><b><a href="#cite_ref-mit20140422_54-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBelfiore2014">Belfiore, Michael (22 April 2014). <a class="external text" href="https://www.technologyreview.com/s/526806/spacex-brings-a-booster-safely-back-to-earth/" rel="nofollow">"SpaceX Brings a Booster Safely Back to Earth"</a>. <i><a href="/wiki/MIT_Technology_Review" title="MIT Technology Review">MIT Technology Review</a></i>. <a class="mw-redirect" href="/wiki/MIT" title="MIT">MIT</a><span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=MIT+Technology+Review&rft.atitle=SpaceX+Brings+a+Booster+Safely+Back+to+Earth&rft.date=2014-04-22&rft.aulast=Belfiore&rft.aufirst=Michael&rft_id=https%3A%2F%2Fwww.technologyreview.com%2Fs%2F526806%2Fspacex-brings-a-booster-safely-back-to-earth%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-aw20140428-55"><span class="mw-cite-backlink"><b><a href="#cite_ref-aw20140428_55-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFNorris2014">Norris, Guy (28 April 2014). <a class="external text" href="http://aviationweek.com/space/spacex-plans-multiple-reusable-booster-tests" rel="nofollow">"SpaceX Plans For Multiple Reusable Booster Tests"</a>. <i><a href="/wiki/Aviation_Week_%26_Space_Technology" title="Aviation Week & Space Technology">Aviation Week & Space Technology</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">28 April</span> 2014</span>. <q>The April 17 F9R Dev 1 flight, which lasted under 1 min, was the first vertical landing test of a production-representative recoverable Falcon 9 v1.1 first stage, while the April 18 cargo flight to the ISS was the first opportunity for SpaceX to evaluate the design of foldable landing legs and upgraded thrusters that control the stage during its initial descent.</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Aviation+Week+%26+Space+Technology&rft.atitle=SpaceX+Plans+For+Multiple+Reusable+Booster+Tests&rft.date=2014-04-28&rft.aulast=Norris&rft.aufirst=Guy&rft_id=http%3A%2F%2Faviationweek.com%2Fspace%2Fspacex-plans-multiple-reusable-booster-tests&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-auto2-56"><span class="mw-cite-backlink">^ <a href="#cite_ref-auto2_56-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-auto2_56-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFMahoney2016">Mahoney, Erin (3 July 2016). <a class="external text" href="http://www.nasa.gov/content/past-elana-cubesat-launches" rel="nofollow">"Past ElaNa CubeSat Launches"</a>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">18 February</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Past+ElaNa+CubeSat+Launches&rft.pub=NASA&rft.date=2016-07-03&rft.aulast=Mahoney&rft.aufirst=Erin&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fcontent%2Fpast-elana-cubesat-launches&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-57"><span class="mw-cite-backlink"><b><a href="#cite_ref-57">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasa.gov/sites/default/files/files/ELaNa_V_Spx3_CubeSat_Factsheet_508.pdf" rel="nofollow">"ELaNa V CubeSat Launch on SpaceX-3 Mission"</a> <span class="cs1-format">(PDF)</span>. NASA. March 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">17 February</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=ELaNa+V+CubeSat+Launch+on+SpaceX-3+Mission&rft.pub=NASA&rft.date=2014-03&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Ffiles%2FELaNa_V_Spx3_CubeSat_Factsheet_508.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-og2-01_20140714-58"><span class="mw-cite-backlink"><b><a href="#cite_ref-og2-01_20140714_58-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20190525141149/https://www.spacex.com/news/2014/07/14/falcon-9-launches-orbcomm-og2-satellites-orbit" rel="nofollow">"Falcon 9 Launches Orbcomm OG2 Satellites to Orbit"</a>. SpaceX. 14 July 2014. Archived from <a class="external text" href="http://www.spacex.com/news/2014/07/14/falcon-9-launches-orbcomm-og2-satellites-orbit" rel="nofollow">the original</a> on 25 May 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">6 August</span> 2014</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+Launches+Orbcomm+OG2+Satellites+to+Orbit&rft.pub=SpaceX&rft.date=2014-07-14&rft_id=http%3A%2F%2Fwww.spacex.com%2Fnews%2F2014%2F07%2F14%2Ffalcon-9-launches-orbcomm-og2-satellites-orbit&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-gunter-og2-sim-59"><span class="mw-cite-backlink">^ <a href="#cite_ref-gunter-og2-sim_59-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-gunter-og2-sim_59-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_sdat/orbcomm-2-mass-simulator.htm" rel="nofollow">"Orbcomm-OG2 Mass Simulator 1, 2"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">16 April</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Orbcomm-OG2+Mass+Simulator+1%2C+2&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Forbcomm-2-mass-simulator.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-SpaceX22072014-60"><span class="mw-cite-backlink"><b><a href="#cite_ref-SpaceX22072014_60-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20200223152402/http://www.spacex.com/news/2014/07/22/spacex-soft-lands-falcon-9-rocket-first-stage" rel="nofollow">"SpaceX Soft Lands Falcon 9 Rocket First Stage"</a>. SpaceX. 22 July 2014. Archived from <a class="external text" href="http://www.spacex.com/news/2014/07/22/spacex-soft-lands-falcon-9-rocket-first-stage" rel="nofollow">the original</a> on 23 February 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">22 July</span> 2014</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Soft+Lands+Falcon+9+Rocket+First+Stage&rft.pub=SpaceX&rft.date=2014-07-22&rft_id=http%3A%2F%2Fwww.spacex.com%2Fnews%2F2014%2F07%2F22%2Fspacex-soft-lands-falcon-9-rocket-first-stage&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-AsiaSat_SpaceX-61"><span class="mw-cite-backlink">^ <a href="#cite_ref-AsiaSat_SpaceX_61-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-AsiaSat_SpaceX_61-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2012">Clark, Stephen (8 February 2012). <a class="external text" href="http://www.spaceflightnow.com/news/n1202/08spacexasiasat/" rel="nofollow">"SpaceX to launch AsiaSat craft from Cape Canaveral"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">9 February</span> 2012</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+to+launch+AsiaSat+craft+from+Cape+Canaveral&rft.date=2012-02-08&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fwww.spaceflightnow.com%2Fnews%2Fn1202%2F08spacexasiasat%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-62"><span class="mw-cite-backlink"><b><a href="#cite_ref-62">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFShanklinCubbonPang2014">Shanklin, Emily; Cubbon, Sabrina; Pang, Winnie (4 August 2014). <a class="external text" href="https://spaceflightnow.com/falcon9/011/presskit.pdf" rel="nofollow">"SpaceX AsiaSat 8 Press Kit"</a> <span class="cs1-format">(PDF)</span>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">6 March</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+AsiaSat+8+Press+Kit&rft.pub=Spaceflight+Now&rft.date=2014-08-04&rft.aulast=Shanklin&rft.aufirst=Emily&rft.au=Cubbon%2C+Sabrina&rft.au=Pang%2C+Winnie&rft_id=https%3A%2F%2Fspaceflightnow.com%2Ffalcon9%2F011%2Fpresskit.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-as8_20140805-63"><span class="mw-cite-backlink"><b><a href="#cite_ref-as8_20140805_63-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1"><a class="external text" href="https://web.archive.org/web/20150119133755/http://www.asiasat.com/asiasat/EN/upload/doc/pressrelease/news_e20140805.pdf" rel="nofollow">"AsiaSat 8 Successfully Lifts Off"</a> <span class="cs1-format">(PDF)</span> (Press release). AsiaSat. Archived from <a class="external text" href="http://www.asiasat.com/asiasat/EN/upload/doc/pressrelease/news_e20140805.pdf" rel="nofollow">the original</a> <span class="cs1-format">(PDF)</span> on 19 January 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">6 August</span> 2014</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=AsiaSat+8+Successfully+Lifts+Off&rft.pub=AsiaSat&rft_id=http%3A%2F%2Fwww.asiasat.com%2Fasiasat%2FEN%2Fupload%2Fdoc%2Fpressrelease%2Fnews_e20140805.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-amspace-20140803-64"><span class="mw-cite-backlink">^ <a href="#cite_ref-amspace-20140803_64-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-amspace-20140803_64-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFEvans2014">Evans, Ben (3 August 2014). <a class="external text" href="http://www.americaspace.com/2014/08/03/spacex-prepares-to-score-two-personal-bests-with-asiasat-8-launch/" rel="nofollow">"SpaceX Prepares to Score Two "Personal Bests" With AsiaSat-8 Launch"</a>. AmericaSpace<span class="reference-accessdate">. Retrieved <span class="nowrap">13 July</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Prepares+to+Score+Two+%22Personal+Bests%22+With+AsiaSat-8+Launch&rft.pub=AmericaSpace&rft.date=2014-08-03&rft.aulast=Evans&rft.aufirst=Ben&rft_id=http%3A%2F%2Fwww.americaspace.com%2F2014%2F08%2F03%2Fspacex-prepares-to-score-two-personal-bests-with-asiasat-8-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-65"><span class="mw-cite-backlink"><b><a href="#cite_ref-65">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="http://www.satnews.com/story.php?number=1179629582" rel="nofollow">"Space Systems/Loral (SSL), AsiaSat + SpaceX—AsiaSat 6 Arrives @ Canaveral AFS (Launch Preparations)"</a>. SatNews. 30 July 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">31 July</span> 2014</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Space+Systems%2FLoral+%28SSL%29%2C+AsiaSat+%2B+SpaceX%E2%80%94AsiaSat+6+Arrives+%40+Canaveral+AFS+%28Launch+Preparations%29&rft.date=2014-07-30&rft_id=http%3A%2F%2Fwww.satnews.com%2Fstory.php%3Fnumber%3D1179629582&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sdc20140907-66"><span class="mw-cite-backlink"><b><a href="#cite_ref-sdc20140907_66-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFWall2014">Wall, Mike (7 September 2014). <a class="external text" href="http://www.space.com/27052-spacex-launches-asiasat6-satellite.html" rel="nofollow">"Dazzling SpaceX Nighttime Launch Sends AsiaSat 6 Satellite Into Orbit"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">7 September</span> 2014</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Dazzling+SpaceX+Nighttime+Launch+Sends+AsiaSat+6+Satellite+Into+Orbit&rft.date=2014-09-07&rft.aulast=Wall&rft.aufirst=Mike&rft_id=http%3A%2F%2Fwww.space.com%2F27052-spacex-launches-asiasat6-satellite.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-67"><span class="mw-cite-backlink"><b><a href="#cite_ref-67">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nbcnews.com/science/space/spacex-falcon-launches-asiasat-6-satellite-after-weeks-delay-n197561" rel="nofollow">"SpaceX Falcon Launches AsiaSat 6 Satellite After Weeks of Delay"</a>. <i>NBC News</i>. 7 September 2014.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=NBC+News&rft.atitle=SpaceX+Falcon+Launches+AsiaSat+6+Satellite+After+Weeks+of+Delay&rft.date=2014-09-07&rft_id=https%3A%2F%2Fwww.nbcnews.com%2Fscience%2Fspace%2Fspacex-falcon-launches-asiasat-6-satellite-after-weeks-delay-n197561&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-68"><span class="mw-cite-backlink"><b><a href="#cite_ref-68">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFEvans2014">Evans, Ben (7 September 2014). <a class="external text" href="http://www.americaspace.com/2014/09/07/spacex-successfully-delivers-asiasat-6-to-orbit-in-spectacular-sunday-morning-launch/" rel="nofollow">"SpaceX Successfully Delivers AsiaSat-6 to Orbit in Spectacular Sunday Morning Launch"</a>. <i>AmericaSpace</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=AmericaSpace&rft.atitle=SpaceX+Successfully+Delivers+AsiaSat-6+to+Orbit+in+Spectacular+Sunday+Morning+Launch&rft.date=2014-09-07&rft.aulast=Evans&rft.aufirst=Ben&rft_id=http%3A%2F%2Fwww.americaspace.com%2F2014%2F09%2F07%2Fspacex-successfully-delivers-asiasat-6-to-orbit-in-spectacular-sunday-morning-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-69"><span class="mw-cite-backlink"><b><a href="#cite_ref-69">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="http://www.nasa.gov/sites/default/files/files/SpaceX_CRS-4_Mission_Overview-1.pdf" rel="nofollow">"SpaceX CRS-4 Mission Overview"</a> <span class="cs1-format">(PDF)</span>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+CRS-4+Mission+Overview&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Ffiles%2FSpaceX_CRS-4_Mission_Overview-1.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-nasacrs420140921-70"><span class="mw-cite-backlink"><b><a href="#cite_ref-nasacrs420140921_70-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1" id="CITEREFSchierholzHuot2014">Schierholz, Stephanie; Huot, Dan (21 September 2014). <a class="external text" href="http://www.nasa.gov/press/2014/september/nasa-cargo-launches-to-space-station-aboard-spacex-resupply-mission-0/" rel="nofollow">"NASA Cargo Launches to Space Station aboard SpaceX Resupply Mission"</a> (Press release). NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">21 September</span> 2014</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Cargo+Launches+to+Space+Station+aboard+SpaceX+Resupply+Mission&rft.pub=NASA&rft.date=2014-09-21&rft.aulast=Schierholz&rft.aufirst=Stephanie&rft.au=Huot%2C+Dan&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fpress%2F2014%2Fseptember%2Fnasa-cargo-launches-to-space-station-aboard-spacex-resupply-mission-0%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-fail-13-71"><span class="mw-cite-backlink">^ <a href="#cite_ref-fail-13_71-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-fail-13_71-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-fail-13_71-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation audio-visual cs1"><a class="external text" href="https://www.youtube.com/watch?v=bvim4rsNHkQ&t=32s" rel="nofollow"><i>How Not to Land an Orbital Rocket Booster</i></a>. SpaceX. 14 September 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">14 September</span> 2017</span> – via YouTube.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=How+Not+to+Land+an+Orbital+Rocket+Booster&rft.pub=SpaceX&rft.date=2017-09-14&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dbvim4rsNHkQ%26t%3D32s&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-aw20141016-72"><span class="mw-cite-backlink">^ <a href="#cite_ref-aw20141016_72-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-aw20141016_72-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFMorring2014">Morring, Frank, Jr. (20 October 2014). <span class="cs1-lock-subscription" title="Paid subscription required"><a class="external text" href="http://aviationweek.com/space/nasa-spacex-share-data-supersonic-retropropulsion" rel="nofollow">"NASA, SpaceX Share Data On Supersonic Retropropulsion : Data-sharing deal will help SpaceX land Falcon 9 on Earth and NASA put humans on Mars"</a></span>. Aviation Week & Space Technology. <a class="external text" href="https://web.archive.org/web/20141027133828/http://aviationweek.com/space/nasa-spacex-share-data-supersonic-retropropulsion" rel="nofollow">Archived</a> from the original on 27 October 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">28 March</span> 2015</span>. <q>[The] partnership between NASA and SpaceX is giving the American space agency an early look at what it would take to land multi-ton habitats and supply caches on Mars for human explorers, while providing sophisticated infrared (IR) imagery to help the spacecraft company develop a reusable launch vehicle. After multiple attempts, airborne <a href="/wiki/NASA" title="NASA">NASA</a> and <a href="/wiki/United_States_Navy" title="United States Navy">United States Navy</a> IR tracking cameras ... captured a SpaceX Falcon 9 in flight as its first stage [fell] back toward Earth shortly after second-stage ignition and then reignited to lower the stage toward a propulsive "zero-velocity, zero-altitude" touchdown on the sea surface.</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=NASA%2C+SpaceX+Share+Data+On+Supersonic+Retropropulsion+%3A+Data-sharing+deal+will+help+SpaceX+land+Falcon+9+on+Earth+and+NASA+put+humans+on+Mars&rft.date=2014-10-20&rft.aulast=Morring&rft.aufirst=Frank%2C+Jr.&rft_id=http%3A%2F%2Faviationweek.com%2Fspace%2Fnasa-spacex-share-data-supersonic-retropropulsion&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-73"><span class="mw-cite-backlink"><b><a href="#cite_ref-73">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://space.skyrocket.de/doc_chr/lau2015.htm" rel="nofollow">"Orbital Launches of 2015"</a>. Gunters space page<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Orbital+Launches+of+2015&rft.pub=Gunters+space+page&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_chr%2Flau2015.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nasa20150107-74"><span class="mw-cite-backlink"><b><a href="#cite_ref-nasa20150107_74-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFHeiney2015">Heiney, Anna (7 January 2015). <a class="external text" href="https://blogs.nasa.gov/spacex/2015/01/07/next-spacex-launch-attempt-saturday-jan-10/" rel="nofollow">"Next SpaceX Launch Attempt Saturday, January 10"</a>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">8 January</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Next+SpaceX+Launch+Attempt+Saturday%2C+January+10&rft.date=2015-01-07&rft.aulast=Heiney&rft.aufirst=Anna&rft_id=https%3A%2F%2Fblogs.nasa.gov%2Fspacex%2F2015%2F01%2F07%2Fnext-spacex-launch-attempt-saturday-jan-10%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-sxManifest20130731-75"><span class="mw-cite-backlink">^ <a href="#cite_ref-sxManifest20130731_75-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sxManifest20130731_75-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sxManifest20130731_75-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-sxManifest20130731_75-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-sxManifest20130731_75-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-sxManifest20130731_75-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-sxManifest20130731_75-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-sxManifest20130731_75-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-sxManifest20130731_75-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-sxManifest20130731_75-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-sxManifest20130731_75-10"><sup><i><b>k</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.spacex.com/missions" rel="nofollow">"Launch Manifest"</a>. <a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>. <a class="external text" href="https://web.archive.org/web/20130802104401/http://www.spacex.com/missions" rel="nofollow">Archived</a> from the original on 2 August 2013<span class="reference-accessdate">. Retrieved <span class="nowrap">31 July</span> 2013</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Launch+Manifest&rft.pub=SpaceX&rft_id=http%3A%2F%2Fwww.spacex.com%2Fmissions&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-76"><span class="mw-cite-backlink"><b><a href="#cite_ref-76">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.nasa.gov/sites/default/files/files/SpaceX_CRS-5_factsheet.pdf" rel="nofollow">"SpaceX CRS-5 factsheet"</a> <span class="cs1-format">(PDF)</span>. NASA. December 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+CRS-5+factsheet&rft.date=2014-12&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Ffiles%2FSpaceX_CRS-5_factsheet.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-nasacrs520150110-77"><span class="mw-cite-backlink"><b><a href="#cite_ref-nasacrs520150110_77-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSiceloff2015">Siceloff, Steven (10 January 2015). <a class="external text" href="http://www.nasa.gov/content/dragon-begins-cargo-laden-chase-of-station" rel="nofollow">"Dragon Begins Cargo-laden Chase of Station"</a>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">10 January</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Dragon+Begins+Cargo-laden+Chase+of+Station&rft.pub=NASA&rft.date=2015-01-10&rft.aulast=Siceloff&rft.aufirst=Steven&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fcontent%2Fdragon-begins-cargo-laden-chase-of-station&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-sfn20150110-78"><span class="mw-cite-backlink"><b><a href="#cite_ref-sfn20150110_78-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2015">Clark, Stephen (10 January 2015). <a class="external text" href="http://spaceflightnow.com/2015/01/10/dragon-successfully-launched-rocket-recovery-demo-crash-lands/" rel="nofollow">"Dragon successfully launched, rocket recovery demo crash lands"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">10 January</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Dragon+successfully+launched%2C+rocket+recovery+demo+crash+lands&rft.date=2015-01-10&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2F2015%2F01%2F10%2Fdragon-successfully-launched-rocket-recovery-demo-crash-lands%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-79"><span class="mw-cite-backlink"><b><a href="#cite_ref-79">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20150206081040/http://www.nesdis.noaa.gov/DSCOVR/index.html" rel="nofollow">"DSCOVR:Deep Space Climate Observatory"</a>. NOAA. 19 January 2015. Archived from <a class="external text" href="http://www.nesdis.noaa.gov/DSCOVR/index.html" rel="nofollow">the original</a> on 6 February 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">20 January</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=DSCOVR%3ADeep+Space+Climate+Observatory&rft.pub=NOAA&rft.date=2015-01-19&rft_id=http%3A%2F%2Fwww.nesdis.noaa.gov%2FDSCOVR%2Findex.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-80"><span class="mw-cite-backlink"><b><a href="#cite_ref-80">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2012">Clark, Stephen (6 December 2012). <a class="external text" href="http://www.spaceflightnow.com/news/n1212/06spacexdod/" rel="nofollow">"SpaceX books first two launches with U.S. military"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">18 November</span> 2013</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+books+first+two+launches+with+U.S.+military&rft.date=2012-12-06&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fwww.spaceflightnow.com%2Fnews%2Fn1212%2F06spacexdod%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spx20121205-81"><span class="mw-cite-backlink">^ <a href="#cite_ref-spx20121205_81-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spx20121205_81-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1"><a class="external text" href="https://web.archive.org/web/20190803111257/https://www.spacex.com/press/2012/12/19/spacex-awarded-two-eelv-class-missions-united-states-air-force" rel="nofollow">"SpaceX Awarded Two EELV-Class Missions from the United States Air Force"</a> (Press release). SpaceX. 5 December 2012. Archived from <a class="external text" href="http://www.spacex.com/press/2012/12/19/spacex-awarded-two-eelv-class-missions-united-states-air-force" rel="nofollow">the original</a> on 3 August 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Awarded+Two+EELV-Class+Missions+from+the+United+States+Air+Force&rft.pub=SpaceX&rft.date=2012-12-05&rft_id=http%3A%2F%2Fwww.spacex.com%2Fpress%2F2012%2F12%2F19%2Fspacex-awarded-two-eelv-class-missions-united-states-air-force&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-MuskTweet-20150211-82"><span class="mw-cite-backlink"><b><a href="#cite_ref-MuskTweet-20150211_82-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@elonmusk (11 February 2015). <a class="external text" href="https://twitter.com/elonmusk/status/565659578915115011" rel="nofollow">"Rocket soft landed in the ocean within 10 m of target and nicely vertical! High probability of good droneship landing in non-stormy weather"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">14 February</span> 2015</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Rocket+soft+landed+in+the+ocean+within+10+m+of+target+and+nicely+vertical%21+High+probability+of+good+droneship+landing+in+non-stormy+weather&rft.date=2015-02-11&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F565659578915115011&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-patrickafmil02142015-83"><span class="mw-cite-backlink"><b><a href="#cite_ref-patrickafmil02142015_83-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.patrick.af.mil/" rel="nofollow">"Patrick Air Force Base — Home — Next Launch"</a>. Patrick Air Force Base. 14 February 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">14 February</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Patrick+Air+Force+Base+%E2%80%94+Home+%E2%80%94+Next+Launch&rft.pub=Patrick+Air+Force+Base&rft.date=2015-02-14&rft_id=http%3A%2F%2Fwww.patrick.af.mil%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-84"><span class="mw-cite-backlink"><b><a href="#cite_ref-84">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBergin2015">Bergin, Chris (25 February 2015). <a class="external text" href="https://www.nasaspaceflight.com/2015/02/legless-falcon-9-static-fire-ahead-launch/" rel="nofollow">"Legless Falcon 9 conducts Static Fire test ahead of Sunday launch"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">13 July</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Legless+Falcon+9+conducts+Static+Fire+test+ahead+of+Sunday+launch&rft.pub=NASASpaceFlight.com&rft.date=2015-02-25&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2015%2F02%2Flegless-falcon-9-static-fire-ahead-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-aw20140310-85"><span class="mw-cite-backlink"><b><a href="#cite_ref-aw20140310_85-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFSvitak2014">Svitak, Amy (10 March 2014). <a class="external text" href="http://aviationweek.com/awin/spacex-says-falcon-9-compete-eelv-year" rel="nofollow">"SpaceX Says Falcon 9 To Compete For EELV This Year"</a>. <i>Aviation Week & Space Technology</i><span class="reference-accessdate">. Retrieved <span class="nowrap">6 February</span> 2015</span>. <q>But the Falcon 9 is not just changing the way launch-vehicle providers do business; its reach has gone further, prompting satellite makers and commercial fleet operators to retool business plans in response to the low-cost rocket. In March 2012, Boeing announced the start of a new line of all-electric telecommunications spacecraft, the <a href="/wiki/Boeing_702" title="Boeing 702">Boeing 702SP</a>, which are designed to launch in pairs on a Falcon 9 v1.1. Anchor customers <a href="/wiki/ABS_(satellite_operator)" title="ABS (satellite operator)">Asia Broadcast Satellite</a> (ABS) of Hong Kong and <a href="/wiki/Mexico" title="Mexico">Mexico</a>'s <a href="/wiki/Satmex" title="Satmex">Satmex</a>'s plan to loft the first two of four such spacecraft on a Falcon 9. [...] Using electric rather than chemical propulsion will mean the satellites take months, rather than weeks, to reach their final orbital destination. But because all-electric spacecraft are about 40% lighter than their conventional counterparts, the cost to launch them is considerably less than that for a chemically propelled satellite.</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Aviation+Week+%26+Space+Technology&rft.atitle=SpaceX+Says+Falcon+9+To+Compete+For+EELV+This+Year&rft.date=2014-03-10&rft.aulast=Svitak&rft.aufirst=Amy&rft_id=http%3A%2F%2Faviationweek.com%2Fawin%2Fspacex-says-falcon-9-compete-eelv-year&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-boeing20141112-86"><span class="mw-cite-backlink"><b><a href="#cite_ref-boeing20141112_86-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1" id="CITEREFClimer2014">Climer, Joanna (12 November 2014). <a class="external text" href="http://boeing.mediaroom.com/2014-11-12-Boeing-Stacks-Two-Satellites-to-Launch-as-a-Pair" rel="nofollow">"Boeing Stacks Two Satellites to Launch as a Pair"</a> (Press release). Boeing<span class="reference-accessdate">. Retrieved <span class="nowrap">6 February</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Boeing+Stacks+Two+Satellites+to+Launch+as+a+Pair&rft.pub=Boeing&rft.date=2014-11-12&rft.aulast=Climer&rft.aufirst=Joanna&rft_id=http%3A%2F%2Fboeing.mediaroom.com%2F2014-11-12-Boeing-Stacks-Two-Satellites-to-Launch-as-a-Pair&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sfn20150302-87"><span class="mw-cite-backlink"><b><a href="#cite_ref-sfn20150302_87-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2015">Clark, Stephen (2 March 2015). <a class="external text" href="http://spaceflightnow.com/2015/03/02/plasma-driven-satellites-launched-from-cape-canaveral/" rel="nofollow">"Plasma-driven satellites launched from Cape Canaveral"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">2 March</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Plasma-driven+satellites+launched+from+Cape+Canaveral&rft.date=2015-03-02&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2F2015%2F03%2F02%2Fplasma-driven-satellites-launched-from-cape-canaveral%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-boeing-88"><span class="mw-cite-backlink">^ <a href="#cite_ref-boeing_88-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-boeing_88-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1" id="CITEREFClimer2015">Climer, Joanna (10 September 2015). <a class="external text" href="http://boeing.mediaroom.com/2015-09-10-Boeing-World-s-First-All-Electric-Propulsion-Satellite-Begins-Operations" rel="nofollow">"Boeing: World's First All-Electric Propulsion Satellite Begins Operations"</a> (Press release). Boeing<span class="reference-accessdate">. Retrieved <span class="nowrap">6 January</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Boeing%3A+World%27s+First+All-Electric+Propulsion+Satellite+Begins+Operations&rft.pub=Boeing&rft.date=2015-09-10&rft.aulast=Climer&rft.aufirst=Joanna&rft_id=http%3A%2F%2Fboeing.mediaroom.com%2F2015-09-10-Boeing-World-s-First-All-Electric-Propulsion-Satellite-Begins-Operations&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-89"><span class="mw-cite-backlink"><b><a href="#cite_ref-89">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.nasa.gov/sites/default/files/files/SpaceX_CRS-6_Mission_Overview%281%29.pdf" rel="nofollow">"SpaceX CRS-6 Mission Overview"</a> <span class="cs1-format">(PDF)</span>. NASA. April 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+CRS-6+Mission+Overview&rft.date=2015-04&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Ffiles%2FSpaceX_CRS-6_Mission_Overview%25281%2529.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-90"><span class="mw-cite-backlink"><b><a href="#cite_ref-90">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.youtube.com/watch?v=NcTOTeoaafU" rel="nofollow">"CRS-6 First Stage Tracking Cam"</a>. SpaceX. 14 April 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span> – via YouTube.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=CRS-6+First+Stage+Tracking+Cam&rft.pub=SpaceX&rft.date=2015-04-14&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DNcTOTeoaafU&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-91"><span class="mw-cite-backlink"><b><a href="#cite_ref-91">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@elonmusk (14 April 2015). <a class="external text" href="https://twitter.com/elonmusk/status/588082574183903232" rel="nofollow">"Looks like Falcon landed fine, but excess lateral velocity caused it to tip over post landing"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Looks+like+Falcon+landed+fine%2C+but+excess+lateral+velocity+caused+it+to+tip+over+post+landing&rft.date=2015-04-14&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F588082574183903232&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-92"><span class="mw-cite-backlink"><b><a href="#cite_ref-92">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation audio-visual cs1"><a class="external text" href="https://www.youtube.com/watch?v=BhMSzC1crr0" rel="nofollow"><i>CRS-6 First Stage Landing</i></a>. SpaceX. 15 April 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">6 March</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=CRS-6+First+Stage+Landing&rft.pub=SpaceX&rft.date=2015-04-15&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DBhMSzC1crr0&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-patrickafb20150414-93"><span class="mw-cite-backlink"><b><a href="#cite_ref-patrickafb20150414_93-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.patrick.af.mil" rel="nofollow">"Patrick Air Force Base"</a>. Patrick Air Force Base<span class="reference-accessdate">. Retrieved <span class="nowrap">15 April</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Patrick+Air+Force+Base&rft.pub=Patrick+Air+Force+Base&rft_id=http%3A%2F%2Fwww.patrick.af.mil&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-turkmen-monaco-94"><span class="mw-cite-backlink"><b><a href="#cite_ref-turkmen-monaco_94-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFEvans2015">Evans, Ben (25 April 2015). <a class="external text" href="http://www.americaspace.com/2015/04/25/second-spacex-mission-in-two-weeks-gears-up-for-monday-launch/" rel="nofollow">"Second SpaceX Mission in Two Weeks Gears Up for Monday Launch"</a>. AmericaSpace<span class="reference-accessdate">. Retrieved <span class="nowrap">2 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Second+SpaceX+Mission+in+Two+Weeks+Gears+Up+for+Monday+Launch&rft.pub=AmericaSpace&rft.date=2015-04-25&rft.aulast=Evans&rft.aufirst=Ben&rft_id=http%3A%2F%2Fwww.americaspace.com%2F2015%2F04%2F25%2Fsecond-spacex-mission-in-two-weeks-gears-up-for-monday-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-95"><span class="mw-cite-backlink"><b><a href="#cite_ref-95">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2015">Clark, Stephen (27 April 2015). <a class="external text" href="http://spaceflightnow.com/2015/04/27/turkmenistans-first-satellite-braced-for-liftoff/" rel="nofollow">"Turkmenistan's first satellite braced for liftoff"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">27 April</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Turkmenistan%27s+first+satellite+braced+for+liftoff&rft.date=2015-04-27&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2F2015%2F04%2F27%2Fturkmenistans-first-satellite-braced-for-liftoff%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-96"><span class="mw-cite-backlink"><b><a href="#cite_ref-96">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFWall2015">Wall, Mike (27 April 2015). <a class="external text" href="http://www.space.com/29229-spacex-launches-turkmenistan-satellite.html" rel="nofollow">"SpaceX Falcon 9 Rocket Launches Turkmenistan's First-Ever Satellite"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">13 July</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Falcon+9+Rocket+Launches+Turkmenistan%27s+First-Ever+Satellite&rft.date=2015-04-27&rft.aulast=Wall&rft.aufirst=Mike&rft_id=http%3A%2F%2Fwww.space.com%2F29229-spacex-launches-turkmenistan-satellite.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-zgn20150323-97"><span class="mw-cite-backlink"><b><a href="#cite_ref-zgn20150323_97-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="http://www.zerognews.com/2015/03/23/spacex-clarifies-reason-for-turkmenalem52e-launch-delay/" rel="nofollow">"SpaceX Clarifies Reason For TurkmenAlem52E Launch Delay"</a>. ZeroG News. 23 March 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">25 March</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Clarifies+Reason+For+TurkmenAlem52E+Launch+Delay&rft.date=2015-03-23&rft_id=http%3A%2F%2Fwww.zerognews.com%2F2015%2F03%2F23%2Fspacex-clarifies-reason-for-turkmenalem52e-launch-delay%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nasama20150520-98"><span class="mw-cite-backlink"><b><a href="#cite_ref-nasama20150520_98-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1"><a class="external text" href="http://www.nasa.gov/press-release/nasa-opens-media-accreditation-for-next-spacex-station-resupply-launch-0" rel="nofollow">"NASA Opens Media Accreditation for Next SpaceX Station Resupply Launch"</a> (Press release). NASA. 20 May 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">20 May</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Opens+Media+Accreditation+for+Next+SpaceX+Station+Resupply+Launch&rft.pub=NASA&rft.date=2015-05-20&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fnasa-opens-media-accreditation-for-next-spacex-station-resupply-launch-0&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-99"><span class="mw-cite-backlink"><b><a href="#cite_ref-99">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.nasa.gov/sites/default/files/atoms/files/spacex_crs7_mission_overview.pdf" rel="nofollow">"SpaceX CRS-7 Mission Overview"</a> <span class="cs1-format">(PDF)</span>. NASA. June 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+CRS-7+Mission+Overview&rft.date=2015-06&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Fatoms%2Ffiles%2Fspacex_crs7_mission_overview.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-nyt-20150628-100"><span class="mw-cite-backlink">^ <a href="#cite_ref-nyt-20150628_100-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nyt-20150628_100-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFChang2015">Chang, Kenneth (28 June 2015). <a class="external text" href="https://www.nytimes.com/2015/06/29/science/space/spacex-rocket-explodes-during-launch.html" rel="nofollow">"SpaceX Rocket Explodes After Launch to Space Station"</a>. <i>The New York Times</i><span class="reference-accessdate">. Retrieved <span class="nowrap">29 June</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+New+York+Times&rft.atitle=SpaceX+Rocket+Explodes+After+Launch+to+Space+Station&rft.date=2015-06-28&rft.aulast=Chang&rft.aufirst=Kenneth&rft_id=https%3A%2F%2Fwww.nytimes.com%2F2015%2F06%2F29%2Fscience%2Fspace%2Fspacex-rocket-explodes-during-launch.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-101"><span class="mw-cite-backlink"><b><a href="#cite_ref-101">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBerginChris_Gebhardt2015">Bergin, Chris; Chris Gebhardt (24 June 2015). <a class="external text" href="http://www.nasaspaceflight.com/2015/06/world-launch-markets-rocket-reusability/" rel="nofollow">"World launch markets look toward rocket reusability"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">13 July</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=World+launch+markets+look+toward+rocket+reusability&rft.pub=NASASpaceFlight.com&rft.date=2015-06-24&rft.aulast=Bergin&rft.aufirst=Chris&rft.au=Chris+Gebhardt&rft_id=http%3A%2F%2Fwww.nasaspaceflight.com%2F2015%2F06%2Fworld-launch-markets-rocket-reusability%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20150727-102"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20150727_102-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20150727_102-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBergin2015">Bergin, Chris (27 July 2015). <a class="external text" href="https://www.nasaspaceflight.com/2015/07/saving-spaceship-dragon-contingency-chute/" rel="nofollow">"Saving Spaceship Dragon – Software to provide contingency chute deploy"</a>. <i>nasaspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">6 April</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=nasaspaceflight.com&rft.atitle=Saving+Spaceship+Dragon+%E2%80%93+Software+to+provide+contingency+chute+deploy&rft.date=2015-07-27&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2015%2F07%2Fsaving-spaceship-dragon-contingency-chute%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf20150618-103"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf20150618_103-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFSmedley2015">Smedley, Jesse (18 June 2015). <a class="external text" href="http://www.nasaspaceflight.com/2015/06/spacex-augments-upgrades-drone-ship-armada/" rel="nofollow">"SpaceX Augments and Upgrades Drone Ship Armada"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">18 June</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Augments+and+Upgrades+Drone+Ship+Armada&rft.date=2015-06-18&rft.aulast=Smedley&rft.aufirst=Jesse&rft_id=http%3A%2F%2Fwww.nasaspaceflight.com%2F2015%2F06%2Fspacex-augments-upgrades-drone-ship-armada%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-orbcomm-og2-104"><span class="mw-cite-backlink">^ <a href="#cite_ref-orbcomm-og2_104-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-orbcomm-og2_104-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.orbcomm.com/en/networks/satellite/orbcomm-og2" rel="nofollow">"ORBCOMM OG2 Next-Generation Satellite Constellation - OG2 Mission 2"</a>. Orbcomm<span class="reference-accessdate">. Retrieved <span class="nowrap">4 January</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=ORBCOMM+OG2+Next-Generation+Satellite+Constellation+-+OG2+Mission+2&rft.pub=Orbcomm&rft_id=http%3A%2F%2Fwww.orbcomm.com%2Fen%2Fnetworks%2Fsatellite%2Forbcomm-og2&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-flight20-booster-105"><span class="mw-cite-backlink">^ <a href="#cite_ref-flight20-booster_105-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-flight20-booster_105-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-flight20-booster_105-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2016">Clark, Stephen (20 August 2016). <a class="external text" href="http://spaceflightnow.com/2016/08/20/spacex-puts-historic-flown-rocket-on-permanent-display/" rel="nofollow">"SpaceX puts historic flown rocket on permanent display"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">19 January</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+puts+historic+flown+rocket+on+permanent+display&rft.date=2016-08-20&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2F2016%2F08%2F20%2Fspacex-puts-historic-flown-rocket-on-permanent-display%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-flight20-landing-106"><span class="mw-cite-backlink">^ <a href="#cite_ref-flight20-landing_106-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-flight20-landing_106-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFChang2015">Chang, Kenneth (21 December 2015). <a class="external text" href="https://www.nytimes.com/2015/12/22/science/spacex-rocket-landing.html" rel="nofollow">"Spacex Successfully Lands Rocket after Launch of Satellites into Orbit"</a>. <i>The New York Times</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 December</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+New+York+Times&rft.atitle=Spacex+Successfully+Lands+Rocket+after+Launch+of+Satellites+into+Orbit&rft.date=2015-12-21&rft.aulast=Chang&rft.aufirst=Kenneth&rft_id=https%3A%2F%2Fwww.nytimes.com%2F2015%2F12%2F22%2Fscience%2Fspacex-rocket-landing.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sn20151016-107"><span class="mw-cite-backlink">^ <a href="#cite_ref-sn20151016_107-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sn20151016_107-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sn20151016_107-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFde_Selding2015">de Selding, Peter B. (16 October 2015). <a class="external text" href="http://spacenews.com/spacex-changes-its-falcon-9-return-to-flight-plans/" rel="nofollow">"SpaceX Changes its Falcon 9 Return-to-flight Plans"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">16 October</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Changes+its+Falcon+9+Return-to-flight+Plans&rft.date=2015-10-16&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-changes-its-falcon-9-return-to-flight-plans%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sn20150508-108"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20150508_108-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFde_Selding2015">de Selding, Peter B. (8 May 2015). <a class="external text" href="http://spacenews.com/orbcomm-to-spacex-launch-our-satellites-before-october/" rel="nofollow">"Orbcomm to SpaceX: Launch our Satellites Before October"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">8 May</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Orbcomm+to+SpaceX%3A+Launch+our+Satellites+Before+October&rft.date=2015-05-08&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2Forbcomm-to-spacex-launch-our-satellites-before-october%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-109"><span class="mw-cite-backlink"><b><a href="#cite_ref-109">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFDillow2015">Dillow, Clay (2 December 2015). <a class="external text" href="http://fortune.com/2015/12/02/spacex-will-try-rocket-landing-on-solid-ground/" rel="nofollow">"SpaceX Will Try Its Next Rocket Landing on Solid Ground"</a>. <i>Fortune</i><span class="reference-accessdate">. Retrieved <span class="nowrap">4 December</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Fortune&rft.atitle=SpaceX+Will+Try+Its+Next+Rocket+Landing+on+Solid+Ground&rft.date=2015-12-02&rft.aulast=Dillow&rft.aufirst=Clay&rft_id=http%3A%2F%2Ffortune.com%2F2015%2F12%2F02%2Fspacex-will-try-rocket-landing-on-solid-ground%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-110"><span class="mw-cite-backlink"><b><a href="#cite_ref-110">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://space.skyrocket.de/doc_chr/lau2016.htm" rel="nofollow">"Orbital Launches of 2016"</a>. Gunters space page<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Orbital+Launches+of+2016&rft.pub=Gunters+space+page&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_chr%2Flau2016.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-111"><span class="mw-cite-backlink"><b><a href="#cite_ref-111">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.nesdis.noaa.gov/jason-3/" rel="nofollow">"Jason-3 satellite"</a>. <i>National Environmental Satellite Data and Information Service</i>. NOAA<span class="reference-accessdate">. Retrieved <span class="nowrap">11 December</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=National+Environmental+Satellite+Data+and+Information+Service&rft.atitle=Jason-3+satellite&rft_id=http%3A%2F%2Fwww.nesdis.noaa.gov%2Fjason-3%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-gw20160117-112"><span class="mw-cite-backlink"><b><a href="#cite_ref-gw20160117_112-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBoyle2016">Boyle, Alan (17 January 2016). <a class="external text" href="http://www.geekwire.com/2016/spacex-launches-jason-3-satellite-then-tries-landing-falcon-9-rocket-at-sea/" rel="nofollow">"SpaceX rocket launches satellite, but tips over during sea landing attempt"</a>. GeekWire<span class="reference-accessdate">. Retrieved <span class="nowrap">18 January</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+rocket+launches+satellite%2C+but+tips+over+during+sea+landing+attempt&rft.date=2016-01-17&rft.aulast=Boyle&rft.aufirst=Alan&rft_id=http%3A%2F%2Fwww.geekwire.com%2F2016%2Fspacex-launches-jason-3-satellite-then-tries-landing-falcon-9-rocket-at-sea%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-113"><span class="mw-cite-backlink"><b><a href="#cite_ref-113">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20160118044922/https://www.instagram.com/p/BAqirNbwEc0/" rel="nofollow">"Falcon lands then tips over"</a>. Elon Musk on Instagram. 17 January 2016. Archived from <a class="external text" href="https://www.instagram.com/p/BAqirNbwEc0/" rel="nofollow">the original</a> on 18 January 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+lands+then+tips+over&rft.pub=Elon+Musk+on+Instagram&rft.date=2016-01-17&rft_id=https%3A%2F%2Fwww.instagram.com%2Fp%2FBAqirNbwEc0%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-wp20160118-114"><span class="mw-cite-backlink"><b><a href="#cite_ref-wp20160118_114-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.seattletimes.com/nation-world/the-latest-us-european-ocean-monitoring-satellite-launches/" rel="nofollow">"Latest: SpaceX: ice buildup may have led rocket to tip over"</a>. <i>The Seattle Times</i>. 18 January 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">3 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+Seattle+Times&rft.atitle=Latest%3A+SpaceX%3A+ice+buildup+may+have+led+rocket+to+tip+over&rft.date=2016-01-18&rft_id=https%3A%2F%2Fwww.seattletimes.com%2Fnation-world%2Fthe-latest-us-european-ocean-monitoring-satellite-launches%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-skyrocket_1.2-115"><span class="mw-cite-backlink">^ <a href="#cite_ref-skyrocket_1.2_115-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-skyrocket_1.2_115-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-skyrocket_1.2_115-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-skyrocket_1.2_115-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-skyrocket_1.2_115-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-skyrocket_1.2_115-5"><sup><i><b>f</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_lau_det/falcon-9_v1-2.htm" rel="nofollow">"Falcon-9 v1.2 (Falcon-9FT)"</a>. <i>space.skyrocket.de</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.skyrocket.de&rft.atitle=Falcon-9+v1.2+%28Falcon-9FT%29&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_lau_det%2Ffalcon-9_v1-2.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spacenews20140410-116"><span class="mw-cite-backlink">^ <a href="#cite_ref-spacenews20140410_116-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spacenews20140410_116-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFde_Selding2014">de Selding, Peter B. (10 April 2014). <a class="external text" href="http://spacenews.com/40165ses-books-spacex-falcon-9-for-hybrid-satellites-debut/" rel="nofollow">"SES Books SpaceX Falcon 9 for Hybrid Satellite's Debut"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">6 January</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SES+Books+SpaceX+Falcon+9+for+Hybrid+Satellite%27s+Debut&rft.pub=SpaceNews&rft.date=2014-04-10&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2F40165ses-books-spacex-falcon-9-for-hybrid-satellites-debut%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf20160208-117"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf20160208_117-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf20160208_117-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBergin2016">Bergin, Chris (8 February 2016). <a class="external text" href="http://www.nasaspaceflight.com/2016/02/spacex-prepares-ses-9-mission-dragons-return/" rel="nofollow">"SpaceX prepares for SES-9 mission and Dragon's return"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">27 February</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+prepares+for+SES-9+mission+and+Dragon%27s+return&rft.date=2016-02-08&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=http%3A%2F%2Fwww.nasaspaceflight.com%2F2016%2F02%2Fspacex-prepares-ses-9-mission-dragons-return%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-bi20160223-118"><span class="mw-cite-backlink"><b><a href="#cite_ref-bi20160223_118-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFOrwig2016">Orwig, Jessica (23 February 2016). <a class="external text" href="http://www.businessinsider.com/how-to-watch-wednesday-spacex-launch-2016-2" rel="nofollow">"SpaceX will attempt a potentially historic rocket landing this week — here's how to watch live"</a>. Business Insider<span class="reference-accessdate">. Retrieved <span class="nowrap">23 February</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+will+attempt+a+potentially+historic+rocket+landing+this+week+%E2%80%94+here%27s+how+to+watch+live&rft.date=2016-02-23&rft.aulast=Orwig&rft.aufirst=Jessica&rft_id=http%3A%2F%2Fwww.businessinsider.com%2Fhow-to-watch-wednesday-spacex-launch-2016-2&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sxPressKit20160223-119"><span class="mw-cite-backlink"><b><a href="#cite_ref-sxPressKit20160223_119-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20190727151524/https://www.spacex.com/sites/spacex/files/spacex_ses9_press_kit_final.pdf" rel="nofollow">"SES-9 Mission Press Kit"</a> <span class="cs1-format">(PDF)</span>. SpaceX. 23 February 2016. Archived from <a class="external text" href="http://www.spacex.com/sites/spacex/files/spacex_ses9_press_kit_final.pdf" rel="nofollow">the original</a> <span class="cs1-format">(PDF)</span> on 27 July 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">24 February</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SES-9+Mission+Press+Kit&rft.pub=SpaceX&rft.date=2016-02-23&rft_id=http%3A%2F%2Fwww.spacex.com%2Fsites%2Fspacex%2Ffiles%2Fspacex_ses9_press_kit_final.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-musk-tweet-20160305-120"><span class="mw-cite-backlink"><b><a href="#cite_ref-musk-tweet-20160305_120-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@elonmusk (5 March 2016). <a class="external text" href="https://twitter.com/elonmusk/status/705917924972736512" rel="nofollow">"Rocket landed hard on the droneship. Didn't expect this one to work (versus hot reentry), but next flight has a good chance"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Rocket+landed+hard+on+the+droneship.+Didn%27t+expect+this+one+to+work+%28versus+hot+reentry%29%2C+but+next+flight+has+a+good+chance.&rft.date=2016-03-05&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F705917924972736512&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sn20160304-121"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20160304_121-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFFoust2016">Foust, Jeff (4 March 2016). <a class="external text" href="http://spacenews.com/spacex-launches-ses-9-satellite/" rel="nofollow">"SpaceX launches SES-9 satellite"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">5 March</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+launches+SES-9+satellite&rft.date=2016-03-04&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-launches-ses-9-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20170330-122"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20170330_122-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20170330_122-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-nsf-20170330_122-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGraham2017">Graham, William (30 March 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/03/spacex-historic-falcon-9-re-flight-ses-10/" rel="nofollow">"SpaceX conducts historic Falcon 9 re-flight with SES-10 – Lands booster again"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">3 May</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+conducts+historic+Falcon+9+re-flight+with+SES-10+%E2%80%93+Lands+booster+again&rft.date=2017-03-30&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F03%2Fspacex-historic-falcon-9-re-flight-ses-10%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-123"><span class="mw-cite-backlink"><b><a href="#cite_ref-123">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.nasa.gov/sites/default/files/atoms/files/spacex_crs-8_mission_overview.pdf" rel="nofollow">"CRS-8 Mission Overview"</a> <span class="cs1-format">(PDF)</span>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=CRS-8+Mission+Overview&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Fatoms%2Ffiles%2Fspacex_crs-8_mission_overview.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-crs-8-webcast-124"><span class="mw-cite-backlink"><b><a href="#cite_ref-crs-8-webcast_124-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.youtube.com/watch?v=7pUAydjne5M" rel="nofollow">"CRS-8 Official Webcast"</a>. SpaceX. 8 April 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span> – via YouTube.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=CRS-8+Official+Webcast&rft.pub=SpaceX&rft.date=2016-04-08&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D7pUAydjne5M&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-125"><span class="mw-cite-backlink"><b><a href="#cite_ref-125">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@SpaceX (8 April 2016). <a class="external text" href="https://twitter.com/SpaceX/status/718542763545899008" rel="nofollow">"1st stage landed on droneship Of Course I Still Love You"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=1st+stage+landed+on+droneship+Of+Course+I+Still+Love+You&rft.date=2016-04-08&rft.au=%40SpaceX&rft_id=https%3A%2F%2Ftwitter.com%2FSpaceX%2Fstatus%2F718542763545899008&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-126"><span class="mw-cite-backlink"><b><a href="#cite_ref-126">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFThomson2015">Thomson, Iain (14 March 2015). <a class="external text" href="https://www.theregister.co.uk/2015/03/14/spacex_inflatable_bigelow_iss/" rel="nofollow">"SpaceX to deliver Bigelow blow-up job to ISS astronauts"</a>. The Register<span class="reference-accessdate">. Retrieved <span class="nowrap">27 April</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+to+deliver+Bigelow+blow-up+job+to+ISS+astronauts&rft.date=2015-03-14&rft.aulast=Thomson&rft.aufirst=Iain&rft_id=https%3A%2F%2Fwww.theregister.co.uk%2F2015%2F03%2F14%2Fspacex_inflatable_bigelow_iss%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-flight23-127"><span class="mw-cite-backlink"><b><a href="#cite_ref-flight23_127-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFDrake2016">Drake, Nadia (8 April 2016). <a class="external text" href="http://phenomena.nationalgeographic.com/2016/04/08/spacex-rocket-makes-spectacular-landing-on-drone-ship/" rel="nofollow">"SpaceX Rocket Makes Spectacular Landing on Drone Ship"</a>. <i>National Geographic</i><span class="reference-accessdate">. Retrieved <span class="nowrap">8 April</span> 2016</span>. <q>To space and back, in less than nine minutes? Hello, future.</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=National+Geographic&rft.atitle=SpaceX+Rocket+Makes+Spectacular+Landing+on+Drone+Ship&rft.date=2016-04-08&rft.aulast=Drake&rft.aufirst=Nadia&rft_id=http%3A%2F%2Fphenomena.nationalgeographic.com%2F2016%2F04%2F08%2Fspacex-rocket-makes-spectacular-landing-on-drone-ship%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-128"><span class="mw-cite-backlink"><b><a href="#cite_ref-128">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2016">Clark, Stephen (11 May 2016). <a class="external text" href="https://spaceflightnow.com/2016/05/11/cargo-carrying-dragon-spaceship-returns-to-earth/" rel="nofollow">"Cargo-carrying Dragon spaceship returns to Earth"</a>. Spaceflight Now.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Cargo-carrying+Dragon+spaceship+returns+to+Earth&rft.pub=Spaceflight+Now&rft.date=2016-05-11&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2016%2F05%2F11%2Fcargo-carrying-dragon-spaceship-returns-to-earth%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf20170325-129"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf20170325_129-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGebhardt2017">Gebhardt, Chris (12 April 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/03/ses-10-static-fire-spacex-first-core-re-flight/" rel="nofollow">"SES-10 F9 static fire – SpaceX for history books and first core stage re-flight"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">13 April</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SES-10+F9+static+fire+%E2%80%93+SpaceX+for+history+books+and+first+core+stage+re-flight&rft.date=2017-04-12&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F03%2Fses-10-static-fire-spacex-first-core-re-flight%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-130"><span class="mw-cite-backlink"><b><a href="#cite_ref-130">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBergin2014">Bergin, Chris (10 January 2014). <a class="external text" href="http://www.nasaspaceflight.com/2014/01/spacex-win-contract-jcsat-14-falcon-9/" rel="nofollow">"SpaceX win contract to loft JCSAT-14 via Falcon 9"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">17 January</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+win+contract+to+loft+JCSAT-14+via+Falcon+9&rft.pub=NASASpaceFlight.com&rft.date=2014-01-10&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=http%3A%2F%2Fwww.nasaspaceflight.com%2F2014%2F01%2Fspacex-win-contract-jcsat-14-falcon-9%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-131"><span class="mw-cite-backlink"><b><a href="#cite_ref-131">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGraham2016">Graham, William (5 May 2016). <a class="external text" href="https://www.nasaspaceflight.com/2016/05/falcon-9-jcsat-14-launch/" rel="nofollow">"Falcon 9 launches with JCSAT-14 – lands another stage"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+launches+with+JCSAT-14+%E2%80%93+lands+another+stage&rft.pub=NASASpaceFlight.com&rft.date=2016-05-05&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2016%2F05%2Ffalcon-9-jcsat-14-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-132"><span class="mw-cite-backlink"><b><a href="#cite_ref-132">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFAmos2016">Amos, Jonathan (6 May 2016). <a class="external text" href="https://www.bbc.co.uk/news/science-environment-36223745" rel="nofollow">"SpaceX records another rocket landing"</a>. <i>BBC News</i><span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=BBC+News&rft.atitle=SpaceX+records+another+rocket+landing&rft.date=2016-05-06&rft.aulast=Amos&rft.aufirst=Jonathan&rft_id=https%3A%2F%2Fwww.bbc.co.uk%2Fnews%2Fscience-environment-36223745&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-133"><span class="mw-cite-backlink"><b><a href="#cite_ref-133">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFDean2016">Dean, James (16 May 2016). <a class="external text" href="http://www.floridatoday.com/story/tech/science/space/spacex/2016/05/16/landed-spacex-rocket-suffered-max-damage/84454230/" rel="nofollow">"SpaceX Falcon 9 first stage booster suffered "max" damage on landing"</a>. <i>Florida Today</i><span class="reference-accessdate">. Retrieved <span class="nowrap">31 March</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Florida+Today&rft.atitle=SpaceX+Falcon+9+first+stage+booster+suffered+%22max%22+damage+on+landing&rft.date=2016-05-16&rft.aulast=Dean&rft.aufirst=James&rft_id=http%3A%2F%2Fwww.floridatoday.com%2Fstory%2Ftech%2Fscience%2Fspace%2Fspacex%2F2016%2F05%2F16%2Flanded-spacex-rocket-suffered-max-damage%2F84454230%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-134"><span class="mw-cite-backlink"><b><a href="#cite_ref-134">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.youtube.com/watch?v=L0bMeDj76ig" rel="nofollow">"JCSAT-14 Hosted Webcast"</a>. SpaceX. 5 May 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span> – via YouTube.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=JCSAT-14+Hosted+Webcast&rft.pub=SpaceX&rft.date=2016-05-05&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DL0bMeDj76ig&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-135"><span class="mw-cite-backlink"><b><a href="#cite_ref-135">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFWall2016">Wall, Mike (27 May 2016). <a class="external text" href="http://www.space.com/33004-spacex-thaicom8-launch-rocket-landing.html" rel="nofollow">"Three in a Row! SpaceX Lands Rocket on Ship at Sea Yet Again"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">27 May</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Three+in+a+Row%21+SpaceX+Lands+Rocket+on+Ship+at+Sea+Yet+Again&rft.date=2016-05-27&rft.aulast=Wall&rft.aufirst=Mike&rft_id=http%3A%2F%2Fwww.space.com%2F33004-spacex-thaicom8-launch-rocket-landing.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20170425-136"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20170425_136-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20170425_136-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-nsf-20170425_136-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-nsf-20170425_136-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-nsf-20170425_136-4"><sup><i><b>e</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBergin2017">Bergin, Chris (25 April 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/04/spacex-static-fire-tests-spy-sat-rocket-falcon-heavy-core/" rel="nofollow">"SpaceX Static Fire spy sat rocket and prepare to test Falcon Heavy core"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">3 May</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Static+Fire+spy+sat+rocket+and+prepare+to+test+Falcon+Heavy+core&rft.date=2017-04-25&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F04%2Fspacex-static-fire-tests-spy-sat-rocket-falcon-heavy-core%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sn20140430-137"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20140430_137-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFde_Selding2014">de Selding, Peter B. (30 April 2014). <a class="external text" href="http://spacenews.com/40420orbital-to-build-spacex-to-launch-thaicom-8/" rel="nofollow">"Orbital To Build, SpaceX To Launch, Thaicom 8"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">1 May</span> 2014</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Orbital+To+Build%2C+SpaceX+To+Launch%2C+Thaicom+8&rft.date=2014-04-30&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2F40420orbital-to-build-spacex-to-launch-thaicom-8%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-138"><span class="mw-cite-backlink"><b><a href="#cite_ref-138">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFTortermvasana2016">Tortermvasana, Komsan (27 February 2016). <a class="external text" href="https://www.bangkokpost.com/archive/thaicom-determined-to-launch-eighth-satellite-despite-probe/878436" rel="nofollow">"Thaicom determined to launch eighth satellite despite probe"</a>. <i>Bangkok Post</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Bangkok+Post&rft.atitle=Thaicom+determined+to+launch+eighth+satellite+despite+probe&rft.date=2016-02-27&rft.aulast=Tortermvasana&rft.aufirst=Komsan&rft_id=https%3A%2F%2Fwww.bangkokpost.com%2Farchive%2Fthaicom-determined-to-launch-eighth-satellite-despite-probe%2F878436&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-139"><span class="mw-cite-backlink"><b><a href="#cite_ref-139">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.satbeams.com/satellites?id=2667" rel="nofollow">"SatBeams - Satellite Details - Thaicom 8"</a>. Satbeams<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SatBeams+-+Satellite+Details+-+Thaicom+8&rft.pub=Satbeams&rft_id=https%3A%2F%2Fwww.satbeams.com%2Fsatellites%3Fid%3D2667&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-140"><span class="mw-cite-backlink"><b><a href="#cite_ref-140">^</a></b></span> <span class="reference-text"><a class="external text" href="https://www.youtube.com/watch?v=4jEz03Z8azc" rel="nofollow">First-stage landing|Onboard camera</a>, Published on May 27, 2016 by SpaceX on YouTube</span>
</li>
<li id="cite_note-141"><span class="mw-cite-backlink"><b><a href="#cite_ref-141">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGraham2016">Graham, William (26 May 2016). <a class="external text" href="https://www.nasaspaceflight.com/2016/05/falcon-9-thaicom-8-launch/" rel="nofollow">"SpaceX Falcon 9 launches Thaicom 8 and nails another ASDS landing"</a>. <i>nasaspaceflight.com</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=SpaceX+Falcon+9+launches+Thaicom+8+and+nails+another+ASDS+landing&rft.date=2016-05-26&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2016%2F05%2Ffalcon-9-thaicom-8-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-142"><span class="mw-cite-backlink"><b><a href="#cite_ref-142">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.satbeams.com/satellites?id=2667" rel="nofollow">"Thaicom 8"</a>. Satbeams<span class="reference-accessdate">. Retrieved <span class="nowrap">22 May</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Thaicom+8&rft.pub=Satbeams&rft_id=https%3A%2F%2Fwww.satbeams.com%2Fsatellites%3Fid%3D2667&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-143"><span class="mw-cite-backlink"><b><a href="#cite_ref-143">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20200323200216/https://www.spacex.com/news/2016/05/27/thaicom-8-mission-photos" rel="nofollow">"THAICOM 8 Mission in Photos"</a>. SpaceX. Archived from <a class="external text" href="https://www.spacex.com/news/2016/05/27/thaicom-8-mission-photos" rel="nofollow">the original</a> on 23 March 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">23 March</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=THAICOM+8+Mission+in+Photos&rft.pub=SpaceX&rft_id=https%3A%2F%2Fwww.spacex.com%2Fnews%2F2016%2F05%2F27%2Fthaicom-8-mission-photos&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-144"><span class="mw-cite-backlink"><b><a href="#cite_ref-144">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.satbeams.com/satellites?id=2621" rel="nofollow">"Satbeams:ABS2A"</a>. Satbeams<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Satbeams%3AABS2A&rft.pub=Satbeams&rft_id=https%3A%2F%2Fwww.satbeams.com%2Fsatellites%3Fid%3D2621&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-145"><span class="mw-cite-backlink"><b><a href="#cite_ref-145">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.satbeams.com/satellites?id=2648" rel="nofollow">"Satbeams:Eutelsat 117 West B"</a>. Satbeams<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Satbeams%3AEutelsat+117+West+B&rft.pub=Satbeams&rft_id=https%3A%2F%2Fwww.satbeams.com%2Fsatellites%3Fid%3D2648&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-146"><span class="mw-cite-backlink"><b><a href="#cite_ref-146">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@elonmusk (15 June 2016). <a class="external text" href="https://twitter.com/elonmusk/status/743097337782763521" rel="nofollow">"Looks like thrust was low on 1 of 3 landing engines. High g landings v sensitive to all engines operating at max"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Looks+like+thrust+was+low+on+1+of+3+landing+engines.+High+g+landings+v+sensitive+to+all+engines+operating+at+max.&rft.date=2016-06-15&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F743097337782763521&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-147"><span class="mw-cite-backlink"><b><a href="#cite_ref-147">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@elonmusk (16 June 2016). <a class="external text" href="https://twitter.com/elonmusk/status/743602894226653184" rel="nofollow">"Looks like early liquid oxygen depletion caused engine shutdown just above the deck"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Looks+like+early+liquid+oxygen+depletion+caused+engine+shutdown+just+above+the+deck&rft.date=2016-06-16&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F743602894226653184&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spn-20160224-148"><span class="mw-cite-backlink">^ <a href="#cite_ref-spn-20160224_148-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spn-20160224_148-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-spn-20160224_148-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-spn-20160224_148-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-spn-20160224_148-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-spn-20160224_148-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-spn-20160224_148-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-spn-20160224_148-7"><sup><i><b>h</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFde_Selding2016">de Selding, Peter B. (24 February 2016). <a class="external text" href="http://spacenews.com/spacex-wins-5-new-space-station-cargo-missions-in-nasa-contract-estimated-at-700-million/" rel="nofollow">"SpaceX wins 5 new space station cargo missions in NASA contract estimated at US$700 million"</a>. SpaceNews. Slide shows yearly breakdown of NASA missions from 2016 to 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">25 February</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+wins+5+new+space+station+cargo+missions+in+NASA+contract+estimated+at+US%24700+million&rft.pages=Slide+shows+yearly+breakdown+of+NASA+missions+from+2016+to+2021.&rft.date=2016-02-24&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-wins-5-new-space-station-cargo-missions-in-nasa-contract-estimated-at-700-million%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-149"><span class="mw-cite-backlink"><b><a href="#cite_ref-149">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.nasa.gov/sites/default/files/atoms/files/spacex_crs-9_mission_overview2.pdf" rel="nofollow">"SpaceX CRS-9 Mission Overview"</a> <span class="cs1-format">(PDF)</span>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+CRS-9+Mission+Overview&rft.pub=NASA&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Fatoms%2Ffiles%2Fspacex_crs-9_mission_overview2.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-150"><span class="mw-cite-backlink"><b><a href="#cite_ref-150">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2016">Clark, Stephen (18 July 2016). <a class="external text" href="http://spaceflightnow.com/2016/07/18/spacex-sends-supplies-to-space-station-lands-another-falcon-rocket/" rel="nofollow">"SpaceX sends supplies to space station lands another falcon rocket"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">20 July</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+sends+supplies+to+space+station+lands+another+falcon+rocket&rft.date=2016-07-18&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2F2016%2F07%2F18%2Fspacex-sends-supplies-to-space-station-lands-another-falcon-rocket%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-151"><span class="mw-cite-backlink"><b><a href="#cite_ref-151">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="http://spaceflight101.com/falcon-9-jcsat-16/falcon-9-rocket-lifts-japanese-communications-satellite-aces-high-energy-ocean-landing/" rel="nofollow">"Falcon 9 Rocket lifts Japanese Communications Satellite, aces high-energy Ocean Landing"</a>. Spaceflight101. 15 August 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+Rocket+lifts+Japanese+Communications+Satellite%2C+aces+high-energy+Ocean+Landing&rft.date=2016-08-15&rft_id=http%3A%2F%2Fspaceflight101.com%2Ffalcon-9-jcsat-16%2Ffalcon-9-rocket-lifts-japanese-communications-satellite-aces-high-energy-ocean-landing%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-153"><span class="mw-cite-backlink"><b><a href="#cite_ref-153">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGodwin2016">Godwin, Curt (1 September 2016). <a class="external text" href="http://www.spaceflightinsider.com/organizations/space-exploration-technologies/spacex-set-launch-amos-6-tropical-storm-hermine-looms/" rel="nofollow">"SpaceX set to launch heaviest payload to date as Tropical Storm Hermine looms"</a>. SpaceFlight Insider<span class="reference-accessdate">. Retrieved <span class="nowrap">31 March</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+set+to+launch+heaviest+payload+to+date+as+Tropical+Storm+Hermine+looms&rft.pub=SpaceFlight+Insider&rft.date=2016-09-01&rft.aulast=Godwin&rft.aufirst=Curt&rft_id=http%3A%2F%2Fwww.spaceflightinsider.com%2Forganizations%2Fspace-exploration-technologies%2Fspacex-set-launch-amos-6-tropical-storm-hermine-looms%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-154"><span class="mw-cite-backlink"><b><a href="#cite_ref-154">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFde_Selding,_Peter_B._[@pbdes]2016">de Selding, Peter B. [@pbdes] (26 January 2016). <a class="external text" href="https://twitter.com/pbdes/status/691860110751240192" rel="nofollow">"Spacecom of Israel: SpaceX confirms our Amos-6 satellite, included our Ku- and Facebook/Eutelsat Ka-band for 4.0° west, to launch in May on Falcon 9"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Spacecom+of+Israel%3A+SpaceX+confirms+our+Amos-6+satellite%2C+included+our+Ku-+and+Facebook%2FEutelsat+Ka-band+for+4.0%C2%B0+west%2C+to+launch+in+May+on+Falcon+9.&rft.date=2016-01-26&rft.au=de+Selding%2C+Peter+B.+%5B%40pbdes%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fpbdes%2Fstatus%2F691860110751240192&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-155"><span class="mw-cite-backlink"><b><a href="#cite_ref-155">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFMalik2016">Malik, Tariq (1 September 2016). <a class="external text" href="http://www.space.com/33929-spacex-falcon-9-rocket-explodes-on-launch-pad.html" rel="nofollow">"SpaceX Falcon 9 Rocket Explodes on Launch Pad in Florida"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">1 September</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Falcon+9+Rocket+Explodes+on+Launch+Pad+in+Florida&rft.date=2016-09-01&rft.aulast=Malik&rft.aufirst=Tariq&rft_id=http%3A%2F%2Fwww.space.com%2F33929-spacex-falcon-9-rocket-explodes-on-launch-pad.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-156"><span class="mw-cite-backlink"><b><a href="#cite_ref-156">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@SpaceX (1 September 2016). <a class="external text" href="https://twitter.com/SpaceX/status/771395212304277504" rel="nofollow">"Update on this morning's anomaly"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Update+on+this+morning%27s+anomaly&rft.date=2016-09-01&rft.au=%40SpaceX&rft_id=https%3A%2F%2Ftwitter.com%2FSpaceX%2Fstatus%2F771395212304277504&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-auto1-157"><span class="mw-cite-backlink">^ <a href="#cite_ref-auto1_157-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-auto1_157-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20200519183949/https://www.spacex.com/news/2016/09/01/anomaly-updates" rel="nofollow">"January 2 Anomaly Updates"</a>. SpaceX. 2 January 2017. Archived from <a class="external text" href="http://www.spacex.com/news/2016/09/01/anomaly-updates" rel="nofollow">the original</a> on 19 May 2020.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=January+2+Anomaly+Updates&rft.pub=SpaceX&rft.date=2017-01-02&rft_id=http%3A%2F%2Fwww.spacex.com%2Fnews%2F2016%2F09%2F01%2Fanomaly-updates&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-158"><span class="mw-cite-backlink"><b><a href="#cite_ref-158">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://space.skyrocket.de/doc_chr/lau2017.htm" rel="nofollow">"Orbital Launches of 2017"</a>. Gunters space page<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Orbital+Launches+of+2017&rft.pub=Gunters+space+page&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_chr%2Flau2017.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-NSF-2017-01-17-159"><span class="mw-cite-backlink"><b><a href="#cite_ref-NSF-2017-01-17_159-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFChris_Bergin2017">Chris Bergin (17 January 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/01/landed-falcon-9-booster-los-angeles/" rel="nofollow">"Landed Falcon 9 booster sails into Los Angeles"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Landed+Falcon+9+booster+sails+into+Los+Angeles&rft.date=2017-01-17&rft.au=Chris+Bergin&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F01%2Flanded-falcon-9-booster-los-angeles%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sdc20100616-160"><span class="mw-cite-backlink">^ <a href="#cite_ref-sdc20100616_160-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sdc20100616_160-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sdc20100616_160-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-sdc20100616_160-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-sdc20100616_160-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-sdc20100616_160-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-sdc20100616_160-6"><sup><i><b>g</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFMoskowitz2010">Moskowitz, Clara (16 June 2010). <a class="external text" href="http://www.space.com/8611-largest-commercial-rocket-launch-deal-signed-spacex.html" rel="nofollow">"Largest Commercial Rocket Launch Deal Ever Signed by SpaceX"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">6 March</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Largest+Commercial+Rocket+Launch+Deal+Ever+Signed+by+SpaceX&rft.date=2010-06-16&rft.aulast=Moskowitz&rft.aufirst=Clara&rft_id=http%3A%2F%2Fwww.space.com%2F8611-largest-commercial-rocket-launch-deal-signed-spacex.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-161"><span class="mw-cite-backlink"><b><a href="#cite_ref-161">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGraham2017">Graham, William (13 January 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/01/spacex-return-to-flight-iridium-next-launch/" rel="nofollow">"SpaceX Returns To Flight with Iridium NEXT launch – and landing"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">4 February</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Returns+To+Flight+with+Iridium+NEXT+launch+%E2%80%93+and+landing&rft.pub=NASASpaceFlight.com&rft.date=2017-01-13&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F01%2Fspacex-return-to-flight-iridium-next-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-162"><span class="mw-cite-backlink"><b><a href="#cite_ref-162">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@SpaceX (14 January 2017). <a class="external text" href="https://twitter.com/SpaceX/status/820330549529047040" rel="nofollow">"First stage has landed on Just Read the Instructions"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=First+stage+has+landed+on+Just+Read+the+Instructions&rft.date=2017-01-14&rft.au=%40SpaceX&rft_id=https%3A%2F%2Ftwitter.com%2FSpaceX%2Fstatus%2F820330549529047040&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-IridiumridesharePR-163"><span class="mw-cite-backlink">^ <a href="#cite_ref-IridiumridesharePR_163-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-IridiumridesharePR_163-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1"><a class="external text" href="https://web.archive.org/web/20170204151829/http://investor.iridium.com/releasedetail.cfm?ReleaseID=1009711" rel="nofollow">"Iridium Adds Eighth Launch with SpaceX for Satellite Rideshare with NASA/GFZ (NASDAQ:IRDM)"</a> (Press release). Iridium. 31 January 2017. Archived from <a class="external text" href="http://investor.iridium.com/releasedetail.cfm?ReleaseID=1009711" rel="nofollow">the original</a> on 4 February 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">4 February</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Iridium+Adds+Eighth+Launch+with+SpaceX+for+Satellite+Rideshare+with+NASA%2FGFZ+%28NASDAQ%3AIRDM%29&rft.pub=Iridium&rft.date=2017-01-31&rft_id=http%3A%2F%2Finvestor.iridium.com%2Freleasedetail.cfm%3FReleaseID%3D1009711&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sfn-164"><span class="mw-cite-backlink"><b><a href="#cite_ref-sfn_164-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2015">Clark, Stephen (10 November 2015). <a class="external text" href="https://web.archive.org/web/20160114123725/http://spaceflightnow.com/2015/11/10/radio-bug-to-keep-new-iridium-satellites-grounded-until-april/" rel="nofollow">"Radio bug to keep new Iridium satellites grounded until April"</a>. Spaceflight Now. Archived from <a class="external text" href="http://spaceflightnow.com/2015/11/10/radio-bug-to-keep-new-iridium-satellites-grounded-until-april/" rel="nofollow">the original</a> on 14 January 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">6 January</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Radio+bug+to+keep+new+Iridium+satellites+grounded+until+April&rft.date=2015-11-10&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2F2015%2F11%2F10%2Fradio-bug-to-keep-new-iridium-satellites-grounded-until-april%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-165"><span class="mw-cite-backlink"><b><a href="#cite_ref-165">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFde_Selding2017">de Selding, Peter B. (2 February 2017). <span class="cs1-lock-subscription" title="Paid subscription required"><a class="external text" href="https://www.spaceintelreport.com/iridium" rel="nofollow">"Iridium"</a></span>. Space Intel Report<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Iridium&rft.pub=Space+Intel+Report&rft.date=2017-02-02&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=https%3A%2F%2Fwww.spaceintelreport.com%2Firidium&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spn-20160225-166"><span class="mw-cite-backlink"><b><a href="#cite_ref-spn-20160225_166-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFde_Selding2016">de Selding, Peter B. (25 February 2016). <a class="external text" href="http://spacenews.com/iridium-frustrated-by-russian-red-tape-to-launch-first-10-iridium-next-satellites-with-spacex-in-july/" rel="nofollow">"Iridium, frustrated by Russian red tape, to launch first 10 Iridium Next satellites with SpaceX in July"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">25 February</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Iridium%2C+frustrated+by+Russian+red+tape%2C+to+launch+first+10+Iridium+Next+satellites+with+SpaceX+in+July&rft.date=2016-02-25&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2Firidium-frustrated-by-russian-red-tape-to-launch-first-10-iridium-next-satellites-with-spacex-in-july%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spn-167"><span class="mw-cite-backlink">^ <a href="#cite_ref-spn_167-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spn_167-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFde_Selding2016">de Selding, Peter B. (15 June 2016). <a class="external text" href="http://spacenews.com/iridiums-spacex-launch-slowed-by-vandenberg-bottleneck/" rel="nofollow">"Iridium's SpaceX launch slowed by Vandenberg bottleneck"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">21 June</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Iridium%27s+SpaceX+launch+slowed+by+Vandenberg+bottleneck&rft.date=2016-06-15&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2Firidiums-spacex-launch-slowed-by-vandenberg-bottleneck%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-168"><span class="mw-cite-backlink"><b><a href="#cite_ref-168">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasa.gov/sites/default/files/atoms/files/spacex_crs-10_mission_overview.pdf" rel="nofollow">"SpaceX CRS-10 mission overview"</a> <span class="cs1-format">(PDF)</span>. <a href="/wiki/NASA" title="NASA">NASA</a><span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+CRS-10+mission+overview&rft.pub=NASA&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Fatoms%2Ffiles%2Fspacex_crs-10_mission_overview.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-:10-169"><span class="mw-cite-backlink">^ <a href="#cite_ref-:10_169-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:10_169-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFPearlman2017">Pearlman, Robert Z. (17 February 2017). <a class="external text" href="https://www.space.com/35736-nasa-greatest-space-launches-from-pad-39a.html" rel="nofollow">"The Milestone Space Missions Launched from NASA's Historic Pad 39A"</a>. <i>Space</i>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">17 May</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Space&rft.atitle=The+Milestone+Space+Missions+Launched+from+NASA%27s+Historic+Pad+39A&rft.date=2017-02-17&rft.aulast=Pearlman&rft.aufirst=Robert+Z.&rft_id=https%3A%2F%2Fwww.space.com%2F35736-nasa-greatest-space-launches-from-pad-39a.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-170"><span class="mw-cite-backlink"><b><a href="#cite_ref-170">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSiceloff2017">Siceloff, Steven (19 February 2017). <a class="external text" href="https://blogs.nasa.gov/spacex/2017/02/19/nasa-cargo-headed-to-space-station-includes-important-experiments-equipment/" rel="nofollow">"NASA Cargo Headed to Space Station Includes Important Experiments, Equipment"</a>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">19 February</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Cargo+Headed+to+Space+Station+Includes+Important+Experiments%2C+Equipment&rft.pub=NASA&rft.date=2017-02-19&rft.aulast=Siceloff&rft.aufirst=Steven&rft_id=https%3A%2F%2Fblogs.nasa.gov%2Fspacex%2F2017%2F02%2F19%2Fnasa-cargo-headed-to-space-station-includes-important-experiments-equipment%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-171"><span class="mw-cite-backlink"><b><a href="#cite_ref-171">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation audio-visual cs1"><a class="external text" href="https://www.flickr.com/photos/spacex/33094073720/in/photostream/" rel="nofollow"><i>EchoStar XXIII Launch</i></a> (the number 30 is visible just above the engines). 16 March 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">1 May</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=EchoStar+XXIII+Launch&rft.date=2017-03-16&rft_id=https%3A%2F%2Fwww.flickr.com%2Fphotos%2Fspacex%2F33094073720%2Fin%2Fphotostream%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-172"><span class="mw-cite-backlink"><b><a href="#cite_ref-172">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2017">Clark, Stephen (16 March 2017). <a class="external text" href="https://spaceflightnow.com/2017/03/16/tv-broadcast-satellite-launched-aboard-falcon-9-rocket/" rel="nofollow">"TV broadcast satellite launched aboard Falcon 9 rocket"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">17 March</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=TV+broadcast+satellite+launched+aboard+Falcon+9+rocket&rft.pub=Spaceflight+Now&rft.date=2017-03-16&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F03%2F16%2Ftv-broadcast-satellite-launched-aboard-falcon-9-rocket%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-expendable-173"><span class="mw-cite-backlink">^ <a href="#cite_ref-expendable_173-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-expendable_173-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-expendable_173-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-expendable_173-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-expendable_173-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-expendable_173-5"><sup><i><b>f</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_lau_det/falcon-9_v1-2_ex.htm" rel="nofollow">"Falcon-9 v1.2(ex) (Falcon-9FT(ex))"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">26 June</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon-9+v1.2%28ex%29+%28Falcon-9FT%28ex%29%29&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_lau_det%2Ffalcon-9_v1-2_ex.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spn-echostar-174"><span class="mw-cite-backlink"><b><a href="#cite_ref-spn-echostar_174-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFde_Selding2016">de Selding, Peter B. (24 November 2016). <a class="external text" href="http://spacenews.com/echostar-expects-jan-8-or-9-spacex-launch-confronts-brazil-and-eu-deadlines/" rel="nofollow">"EchoStar expects January 8 or 9 SpaceX launch, confronts Brazil and EU deadlines"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">24 November</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=EchoStar+expects+January+8+or+9+SpaceX+launch%2C+confronts+Brazil+and+EU+deadlines&rft.date=2016-11-24&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2Fechostar-expects-jan-8-or-9-spacex-launch-confronts-brazil-and-eu-deadlines%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-175"><span class="mw-cite-backlink"><b><a href="#cite_ref-175">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2017">Clark, Stephen (13 March 2017). <a class="external text" href="https://spaceflightnow.com/2017/03/13/photos-falcon-9-booster-minus-landing-legs-and-grid-fins-poised-for-launch/" rel="nofollow">"Falcon 9 booster minus landing legs and grid fins poised for launch"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+booster+minus+landing+legs+and+grid+fins+poised+for+launch&rft.date=2017-03-13&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F03%2F13%2Fphotos-falcon-9-booster-minus-landing-legs-and-grid-fins-poised-for-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-ses-date-sfn-176"><span class="mw-cite-backlink"><b><a href="#cite_ref-ses-date-sfn_176-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2017">Clark, Stephen (17 January 2017). <a class="external text" href="http://spaceflightnow.com/2017/01/17/ses-10-telecom-satellite-in-florida-for-launch-on-reused-spacex-rocket/" rel="nofollow">"SES 10 telecom satellite in Florida for launch on reused SpaceX rocket"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">18 January</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SES+10+telecom+satellite+in+Florida+for+launch+on+reused+SpaceX+rocket&rft.date=2017-01-17&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2F2017%2F01%2F17%2Fses-10-telecom-satellite-in-florida-for-launch-on-reused-spacex-rocket%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-airbusds-pr20140220-177"><span class="mw-cite-backlink"><b><a href="#cite_ref-airbusds-pr20140220_177-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20170116181004/https://airbusdefenceandspace.com/newsroom/news-and-features/airbus-defence-and-space-signs-a-new-satellite-contract-with-ses/" rel="nofollow">"Airbus Defence and Space signs a new satellite contract with SES"</a>. <i>airbusdefenceandspace.com</i>. 20 February 2014. Archived from <a class="external text" href="https://airbusdefenceandspace.com/newsroom/news-and-features/airbus-defence-and-space-signs-a-new-satellite-contract-with-ses/" rel="nofollow">the original</a> on 16 January 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">31 August</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=airbusdefenceandspace.com&rft.atitle=Airbus+Defence+and+Space+signs+a+new+satellite+contract+with+SES&rft.date=2014-02-20&rft_id=https%3A%2F%2Fairbusdefenceandspace.com%2Fnewsroom%2Fnews-and-features%2Fairbus-defence-and-space-signs-a-new-satellite-contract-with-ses%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-thevergeflight32-178"><span class="mw-cite-backlink">^ <a href="#cite_ref-thevergeflight32_178-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-thevergeflight32_178-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGrush2017">Grush, Loren (30 March 2017). <a class="external text" href="https://www.theverge.com/2017/3/30/15117096/spacex-launch-reusable-rocket-success-falcon-9-landing" rel="nofollow">"SpaceX makes aerospace history with successful landing of a used rocket"</a>. The Verge<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+makes+aerospace+history+with+successful+landing+of+a+used+rocket&rft.date=2017-03-30&rft.aulast=Grush&rft.aufirst=Loren&rft_id=https%3A%2F%2Fwww.theverge.com%2F2017%2F3%2F30%2F15117096%2Fspacex-launch-reusable-rocket-success-falcon-9-landing&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-179"><span class="mw-cite-backlink"><b><a href="#cite_ref-179">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFMasunaga2016">Masunaga, Samantha (30 August 2016). <a class="external text" href="https://www.latimes.com/business/la-fi-spacex-rocket-20160829-snap-story.html" rel="nofollow">"SpaceX signs first customer for launch of a reused rocket"</a>. <i>The Los Angeles Times</i><span class="reference-accessdate">. Retrieved <span class="nowrap">30 August</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+Los+Angeles+Times&rft.atitle=SpaceX+signs+first+customer+for+launch+of+a+reused+rocket&rft.date=2016-08-30&rft.aulast=Masunaga&rft.aufirst=Samantha&rft_id=https%3A%2F%2Fwww.latimes.com%2Fbusiness%2Fla-fi-spacex-rocket-20160829-snap-story.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-180"><span class="mw-cite-backlink"><b><a href="#cite_ref-180">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFLopatto2017">Lopatto, Elizabeth (30 March 2017). <a class="external text" href="https://www.theverge.com/2017/3/30/15132314/spacex-launch-fairing-landing-falcon-9-thruster-parachutes" rel="nofollow">"SpaceX even landed the nose cone from its historic used Falcon 9 rocket launch"</a>. The Verge<span class="reference-accessdate">. Retrieved <span class="nowrap">31 March</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+even+landed+the+nose+cone+from+its+historic+used+Falcon+9+rocket+launch&rft.date=2017-03-30&rft.aulast=Lopatto&rft.aufirst=Elizabeth&rft_id=https%3A%2F%2Fwww.theverge.com%2F2017%2F3%2F30%2F15132314%2Fspacex-launch-fairing-landing-falcon-9-thruster-parachutes&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-181"><span class="mw-cite-backlink"><b><a href="#cite_ref-181">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGebhardt2017">Gebhardt, Chris (30 March 2017). <a class="external text" href="http://forum.nasaspaceflight.com/index.php?topic=42544.msg1661124#msg1661124" rel="nofollow">"SES-10 with reuse of CRS-8 Booster SN 1021"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">31 March</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SES-10+with+reuse+of+CRS-8+Booster+SN+1021&rft.pub=NASASpaceFlight.com&rft.date=2017-03-30&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=http%3A%2F%2Fforum.nasaspaceflight.com%2Findex.php%3Ftopic%3D42544.msg1661124%23msg1661124&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nrol-76-182"><span class="mw-cite-backlink"><b><a href="#cite_ref-nrol-76_182-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGruss2016">Gruss, Mike (18 May 2016). <a class="external text" href="http://spacenews.com/nro-discloses-previously-unannounced-launch-contract-for-spacex/" rel="nofollow">"NRO discloses previously unannounced launch contract for SpaceX"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>. <q>SpaceX is under contract to launch NROL-76 in March 2017 from Cape Canaveral [...] for a smaller mission.</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=NRO+discloses+previously+unannounced+launch+contract+for+SpaceX&rft.date=2016-05-18&rft.aulast=Gruss&rft.aufirst=Mike&rft_id=http%3A%2F%2Fspacenews.com%2Fnro-discloses-previously-unannounced-launch-contract-for-spacex%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-183"><span class="mw-cite-backlink"><b><a href="#cite_ref-183">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFKlotz2017">Klotz, Irene (30 April 2017). <a class="external text" href="http://www.space.com/36668-spy-satellite-orbit-spacex-launch-license.html" rel="nofollow">"Secret U.S. Spy Satellite Heading to Low-Earth Orbit, SpaceX Launch License Shows"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">30 April</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Secret+U.S.+Spy+Satellite+Heading+to+Low-Earth+Orbit%2C+SpaceX+Launch+License+Shows&rft.date=2017-04-30&rft.aulast=Klotz&rft.aufirst=Irene&rft_id=http%3A%2F%2Fwww.space.com%2F36668-spy-satellite-orbit-spacex-launch-license.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-184"><span class="mw-cite-backlink"><b><a href="#cite_ref-184">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBerger2017">Berger, Eric (1 May 2017). <a class="external text" href="https://arstechnica.com/science/2017/05/watch-live-spacexs-second-attempt-to-launch-its-first-spy-satellite/" rel="nofollow">"SpaceX successfully launches its first spy satellite"</a>. Ars Technica<span class="reference-accessdate">. Retrieved <span class="nowrap">1 May</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+successfully+launches+its+first+spy+satellite&rft.date=2017-05-01&rft.aulast=Berger&rft.aufirst=Eric&rft_id=https%3A%2F%2Farstechnica.com%2Fscience%2F2017%2F05%2Fwatch-live-spacexs-second-attempt-to-launch-its-first-spy-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-185"><span class="mw-cite-backlink"><b><a href="#cite_ref-185">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFShalal2015">Shalal, Andrea (26 May 2015). <a class="external text" href="https://www.reuters.com/article/us-usa-military-space/u-s-air-force-certifies-spacex-for-national-security-launches-idUSKBN0OB2M020150526" rel="nofollow">"U.S. Air Force certifies SpaceX for national security launches"</a>. <i>Reuters</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Reuters&rft.atitle=U.S.+Air+Force+certifies+SpaceX+for+national+security+launches&rft.date=2015-05-26&rft.aulast=Shalal&rft.aufirst=Andrea&rft_id=https%3A%2F%2Fwww.reuters.com%2Farticle%2Fus-usa-military-space%2Fu-s-air-force-certifies-spacex-for-national-security-launches-idUSKBN0OB2M020150526&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-186"><span class="mw-cite-backlink"><b><a href="#cite_ref-186">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFWhitwam2017">Whitwam, Ryan (1 May 2017). <a class="external text" href="https://www.extremetech.com/extreme/248573-spacex-launches-spy-satellite-streams-full-falcon-9-landing" rel="nofollow">"SpaceX Launches Spy Satellite, Streams Full Falcon 9 Landing"</a>. ExtremeTech<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Launches+Spy+Satellite%2C+Streams+Full+Falcon+9+Landing&rft.pub=ExtremeTech&rft.date=2017-05-01&rft.aulast=Whitwam&rft.aufirst=Ryan&rft_id=https%3A%2F%2Fwww.extremetech.com%2Fextreme%2F248573-spacex-launches-spy-satellite-streams-full-falcon-9-landing&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-187"><span class="mw-cite-backlink"><b><a href="#cite_ref-187">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBergin2017">Bergin, Chris (3 May 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/05/spacex-launch-cadence-new-goals/" rel="nofollow">"SpaceX improving launch cadence, testing new goals"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">5 May</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+improving+launch+cadence%2C+testing+new+goals&rft.date=2017-05-03&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F05%2Fspacex-launch-cadence-new-goals%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spacenews20140702-188"><span class="mw-cite-backlink"><b><a href="#cite_ref-spacenews20140702_188-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFde_Selding2014">de Selding, Peter B. (2 July 2014). <a class="external text" href="http://www.spacenews.com/article/launch-report/41121inmarsat-books-falcon-heavy-for-up-to-three-launches" rel="nofollow">"Inmarsat Books Falcon Heavy for up to Three Launches"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">6 August</span> 2014</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Inmarsat+Books+Falcon+Heavy+for+up+to+Three+Launches&rft.pub=SpaceNews&rft.date=2014-07-02&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fwww.spacenews.com%2Farticle%2Flaunch-report%2F41121inmarsat-books-falcon-heavy-for-up-to-three-launches&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-gunter-inmarsat5-189"><span class="mw-cite-backlink"><b><a href="#cite_ref-gunter-inmarsat5_189-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_sdat/inmarsat-5.htm" rel="nofollow">"Inmarsat-5 F1, 2, 3, 4"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">16 April</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Inmarsat-5+F1%2C+2%2C+3%2C+4&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Finmarsat-5.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sn-190"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn_190-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFde_Selding2016">de Selding, Peter B. (3 November 2016). <a class="external text" href="http://spacenews.com/inmarsat-juggling-two-launches-says-spacex-to-return-to-flight-in-december/" rel="nofollow">"Inmarsat, juggling two launches, says SpaceX to return to flight in December"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Inmarsat%2C+juggling+two+launches%2C+says+SpaceX+to+return+to+flight+in+December&rft.date=2016-11-03&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2Finmarsat-juggling-two-launches-says-spacex-to-return-to-flight-in-december%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-191"><span class="mw-cite-backlink"><b><a href="#cite_ref-191">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.universetoday.com/tag/inmarsat-5-f4/" rel="nofollow">"Digital Society Boosted by Stunning SpaceX Launch Delivering Inmarsat Mobile Broadband Satellite to Orbit"</a>. <i>universetoday.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=universetoday.com&rft.atitle=Digital+Society+Boosted+by+Stunning+SpaceX+Launch+Delivering+Inmarsat+Mobile+Broadband+Satellite+to+Orbit&rft_id=https%3A%2F%2Fwww.universetoday.com%2Ftag%2Finmarsat-5-f4%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-192"><span class="mw-cite-backlink"><b><a href="#cite_ref-192">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark">Clark, Stephen. <a class="external text" href="https://spaceflightnow.com/2017/05/16/fourth-satellite-for-inmarsats-global-broadband-network-launched-by-spacex/" rel="nofollow">"Fourth satellite for Inmarsat's global broadband network launched by SpaceX"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">25 March</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Fourth+satellite+for+Inmarsat%27s+global+broadband+network+launched+by+SpaceX&rft.pub=Spaceflight+Now&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F05%2F16%2Ffourth-satellite-for-inmarsats-global-broadband-network-launched-by-spacex%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20170528-193"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20170528_193-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20170528_193-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGebhardt2017">Gebhardt, Chris (28 May 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/05/spacex-static-fire-crs-11-falcon-9/" rel="nofollow">"SpaceX static fires CRS-11 Falcon 9 Sunday ahead of ISS mission"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">30 May</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+static+fires+CRS-11+Falcon+9+Sunday+ahead+of+ISS+mission&rft.date=2017-05-28&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F05%2Fspacex-static-fire-crs-11-falcon-9%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-194"><span class="mw-cite-backlink"><b><a href="#cite_ref-194">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2017">Clark, Stephen (3 June 2017). <a class="external text" href="https://spaceflightnow.com/2017/06/03/cargo-manifest-for-spacexs-11th-resupply-mission-to-the-space-station/" rel="nofollow">"Cargo manifest for SpaceX's 11th resupply mission to the space station"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Cargo+manifest+for+SpaceX%27s+11th+resupply+mission+to+the+space+station&rft.pub=Spaceflight+Now&rft.date=2017-06-03&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F06%2F03%2Fcargo-manifest-for-spacexs-11th-resupply-mission-to-the-space-station%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nasa-nicer-manifest-195"><span class="mw-cite-backlink"><b><a href="#cite_ref-nasa-nicer-manifest_195-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://heasarc.gsfc.nasa.gov/docs/nicer/" rel="nofollow">"The Neutron star Interior Composition ExploreR Mission"</a>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">26 February</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+Neutron+star+Interior+Composition+ExploreR+Mission&rft.pub=NASA&rft_id=https%3A%2F%2Fheasarc.gsfc.nasa.gov%2Fdocs%2Fnicer%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-196"><span class="mw-cite-backlink"><b><a href="#cite_ref-196">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.nasa.gov/mission_pages/station/research/experiments/1282.html" rel="nofollow">"Multiple User System for Earth Sensing Facility (MUSES)"</a>. NASA. 29 June 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">26 August</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Multiple+User+System+for+Earth+Sensing+Facility+%28MUSES%29&rft.pub=NASA&rft.date=2016-06-29&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fmission_pages%2Fstation%2Fresearch%2Fexperiments%2F1282.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-197"><span class="mw-cite-backlink"><b><a href="#cite_ref-197">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.nasa.gov/mission_pages/station/research/experiments/2139.html" rel="nofollow">"Roll-Out Solar Array"</a>. NASA. 18 August 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">26 August</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Roll-Out+Solar+Array&rft.pub=NASA&rft.date=2016-08-18&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fmission_pages%2Fstation%2Fresearch%2Fexperiments%2F2139.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-workshop-matsew20160517-198"><span class="mw-cite-backlink">^ <a href="#cite_ref-workshop-matsew20160517_198-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-workshop-matsew20160517_198-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-workshop-matsew20160517_198-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation conference cs1" id="CITEREFKenolLove2016">Kenol, Jules; Love, John (17 May 2016). <a class="external text" href="https://web.archive.org/web/20160816035139/http://www.asi.it/sites/default/files/attach/evento/material_science_workshop_italy_version2.pdf" rel="nofollow"><i>Research Capability of ISS for a Wide Spectrum of Science Disciplines, Including Materials Science</i></a> <span class="cs1-format">(PDF)</span>. Materials in the Space Environment Workshop, Italian Space Agency, Rome. NASA. p. 33. Archived from <a class="external text" href="http://www.asi.it/sites/default/files/attach/evento/material_science_workshop_italy_version2.pdf" rel="nofollow">the original</a> <span class="cs1-format">(PDF)</span> on 16 August 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">26 August</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=conference&rft.btitle=Research+Capability+of+ISS+for+a+Wide+Spectrum+of+Science+Disciplines%2C+Including+Materials+Science&rft.pages=33&rft.pub=NASA&rft.date=2016-05-17&rft.aulast=Kenol&rft.aufirst=Jules&rft.au=Love%2C+John&rft_id=http%3A%2F%2Fwww.asi.it%2Fsites%2Fdefault%2Ffiles%2Fattach%2Fevento%2Fmaterial_science_workshop_italy_version2.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-199"><span class="mw-cite-backlink"><b><a href="#cite_ref-199">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGebhardt2017">Gebhardt, Chris (5 June 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/06/spacexs-crs-11-dragon-station-arrival/" rel="nofollow">"SpaceX's CRS-11 Dragon captured by Station for a second time"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">5 June</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX%27s+CRS-11+Dragon+captured+by+Station+for+a+second+time&rft.date=2017-06-05&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F06%2Fspacexs-crs-11-dragon-station-arrival%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-dragon-reuse-200"><span class="mw-cite-backlink"><b><a href="#cite_ref-dragon-reuse_200-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFFoust2016">Foust, Jeff (14 October 2016). <a class="external text" href="http://spacenews.com/spacex-to-reuse-dragon-capsules-on-cargo-missions/" rel="nofollow">"SpaceX to reuse Dragon capsules on cargo missions"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+to+reuse+Dragon+capsules+on+cargo+missions&rft.date=2016-10-14&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-to-reuse-dragon-capsules-on-cargo-missions%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-201"><span class="mw-cite-backlink"><b><a href="#cite_ref-201">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGebhardt2017">Gebhardt, Chris (5 June 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/06/spacexs-crs-11-dragon-station-arrival/" rel="nofollow">"SpaceX's CRS-11 Dragon captured by Station for a second time"</a>. NASASpaceFlight.com.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX%27s+CRS-11+Dragon+captured+by+Station+for+a+second+time&rft.pub=NASASpaceFlight.com&rft.date=2017-06-05&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F06%2Fspacexs-crs-11-dragon-station-arrival%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Amsat-202"><span class="mw-cite-backlink"><b><a href="#cite_ref-Amsat_202-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://amsat-uk.org/2017/07/07/birds-1-cubesats-deployed/" rel="nofollow">"BIRDS-1 constellation of five CubeSats deployed"</a>. AMSAT-UK. 7 July 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">8 July</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=BIRDS-1+constellation+of+five+CubeSats+deployed&rft.pub=AMSAT-UK&rft.date=2017-07-07&rft_id=https%3A%2F%2Famsat-uk.org%2F2017%2F07%2F07%2Fbirds-1-cubesats-deployed%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sfn-20170505-203"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfn-20170505_203-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfn-20170505_203-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sfn-20170505_203-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2017">Clark, Stephen (5 May 2017). <a class="external text" href="https://spaceflightnow.com/2017/05/05/bulgarias-first-communications-satellite-to-ride-spacexs-second-reused-rocket/" rel="nofollow">"Bulgaria's first communications satellite to ride SpaceX's second reused rocket"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">5 May</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Bulgaria%27s+first+communications+satellite+to+ride+SpaceX%27s+second+reused+rocket&rft.date=2017-05-05&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F05%2F05%2Fbulgarias-first-communications-satellite-to-ride-spacexs-second-reused-rocket%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-ssloral20140908-204"><span class="mw-cite-backlink"><b><a href="#cite_ref-ssloral20140908_204-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.sslmda.com/html/pressreleases/pr20140908b.html" rel="nofollow">"SSL Selected To Provide Direct Broadcast Satellite To Bulgaria Satellite"</a>. Space Systems/Loral. 8 September 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">9 September</span> 2014</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SSL+Selected+To+Provide+Direct+Broadcast+Satellite+To+Bulgaria+Satellite&rft.pub=Space+Systems%2FLoral&rft.date=2014-09-08&rft_id=http%3A%2F%2Fwww.sslmda.com%2Fhtml%2Fpressreleases%2Fpr20140908b.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-205"><span class="mw-cite-backlink"><b><a href="#cite_ref-205">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_sdat/bulgariasat-1.htm" rel="nofollow">"BulgariaSat 1"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">5 June</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=BulgariaSat+1&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fbulgariasat-1.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20170624-206"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf-20170624_206-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGraham2017">Graham, William (24 June 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/06/spacex-falcon-9-iridium-next-2-launch/" rel="nofollow">"SpaceX Doubleheader Part 2 – Falcon 9 conducts Iridium NEXT-2 launch"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">3 July</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Doubleheader+Part+2+%E2%80%93+Falcon+9+conducts+Iridium+NEXT-2+launch&rft.date=2017-06-24&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F06%2Fspacex-falcon-9-iridium-next-2-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-207"><span class="mw-cite-backlink"><b><a href="#cite_ref-207">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFFoust2017">Foust, Jeff (25 June 2017). <a class="external text" href="http://spacenews.com/spacex-launches-second-batch-of-iridium-satellites/" rel="nofollow">"SpaceX launches second batch of Iridium satellites"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+second+batch+of+Iridium+satellites&rft.pub=SpaceNews&rft.date=2017-06-25&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-launches-second-batch-of-iridium-satellites%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20170629-208"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf-20170629_208-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBergin2017">Bergin, Chris (29 June 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/06/spacex-returns-boosters-third-static-fire-test/" rel="nofollow">"SpaceX returns two boosters, fires up a third for Static Fire test"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">2 July</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+returns+two+boosters%2C+fires+up+a+third+for+Static+Fire+test&rft.date=2017-06-29&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F06%2Fspacex-returns-boosters-third-static-fire-test%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sfn-20160830-209"><span class="mw-cite-backlink"><b><a href="#cite_ref-sfn-20160830_209-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2016">Clark, Stephen (30 August 2016). <a class="external text" href="http://spaceflightnow.com/2016/08/30/ses-agrees-to-launch-satellite-on-flight-proven-falcon-9-rocket/" rel="nofollow">"SES agrees to launch satellite on "flight-proven" Falcon 9 rocket"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SES+agrees+to+launch+satellite+on+%22flight-proven%22+Falcon+9+rocket&rft.pub=Spaceflight+Now&rft.date=2016-08-30&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2F2016%2F08%2F30%2Fses-agrees-to-launch-satellite-on-flight-proven-falcon-9-rocket%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-210"><span class="mw-cite-backlink"><b><a href="#cite_ref-210">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2017">Clark, Stephen (29 June 2017). <a class="external text" href="https://spaceflightnow.com/2017/06/29/falcon-9-intelsat-35e-launch-preps/" rel="nofollow">"Live coverage: SpaceX's next Falcon 9 rocket set for launch Sunday"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Live+coverage%3A+SpaceX%27s+next+Falcon+9+rocket+set+for+launch+Sunday&rft.pub=Spaceflight+Now&rft.date=2017-06-29&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F06%2F29%2Ffalcon-9-intelsat-35e-launch-preps%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-211"><span class="mw-cite-backlink"><b><a href="#cite_ref-211">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFEvans2017">Evans, Ben (5 July 2017). <a class="external text" href="http://www.americaspace.com/2017/07/05/third-times-a-charm-as-spacex-launches-10th-mission-of-2017-with-intelsat-35e/" rel="nofollow">"Third Time's a Charm as SpaceX Launches 10th Mission of 2017 with Intelsat 35e"</a>. AmericaSpace.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Third+Time%27s+a+Charm+as+SpaceX+Launches+10th+Mission+of+2017+with+Intelsat+35e&rft.pub=AmericaSpace&rft.date=2017-07-05&rft.aulast=Evans&rft.aufirst=Ben&rft_id=http%3A%2F%2Fwww.americaspace.com%2F2017%2F07%2F05%2Fthird-times-a-charm-as-spacex-launches-10th-mission-of-2017-with-intelsat-35e%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-gunter-falcon-ex-212"><span class="mw-cite-backlink"><b><a href="#cite_ref-gunter-falcon-ex_212-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_lau_det/falcon-9_v1-2_ex.htm" rel="nofollow">"Falcon-9 v1.2(ex) (Falcon(ex))"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">16 April</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon-9+v1.2%28ex%29+%28Falcon%28ex%29%29&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_lau_det%2Ffalcon-9_v1-2_ex.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-213"><span class="mw-cite-backlink"><b><a href="#cite_ref-213">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@elonmusk (6 July 2017). <a class="external text" href="https://twitter.com/elonmusk/status/882761133177790464" rel="nofollow">"Thanks @INTELSAT! Really proud of the rocket and SpaceX team today. Minimum apogee requirement was 28,000 km, Falcon 9 achieved 43,000 km"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">7 July</span> 2017</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Thanks+%40INTELSAT%21+Really+proud+of+the+rocket+and+SpaceX+team+today.+Minimum+apogee+requirement+was+28%2C000+km%2C+Falcon+9+achieved+43%2C000+km.&rft.date=2017-07-06&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F882761133177790464&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-214"><span class="mw-cite-backlink"><b><a href="#cite_ref-214">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://space.skyrocket.de/cgi-bin/search.pl" rel="nofollow">"Comparing masses of all Intelsat satellites, Intelsat 35e is the heaviest with 6761 kg"</a>. <i>Gunter's Space Page</i><span class="reference-accessdate">. Retrieved <span class="nowrap">16 August</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Gunter%27s+Space+Page&rft.atitle=Comparing+masses+of+all+Intelsat+satellites%2C+Intelsat+35e+is+the+heaviest+with+6761+kg&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fcgi-bin%2Fsearch.pl&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20170814-215"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20170814_215-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20170814_215-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGraham2017">Graham, William (14 August 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/08/spacex-falcon-9-launch-crs-12-dragon-mission-iss/" rel="nofollow">"SpaceX Falcon 9 launches CRS-12 Dragon mission to the ISS"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">14 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Falcon+9+launches+CRS-12+Dragon+mission+to+the+ISS&rft.date=2017-08-14&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F08%2Fspacex-falcon-9-launch-crs-12-dragon-mission-iss%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20170726-216"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf-20170726_216-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGebhardt2017">Gebhardt, Chris (26 July 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/07/tdrs-priority-crs-12-dragon-launch-dates-realign/" rel="nofollow">"TDRS-M given priority over CRS-12 Dragon as launch dates realign"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">26 July</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=TDRS-M+given+priority+over+CRS-12+Dragon+as+launch+dates+realign&rft.date=2017-07-26&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F07%2Ftdrs-priority-crs-12-dragon-launch-dates-realign%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20170819-217"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf-20170819_217-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGebhardt2017">Gebhardt, Chris (19 August 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/08/spacex-static-fire-formosat-5-falcon-9-asds-landing/" rel="nofollow">"SpaceX static fire Formosat-5 Falcon 9, aims for another ASDS landing"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">20 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+static+fire+Formosat-5+Falcon+9%2C+aims+for+another+ASDS+landing&rft.date=2017-08-19&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F08%2Fspacex-static-fire-formosat-5-falcon-9-asds-landing%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-eoportal-formosat5-218"><span class="mw-cite-backlink"><b><a href="#cite_ref-eoportal-formosat5_218-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://directory.eoportal.org/web/eoportal/satellite-missions/f/formosat-5#launch" rel="nofollow">"FormoSat-5"</a>. European Space Agency<span class="reference-accessdate">. Retrieved <span class="nowrap">16 February</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=FormoSat-5&rft.pub=European+Space+Agency&rft_id=https%3A%2F%2Fdirectory.eoportal.org%2Fweb%2Feoportal%2Fsatellite-missions%2Ff%2Fformosat-5%23launch&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Formosat5_homepage-219"><span class="mw-cite-backlink"><b><a href="#cite_ref-Formosat5_homepage_219-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.nspo.narl.org.tw/en2016/projects/FORMOSAT-5/program-description.html" rel="nofollow">"Formosat 5 program description"</a>. National Space Organization<span class="reference-accessdate">. Retrieved <span class="nowrap">3 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Formosat+5+program+description&rft.pub=National+Space+Organization&rft_id=http%3A%2F%2Fwww.nspo.narl.org.tw%2Fen2016%2Fprojects%2FFORMOSAT-5%2Fprogram-description.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span><sup class="noprint Inline-Template"><span style="white-space: nowrap;">[<i><a href="/wiki/Wikipedia:Link_rot" title="Wikipedia:Link rot"><span title=" Dead link since February 2021">permanent dead link</span></a></i>]</span></sup></span>
</li>
<li id="cite_note-gunter-formosat5-220"><span class="mw-cite-backlink"><b><a href="#cite_ref-gunter-formosat5_220-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_sdat/formosat-5.htm" rel="nofollow">"Formosat-5"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">24 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Formosat-5&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fformosat-5.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-221"><span class="mw-cite-backlink"><b><a href="#cite_ref-221">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://web.archive.org/web/20170303124033/http://www.spaceflight.com/message-spaceflight-president-curt-blake-formasat-5sherpa-launch/" rel="nofollow">"A Message from Spaceflight President Curt Blake on the FormaSat-5/SHERPA launch"</a>. Spaceflight.com. 2 March 2017. Archived from <a class="external text" href="http://www.spaceflight.com/message-spaceflight-president-curt-blake-formasat-5sherpa-launch/" rel="nofollow">the original</a> on 3 March 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">2 March</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=A+Message+from+Spaceflight+President+Curt+Blake+on+the+FormaSat-5%2FSHERPA+launch&rft.date=2017-03-02&rft_id=http%3A%2F%2Fwww.spaceflight.com%2Fmessage-spaceflight-president-curt-blake-formasat-5sherpa-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-222"><span class="mw-cite-backlink"><b><a href="#cite_ref-222">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSeemangal2017">Seemangal, Robin (24 August 2017). <a class="external text" href="https://www.wired.com/story/spacex-will-lose-millions-on-its-taiwanese-satellite-launch/" rel="nofollow">"SpaceX Will Lose Millions on Its Taiwanese Satellite Launch"</a>. <i>Wired</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Wired&rft.atitle=SpaceX+Will+Lose+Millions+on+Its+Taiwanese+Satellite+Launch&rft.date=2017-08-24&rft.aulast=Seemangal&rft.aufirst=Robin&rft_id=https%3A%2F%2Fwww.wired.com%2Fstory%2Fspacex-will-lose-millions-on-its-taiwanese-satellite-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-223"><span class="mw-cite-backlink"><b><a href="#cite_ref-223">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2017">Clark, Stephen (7 September 2017). <a class="external text" href="https://spaceflightnow.com/2017/09/07/spacex-beats-hurricane-with-smooth-launch-of-militarys-x-37b-spaceplane/" rel="nofollow">"SpaceX beats hurricane with smooth launch of military's X-37B spaceplane"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">7 September</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+beats+hurricane+with+smooth+launch+of+military%27s+X-37B+spaceplane&rft.pub=Spaceflight+Now&rft.date=2017-09-07&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F09%2F07%2Fspacex-beats-hurricane-with-smooth-launch-of-militarys-x-37b-spaceplane%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-224"><span class="mw-cite-backlink"><b><a href="#cite_ref-224">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFRichardson2017">Richardson, Derek (6 September 2017). <a class="external text" href="http://www.spaceflightinsider.com/organizations/space-exploration-technologies/x-37b-set-first-launch-atop-spacex-falcon-9/" rel="nofollow">"As Hurricane Irma looms, X-37B poised for first flight atop SpaceX Falcon 9"</a>. Spaceflight Insider<span class="reference-accessdate">. Retrieved <span class="nowrap">7 September</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=As+Hurricane+Irma+looms%2C+X-37B+poised+for+first+flight+atop+SpaceX+Falcon+9&rft.pub=Spaceflight+Insider&rft.date=2017-09-06&rft.aulast=Richardson&rft.aufirst=Derek&rft_id=http%3A%2F%2Fwww.spaceflightinsider.com%2Forganizations%2Fspace-exploration-technologies%2Fx-37b-set-first-launch-atop-spacex-falcon-9%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-cnbc_2017_06_06-225"><span class="mw-cite-backlink"><b><a href="#cite_ref-cnbc_2017_06_06_225-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://web.archive.org/web/20170607023011/https://www.cnbc.com/2017/06/06/spacex-launches-us-air-force-x-37b-space-plane.html" rel="nofollow">"SpaceX wins launch of U.S. Air Force X-37B space plane"</a>. CNBC. 6 June 2017. Archived from <a class="external text" href="https://www.cnbc.com/2017/06/06/spacex-launches-us-air-force-x-37b-space-plane.html" rel="nofollow">the original</a> on 7 June 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">7 June</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+wins+launch+of+U.S.+Air+Force+X-37B+space+plane&rft.date=2017-06-06&rft_id=https%3A%2F%2Fwww.cnbc.com%2F2017%2F06%2F06%2Fspacex-launches-us-air-force-x-37b-space-plane.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20170607-226"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf-20170607_226-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGebhardt2017">Gebhardt, Chris (7 June 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/06/bulgariasat-launch-spacex-secures-x-37b-contract/" rel="nofollow">"Bulgariasat launch realigns; SpaceX secures X-37B launch contract"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">9 July</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Bulgariasat+launch+realigns%3B+SpaceX+secures+X-37B+launch+contract&rft.date=2017-06-07&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F06%2Fbulgariasat-launch-spacex-secures-x-37b-contract%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20170925-227"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20170925_227-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20170925_227-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-nsf-20170925_227-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBergin2017">Bergin, Chris (25 September 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/09/spacex-realign-manifest-double-launch-salvo/" rel="nofollow">"SpaceX realign near-term manifest ahead of double launch salvo"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">3 October</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+realign+near-term+manifest+ahead+of+double+launch+salvo&rft.date=2017-09-25&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F09%2Fspacex-realign-manifest-double-launch-salvo%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-ses11-reuse-228"><span class="mw-cite-backlink">^ <a href="#cite_ref-ses11-reuse_228-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-ses11-reuse_228-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2017">Clark, Stephen (4 August 2017). <a class="external text" href="https://spaceflightnow.com/2017/08/04/ses-agrees-to-launch-another-satellite-on-a-previously-flown-falcon-9-booster/" rel="nofollow">"SES agrees to launch another satellite on previously-flown Falcon 9 booster"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">4 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SES+agrees+to+launch+another+satellite+on+previously-flown+Falcon+9+booster&rft.date=2017-08-04&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F08%2F04%2Fses-agrees-to-launch-another-satellite-on-a-previously-flown-falcon-9-booster%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-229"><span class="mw-cite-backlink"><b><a href="#cite_ref-229">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2017">Clark, Stephen (12 October 2017). <a class="external text" href="https://spaceflightnow.com/2017/10/12/spacex-launches-its-15th-mission-of-the-year/" rel="nofollow">"SpaceX launches its 15th mission of the year"</a>. Spaceflight Now.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+its+15th+mission+of+the+year&rft.pub=Spaceflight+Now&rft.date=2017-10-12&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F10%2F12%2Fspacex-launches-its-15th-mission-of-the-year%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spacenews20140512-230"><span class="mw-cite-backlink"><b><a href="#cite_ref-spacenews20140512_230-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFde_Selding2014">de Selding, Peter B. (12 May 2014). <a class="external text" href="http://spacenews.com/40540kt-sat-picks-thales-alenia-over-orbital-sciences-for-two-satellite/" rel="nofollow">"KT Sat Picks Thales Alenia over Orbital Sciences for Two-satellite Order"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">17 December</span> 2014</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=KT+Sat+Picks+Thales+Alenia+over+Orbital+Sciences+for+Two-satellite+Order&rft.pub=SpaceNews&rft.date=2014-05-12&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2F40540kt-sat-picks-thales-alenia-over-orbital-sciences-for-two-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-koreasat5a-231"><span class="mw-cite-backlink"><b><a href="#cite_ref-koreasat5a_231-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFLeahy2017">Leahy, Bart (25 September 2017). <a class="external text" href="http://www.spaceflightinsider.com/organizations/space-exploration-technologies/spacex-gears-up-busy-autumn/" rel="nofollow">"SpaceX gears up for a busy autumn"</a>. Spaceflight Insider<span class="reference-accessdate">. Retrieved <span class="nowrap">25 September</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+gears+up+for+a+busy+autumn&rft.pub=Spaceflight+Insider&rft.date=2017-09-25&rft.aulast=Leahy&rft.aufirst=Bart&rft_id=http%3A%2F%2Fwww.spaceflightinsider.com%2Forganizations%2Fspace-exploration-technologies%2Fspacex-gears-up-busy-autumn%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-232"><span class="mw-cite-backlink"><b><a href="#cite_ref-232">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2017">Clark, Stephen (30 October 2017). <a class="external text" href="https://spaceflightnow.com/2017/10/30/spacex-launches-and-lands-third-rocket-in-three-weeks/" rel="nofollow">"SpaceX launches — and lands — third rocket in three weeks"</a>. Spaceflight Now.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+%E2%80%94+and+lands+%E2%80%94+third+rocket+in+three+weeks&rft.pub=Spaceflight+Now&rft.date=2017-10-30&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F10%2F30%2Fspacex-launches-and-lands-third-rocket-in-three-weeks%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-233"><span class="mw-cite-backlink"><b><a href="#cite_ref-233">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20180407053732/https://dailyenterpriser.com/spacex-falcon-9-block-5-will-certainly-introduce-brand-new-age-fast-reuse-rockets-1463.html" rel="nofollow">"SpaceX Falcon 9 Block 5 will certainly introduce a brand-new age of fast reuse rockets"</a>. Daily Enterpriser. 25 March 2018. Archived from <a class="external text" href="https://dailyenterpriser.com/spacex-falcon-9-block-5-will-certainly-introduce-brand-new-age-fast-reuse-rockets-1463.html" rel="nofollow">the original</a> on 7 April 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">7 April</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+9+Block+5+will+certainly+introduce+a+brand-new+age+of+fast+reuse+rockets&rft.pub=Daily+Enterpriser&rft.date=2018-03-25&rft_id=https%3A%2F%2Fdailyenterpriser.com%2Fspacex-falcon-9-block-5-will-certainly-introduce-brand-new-age-fast-reuse-rockets-1463.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-234"><span class="mw-cite-backlink"><b><a href="#cite_ref-234">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2017">Clark, Stephen (15 December 2017). <a class="external text" href="https://spaceflightnow.com/2017/12/15/spacexs-50th-falcon-rocket-launch-kicks-off-station-resupply-mission/" rel="nofollow">"SpaceX's 50th Falcon rocket launch kicks off station resupply mission"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">16 December</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX%27s+50th+Falcon+rocket+launch+kicks+off+station+resupply+mission&rft.pub=Spaceflight+Now&rft.date=2017-12-15&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F12%2F15%2Fspacexs-50th-falcon-rocket-launch-kicks-off-station-resupply-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20171111-235"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20171111_235-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20171111_235-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-nsf-20171111_235-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGebhardt2017">Gebhardt, Chris (11 November 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/11/spacex-static-fire-zuma-falcon-9-engine-no-issue-manifest/" rel="nofollow">"SpaceX static fires Zuma Falcon 9; engine test anomaly no issue for manifest"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">12 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+static+fires+Zuma+Falcon+9%3B+engine+test+anomaly+no+issue+for+manifest&rft.pub=NASASpaceFlight.com&rft.date=2017-11-11&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F11%2Fspacex-static-fire-zuma-falcon-9-engine-no-issue-manifest%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-236"><span class="mw-cite-backlink"><b><a href="#cite_ref-236">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGrush2017">Grush, Loren (15 December 2017). <a class="external text" href="https://www.theverge.com/2017/12/15/16759416/spacex-nasa-used-falcon-9-rocket-launch-live-stream" rel="nofollow">"SpaceX launches and lands its first used rocket for NASA"</a>. The Verge<span class="reference-accessdate">. Retrieved <span class="nowrap">15 December</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+and+lands+its+first+used+rocket+for+NASA&rft.pub=The+Verge&rft.date=2017-12-15&rft.aulast=Grush&rft.aufirst=Loren&rft_id=https%3A%2F%2Fwww.theverge.com%2F2017%2F12%2F15%2F16759416%2Fspacex-nasa-used-falcon-9-rocket-launch-live-stream&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sfn_iridium4-237"><span class="mw-cite-backlink"><b><a href="#cite_ref-sfn_iridium4_237-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2017">Clark, Stephen (22 December 2017). <a class="external text" href="https://spaceflightnow.com/2017/12/22/falcon-9-iridium-next-4-mission-status-center/" rel="nofollow">"SpaceX's Falcon 9 rocket makes its final launch of the year"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">22 December</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX%27s+Falcon+9+rocket+makes+its+final+launch+of+the+year&rft.pub=Spaceflight+Now&rft.date=2017-12-22&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F12%2F22%2Ffalcon-9-iridium-next-4-mission-status-center%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Iridium_NEXT-4_SN-238"><span class="mw-cite-backlink">^ <a href="#cite_ref-Iridium_NEXT-4_SN_238-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Iridium_NEXT-4_SN_238-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFHenry2017">Henry, Caleb (22 December 2017). <a class="external text" href="https://spacenews.com/spacex-concludes-2017-with-fourth-iridium-next-launch/" rel="nofollow">"SpaceX concludes 2017 with fourth Iridium Next launch - SpaceNews.com"</a>. <i>spacenews.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spacenews.com&rft.atitle=SpaceX+concludes+2017+with+fourth+Iridium+Next+launch+-+SpaceNews.com&rft.date=2017-12-22&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-concludes-2017-with-fourth-iridium-next-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-239"><span class="mw-cite-backlink"><b><a href="#cite_ref-239">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2017">Clark, Stephen (23 December 2017). <a class="external text" href="https://spaceflightnow.com/2017/12/23/spacex-launch-dazzles-delivering-10-more-satellites-for-iridium/" rel="nofollow">"SpaceX launch dazzles, delivering 10 more satellites for Iridium"</a>. Spaceflight Now.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launch+dazzles%2C+delivering+10+more+satellites+for+Iridium&rft.pub=Spaceflight+Now&rft.date=2017-12-23&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F12%2F23%2Fspacex-launch-dazzles-delivering-10-more-satellites-for-iridium%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf_iridium-240"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf_iridium_240-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGebhardt2017">Gebhardt, Chris (19 October 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/10/iridium-4-flight-proven-falcon-9-rtls-vandenberg-delayed/" rel="nofollow">"Iridium-4 switches to flight-proven Falcon 9, RTLS at Vandenberg delayed"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">19 October</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Iridium-4+switches+to+flight-proven+Falcon+9%2C+RTLS+at+Vandenberg+delayed&rft.date=2017-10-19&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F10%2Firidium-4-flight-proven-falcon-9-rtls-vandenberg-delayed%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-241"><span class="mw-cite-backlink"><b><a href="#cite_ref-241">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFWall2017">Wall, Mike (22 December 2017). <a class="external text" href="https://www.space.com/39184-spacex-used-rocket-satellite-launch-landing.html" rel="nofollow">"Used SpaceX Rocket Launches 10 Communications Satellites Once Again"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">23 December</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Used+SpaceX+Rocket+Launches+10+Communications+Satellites+Once+Again&rft.date=2017-12-22&rft.aulast=Wall&rft.aufirst=Mike&rft_id=https%3A%2F%2Fwww.space.com%2F39184-spacex-used-rocket-satellite-launch-landing.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-242"><span class="mw-cite-backlink"><b><a href="#cite_ref-242">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFMalik2017">Malik, Tariq (23 December 2017). <a class="external text" href="https://www.space.com/39197-spacex-spectacular-rocket-launch-views.html" rel="nofollow">"SpaceX's Jaw-Dropping Rocket Launch Wows Spectators Across Southern California"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">23 December</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX%27s+Jaw-Dropping+Rocket+Launch+Wows+Spectators+Across+Southern+California&rft.date=2017-12-23&rft.aulast=Malik&rft.aufirst=Tariq&rft_id=https%3A%2F%2Fwww.space.com%2F39197-spacex-spectacular-rocket-launch-views.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-243"><span class="mw-cite-backlink"><b><a href="#cite_ref-243">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="http://spacenews.com/spacex-aims-to-follow-a-banner-year-with-an-even-faster-2018-launch-cadence/" rel="nofollow">"SpaceX aims to follow a banner year with an even faster 2018 launch cadence"</a>. SpaceNews. 21 November 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">22 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+aims+to+follow+a+banner+year+with+an+even+faster+2018+launch+cadence&rft.date=2017-11-21&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-aims-to-follow-a-banner-year-with-an-even-faster-2018-launch-cadence%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-244"><span class="mw-cite-backlink"><b><a href="#cite_ref-244">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://space.skyrocket.de/doc_chr/lau2018.htm" rel="nofollow">"Orbital Launches of 2018"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Orbital+Launches+of+2018&rft.pub=Gunter%27s+Space+Page&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_chr%2Flau2018.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-245"><span class="mw-cite-backlink"><b><a href="#cite_ref-245">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFWall2018">Wall, Mike (7 January 2018). <a class="external text" href="https://www.space.com/38826-spacex-launches-secret-zuma-mission-lands-rocket.html" rel="nofollow">"SpaceX Launches Secret Zuma Mission for U.S. Government, Lands Rocket"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">24 April</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Launches+Secret+Zuma+Mission+for+U.S.+Government%2C+Lands+Rocket&rft.pub=Space.com&rft.date=2018-01-07&rft.aulast=Wall&rft.aufirst=Mike&rft_id=https%3A%2F%2Fwww.space.com%2F38826-spacex-launches-secret-zuma-mission-lands-rocket.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-zuma-246"><span class="mw-cite-backlink">^ <a href="#cite_ref-zuma_246-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-zuma_246-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-zuma_246-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGebhardt2017">Gebhardt, Chris (16 October 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/10/spacex-zuma-iridium-4-aims-vandenberg-landing/?1" rel="nofollow">"SpaceX adds mystery "Zuma" mission, Iridium-4 aims for Vandenberg landing"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">17 October</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+adds+mystery+%22Zuma%22+mission%2C+Iridium-4+aims+for+Vandenberg+landing&rft.date=2017-10-16&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F10%2Fspacex-zuma-iridium-4-aims-vandenberg-landing%2F%3F1&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-247"><span class="mw-cite-backlink"><b><a href="#cite_ref-247">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2017">Clark, Stephen (15 October 2017). <a class="external text" href="https://spaceflightnow.com/2017/10/14/regulatory-filings-suggest-spacex-plans-november-launch-with-mystery-payload/" rel="nofollow">"Regulatory filings suggest SpaceX plans November launch with mystery payload"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">15 October</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Regulatory+filings+suggest+SpaceX+plans+November+launch+with+mystery+payload&rft.date=2017-10-15&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F10%2F14%2Fregulatory-filings-suggest-spacex-plans-november-launch-with-mystery-payload%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-248"><span class="mw-cite-backlink"><b><a href="#cite_ref-248">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSpaceX2017">SpaceX (29 September 2017). <a class="external text" href="https://apps.fcc.gov/oetcf/els/reports/STA_Print.cfm?mode=current&application_seq=80568" rel="nofollow">"Federal Communications Commission – Application for Special Temporary Authority"</a>. FCC<span class="reference-accessdate">. Retrieved <span class="nowrap">14 October</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Federal+Communications+Commission+%E2%80%93+Application+for+Special+Temporary+Authority&rft.pub=FCC&rft.date=2017-09-29&rft.au=SpaceX&rft_id=https%3A%2F%2Fapps.fcc.gov%2Foetcf%2Fels%2Freports%2FSTA_Print.cfm%3Fmode%3Dcurrent%26application_seq%3D80568&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-250"><span class="mw-cite-backlink"><b><a href="#cite_ref-250">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFShotwell2018"><a href="/wiki/Gwynne_Shotwell" title="Gwynne Shotwell">Shotwell, Gwynne</a> (9 January 2018). <a class="external text" href="http://spaceref.com/news/viewpr.html?pid=52053" rel="nofollow">"Statement From Gwynne Shotwell, President and COO of SpaceX on Zuma Launch"</a>. SpaceRef.com<span class="reference-accessdate">. Retrieved <span class="nowrap">23 January</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Statement+From+Gwynne+Shotwell%2C+President+and+COO+of+SpaceX+on+Zuma+Launch&rft.pub=SpaceRef.com&rft.date=2018-01-09&rft.aulast=Shotwell&rft.aufirst=Gwynne&rft_id=http%3A%2F%2Fspaceref.com%2Fnews%2Fviewpr.html%3Fpid%3D52053&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-zuma-presskit2-251"><span class="mw-cite-backlink">^ <a href="#cite_ref-zuma-presskit2_251-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-zuma-presskit2_251-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20180107233013/https://www.spacex.com/sites/spacex/files/zumapresskit_2018.pdf" rel="nofollow">"Zuma Mission press kit"</a> <span class="cs1-format">(PDF)</span>. SpaceX. Archived from <a class="external text" href="http://www.spacex.com/sites/spacex/files/zumapresskit_2018.pdf" rel="nofollow">the original</a> <span class="cs1-format">(PDF)</span> on 7 January 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">7 January</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Zuma+Mission+press+kit&rft.pub=SpaceX&rft_id=http%3A%2F%2Fwww.spacex.com%2Fsites%2Fspacex%2Ffiles%2Fzumapresskit_2018.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-ZumaVerge2-252"><span class="mw-cite-backlink">^ <a href="#cite_ref-ZumaVerge2_252-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-ZumaVerge2_252-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-ZumaVerge2_252-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-ZumaVerge2_252-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-ZumaVerge2_252-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-ZumaVerge2_252-5"><sup><i><b>f</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGrush2018">Grush, Loren (9 January 2018). <a class="external text" href="https://www.theverge.com/2018/1/9/16866806/spacex-zuma-mission-failure-northrop-grumman-classified-falcon-9-rocket" rel="nofollow">"Did SpaceX's secret Zuma mission actually fail?"</a>. The Verge<span class="reference-accessdate">. Retrieved <span class="nowrap">10 January</span> 2018</span>. <q>Rumors started circulating on Monday that the satellite malfunctioned when it reached orbit, and both the <i>Wall Street Journal</i> and <i>Bloomberg</i> have reported that Zuma actually fell back to Earth and burned up in the planet’s atmosphere. [...] SpaceX said that the Falcon 9 rocket, which carried Zuma to orbit, performed as it was supposed to. [...] "For clarity: after review of all data to date, Falcon 9 did everything correctly on Sunday night", [Gwynne Shotwell] said. "If we or others find otherwise based on further review, we will report it immediately. Information published that is contrary to this statement is categorically false". She added that the company cannot comment further due to the classified nature of the mission. [...] Of course, Northrop Grumman won't comment on the launch.</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Did+SpaceX%27s+secret+Zuma+mission+actually+fail%3F&rft.date=2018-01-09&rft.aulast=Grush&rft.aufirst=Loren&rft_id=https%3A%2F%2Fwww.theverge.com%2F2018%2F1%2F9%2F16866806%2Fspacex-zuma-mission-failure-northrop-grumman-classified-falcon-9-rocket&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-253"><span class="mw-cite-backlink"><b><a href="#cite_ref-253">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2018">Clark, Stephen (30 January 2018). <a class="external text" href="https://spaceflightnow.com/2018/01/30/falcon-9-govsat-1-mission-status-center/" rel="nofollow">"SpaceX scrubs Falcon 9 launch attempt"</a>. SpaceFlight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">31 January</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+scrubs+Falcon+9+launch+attempt&rft.date=2018-01-30&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F01%2F30%2Ffalcon-9-govsat-1-mission-status-center%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sfn-20180111-254"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfn-20180111_254-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfn-20180111_254-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2018">Clark, Stephen (11 January 2018). <a class="external text" href="https://spaceflightnow.com/2018/01/11/after-zuma-spacex-keeps-pace-in-preps-for-next-falcon-9-launch/" rel="nofollow">"After Zuma, SpaceX keeps pace in preps for next Falcon 9 launch"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=After+Zuma%2C+SpaceX+keeps+pace+in+preps+for+next+Falcon+9+launch&rft.date=2018-01-11&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F01%2F11%2Fafter-zuma-spacex-keeps-pace-in-preps-for-next-falcon-9-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-ses20150225-255"><span class="mw-cite-backlink"><b><a href="#cite_ref-ses20150225_255-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1" id="CITEREFPayer2015">Payer, Marcus (25 February 2015). <a class="external text" href="https://www.ses.com/press-release/ses-announces-two-launch-agreements-spacex" rel="nofollow">"SES announces two launch agreements with SpaceX"</a> (Press release). SES (SES S.A.)<span class="reference-accessdate">. Retrieved <span class="nowrap">26 December</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SES+announces+two+launch+agreements+with+SpaceX&rft.pub=SES+%28SES+S.A.%29&rft.date=2015-02-25&rft.aulast=Payer&rft.aufirst=Marcus&rft_id=https%3A%2F%2Fwww.ses.com%2Fpress-release%2Fses-announces-two-launch-agreements-spacex&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-256"><span class="mw-cite-backlink"><b><a href="#cite_ref-256">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_sdat/ses-16.htm" rel="nofollow">"GovSat-1 (SES-16)"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">6 October</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=GovSat-1+%28SES-16%29&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fses-16.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Govsat_SN-257"><span class="mw-cite-backlink">^ <a href="#cite_ref-Govsat_SN_257-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Govsat_SN_257-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFHenry2018">Henry, Caleb (31 January 2018). <a class="external text" href="https://spacenews.com/spacex-launches-govsat-1-with-previously-flown-falcon-9-booster/" rel="nofollow">"SpaceX launches GovSat-1 with previously flown Falcon 9 booster"</a>. <i>spacenews.com</i>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spacenews.com&rft.atitle=SpaceX+launches+GovSat-1+with+previously+flown+Falcon+9+booster&rft.date=2018-01-31&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-launches-govsat-1-with-previously-flown-falcon-9-booster%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-258"><span class="mw-cite-backlink"><b><a href="#cite_ref-258">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSaggio2019">Saggio, Jessica (5 September 2019). <a class="external text" href="https://www.usatoday.com/story/tech/nation-now/2018/02/05/gently-used-spacex-rocket-sale-craigslist-did-elon-musk-post-there/309293002/" rel="nofollow">"A "gently used" SpaceX rocket is for sale on Craigslist. Did Elon Musk post it there?"</a>. <i>USA Today</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 July</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=USA+Today&rft.atitle=A+%22gently+used%22+SpaceX+rocket+is+for+sale+on+Craigslist.+Did+Elon+Musk+post+it+there%3F&rft.date=2019-09-05&rft.aulast=Saggio&rft.aufirst=Jessica&rft_id=https%3A%2F%2Fwww.usatoday.com%2Fstory%2Ftech%2Fnation-now%2F2018%2F02%2F05%2Fgently-used-spacex-rocket-sale-craigslist-did-elon-musk-post-there%2F309293002%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-259"><span class="mw-cite-backlink"><b><a href="#cite_ref-259">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@EmreKelly (9 February 2018). <a class="external text" href="https://twitter.com/EmreKelly/status/962089727871643649" rel="nofollow">"Full SpaceX statement on #GovSat1: "While the Falcon 9 first stage for the GovSat-1 mission was expendable, it initially survived splashdown in the Atlantic Ocean. However, the stage broke apart before we could complete an unplanned recovery effort for this mission<span class="cs1-kern-right">"</span>"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Full+SpaceX+statement+on+%23GovSat1%3A+%22While+the+Falcon+9+first+stage+for+the+GovSat-1+mission+was+expendable%2C+it+initially+survived+splashdown+in+the+Atlantic+Ocean.+However%2C+the+stage+broke+apart+before+we+could+complete+an+unplanned+recovery+effort+for+this+mission%22.&rft.date=2018-02-09&rft.au=%40EmreKelly&rft_id=https%3A%2F%2Ftwitter.com%2FEmreKelly%2Fstatus%2F962089727871643649&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-260"><span class="mw-cite-backlink"><b><a href="#cite_ref-260">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://forum.nasaspaceflight.com/index.php?topic=36807.220" rel="nofollow">"SpaceX Falcon 9: GovSat-1 (SES-16): 31 January 2018 - Discussion"</a>. <i>nasaspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 March</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=SpaceX+Falcon+9%3A+GovSat-1+%28SES-16%29%3A+31+January+2018+-+Discussion&rft_id=https%3A%2F%2Fforum.nasaspaceflight.com%2Findex.php%3Ftopic%3D36807.220&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-261"><span class="mw-cite-backlink"><b><a href="#cite_ref-261">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://spaceflight101.com/spacex-falcon-9-launches-govsat-1/" rel="nofollow">"Luxembourg's GovSat-1 in Orbit after Flawless Boost by Flight-Proven SpaceX Falcon 9"</a>. <i>spaceflight101.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 March</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spaceflight101.com&rft.atitle=Luxembourg%27s+GovSat-1+in+Orbit+after+Flawless+Boost+by+Flight-Proven+SpaceX+Falcon+9&rft_id=http%3A%2F%2Fspaceflight101.com%2Fspacex-falcon-9-launches-govsat-1%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-262"><span class="mw-cite-backlink"><b><a href="#cite_ref-262">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@elonmusk (6 February 2018). <a class="external text" href="https://twitter.com/elonmusk/status/960949244982018049" rel="nofollow">"Launch auto-sequence initiated (aka the holy mouse-click) for 03:45 liftoff #FalconHeavy"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Launch+auto-sequence+initiated+%28aka+the+holy+mouse-click%29+for+03%3A45+liftoff+%23FalconHeavy&rft.date=2018-02-06&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F960949244982018049&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-263"><span class="mw-cite-backlink"><b><a href="#cite_ref-263">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBerger2017">Berger, Eric (4 December 2017). <a class="external text" href="https://arstechnica.com/science/2017/12/with-bowie-playing-on-the-radio-elon-musk-plans-to-launch-his-tesla-to-mars/" rel="nofollow">"SpaceX will attempt to launch a red Tesla to the red planet Mars"</a>. Ars Technica<span class="reference-accessdate">. Retrieved <span class="nowrap">4 December</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+will+attempt+to+launch+a+red+Tesla+to+the+red+planet+Mars&rft.date=2017-12-04&rft.aulast=Berger&rft.aufirst=Eric&rft_id=https%3A%2F%2Farstechnica.com%2Fscience%2F2017%2F12%2Fwith-bowie-playing-on-the-radio-elon-musk-plans-to-launch-his-tesla-to-mars%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-264"><span class="mw-cite-backlink"><b><a href="#cite_ref-264">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFFoust2018">Foust, Jeff (5 February 2018). <a class="external text" href="http://spacenews.com/spacex-set-for-falcon-heavy-debut/" rel="nofollow">"SpaceX set for Falcon Heavy debut"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">6 October</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+set+for+Falcon+Heavy+debut&rft.pub=SpaceNews&rft.date=2018-02-05&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-set-for-falcon-heavy-debut%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-teslaorbit-265"><span class="mw-cite-backlink">^ <a href="#cite_ref-teslaorbit_265-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-teslaorbit_265-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://ssd.jpl.nasa.gov/horizons_batch.cgi?batch=1&COMMAND=-143205" rel="nofollow">"Tesla Roadster (AKA: Starman, 2018-017A)"</a>. <i>ssd.jpl.nasa.gov</i>. NASA. 1 March 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">15 March</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=ssd.jpl.nasa.gov&rft.atitle=Tesla+Roadster+%28AKA%3A+Starman%2C+2018-017A%29&rft.date=2018-03-01&rft_id=https%3A%2F%2Fssd.jpl.nasa.gov%2Fhorizons_batch.cgi%3Fbatch%3D1%26COMMAND%3D-143205&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-NYT_Heavy-266"><span class="mw-cite-backlink">^ <a href="#cite_ref-NYT_Heavy_266-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-NYT_Heavy_266-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-NYT_Heavy_266-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFChang2018">Chang, Kenneth (6 February 2018). <a class="external text" href="https://www.nytimes.com/2018/02/06/science/falcon-heavy-spacex-launch.html" rel="nofollow">"Falcon Heavy, SpaceX's Big New Rocket, Succeeds in Its First Test Launch"</a>. <i>The New York Times</i><span class="reference-accessdate">. Retrieved <span class="nowrap">6 February</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+New+York+Times&rft.atitle=Falcon+Heavy%2C+SpaceX%27s+Big+New+Rocket%2C+Succeeds+in+Its+First+Test+Launch&rft.date=2018-02-06&rft.aulast=Chang&rft.aufirst=Kenneth&rft_id=https%3A%2F%2Fwww.nytimes.com%2F2018%2F02%2F06%2Fscience%2Ffalcon-heavy-spacex-launch.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-267"><span class="mw-cite-backlink"><b><a href="#cite_ref-267">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGebhardt2017">Gebhardt, Chris (12 April 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/04/falcon-heavy-build-up-slc-40-pad-rebuild-progressing/" rel="nofollow">"Falcon Heavy build up begins; SLC-40 pad rebuild progressing well"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">17 April</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+Heavy+build+up+begins%3B+SLC-40+pad+rebuild+progressing+well&rft.date=2017-04-12&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F04%2Ffalcon-heavy-build-up-slc-40-pad-rebuild-progressing%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-268"><span class="mw-cite-backlink"><b><a href="#cite_ref-268">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.theverge.com/2018/1/24/16841580/spacex-falcon-heavy-rocket-static-fire-first-launch" rel="nofollow">"SpaceX performs crucial test fire of Falcon Heavy, potentially paving way for launch"</a>. The Verge. 24 January 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">4 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+performs+crucial+test+fire+of+Falcon+Heavy%2C+potentially+paving+way+for+launch&rft.pub=The+Verge&rft.date=2018-01-24&rft_id=https%3A%2F%2Fwww.theverge.com%2F2018%2F1%2F24%2F16841580%2Fspacex-falcon-heavy-rocket-static-fire-first-launch&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-269"><span class="mw-cite-backlink"><b><a href="#cite_ref-269">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="http://spaceflight101.com/falcon-heavy-launches-on-inaugural-flight/" rel="nofollow">"Successful Falcon Heavy Test Flight: "Starman" Reaches Orbit, 2/3 Rocket Cores Recovered"</a>. Spaceflight101. 7 February 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">7 February</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Successful+Falcon+Heavy+Test+Flight%3A+%22Starman%22+Reaches+Orbit%2C+2%2F3+Rocket+Cores+Recovered&rft.date=2018-02-07&rft_id=http%3A%2F%2Fspaceflight101.com%2Ffalcon-heavy-launches-on-inaugural-flight%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-middle-booster-270"><span class="mw-cite-backlink">^ <a href="#cite_ref-middle-booster_270-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-middle-booster_270-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGrush2018">Grush, Loren (6 February 2018). <a class="external text" href="https://www.theverge.com/2018/2/6/16980954/spacex-falcon-heavy-rocket-middle-core-failed-landing" rel="nofollow">"The middle booster of SpaceX's Falcon Heavy rocket failed to land on its drone ship"</a>. The Verge<span class="reference-accessdate">. Retrieved <span class="nowrap">6 February</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=The+middle+booster+of+SpaceX%27s+Falcon+Heavy+rocket+failed+to+land+on+its+drone+ship&rft.date=2018-02-06&rft.aulast=Grush&rft.aufirst=Loren&rft_id=https%3A%2F%2Fwww.theverge.com%2F2018%2F2%2F6%2F16980954%2Fspacex-falcon-heavy-rocket-middle-core-failed-landing&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-271"><span class="mw-cite-backlink"><b><a href="#cite_ref-271">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFMusk,_Elon_[@elonmusk]2018">Musk, Elon [@elonmusk] (6 February 2018). <a class="external text" href="https://twitter.com/elonmusk/status/960988527159795712" rel="nofollow">"Upper stage restart nominal, apogee raised to 7000 km. Will spend 5 hours getting zapped in Van Allen belts and then attempt final burn for Mars"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">6 February</span> 2018</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Upper+stage+restart+nominal%2C+apogee+raised+to+7000+km.+Will+spend+5+hours+getting+zapped+in+Van+Allen+belts+and+then+attempt+final+burn+for+Mars.&rft.date=2018-02-06&rft.au=Musk%2C+Elon+%5B%40elonmusk%5D&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F960988527159795712&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-272"><span class="mw-cite-backlink"><b><a href="#cite_ref-272">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@elonmusk (6 February 2018). <a class="external text" href="https://twitter.com/elonmusk/status/961083704230674438" rel="nofollow">"Third burn successful. Exceeded Mars orbit and kept going to the Asteroid Belt"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Third+burn+successful.+Exceeded+Mars+orbit+and+kept+going+to+the+Asteroid+Belt.&rft.date=2018-02-06&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F961083704230674438&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-horizons-273"><span class="mw-cite-backlink"><b><a href="#cite_ref-horizons_273-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://ssd.jpl.nasa.gov/horizons.cgi#results" rel="nofollow">"SpaceX Roadster (spacecraft) (Tesla) [-143205]"</a>. <i>HORIZONS Web-Interface</i>. Jet Propulsion Laboratory<span class="reference-accessdate">. Retrieved <span class="nowrap">19 February</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=HORIZONS+Web-Interface&rft.atitle=SpaceX+Roadster+%28spacecraft%29+%28Tesla%29+%5B-143205%5D&rft_id=https%3A%2F%2Fssd.jpl.nasa.gov%2Fhorizons.cgi%23results&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-274"><span class="mw-cite-backlink"><b><a href="#cite_ref-274">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSingleton2018">Singleton, Micah (6 February 2018). <a class="external text" href="https://www.theverge.com/2018/2/6/16981730/spacex-falcon-heavy-launch-youtube-live-stream-record" rel="nofollow">"SpaceX's Falcon Heavy launch was YouTube's second biggest live stream ever"</a>. The Verge<span class="reference-accessdate">. Retrieved <span class="nowrap">6 October</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX%27s+Falcon+Heavy+launch+was+YouTube%27s+second+biggest+live+stream+ever&rft.pub=The+Verge&rft.date=2018-02-06&rft.aulast=Singleton&rft.aufirst=Micah&rft_id=https%3A%2F%2Fwww.theverge.com%2F2018%2F2%2F6%2F16981730%2Fspacex-falcon-heavy-launch-youtube-live-stream-record&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-floridatoday.com-275"><span class="mw-cite-backlink"><b><a href="#cite_ref-floridatoday.com_275-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKelly2018">Kelly, Emre (5 June 2018). <a class="external text" href="https://eu.floridatoday.com/story/tech/science/space/2018/06/05/spacex-air-force-targeting-fall-next-falcon-heavy-launch-ksc-florida/669651002/" rel="nofollow">"SpaceX Falcon Heavy with Block 5 boosters targeted for fall launch from KSC"</a>. <i>Florida Today</i><span class="reference-accessdate">. Retrieved <span class="nowrap">6 October</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Florida+Today&rft.atitle=SpaceX+Falcon+Heavy+with+Block+5+boosters+targeted+for+fall+launch+from+KSC&rft.date=2018-06-05&rft.aulast=Kelly&rft.aufirst=Emre&rft_id=https%3A%2F%2Feu.floridatoday.com%2Fstory%2Ftech%2Fscience%2Fspace%2F2018%2F06%2F05%2Fspacex-air-force-targeting-fall-next-falcon-heavy-launch-ksc-florida%2F669651002%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-276"><span class="mw-cite-backlink"><b><a href="#cite_ref-276">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2018/02/spacex-falcon-9-paz-launch-starlink-demo-new-fairing/" rel="nofollow">"SpaceX launches Falcon 9 with PAZ, Starlink demo and new fairing"</a>. NASASpaceFlight.com. 22 February 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">25 February</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+Falcon+9+with+PAZ%2C+Starlink+demo+and+new+fairing&rft.pub=NASASpaceFlight.com&rft.date=2018-02-22&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F02%2Fspacex-falcon-9-paz-launch-starlink-demo-new-fairing%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-gunter-f9-277"><span class="mw-cite-backlink">^ <a href="#cite_ref-gunter-f9_277-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-gunter-f9_277-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-gunter-f9_277-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-gunter-f9_277-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-gunter-f9_277-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-gunter-f9_277-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-gunter-f9_277-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-gunter-f9_277-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-gunter-f9_277-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-gunter-f9_277-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-gunter-f9_277-10"><sup><i><b>k</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="https://space.skyrocket.de/doc_lau/falcon-9.htm" rel="nofollow">"Falcon-9"</a>. <i>Gunter's Space Page</i><span class="reference-accessdate">. Retrieved <span class="nowrap">19 November</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Gunter%27s+Space+Page&rft.atitle=Falcon-9&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_lau%2Ffalcon-9.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-paz-278"><span class="mw-cite-backlink">^ <a href="#cite_ref-paz_278-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-paz_278-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="http://www.infoespacial.com/es/2017/03/07/noticia-spacex-lanzara-satelite-hisdesat-finales.html" rel="nofollow">"SpaceX lanzará el satélite Paz de Hisdesat a finales de año"</a> [SpaceX will launch the Paz satellite of Hisdesat at the end of the year] (in Spanish). Infoespacial.com. 7 March 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">9 March</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+lanzar%C3%A1+el+sat%C3%A9lite+Paz+de+Hisdesat+a+finales+de+a%C3%B1o&rft.date=2017-03-07&rft_id=http%3A%2F%2Fwww.infoespacial.com%2Fes%2F2017%2F03%2F07%2Fnoticia-spacex-lanzara-satelite-hisdesat-finales.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-gunter-microsat2-279"><span class="mw-cite-backlink">^ <a href="#cite_ref-gunter-microsat2_279-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-gunter-microsat2_279-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_sdat/microsat-2.htm" rel="nofollow">"MicroSat 2a, 2b"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">17 January</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=MicroSat+2a%2C+2b&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fmicrosat-2.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Paz_SN-280"><span class="mw-cite-backlink">^ <a href="#cite_ref-Paz_SN_280-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Paz_SN_280-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Paz_SN_280-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFHenry2018">Henry, Caleb (22 February 2018). <a class="external text" href="https://spacenews.com/spacex-launches-pair-of-its-demo-internet-satellites-with-spanish-radar-satellite/" rel="nofollow">"SpaceX launches pair of its demo internet satellites with Spanish radar satellite"</a>. <i>spacenews.com</i>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spacenews.com&rft.atitle=SpaceX+launches+pair+of+its+demo+internet+satellites+with+Spanish+radar+satellite&rft.date=2018-02-22&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-launches-pair-of-its-demo-internet-satellites-with-spanish-radar-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-281"><span class="mw-cite-backlink"><b><a href="#cite_ref-281">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFFord">Ford, Matt. <a class="external text" href="https://web.archive.org/web/20180327023643/https://www.euroweeklynews.com/news/on-euro-weekly-news/spain-news-in-english/1471561-elon-musk-s-spacex-to-launch-spain-s-first-military-spy-satellite" rel="nofollow">"Elon Musk's SpaceX to launch Spain's first military spy satellite"</a>. Archived from <a class="external text" href="https://www.euroweeklynews.com/news/on-euro-weekly-news/spain-news-in-english/1471561-elon-musk-s-spacex-to-launch-spain-s-first-military-spy-satellite" rel="nofollow">the original</a> on 27 March 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">26 March</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Elon+Musk%27s+SpaceX+to+launch+Spain%27s+first+military+spy+satellite&rft.aulast=Ford&rft.aufirst=Matt&rft_id=https%3A%2F%2Fwww.euroweeklynews.com%2Fnews%2Fon-euro-weekly-news%2Fspain-news-in-english%2F1471561-elon-musk-s-spacex-to-launch-spain-s-first-military-spy-satellite&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20180211-282"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20180211_282-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20180211_282-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFAtkinson2018">Atkinson, Ian (11 February 2018). <a class="external text" href="https://www.nasaspaceflight.com/2018/02/falcon-9-static-fire-vandenberg-paz-starlink/" rel="nofollow">"Falcon 9 static fires at Vandenberg ahead of Paz + Starlink launch"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">12 February</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+static+fires+at+Vandenberg+ahead+of+Paz+%2B+Starlink+launch&rft.date=2018-02-11&rft.aulast=Atkinson&rft.aufirst=Ian&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F02%2Ffalcon-9-static-fire-vandenberg-paz-starlink%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-283"><span class="mw-cite-backlink"><b><a href="#cite_ref-283">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.nasaspaceflight.com/2018/02/spacex-falcon-9-paz-launch-starlink-demo-new-fairing/" rel="nofollow">"SpaceX Falcon 9 set for PAZ launch with Starlink demo and new fairing"</a>. NASASpaceFlight.com.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Falcon+9+set+for+PAZ+launch+with+Starlink+demo+and+new+fairing&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F02%2Fspacex-falcon-9-paz-launch-starlink-demo-new-fairing%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-284"><span class="mw-cite-backlink"><b><a href="#cite_ref-284">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFMusk,_Elon_[@elonmusk]2018"><a href="/wiki/Elon_Musk" title="Elon Musk">Musk, Elon [@elonmusk]</a> (22 February 2018). <a class="external text" href="https://twitter.com/elonmusk/status/966692641533390848" rel="nofollow">"Missed by a few hundred meters, but fairing landed intact in water. Should be able catch it with slightly bigger chutes to slow down descent"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">15 August</span> 2018</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Missed+by+a+few+hundred+meters%2C+but+fairing+landed+intact+in+water.+Should+be+able+catch+it+with+slightly+bigger+chutes+to+slow+down+descent.&rft.date=2018-02-22&rft.au=Musk%2C+Elon+%5B%40elonmusk%5D&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F966692641533390848&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-:1-285"><span class="mw-cite-backlink"><b><a href="#cite_ref-:1_285-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKelly,_Emre_[@EmreKelly]2018">Kelly, Emre [@EmreKelly] (2 March 2018). <a class="external text" href="https://twitter.com/EmreKelly/status/969601674150137856" rel="nofollow">"Confirmed by range: 12:33 a.m."</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">2 March</span> 2018</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Confirmed+by+range%3A+12%3A33+a.m.&rft.date=2018-03-02&rft.au=Kelly%2C+Emre+%5B%40EmreKelly%5D&rft_id=https%3A%2F%2Ftwitter.com%2FEmreKelly%2Fstatus%2F969601674150137856&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spx20150914-286"><span class="mw-cite-backlink">^ <a href="#cite_ref-spx20150914_286-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spx20150914_286-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1"><a class="external text" href="https://web.archive.org/web/20160122040619/https://www.spacex.com/press/2015/09/14/spacex-signs-new-commercial-launch-contracts" rel="nofollow">"SpaceX signs new commercial launch contracts"</a> (Press release). SpaceX. 14 September 2015. Archived from <a class="external text" href="http://www.spacex.com/press/2015/09/14/spacex-signs-new-commercial-launch-contracts" rel="nofollow">the original</a> on 22 January 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">6 January</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+signs+new+commercial+launch+contracts&rft.pub=SpaceX&rft.date=2015-09-14&rft_id=http%3A%2F%2Fwww.spacex.com%2Fpress%2F2015%2F09%2F14%2Fspacex-signs-new-commercial-launch-contracts&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-287"><span class="mw-cite-backlink"><b><a href="#cite_ref-287">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spaceflightnow.com/2018/03/12/spacexs-most-recent-launch-carried-a-secret-military-funded-experiment/" rel="nofollow">"SpaceX's most recent launch carried a secret military-funded experiment"</a>. Spaceflight Now. 12 March 2018.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX%27s+most+recent+launch+carried+a+secret+military-funded+experiment&rft.pub=Spaceflight+Now&rft.date=2018-03-12&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F03%2F12%2Fspacexs-most-recent-launch-carried-a-secret-military-funded-experiment%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-gunter-hispasat30w6-288"><span class="mw-cite-backlink"><b><a href="#cite_ref-gunter-hispasat30w6_288-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_sdat/hispasat-1f.htm" rel="nofollow">"Hispasat 30W-6 (Hispasat)"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">3 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Hispasat+30W-6+%28Hispasat%29&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fhispasat-1f.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Hispasat_SFN-289"><span class="mw-cite-backlink"><b><a href="#cite_ref-Hispasat_SFN_289-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2018">Clark, Stephen (6 March 2018). <a class="external text" href="https://spaceflightnow.com/2018/03/06/hefty-hispasat-satellite-rides-spacex-rocket-into-orbit/" rel="nofollow">"Hefty Hispasat satellite rides SpaceX rocket into orbit"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Spaceflight+Now&rft.atitle=Hefty+Hispasat+satellite+rides+SpaceX+rocket+into+orbit&rft.date=2018-03-06&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F03%2F06%2Fhefty-hispasat-satellite-rides-spacex-rocket-into-orbit%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20180305-290"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20180305_290-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20180305_290-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGraham2018">Graham, William (5 March 2018). <a class="external text" href="https://www.nasaspaceflight.com/2018/03/spacex-50-falcon-9-heavy-hispasat-launch/" rel="nofollow">"SpaceX conducts 50th Falcon 9 launch with heavy Hispasat deployment"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">6 April</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+conducts+50th+Falcon+9+launch+with+heavy+Hispasat+deployment&rft.date=2018-03-05&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F03%2Fspacex-50-falcon-9-heavy-hispasat-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-cnbc-20180306-291"><span class="mw-cite-backlink"><b><a href="#cite_ref-cnbc-20180306_291-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFKharpal2018">Kharpal, Arjun (6 March 2018). <a class="external text" href="https://www.cnbc.com/2018/03/06/spacex-falcon-9-50th-launch-biggest-satellite-ever.html" rel="nofollow">"SpaceX launches its largest satellite so far which is nearly the size of a bus"</a>. CNBC<span class="reference-accessdate">. Retrieved <span class="nowrap">4 April</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+launches+its+largest+satellite+so+far+which+is+nearly+the+size+of+a+bus&rft.date=2018-03-06&rft.aulast=Kharpal&rft.aufirst=Arjun&rft_id=https%3A%2F%2Fwww.cnbc.com%2F2018%2F03%2F06%2Fspacex-falcon-9-50th-launch-biggest-satellite-ever.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-292"><span class="mw-cite-backlink"><b><a href="#cite_ref-292">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spaceflightnow.com/2018/03/03/spacex-launch-with-spanish-satellite-planned-for-early-tuesday/" rel="nofollow">"SpaceX signs new commercial launch contracts"</a>. Spaceflight Now. 3 March 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">4 March</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+signs+new+commercial+launch+contracts&rft.pub=Spaceflight+Now&rft.date=2018-03-03&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F03%2F03%2Fspacex-launch-with-spanish-satellite-planned-for-early-tuesday%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-293"><span class="mw-cite-backlink"><b><a href="#cite_ref-293">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark">Clark, Stephen. <a class="external text" href="https://spaceflightnow.com/2018/03/05/falcon-9-launch-timeline-with-hispasat-30w-6/" rel="nofollow">"Falcon 9 launch timeline with Hispasat 30W-6"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">25 March</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+launch+timeline+with+Hispasat+30W-6&rft.pub=Spaceflight+Now&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F03%2F05%2Ffalcon-9-launch-timeline-with-hispasat-30w-6%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-294"><span class="mw-cite-backlink"><b><a href="#cite_ref-294">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFDesch,_Matt_[@IridiumBoss]2018">Desch, Matt [@IridiumBoss] (27 March 2018). <a class="external text" href="https://twitter.com/IridiumBoss/status/978795278118653952" rel="nofollow">"Positive update to our satellite and launch delay. Just been apprised there has been a technical resolution; satellites and F9 are in great shape and ready to go! Was ground harness test cable issue - now fixed. Launch now pulled back to Friday, 3/30 at 7:14 am PDT! #GoTeam!"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Positive+update+to+our+satellite+and+launch+delay.+Just+been+apprised+there+has+been+a+technical+resolution%3B+satellites+and+F9+are+in+great+shape+and+ready+to+go%21+Was+ground+harness+test+cable+issue+-+now+fixed.+Launch+now+pulled+back+to+Friday%2C+3%2F30+at+7%3A14+am+PDT%21+%23GoTeam%21&rft.date=2018-03-27&rft.au=Desch%2C+Matt+%5B%40IridiumBoss%5D&rft_id=https%3A%2F%2Ftwitter.com%2FIridiumBoss%2Fstatus%2F978795278118653952&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Iridium_NEXT_5_NSF-295"><span class="mw-cite-backlink"><b><a href="#cite_ref-Iridium_NEXT_5_NSF_295-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGraham2018">Graham, William (29 March 2018). <a class="external text" href="https://www.nasaspaceflight.com/2018/03/iridium-next-5-satellites-spacex-falcon-9/" rel="nofollow">"Iridium NEXT-5 satellites ride to orbit on SpaceX Falcon 9"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Iridium+NEXT-5+satellites+ride+to+orbit+on+SpaceX+Falcon+9&rft.pub=NASASpaceFlight.com&rft.date=2018-03-29&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F03%2Firidium-next-5-satellites-spacex-falcon-9%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-296"><span class="mw-cite-backlink"><b><a href="#cite_ref-296">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1"><a class="external text" href="https://web.archive.org/web/20180406230322/http://www.spacex.com/sites/spacex/files/iridium-5_press_kit_2018.pdf" rel="nofollow">"Iridium-5 NEXT Mission"</a> <span class="cs1-format">(PDF)</span> (Press release). SpaceX. March 2018. Archived from <a class="external text" href="http://www.spacex.com/sites/spacex/files/iridium-5_press_kit_2018.pdf" rel="nofollow">the original</a> <span class="cs1-format">(PDF)</span> on 6 April 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">6 April</span> 2018</span>. <q>SpaceX will not attempt to recover Falcon 9's first stage after launch.</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Iridium-5+NEXT+Mission&rft.pub=SpaceX&rft.date=2018-03&rft_id=http%3A%2F%2Fwww.spacex.com%2Fsites%2Fspacex%2Ffiles%2Firidium-5_press_kit_2018.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-297"><span class="mw-cite-backlink"><b><a href="#cite_ref-297">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSheetz2018">Sheetz, Michael (30 March 2018). <a class="external text" href="https://www.cnbc.com/2018/03/30/spacex-falcon-9-iridium-5-mission-success.html" rel="nofollow">"SpaceX completes sixth successful launch of 2018"</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+completes+sixth+successful+launch+of+2018&rft.date=2018-03-30&rft.aulast=Sheetz&rft.aufirst=Michael&rft_id=https%3A%2F%2Fwww.cnbc.com%2F2018%2F03%2F30%2Fspacex-falcon-9-iridium-5-mission-success.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-298"><span class="mw-cite-backlink"><b><a href="#cite_ref-298">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.teslarati.com/spacex-fairing-recovery-iridium-launch-photos/" rel="nofollow">"SpaceX pushes boundaries of fairing recovery with breathtaking sunrise launch [photos]"</a>. <i>teslarati.com</i>. Teslarati.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=teslarati.com&rft.atitle=SpaceX+pushes+boundaries+of+fairing+recovery+with+breathtaking+sunrise+launch+%5Bphotos%5D&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-fairing-recovery-iridium-launch-photos%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-299"><span class="mw-cite-backlink"><b><a href="#cite_ref-299">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFMusk,_Elon_[@elonmusk]2018"><a href="/wiki/Elon_Musk" title="Elon Musk">Musk, Elon [@elonmusk]</a> (2 April 2018). <a class="external text" href="https://twitter.com/elonmusk/status/980647734888681472" rel="nofollow">"Oh yeah, forgot to mention it actually landed fine, just not on Mr Steven"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">15 August</span> 2018</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Oh+yeah%2C+forgot+to+mention+it+actually+landed+fine%2C+just+not+on+Mr+Steven&rft.date=2018-04-02&rft.au=Musk%2C+Elon+%5B%40elonmusk%5D&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F980647734888681472&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-300"><span class="mw-cite-backlink"><b><a href="#cite_ref-300">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="http://www.spaceflightinsider.com/organizations/space-exploration-technologies/spacex-crs-14-dragon-heading-toward-iss-successful-falcon-9-launch" rel="nofollow">"SpaceX CRS-14 Dragon heading toward ISS after successful Falcon 9 launch"</a>. Spaceflight Insider. 2 April 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">7 April</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+CRS-14+Dragon+heading+toward+ISS+after+successful+Falcon+9+launch&rft.date=2018-04-02&rft_id=http%3A%2F%2Fwww.spaceflightinsider.com%2Forganizations%2Fspace-exploration-technologies%2Fspacex-crs-14-dragon-heading-toward-iss-successful-falcon-9-launch&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20180328-301"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20180328_301-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20180328_301-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-nsf-20180328_301-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBergin2018">Bergin, Chris (28 March 2018). <a class="external text" href="https://www.nasaspaceflight.com/2018/03/falcon-9-crs-14-mission-static-fire-testing/" rel="nofollow">"Falcon 9 set for CRS-14 mission completes Static Fire testing"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">28 March</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+set+for+CRS-14+mission+completes+Static+Fire+testing&rft.date=2018-03-28&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F03%2Ffalcon-9-crs-14-mission-static-fire-testing%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-302"><span class="mw-cite-backlink"><b><a href="#cite_ref-302">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGebhardt2018">Gebhardt, Chris (4 April 2018). <a class="external text" href="https://www.nasaspaceflight.com/2018/04/crs-14-dragon-space-station-science-bonanza/" rel="nofollow">"CRS-14 Dragon arrives at Space Station with science bonanza"</a>. ASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=CRS-14+Dragon+arrives+at+Space+Station+with+science+bonanza&rft.pub=ASASpaceFlight.com&rft.date=2018-04-04&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F04%2Fcrs-14-dragon-space-station-science-bonanza%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-CRS-14_NSF-303"><span class="mw-cite-backlink"><b><a href="#cite_ref-CRS-14_NSF_303-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGraham2018">Graham, William (2 April 2018). <a class="external text" href="https://www.nasaspaceflight.com/2018/04/crs-14-spacex-falcon-9-second-flight-previously-flown-dragon/" rel="nofollow">"CRS-14: SpaceX Falcon 9 conducts second flight with previously flown Dragon"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=CRS-14%3A+SpaceX+Falcon+9+conducts+second+flight+with+previously+flown+Dragon&rft.pub=NASASpaceFlight.com&rft.date=2018-04-02&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F04%2Fcrs-14-spacex-falcon-9-second-flight-previously-flown-dragon%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-304"><span class="mw-cite-backlink"><b><a href="#cite_ref-304">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.alphaspace.com/about-misse-ff.html" rel="nofollow">"About the Materials International Space Station Experiment Facility"</a>. Alpha Space<span class="reference-accessdate">. Retrieved <span class="nowrap">26 August</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=About+the+Materials+International+Space+Station+Experiment+Facility&rft.pub=Alpha+Space&rft_id=http%3A%2F%2Fwww.alphaspace.com%2Fabout-misse-ff.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-305"><span class="mw-cite-backlink"><b><a href="#cite_ref-305">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.nasa.gov/mission_pages/station/research/experiments/778.html" rel="nofollow">"Robotic Refueling Mission (RRM)"</a>. NASA. 14 July 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">26 August</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Robotic+Refueling+Mission+%28RRM%29&rft.pub=NASA&rft.date=2016-07-14&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fmission_pages%2Fstation%2Fresearch%2Fexperiments%2F778.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-306"><span class="mw-cite-backlink"><b><a href="#cite_ref-306">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://lasp.colorado.edu/home/missions-projects/quick-facts-tsis/" rel="nofollow">"Quick Facts: Total and Spectral Solar Irradiance Sensor (TSIS)"</a>. Laboratory for Atmospheric and Space Physics (LASP), University of Colorado<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Quick+Facts%3A+Total+and+Spectral+Solar+Irradiance+Sensor+%28TSIS%29&rft.pub=Laboratory+for+Atmospheric+and+Space+Physics+%28LASP%29%2C+University+of+Colorado&rft_id=http%3A%2F%2Flasp.colorado.edu%2Fhome%2Fmissions-projects%2Fquick-facts-tsis%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-307"><span class="mw-cite-backlink"><b><a href="#cite_ref-307">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.parabolicarc.com/2018/03/22/dragon-mission-carry-casissponsored-experiments-space-station/" rel="nofollow">"Dragon Mission to Carry CASIS-Sponsored Experiments to Space Station"</a>. Parabolic Arc. 22 March 2018.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Dragon+Mission+to+Carry+CASIS-Sponsored+Experiments+to+Space+Station&rft.pub=Parabolic+Arc&rft.date=2018-03-22&rft_id=http%3A%2F%2Fwww.parabolicarc.com%2F2018%2F03%2F22%2Fdragon-mission-carry-casissponsored-experiments-space-station%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-308"><span class="mw-cite-backlink"><b><a href="#cite_ref-308">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="http://time.com/5225670/spacex-space-junk-cleaner-launch/" rel="nofollow">"Falcon 9 Launched a Space Junk Sweeper Into Orbit"</a>. <i>time.com</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=time.com&rft.atitle=Falcon+9+Launched+a+Space+Junk+Sweeper+Into+Orbit&rft_id=http%3A%2F%2Ftime.com%2F5225670%2Fspacex-space-junk-cleaner-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-baylor-20180403-309"><span class="mw-cite-backlink"><b><a href="#cite_ref-baylor-20180403_309-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBaylor,_Michael_[@nextspaceflight]2018">Baylor, Michael [@nextspaceflight] (3 April 2018). <a class="external text" href="https://twitter.com/nextspaceflight/status/980937660893220864" rel="nofollow">"Jensen on the first stage: It was a hard landing in the ocean. We were mostly focused on the reentry data"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">5 April</span> 2018</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Jensen+on+the+first+stage%3A+It+was+a+hard+landing+in+the+ocean.+We+were+mostly+focused+on+the+reentry+data.&rft.date=2018-04-03&rft.au=Baylor%2C+Michael+%5B%40nextspaceflight%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fnextspaceflight%2Fstatus%2F980937660893220864&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-310"><span class="mw-cite-backlink"><b><a href="#cite_ref-310">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.ticotimes.net/2018/04/03/watch-the-full-launch-of-the-first-satellite-designed-and-built-in-costa-rica" rel="nofollow">"Watch the full launch of the first satellite designed and built in Costa Rica"</a>. 3 April 2018.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Watch+the+full+launch+of+the+first+satellite+designed+and+built+in+Costa+Rica&rft.date=2018-04-03&rft_id=http%3A%2F%2Fwww.ticotimes.net%2F2018%2F04%2F03%2Fwatch-the-full-launch-of-the-first-satellite-designed-and-built-in-costa-rica&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-311"><span class="mw-cite-backlink"><b><a href="#cite_ref-311">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_sdat/1kuns-pf.htm" rel="nofollow">"1KUNS-PF"</a>. Gunter's Space Page.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=1KUNS-PF&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2F1kuns-pf.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf20180418-312"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf20180418_312-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGebhardt2018">Gebhardt, Chris (18 April 2018). <a class="external text" href="https://www.nasaspaceflight.com/2018/04/tess-launch-mission-search-near-earth-exoplanets/" rel="nofollow">"SpaceX successfully launches TESS on a mission to search for near-Earth exoplanets"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">20 May</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+successfully+launches+TESS+on+a+mission+to+search+for+near-Earth+exoplanets&rft.date=2018-04-18&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F04%2Ftess-launch-mission-search-near-earth-exoplanets%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-NASA_C14-313"><span class="mw-cite-backlink"><b><a href="#cite_ref-NASA_C14_313-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1" id="CITEREFBeckDiller2014">Beck, Joshua; Diller, George H. (16 December 2014). <a class="external text" href="http://www.nasa.gov/press/2014/december/nasa-awards-launch-services-contract-for-transiting-exoplanet-survey-satellite/" rel="nofollow">"NASA Awards Launch Services Contract for Transiting Exoplanet Survey Satellite"</a> (Press release). NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">17 December</span> 2014</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Awards+Launch+Services+Contract+for+Transiting+Exoplanet+Survey+Satellite&rft.pub=NASA&rft.date=2014-12-16&rft.aulast=Beck&rft.aufirst=Joshua&rft.au=Diller%2C+George+H.&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fpress%2F2014%2Fdecember%2Fnasa-awards-launch-services-contract-for-transiting-exoplanet-survey-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-tess-flight-314"><span class="mw-cite-backlink">^ <a href="#cite_ref-tess-flight_314-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-tess-flight_314-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://spaceflight101.com/tess/flight-profile/" rel="nofollow">"Flight Profile – TESS"</a>. <i>spaceflight101.com</i>. Spaceflight101.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spaceflight101.com&rft.atitle=Flight+Profile+%E2%80%93+TESS&rft_id=http%3A%2F%2Fspaceflight101.com%2Ftess%2Fflight-profile%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-TESS_NSF-315"><span class="mw-cite-backlink">^ <a href="#cite_ref-TESS_NSF_315-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-TESS_NSF_315-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-TESS_NSF_315-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGebhardt2018">Gebhardt, Chris (18 April 2018). <a class="external text" href="https://www.nasaspaceflight.com/2018/04/tess-launch-mission-search-near-earth-exoplanets/" rel="nofollow">"SpaceX successfully launches TESS on a mission to search for near-Earth exoplanets – NASASpaceFlight.com"</a>. <i>nasaspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=SpaceX+successfully+launches+TESS+on+a+mission+to+search+for+near-Earth+exoplanets+%E2%80%93+NASASpaceFlight.com&rft.date=2018-04-18&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F04%2Ftess-launch-mission-search-near-earth-exoplanets%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-316"><span class="mw-cite-backlink"><b><a href="#cite_ref-316">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKeesey2013">Keesey, Lori (31 July 2013). <a class="external text" href="http://www.nasa.gov/content/goddard/new-explorer-mission-chooses-the-just-right-orbit/" rel="nofollow">"New Explorer Mission Chooses the 'Just-Right' Orbit"</a>. NASA.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=New+Explorer+Mission+Chooses+the+%27Just-Right%27+Orbit&rft.pub=NASA&rft.date=2013-07-31&rft.aulast=Keesey&rft.aufirst=Lori&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fcontent%2Fgoddard%2Fnew-explorer-mission-chooses-the-just-right-orbit%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-317"><span class="mw-cite-backlink"><b><a href="#cite_ref-317">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://spacenews.com/nasa-certifies-falcon-9-for-science-missions/" rel="nofollow">"NASA certifies Falcon 9 for science missions"</a>. SpaceNews. 16 February 2018.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+certifies+Falcon+9+for+science+missions&rft.pub=SpaceNews&rft.date=2018-02-16&rft_id=http%3A%2F%2Fspacenews.com%2Fnasa-certifies-falcon-9-for-science-missions%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-318"><span class="mw-cite-backlink"><b><a href="#cite_ref-318">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spaceflightnow.com/2018/04/11/spacex-rocket-test-fired-at-cape-canaveral-for-nasa-telescope-launch/" rel="nofollow">"SpaceX rocket test-fired at Cape Canaveral for NASA telescope launch"</a>. 11 April 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">14 April</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+rocket+test-fired+at+Cape+Canaveral+for+NASA+telescope+launch&rft.date=2018-04-11&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F04%2F11%2Fspacex-rocket-test-fired-at-cape-canaveral-for-nasa-telescope-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-319"><span class="mw-cite-backlink"><b><a href="#cite_ref-319">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spaceflightnow.com/2018/05/11/spacex-debuts-an-improved-human-rated-model-of-the-falcon-9-rocket/" rel="nofollow">"SpaceX debuts new model of the Falcon 9 rocket designed for astronauts"</a>. 11 May 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">12 May</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+debuts+new+model+of+the+Falcon+9+rocket+designed+for+astronauts&rft.date=2018-05-11&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F05%2F11%2Fspacex-debuts-an-improved-human-rated-model-of-the-falcon-9-rocket%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-320"><span class="mw-cite-backlink"><b><a href="#cite_ref-320">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="http://www.americaspace.com/2018/02/19/spacexs-long-awaited-falcon-9-block-5-heads-to-texas-for-testing/" rel="nofollow">"SpaceX's Long-Awaited Falcon 9 'Block 5' Heads to Texas for Testing"</a>. America Space. 19 February 2018.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX%27s+Long-Awaited+Falcon+9+%27Block+5%27+Heads+to+Texas+for+Testing&rft.date=2018-02-19&rft_id=http%3A%2F%2Fwww.americaspace.com%2F2018%2F02%2F19%2Fspacexs-long-awaited-falcon-9-block-5-heads-to-texas-for-testing%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-dhakatribune-321"><span class="mw-cite-backlink"><b><a href="#cite_ref-dhakatribune_321-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFShowkat_KallolHusain2017">Showkat Kallol, Asif; Husain, Ishtiaq (30 January 2017). <a class="external text" href="https://web.archive.org/web/20170206022222/http://archive.dhakatribune.com/bangladesh/2017/jan/30/thales-use-spacexs-falcon-9-launch" rel="nofollow">"Thales to use SpaceX's Falcon 9 to launch"</a>. <i>Dhaka Tribune</i>. Archived from <a class="external text" href="http://archive.dhakatribune.com/bangladesh/2017/jan/30/thales-use-spacexs-falcon-9-launch" rel="nofollow">the original</a> on 6 February 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">5 February</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Dhaka+Tribune&rft.atitle=Thales+to+use+SpaceX%27s+Falcon+9+to+launch&rft.date=2017-01-30&rft.aulast=Showkat+Kallol&rft.aufirst=Asif&rft.au=Husain%2C+Ishtiaq&rft_id=http%3A%2F%2Farchive.dhakatribune.com%2Fbangladesh%2F2017%2Fjan%2F30%2Fthales-use-spacexs-falcon-9-launch&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-gunter-bd1-322"><span class="mw-cite-backlink"><b><a href="#cite_ref-gunter-bd1_322-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_sdat/bangabandhu-1.htm" rel="nofollow">"Bangabandhu 1 (BD 1)"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">22 November</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Bangabandhu+1+%28BD+1%29&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fbangabandhu-1.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-323"><span class="mw-cite-backlink"><b><a href="#cite_ref-323">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2018/05/first-block-5-falcon-9-static-fire-bangabandhu-1/" rel="nofollow">"First Block 5 Falcon 9 readying for static fire ahead of Bangabandhu-1 launch"</a>. NASASpaceFlight.com. May 2018.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=First+Block+5+Falcon+9+readying+for+static+fire+ahead+of+Bangabandhu-1+launch&rft.pub=NASASpaceFlight.com&rft.date=2018-05&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F05%2Ffirst-block-5-falcon-9-static-fire-bangabandhu-1%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Bangabandhu-1_AT-324"><span class="mw-cite-backlink">^ <a href="#cite_ref-Bangabandhu-1_AT_324-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Bangabandhu-1_AT_324-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Bangabandhu-1_AT_324-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.aerospace-technology.com/news/spacex-launches-bangabandhu-satellite-1-space/" rel="nofollow">"SpaceX launches Bangabandhu Satellite-1 into space"</a>. Aerospace Technology. 14 May 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+Bangabandhu+Satellite-1+into+space&rft.pub=Aerospace+Technology&rft.date=2018-05-14&rft_id=https%3A%2F%2Fwww.aerospace-technology.com%2Fnews%2Fspacex-launches-bangabandhu-satellite-1-space%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-325"><span class="mw-cite-backlink"><b><a href="#cite_ref-325">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://spacenews.com/how-bangladesh-became-spacexs-first-block-5-falcon-9-customer/" rel="nofollow">"How Bangladesh became SpaceX's first Block 5 Falcon 9 customer"</a>. SpaceNews. 9 May 2018.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=How+Bangladesh+became+SpaceX%27s+first+Block+5+Falcon+9+customer&rft.pub=SpaceNews&rft.date=2018-05-09&rft_id=http%3A%2F%2Fspacenews.com%2Fhow-bangladesh-became-spacexs-first-block-5-falcon-9-customer%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-326"><span class="mw-cite-backlink"><b><a href="#cite_ref-326">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.thedailystar.net/science/space-science/bangabandhu-satellite-deal-inked-french-firm-170728" rel="nofollow">"Bangabandhu satellite deal inked with French firm"</a>. <i>The Daily Star</i>. 11 November 2015.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=The+Daily+Star&rft.atitle=Bangabandhu+satellite+deal+inked+with+French+firm&rft.date=2015-11-11&rft_id=http%3A%2F%2Fwww.thedailystar.net%2Fscience%2Fspace-science%2Fbangabandhu-satellite-deal-inked-french-firm-170728&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-327"><span class="mw-cite-backlink"><b><a href="#cite_ref-327">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2018/05/first-block-5-falcon-9-static-fire-bangabandhu-1/" rel="nofollow">"First Block 5 Falcon 9 readying for static fire ahead of Bangabandhu-1 launch"</a>. NASASpaceFlight.com.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=First+Block+5+Falcon+9+readying+for+static+fire+ahead+of+Bangabandhu-1+launch&rft.pub=NASASpaceFlight.com&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F05%2Ffirst-block-5-falcon-9-static-fire-bangabandhu-1%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-328"><span class="mw-cite-backlink"><b><a href="#cite_ref-328">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation cs2" id="CITEREFSpaceX2018">SpaceX (7 May 2018), <a class="external text" href="https://www.youtube.com/watch?v=yYJWeK-kVB0" rel="nofollow"><i>Bangabandhu Satellite-1</i></a><span class="reference-accessdate">, retrieved <span class="nowrap">10 May</span> 2018</span></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Bangabandhu+Satellite-1&rft.date=2018-05-07&rft.au=SpaceX&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DyYJWeK-kVB0&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-329"><span class="mw-cite-backlink"><b><a href="#cite_ref-329">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.aerospace-technology.com/projects/bangabandhu-1-bd-1-communication-satellite/" rel="nofollow">"Bangabandhu-1 (BD-1) Communication Satellite"</a>. Aerospace Technology<span class="reference-accessdate">. Retrieved <span class="nowrap">16 September</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Bangabandhu-1+%28BD-1%29+Communication+Satellite&rft.pub=Aerospace+Technology&rft_id=https%3A%2F%2Fwww.aerospace-technology.com%2Fprojects%2Fbangabandhu-1-bd-1-communication-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-330"><span class="mw-cite-backlink"><b><a href="#cite_ref-330">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.nasaspaceflight.com/2018/05/falcon-9-iridium-next-6-grace-fo-launch/" rel="nofollow">"Falcon 9 launches Iridium NEXT 6 and GRACE-FO"</a>. 22 May 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+launches+Iridium+NEXT+6+and+GRACE-FO&rft.date=2018-05-22&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F05%2Ffalcon-9-iridium-next-6-grace-fo-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-331"><span class="mw-cite-backlink"><b><a href="#cite_ref-331">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBaylor,_Michael_[@nextspaceflight]2018">Baylor, Michael [@nextspaceflight] (21 March 2018). <a class="external text" href="https://twitter.com/nextspaceflight/status/976578292970131456" rel="nofollow">"Is it the Zuma core? That's currently our best guess"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">15 August</span> 2018</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Is+it+the+Zuma+core%3F+That%27s+currently+our+best+guess&rft.date=2018-03-21&rft.au=Baylor%2C+Michael+%5B%40nextspaceflight%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fnextspaceflight%2Fstatus%2F976578292970131456&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span><br/><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFDesch,_Matt_[@IridiumBoss]2018">Desch, Matt [@IridiumBoss] (23 March 2018). <a class="external text" href="https://twitter.com/IridiumBoss/status/976966633636941824" rel="nofollow">"You guys don't need me..."</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">15 August</span> 2018</span> – via Twitter.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=You+guys+don%E2%80%99t+need+me...&rft.date=2018-03-23&rft.au=Desch%2C+Matt+%5B%40IridiumBoss%5D&rft_id=https%3A%2F%2Ftwitter.com%2FIridiumBoss%2Fstatus%2F976966633636941824&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-iridium-rideshare-332"><span class="mw-cite-backlink">^ <a href="#cite_ref-iridium-rideshare_332-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-iridium-rideshare_332-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFde_Selding2017">de Selding, Peter B. (2 February 2017). <span class="cs1-lock-subscription" title="Paid subscription required"><a class="external text" href="https://www.spaceintelreport.com/iridium" rel="nofollow">"Iridium subcontracts ride share aboard SpaceX Falcon 9"</a></span>. Space Intel Report<span class="reference-accessdate">. Retrieved <span class="nowrap">28 July</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Iridium+subcontracts+ride+share+aboard+SpaceX+Falcon+9&rft.date=2017-02-02&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=https%3A%2F%2Fwww.spaceintelreport.com%2Firidium&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-grace-fo-launch-333"><span class="mw-cite-backlink"><b><a href="#cite_ref-grace-fo-launch_333-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.gfz-potsdam.de/en/section/global-geomonitoring-and-gravity-field/topics/development-operation-and-analysis-of-gravity-field-satellite-missions/grace-fo/launch-vehicle-system/" rel="nofollow">"GRACE-FO / Launch Vehicle System"</a>. GFZ Helmholtz Centre Potsdam. 28 November 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">13 December</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=GRACE-FO+%2F+Launch+Vehicle+System&rft.pub=GFZ+Helmholtz+Centre+Potsdam&rft.date=2016-11-28&rft_id=http%3A%2F%2Fwww.gfz-potsdam.de%2Fen%2Fsection%2Fglobal-geomonitoring-and-gravity-field%2Ftopics%2Fdevelopment-operation-and-analysis-of-gravity-field-satellite-missions%2Fgrace-fo%2Flaunch-vehicle-system%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-gunter-iridium-334"><span class="mw-cite-backlink"><b><a href="#cite_ref-gunter-iridium_334-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_sdat/iridium-next.htm" rel="nofollow">"Iridium-NEXT"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">22 May</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Iridium-NEXT&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Firidium-next.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-gunter-grace-335"><span class="mw-cite-backlink"><b><a href="#cite_ref-gunter-grace_335-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_sdat/grace-fo.htm" rel="nofollow">"GRACE-FO"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">22 May</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=GRACE-FO&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fgrace-fo.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-337"><span class="mw-cite-backlink"><b><a href="#cite_ref-337">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBregin2018">Bregin, Chris (22 May 2018). <a class="external text" href="https://www.nasaspaceflight.com/2018/05/falcon-9-iridium-next-6-grace-fo-launch/" rel="nofollow">"Falcon 9 launches Iridium NEXT 6 and GRACE-FO"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+launches+Iridium+NEXT+6+and+GRACE-FO&rft.pub=NASASpaceFlight.com&rft.date=2018-05-22&rft.aulast=Bregin&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F05%2Ffalcon-9-iridium-next-6-grace-fo-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-338"><span class="mw-cite-backlink"><b><a href="#cite_ref-338">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFDesch,_Matt_[@IridiumBoss]2017">Desch, Matt [@IridiumBoss] (5 September 2017). <a class="external text" href="https://twitter.com/IridiumBoss/status/904855169657171968" rel="nofollow">"Ten. Always 10, except Launch 6 will be a rideshare with GRACE, and that one will launch 5"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">16 September</span> 2017</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Ten.+Always+10%2C+except+Launch+6+will+be+a+rideshare+with+GRACE%2C+and+that+one+will+launch+5.&rft.date=2017-09-05&rft.au=Desch%2C+Matt+%5B%40IridiumBoss%5D&rft_id=https%3A%2F%2Ftwitter.com%2FIridiumBoss%2Fstatus%2F904855169657171968&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-339"><span class="mw-cite-backlink"><b><a href="#cite_ref-339">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2018/04/spacexs-may-manifest-takes-shape-block-5-debut/" rel="nofollow">"SpaceX's May launch manifest takes shape; company prepares for Block 5 debut"</a>. NASASpaceFlight.com. April 2018.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX%27s+May+launch+manifest+takes+shape%3B+company+prepares+for+Block+5+debut&rft.pub=NASASpaceFlight.com&rft.date=2018-04&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F04%2Fspacexs-may-manifest-takes-shape-block-5-debut%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-340"><span class="mw-cite-backlink"><b><a href="#cite_ref-340">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.floridatoday.com/story/tech/science/space/2018/06/04/spacex-falcon-9-delivers-commercial-satellite-orbit-cape/658801002/" rel="nofollow">"SpaceX Falcon 9 delivers massive commercial satellite to orbit from Cape Canaveral"</a>. <i>Florida Today</i>. 4 June 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">4 June</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Florida+Today&rft.atitle=SpaceX+Falcon+9+delivers+massive+commercial+satellite+to+orbit+from+Cape+Canaveral&rft.date=2018-06-04&rft_id=https%3A%2F%2Fwww.floridatoday.com%2Fstory%2Ftech%2Fscience%2Fspace%2F2018%2F06%2F04%2Fspacex-falcon-9-delivers-commercial-satellite-orbit-cape%2F658801002%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-SES12-341"><span class="mw-cite-backlink">^ <a href="#cite_ref-SES12_341-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-SES12_341-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.ses.com/our-coverage/satellites/365" rel="nofollow">"SES-12"</a>. SES S.A<span class="reference-accessdate">. Retrieved <span class="nowrap">28 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SES-12&rft.pub=SES+S.A.&rft_id=https%3A%2F%2Fwww.ses.com%2Four-coverage%2Fsatellites%2F365&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20180531-342"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20180531_342-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20180531_342-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGraham2018">Graham, William (31 May 2018). <a class="external text" href="https://www.nasaspaceflight.com/2018/05/falcon-9-cape-canaveral-night-launch-ses-12/" rel="nofollow">"Falcon 9 launch with SES-12 delayed to June 4"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">31 May</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+launch+with+SES-12+delayed+to+June+4&rft.date=2018-05-31&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F05%2Ffalcon-9-cape-canaveral-night-launch-ses-12%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-343"><span class="mw-cite-backlink"><b><a href="#cite_ref-343">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFDean2018">Dean, James (4 June 2018). <a class="external text" href="https://www.floridatoday.com/story/tech/science/space/2018/06/04/spacex-falcon-9-delivers-commercial-satellite-orbit-cape/658801002/" rel="nofollow">"SpaceX Falcon 9 delivers massive commercial satellite to orbit from Cape Canaveral"</a>. <i>Florida Today</i><span class="reference-accessdate">. Retrieved <span class="nowrap">4 June</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Florida+Today&rft.atitle=SpaceX+Falcon+9+delivers+massive+commercial+satellite+to+orbit+from+Cape+Canaveral&rft.date=2018-06-04&rft.aulast=Dean&rft.aufirst=James&rft_id=https%3A%2F%2Fwww.floridatoday.com%2Fstory%2Ftech%2Fscience%2Fspace%2F2018%2F06%2F04%2Fspacex-falcon-9-delivers-commercial-satellite-orbit-cape%2F658801002%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-344"><span class="mw-cite-backlink"><b><a href="#cite_ref-344">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2018">Clark, Stephen (4 June 2018). <a class="external text" href="https://spaceflightnow.com/2018/06/04/multi-mission-telecom-craft-launched-by-spacex-for-ses/" rel="nofollow">"Multi-mission telecom craft launched by SpaceX for SES"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">5 June</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Multi-mission+telecom+craft+launched+by+SpaceX+for+SES&rft.date=2018-06-04&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F06%2F04%2Fmulti-mission-telecom-craft-launched-by-spacex-for-ses%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-345"><span class="mw-cite-backlink"><b><a href="#cite_ref-345">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.nasaspaceflight.com/2018/06/final-block-4-falcon-9-crs-15-dragon-launch/" rel="nofollow">"Final Block 4 Falcon 9 launches CRS-15 Dragon"</a>. NASASpaceFlight.com. 28 June 2018.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Final+Block+4+Falcon+9+launches+CRS-15+Dragon&rft.date=2018-06-28&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F06%2Ffinal-block-4-falcon-9-crs-15-dragon-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-346"><span class="mw-cite-backlink"><b><a href="#cite_ref-346">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBaylor,_Michael_[@nextspaceflight]2018">Baylor, Michael [@nextspaceflight] (15 April 2018). <a class="external text" href="https://twitter.com/nextspaceflight/status/985540438512857089" rel="nofollow">"Koenigsmann: This TESS booster is planned to fly again on the next CRS mission pending NASA approval"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Koenigsmann%3A+This+TESS+booster+is+planned+to+fly+again+on+the+next+CRS+mission+pending+NASA+approval.&rft.date=2018-04-15&rft.au=Baylor%2C+Michael+%5B%40nextspaceflight%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fnextspaceflight%2Fstatus%2F985540438512857089&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-347"><span class="mw-cite-backlink"><b><a href="#cite_ref-347">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2018">Clark, Stephen (28 June 2018). <a class="external text" href="https://spaceflightnow.com/2018/06/28/commercial-spacex-cargo-capsule-readied-for-launch-friday/" rel="nofollow">"Commercial SpaceX cargo capsule readied for launch Friday"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">29 June</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Commercial+SpaceX+cargo+capsule+readied+for+launch+Friday&rft.date=2018-06-28&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F06%2F28%2Fcommercial-spacex-cargo-capsule-readied-for-launch-friday%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-348"><span class="mw-cite-backlink"><b><a href="#cite_ref-348">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2018">Clark, Stephen (29 June 2018). <a class="external text" href="https://spaceflightnow.com/2018/06/29/spacex-launches-ai-enabled-robot-companion-vegetation-monitor-to-space-station/" rel="nofollow">"SpaceX launches AI-enabled robot companion, vegetation monitor to space station"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">4 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+launches+AI-enabled+robot+companion%2C+vegetation+monitor+to+space+station&rft.date=2018-06-29&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F06%2F29%2Fspacex-launches-ai-enabled-robot-companion-vegetation-monitor-to-space-station%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-block4retirement-349"><span class="mw-cite-backlink"><b><a href="#cite_ref-block4retirement_349-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFRalph2018">Ralph, Eric (5 June 2018). <a class="external text" href="https://www.teslarati.com/spacex-transition-all-falcon-9-block-5-launches/" rel="nofollow">"SpaceX will transition all launches to Falcon 9 Block 5 rockets after next mission"</a>. Teslarati.com<span class="reference-accessdate">. Retrieved <span class="nowrap">5 June</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+will+transition+all+launches+to+Falcon+9+Block+5+rockets+after+next+mission&rft.date=2018-06-05&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-transition-all-falcon-9-block-5-launches%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-350"><span class="mw-cite-backlink"><b><a href="#cite_ref-350">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.nasaspaceflight.com/2018/07/spacex-falcon-9-telstar-19v-launch/" rel="nofollow">"SpaceX Falcon 9 sets new record with Telstar 19V launch from SLC-40"</a>. 21 July 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">22 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Falcon+9+sets+new+record+with+Telstar+19V+launch+from+SLC-40&rft.date=2018-07-21&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F07%2Fspacex-falcon-9-telstar-19v-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sfn-20160226-351"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfn-20160226_351-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfn-20160226_351-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2016">Clark, Stephen (26 February 2016). <a class="external text" href="http://spaceflightnow.com/2016/02/26/telesat-launch-agreements-awarded-to-spacex/" rel="nofollow">"Telesat launch agreements awarded to SpaceX"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">29 February</span> 2016</span>. <q>A spokesperson for the Ottawa-based company said the new satellites, named Telstar 18 Vantage and Telstar 19 Vantage, would fly aboard Falcon 9 rockets. Telstar 18V and 19V are both due for launch in early 2018. The Telstar satellites could take off from SpaceX's launch facilities at Cape Canaveral, Florida, or a launch pad under construction near <a href="/wiki/Brownsville,_Texas" title="Brownsville, Texas">Brownsville, Texas</a>, to be operational in 2018.</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Telesat+launch+agreements+awarded+to+SpaceX&rft.date=2016-02-26&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2F2016%2F02%2F26%2Ftelesat-launch-agreements-awarded-to-spacex%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-352"><span class="mw-cite-backlink"><b><a href="#cite_ref-352">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="https://space.skyrocket.de/doc_sdat/telstar-19v.htm" rel="nofollow">"Telstar 19V (Telstar 19 Vantage)"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">7 August</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Telstar+19V+%28Telstar+19+Vantage%29&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Ftelstar-19v.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sfn-20180722-353"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfn-20180722_353-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfn-20180722_353-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sfn-20180722_353-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://spaceflightnow.com/2018/07/22/spacex-delivers-for-telesat-with-successful-early-morning-launch/" rel="nofollow">"SpaceX delivers for Telesat with successful early morning launch"</a>. 22 July 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">22 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+delivers+for+Telesat+with+successful+early+morning+launch&rft.date=2018-07-22&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F07%2F22%2Fspacex-delivers-for-telesat-with-successful-early-morning-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Telstar_19V_SFI-354"><span class="mw-cite-backlink">^ <a href="#cite_ref-Telstar_19V_SFI_354-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Telstar_19V_SFI_354-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFRichardson2018">Richardson, Darek (22 July 2018). <a class="external text" href="http://www.spaceflightinsider.com/organizations/space-exploration-technologies/telstar-19v-communications-satellite-orbited-by-spacex-falcon-9/" rel="nofollow">"Telstar 19V communications satellite orbited by SpaceX Falcon 9"</a>. SpaceFlight Insider<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Telstar+19V+communications+satellite+orbited+by+SpaceX+Falcon+9&rft.pub=SpaceFlight+Insider&rft.date=2018-07-22&rft.aulast=Richardson&rft.aufirst=Darek&rft_id=http%3A%2F%2Fwww.spaceflightinsider.com%2Forganizations%2Fspace-exploration-technologies%2Ftelstar-19v-communications-satellite-orbited-by-spacex-falcon-9%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-355"><span class="mw-cite-backlink"><b><a href="#cite_ref-355">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.telesat.com/news-events/telesat-orders-new-telstar-19-vantage-high-throughput-satellite-ssl" rel="nofollow">"Telesat Orders New Telstar 19 VANTAGE High Throughput Satellite from SSL"</a>. <i>telesat.com</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=telesat.com&rft.atitle=Telesat+Orders+New+Telstar+19+VANTAGE+High+Throughput+Satellite+from+SSL&rft_id=https%3A%2F%2Fwww.telesat.com%2Fnews-events%2Ftelesat-orders-new-telstar-19-vantage-high-throughput-satellite-ssl&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-356"><span class="mw-cite-backlink"><b><a href="#cite_ref-356">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spaceflightnow.com/2018/07/21/record-setting-commercial-satellite-awaits-blastoff-from-cape-canaveral/" rel="nofollow">"Record-setting commercial satellite awaits blastoff from Cape Canaveral"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Record-setting+commercial+satellite+awaits+blastoff+from+Cape+Canaveral&rft.pub=Spaceflight+Now&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F07%2F21%2Frecord-setting-commercial-satellite-awaits-blastoff-from-cape-canaveral%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-357"><span class="mw-cite-backlink"><b><a href="#cite_ref-357">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGraham2018">Graham, William (21 July 2018). <a class="external text" href="https://www.nasaspaceflight.com/2018/07/spacex-falcon-9-telstar-19v-launch/" rel="nofollow">"SpaceX Falcon 9 sets new record with Telstar 19V launch from SLC-40"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+9+sets+new+record+with+Telstar+19V+launch+from+SLC-40&rft.pub=NASASpaceFlight.com&rft.date=2018-07-21&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F07%2Fspacex-falcon-9-telstar-19v-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-358"><span class="mw-cite-backlink"><b><a href="#cite_ref-358">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://spacenews.com/spacex-launches-penultimate-iridium-next-mission/" rel="nofollow">"SpaceX launches penultimate Iridium Next mission"</a>. 25 July 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+launches+penultimate+Iridium+Next+mission&rft.date=2018-07-25&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-launches-penultimate-iridium-next-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-iridiumboosters-359"><span class="mw-cite-backlink"><b><a href="#cite_ref-iridiumboosters_359-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFStephen_Clark_[@StephenClark1]2018">Stephen Clark [@StephenClark1] (14 May 2018). <a class="external text" href="https://twitter.com/StephenClark1/status/996038112437506048" rel="nofollow">"Iridium's Desch: Launch next week will use a previously-flown booster, and our final two Iridium Next missions will fly on new Block 5 boosters"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Iridium%27s+Desch%3A+Launch+next+week+will+use+a+previously-flown+booster%2C+and+our+final+two+Iridium+Next+missions+will+fly+on+new+Block+5+boosters.&rft.date=2018-05-14&rft.au=Stephen+Clark+%5B%40StephenClark1%5D&rft_id=https%3A%2F%2Ftwitter.com%2FStephenClark1%2Fstatus%2F996038112437506048&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-360"><span class="mw-cite-backlink"><b><a href="#cite_ref-360">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.teslarati.com/spacex-falcon-9-block-5-texas-static-fire-tests/" rel="nofollow">"SpaceX's third Block 5 rocket heads to Texas test site as launch marathon nears"</a>. 13 June 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">13 June</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX%27s+third+Block+5+rocket+heads+to+Texas+test+site+as+launch+marathon+nears&rft.date=2018-06-13&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-falcon-9-block-5-texas-static-fire-tests%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Iridium_NEXT-7_SN-361"><span class="mw-cite-backlink">^ <a href="#cite_ref-Iridium_NEXT-7_SN_361-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Iridium_NEXT-7_SN_361-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Iridium_NEXT-7_SN_361-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-Iridium_NEXT-7_SN_361-3"><sup><i><b>d</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2018">Clark, Stephen (25 July 2018). <a class="external text" href="https://spaceflightnow.com/2018/07/25/spacexs-second-launch-in-three-days-lofts-10-more-iridium-satellites/" rel="nofollow">"SpaceX's second launch in three days lofts 10 more Iridium satellites"</a>. <i>spaceflightnow.com</i>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spaceflightnow.com&rft.atitle=SpaceX%27s+second+launch+in+three+days+lofts+10+more+Iridium+satellites&rft.date=2018-07-25&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F07%2F25%2Fspacexs-second-launch-in-three-days-lofts-10-more-iridium-satellites%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Iridium_NEXT-7_space-362"><span class="mw-cite-backlink">^ <a href="#cite_ref-Iridium_NEXT-7_space_362-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Iridium_NEXT-7_space_362-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Iridium_NEXT-7_space_362-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBartels2018">Bartels, Meghan (25 July 2018). <a class="external text" href="https://www.space.com/41273-spacex-launch-iridium-satellites-harsh-weather.html" rel="nofollow">"SpaceX Lands Rocket in Harshest Conditions to Date and Attempts to Catch Fairing"</a>. <i>Space.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Space.com&rft.atitle=SpaceX+Lands+Rocket+in+Harshest+Conditions+to+Date+and+Attempts+to+Catch+Fairing&rft.date=2018-07-25&rft.aulast=Bartels&rft.aufirst=Meghan&rft_id=https%3A%2F%2Fwww.space.com%2F41273-spacex-launch-iridium-satellites-harsh-weather.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-363"><span class="mw-cite-backlink"><b><a href="#cite_ref-363">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFShanklin2018">Shanklin, Emily (6 August 2018). <a class="external text" href="https://web.archive.org/web/20200516081219/https://www.spacex.com/news/2018/08/06/merah-putih-mission" rel="nofollow">"Merah Putih Mission"</a>. <i>SpaceX</i>. Archived from <a class="external text" href="https://www.spacex.com/news/2018/08/06/merah-putih-mission" rel="nofollow">the original</a> on 16 May 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">7 August</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=SpaceX&rft.atitle=Merah+Putih+Mission&rft.date=2018-08-06&rft.aulast=Shanklin&rft.aufirst=Emily&rft_id=https%3A%2F%2Fwww.spacex.com%2Fnews%2F2018%2F08%2F06%2Fmerah-putih-mission&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Ralph-20180727-364"><span class="mw-cite-backlink"><b><a href="#cite_ref-Ralph-20180727_364-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFRalph2018">Ralph, Eric (27 July 2018). <a class="external text" href="https://www.teslarati.com/spacex-first-falcon-9-block-5-reuse-drone-ship-turnaround-record/" rel="nofollow">"SpaceX's first Falcon 9 Block 5 reuse will also be its quickest drone ship turnaround"</a>. <i>Teslarati.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">27 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Teslarati.com&rft.atitle=SpaceX%27s+first+Falcon+9+Block+5+reuse+will+also+be+its+quickest+drone+ship+turnaround&rft.date=2018-07-27&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-first-falcon-9-block-5-reuse-drone-ship-turnaround-record%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-365"><span class="mw-cite-backlink"><b><a href="#cite_ref-365">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFNurrachman2018">Nurrachman, Kemas (22 April 2018). <a class="external text" href="https://techno.okezone.com/read/2018/04/22/207/1889936/meluncur-agustus-2018-satelit-telkom-4-rampung-99" rel="nofollow">"Meluncur Agustus 2018, Satelit Telkom 4 Rampung 99%"</a> [Launching in August 2018, Telkom 4 satellite is 99% completed] (in Indonesian). Okezone.com<span class="reference-accessdate">. Retrieved <span class="nowrap">22 June</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Meluncur+Agustus+2018%2C+Satelit+Telkom+4+Rampung+99%25&rft.date=2018-04-22&rft.aulast=Nurrachman&rft.aufirst=Kemas&rft_id=https%3A%2F%2Ftechno.okezone.com%2Fread%2F2018%2F04%2F22%2F207%2F1889936%2Fmeluncur-agustus-2018-satelit-telkom-4-rampung-99&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-366"><span class="mw-cite-backlink"><b><a href="#cite_ref-366">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFAgung2017">Agung, Bintoro (30 January 2017). <a class="external text" href="http://www.cnnindonesia.com/teknologi/20170130174006-213-190081/satelit-telkom-berikutnya-bakal-gandeng-spacex/" rel="nofollow">"Satelit Telkom Berikutnya Bakal Gandeng SpaceX"</a> [Next Telkom satellite will be launched by SpaceX] (in Indonesian). <a href="/wiki/CNN_Indonesia" title="CNN Indonesia">CNN Indonesia</a><span class="reference-accessdate">. Retrieved <span class="nowrap">14 February</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Satelit+Telkom+Berikutnya+Bakal+Gandeng+SpaceX&rft.date=2017-01-30&rft.aulast=Agung&rft.aufirst=Bintoro&rft_id=http%3A%2F%2Fwww.cnnindonesia.com%2Fteknologi%2F20170130174006-213-190081%2Fsatelit-telkom-berikutnya-bakal-gandeng-spacex%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-367"><span class="mw-cite-backlink"><b><a href="#cite_ref-367">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_sdat/telkom-4.htm" rel="nofollow">"Telkom 4 (Merah Putih)"</a>. <i>Gunter's Space Page</i>. Gunter<span class="reference-accessdate">. Retrieved <span class="nowrap">7 August</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Gunter%27s+Space+Page&rft.atitle=Telkom+4+%28Merah+Putih%29&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Ftelkom-4.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-TelcomI_S.com-368"><span class="mw-cite-backlink">^ <a href="#cite_ref-TelcomI_S.com_368-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-TelcomI_S.com_368-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFWall2018">Wall, Mike (7 August 2018). <a class="external text" href="https://www.space.com/41395-spacex-launches-used-block-5-rocket-nails-landing.html" rel="nofollow">"SpaceX Re-Launches 'Block 5' Rocket for 1st Time, Nails Landing Again"</a>. <i>space.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">7 August</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.com&rft.atitle=SpaceX+Re-Launches+%27Block+5%27+Rocket+for+1st+Time%2C+Nails+Landing+Again&rft.date=2018-08-07&rft.aulast=Wall&rft.aufirst=Mike&rft_id=https%3A%2F%2Fwww.space.com%2F41395-spacex-launches-used-block-5-rocket-nails-landing.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-369"><span class="mw-cite-backlink"><b><a href="#cite_ref-369">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://en.industry.co.id/read/1206/telkom-4-satellite-launch-accelerated-from-schedule" rel="nofollow">"Telkom 4 Satellite Launch Accelerated from Schedule"</a>. <i>industry.co.id</i>. 12 September 2017.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=industry.co.id&rft.atitle=Telkom+4+Satellite+Launch+Accelerated+from+Schedule&rft.date=2017-09-12&rft_id=http%3A%2F%2Fen.industry.co.id%2Fread%2F1206%2Ftelkom-4-satellite-launch-accelerated-from-schedule&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-370"><span class="mw-cite-backlink"><b><a href="#cite_ref-370">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2018/08/spacex-falcon-9-merah-putih-block-5-reflight/" rel="nofollow">"SpaceX Falcon 9 launches Merah Putih for first Block 5 reflight"</a>. NASASpaceFlight.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+9+launches+Merah+Putih+for+first+Block+5+reflight&rft.pub=NASASpaceFlight&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F08%2Fspacex-falcon-9-merah-putih-block-5-reflight%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sfn-20180910-371"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfn-20180910_371-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfn-20180910_371-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sfn-20180910_371-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-sfn-20180910_371-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-sfn-20180910_371-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-sfn-20180910_371-5"><sup><i><b>f</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2018">Clark, Stephen (10 September 2018). <a class="external text" href="https://spaceflightnow.com/2018/09/10/spacex-telesat-achieve-repeat-success-with-midnight-hour-launch/" rel="nofollow">"SpaceX, Telesat achieve repeat success with midnight-hour launch"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">10 September</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Spaceflight+Now&rft.atitle=SpaceX%2C+Telesat+achieve+repeat+success+with+midnight-hour+launch&rft.date=2018-09-10&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F09%2F10%2Fspacex-telesat-achieve-repeat-success-with-midnight-hour-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-372"><span class="mw-cite-backlink"><b><a href="#cite_ref-372">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://spacenews.com/telesat-and-apt-partner-on-replacement-of-jointly-owned-satellite/" rel="nofollow">"Telesat, APT Partner on Replacement of Joint Satellite - SpaceNews.com"</a>. Spacenews.com. 25 December 2015.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Telesat%2C+APT+Partner+on+Replacement+of+Joint+Satellite+-+SpaceNews.com&rft.pub=Spacenews.com&rft.date=2015-12-25&rft_id=http%3A%2F%2Fspacenews.com%2Ftelesat-and-apt-partner-on-replacement-of-jointly-owned-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20181008-373"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20181008_373-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20181008_373-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-nsf-20181008_373-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-nsf-20181008_373-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-nsf-20181008_373-4"><sup><i><b>e</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGraham2018">Graham, William (8 October 2018). <a class="external text" href="https://www.nasaspaceflight.com/2018/10/spacex-falcon-9-saocom-1a-launch-west-coast-landing/" rel="nofollow">"SpaceX Falcon 9 launches with SAOCOM 1A and nails first West Coast landing"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">9 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Falcon+9+launches+with+SAOCOM+1A+and+nails+first+West+Coast+landing&rft.date=2018-10-08&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F10%2Fspacex-falcon-9-saocom-1a-launch-west-coast-landing%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-374"><span class="mw-cite-backlink"><b><a href="#cite_ref-374">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2018/08/saocom-1a-ships-vandenberg-falcon-9-first-west-coast-rtls/" rel="nofollow">"SAOCOM 1A ships to Vandenberg as Falcon 9 prepares for the first west coast RTLS"</a>. <i>nasaspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">1 August</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=SAOCOM+1A+ships+to+Vandenberg+as+Falcon+9+prepares+for+the+first+west+coast+RTLS&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F08%2Fsaocom-1a-ships-vandenberg-falcon-9-first-west-coast-rtls%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-SAOCOM20090416-375"><span class="mw-cite-backlink">^ <a href="#cite_ref-SAOCOM20090416_375-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-SAOCOM20090416_375-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1"><a class="external text" href="https://web.archive.org/web/20171027192425/http://www.spacex.com/press/2012/12/19/spacex-signs-argentinas-space-agency-two-falcon-9-launches" rel="nofollow">"Spacex signs Argentina's space agency for two Falcon 9 launches"</a> (Press release). <a href="/wiki/SpaceX" title="SpaceX">SpaceX</a>. 16 April 2009. Archived from <a class="external text" href="http://www.spacex.com/press/2012/12/19/spacex-signs-argentinas-space-agency-two-falcon-9-launches" rel="nofollow">the original</a> on 27 October 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">21 October</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Spacex+signs+Argentina%27s+space+agency+for+two+Falcon+9+launches&rft.pub=SpaceX&rft.date=2009-04-16&rft_id=http%3A%2F%2Fwww.spacex.com%2Fpress%2F2012%2F12%2F19%2Fspacex-signs-argentinas-space-agency-two-falcon-9-launches&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-saocom_revision-376"><span class="mw-cite-backlink"><b><a href="#cite_ref-saocom_revision_376-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20160417214943/http://www.conae.gov.ar/index.php/espanol/2016/834-revision-saocom-abril2016" rel="nofollow">"Exitosa Revisión de la Misión SAOCOM"</a> (in Spanish). CONAE. 12 April 2016. Archived from <a class="external text" href="http://www.conae.gov.ar/index.php/espanol/2016/834-revision-saocom-abril2016" rel="nofollow">the original</a> on 17 April 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">20 June</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Exitosa+Revisi%C3%B3n+de+la+Misi%C3%B3n+SAOCOM&rft.pub=CONAE&rft.date=2016-04-12&rft_id=http%3A%2F%2Fwww.conae.gov.ar%2Findex.php%2Fespanol%2F2016%2F834-revision-saocom-abril2016&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-377"><span class="mw-cite-backlink"><b><a href="#cite_ref-377">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGraham2018">Graham, William (15 November 2018). <a class="external text" href="https://www.nasaspaceflight.com/2018/11/spacex-falcon-9-launch-eshail-2-39a/" rel="nofollow">"SpaceX Falcon 9 launches Es'Hail-2 from 39A"</a>. <a href="/wiki/NASASpaceFlight.com" title="NASASpaceFlight.com">NASASpaceFlight.com</a><span class="reference-accessdate">. Retrieved <span class="nowrap">15 November</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Falcon+9+launches+Es%27Hail-2+from+39A&rft.date=2018-11-15&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F11%2Fspacex-falcon-9-launch-eshail-2-39a%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-eshail2-378"><span class="mw-cite-backlink">^ <a href="#cite_ref-eshail2_378-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-eshail2_378-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2014">Clark, Stephen (29 December 2014). <a class="external text" href="http://spaceflightnow.com/2014/12/29/spacex-selected-for-launch-of-qatari-satellite/" rel="nofollow">"SpaceX selected for launch of Qatari satellite"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">29 December</span> 2014</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Spaceflight+Now&rft.atitle=SpaceX+selected+for+launch+of+Qatari+satellite&rft.date=2014-12-29&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2F2014%2F12%2F29%2Fspacex-selected-for-launch-of-qatari-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-379"><span class="mw-cite-backlink"><b><a href="#cite_ref-379">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spaceflightnow.com/2018/11/15/spacex-launches-qatars-eshail-2-communications-satellite/" rel="nofollow">"SpaceX launches Qatar's Es'hail 2 communications satellite"</a>. <i>spaceflightnow.com</i>. 15 November 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">17 November</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spaceflightnow.com&rft.atitle=SpaceX+launches+Qatar%27s+Es%27hail+2+communications+satellite&rft.date=2018-11-15&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F11%2F15%2Fspacex-launches-qatars-eshail-2-communications-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spacenews20181115-380"><span class="mw-cite-backlink">^ <a href="#cite_ref-spacenews20181115_380-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spacenews20181115_380-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFHenry2018">Henry, Caleb (15 November 2018). <a class="external text" href="https://spacenews.com/spacex-launches-eshail-2-satellite-ties-launch-record" rel="nofollow">"SpaceX launches Es'hail-2 satellite, ties launch record"</a>. <i>spacenews.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">15 November</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=spacenews.com&rft.atitle=SpaceX+launches+Es%27hail-2+satellite%2C+ties+launch+record&rft.date=2018-11-15&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-launches-eshail-2-satellite-ties-launch-record&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-381"><span class="mw-cite-backlink"><b><a href="#cite_ref-381">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacenews.com/spacex-landing-mishap-wont-affect-upcoming-launches/" rel="nofollow">"SpaceX landing mishap won't affect upcoming launches"</a>. <i>spaceflightnow.com</i>. 5 December 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">6 December</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spaceflightnow.com&rft.atitle=SpaceX+landing+mishap+won%27t+affect+upcoming+launches&rft.date=2018-12-05&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-landing-mishap-wont-affect-upcoming-launches%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-382"><span class="mw-cite-backlink"><b><a href="#cite_ref-382">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2018">Clark, Stephen (3 December 2018). <a class="external text" href="https://spaceflightnow.com/2018/12/03/spacex-launches-swarm-of-satellites-re-flies-rocket-for-third-time/" rel="nofollow">"SpaceX launches swarm of satellites, flies rocket for third time"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">19 December</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Spaceflight+Now&rft.atitle=SpaceX+launches+swarm+of+satellites%2C+flies+rocket+for+third+time&rft.date=2018-12-03&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F12%2F03%2Fspacex-launches-swarm-of-satellites-re-flies-rocket-for-third-time%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spacenews20181203-383"><span class="mw-cite-backlink">^ <a href="#cite_ref-spacenews20181203_383-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spacenews20181203_383-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacenews.com/spacex-launches-all-smallsat-falcon-9-mission/" rel="nofollow">"SpaceX launches all-smallsat Falcon 9 mission"</a>. <i>spacenews.com</i>. SpaceNews. 3 December 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">4 December</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spacenews.com&rft.atitle=SpaceX+launches+all-smallsat+Falcon+9+mission&rft.date=2018-12-03&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-launches-all-smallsat-falcon-9-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spaceflight-rideshare-384"><span class="mw-cite-backlink"><b><a href="#cite_ref-spaceflight-rideshare_384-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1"><a class="external text" href="http://www.spaceflight.com/spaceflight-purchases-spacex-falcon-9-rocket-to-provide-more-frequent-cost-effective-rideshare-availability-for-small-satellite-industry/" rel="nofollow">"Spaceflight purchases SpaceX Falcon 9 rocket to provide more frequent, cost-effective rideshare availability for small satellite industry"</a> (Press release). Spaceflight Industries. 30 September 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">7 January</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Spaceflight+purchases+SpaceX+Falcon+9+rocket+to+provide+more+frequent%2C+cost-effective+rideshare+availability+for+small+satellite+industry&rft.pub=Spaceflight+Industries&rft.date=2015-09-30&rft_id=http%3A%2F%2Fwww.spaceflight.com%2Fspaceflight-purchases-spacex-falcon-9-rocket-to-provide-more-frequent-cost-effective-rideshare-availability-for-small-satellite-industry%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-:2-385"><span class="mw-cite-backlink"><b><a href="#cite_ref-:2_385-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSorensen2018">Sorensen, Jodi (6 August 2018). <a class="external text" href="http://spaceflight.com/spaceflight-prepares-historic-launch-of-more-than-70-spacecraft-aboard-spacex-falcon-9/" rel="nofollow">"Spaceflight prepares historic launch of more than 70 spacecraft aboard SpaceX Falcon9"</a>. Spaceflight Industries<span class="reference-accessdate">. Retrieved <span class="nowrap">6 August</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Spaceflight+prepares+historic+launch+of+more+than+70+spacecraft+aboard+SpaceX+Falcon9&rft.pub=Spaceflight+Industries&rft.date=2018-08-06&rft.aulast=Sorensen&rft.aufirst=Jodi&rft_id=http%3A%2F%2Fspaceflight.com%2Fspaceflight-prepares-historic-launch-of-more-than-70-spacecraft-aboard-spacex-falcon-9%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-:3-386"><span class="mw-cite-backlink"><b><a href="#cite_ref-:3_386-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBusiness">Business, Jackie Wattles. <a class="external text" href="https://www.cnn.com/2018/12/03/tech/spacex-record-sso-a-mission/index.html" rel="nofollow">"SpaceX launched 64 satellites in record-breaking mission"</a>. CNN<span class="reference-accessdate">. Retrieved <span class="nowrap">4 December</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+launched+64+satellites+in+record-breaking+mission&rft.aulast=Business&rft.aufirst=Jackie+Wattles&rft_id=https%3A%2F%2Fwww.cnn.com%2F2018%2F12%2F03%2Ftech%2Fspacex-record-sso-a-mission%2Findex.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-eucropis-387"><span class="mw-cite-backlink"><b><a href="#cite_ref-eucropis_387-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.parabolicarc.com/2017/02/07/dlr-launch-cosmic-greenhouses-orbit/#more-60627" rel="nofollow">"DLR to Launch Cosmic Greenhouses into Orbit"</a>. Parabolic Arc. 7 February 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">9 February</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=DLR+to+Launch+Cosmic+Greenhouses+into+Orbit&rft.pub=Parabolic+Arc&rft.date=2017-02-07&rft_id=http%3A%2F%2Fwww.parabolicarc.com%2F2017%2F02%2F07%2Fdlr-launch-cosmic-greenhouses-orbit%2F%23more-60627&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-:4-388"><span class="mw-cite-backlink"><b><a href="#cite_ref-:4_388-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://space.skyrocket.de/doc_sdat/hiber-1.htm" rel="nofollow">"Hiber 1, 2"</a>. <i>space.skyrocket.de</i><span class="reference-accessdate">. Retrieved <span class="nowrap">24 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.skyrocket.de&rft.atitle=Hiber+1%2C+2&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fhiber-1.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-:5-389"><span class="mw-cite-backlink"><b><a href="#cite_ref-:5_389-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="https://space.skyrocket.de/doc_sdat/itasat-1.htm" rel="nofollow">"ITASAT 1"</a>. <i>Gunter's Space Page</i><span class="reference-accessdate">. Retrieved <span class="nowrap">3 August</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Gunter%27s+Space+Page&rft.atitle=ITASAT+1&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fitasat-1.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20180129-390"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf-20180129_390-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBaylor2018">Baylor, Michael (29 January 2018). <a class="external text" href="https://www.nasaspaceflight.com/2018/01/planet-labs-targets-search-engine-world/" rel="nofollow">"Planet Labs targets a search engine of the world"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">30 January</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Planet+Labs+targets+a+search+engine+of+the+world&rft.date=2018-01-29&rft.aulast=Baylor&rft.aufirst=Michael&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F01%2Fplanet-labs-targets-search-engine-world%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Upcoming-ELaNa-391"><span class="mw-cite-backlink">^ <a href="#cite_ref-Upcoming-ELaNa_391-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Upcoming-ELaNa_391-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Upcoming-ELaNa_391-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasa.gov/content/upcoming-elana-cubesat-launches" rel="nofollow">"Upcoming ELaNa CubeSat Launches"</a>. NASA. 22 May 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">14 June</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Upcoming+ELaNa+CubeSat+Launches&rft.pub=NASA&rft.date=2020-05-22&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fcontent%2Fupcoming-elana-cubesat-launches&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-392"><span class="mw-cite-backlink"><b><a href="#cite_ref-392">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1" id="CITEREFHambletonJordan2018">Hambleton, Kathryn; Jordan, Gary (5 December 2018). <a class="external text" href="https://www.nasa.gov/press-release/nasa-sends-new-research-hardware-to-space-station-on-spacex-mission" rel="nofollow">"NASA Sends New Research, Hardware to Space Station on SpaceX Mission"</a> (Press release). NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">29 December</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Sends+New+Research%2C+Hardware+to+Space+Station+on+SpaceX+Mission&rft.pub=NASA&rft.date=2018-12-05&rft.aulast=Hambleton&rft.aufirst=Kathryn&rft.au=Jordan%2C+Gary&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fnasa-sends-new-research-hardware-to-space-station-on-spacex-mission&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-Grush-20181205-393"><span class="mw-cite-backlink">^ <a href="#cite_ref-Grush-20181205_393-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Grush-20181205_393-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGrush2018">Grush, Loren (5 December 2018). <a class="external text" href="https://www.theverge.com/2018/12/5/18127630/spacex-falcon-9-rocket-landing-failure-ground-cape-canaveral" rel="nofollow">"For the first time ever, a SpaceX Falcon 9 rocket fails to stick a ground landing"</a>. The Verge<span class="reference-accessdate">. Retrieved <span class="nowrap">6 December</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=For+the+first+time+ever%2C+a+SpaceX+Falcon+9+rocket+fails+to+stick+a+ground+landing&rft.date=2018-12-05&rft.aulast=Grush&rft.aufirst=Loren&rft_id=https%3A%2F%2Fwww.theverge.com%2F2018%2F12%2F5%2F18127630%2Fspacex-falcon-9-rocket-landing-failure-ground-cape-canaveral&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-394"><span class="mw-cite-backlink"><b><a href="#cite_ref-394">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="https://space.skyrocket.de/doc_sdat/gedi.htm" rel="nofollow">"GEDI"</a>. <i>Gunter's Space Page</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 August</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Gunter%27s+Space+Page&rft.atitle=GEDI&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fgedi.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-395"><span class="mw-cite-backlink"><b><a href="#cite_ref-395">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFRalph2018">Ralph, Eric (7 December 2018). <a class="external text" href="https://www.teslarati.com/spacex-first-falcon-9-block-5-booster-casualty-battered-but-intact/" rel="nofollow">"SpaceX's first Falcon 9 Block 5 booster casualty battered but still intact in aerial photos"</a>. <i>teslarati.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">7 December</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=teslarati.com&rft.atitle=SpaceX%27s+first+Falcon+9+Block+5+booster+casualty+battered+but+still+intact+in+aerial+photos&rft.date=2018-12-07&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-first-falcon-9-block-5-booster-casualty-battered-but-intact%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spacenews20181223-396"><span class="mw-cite-backlink">^ <a href="#cite_ref-spacenews20181223_396-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spacenews20181223_396-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-spacenews20181223_396-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacenews.com/spacex-launches-first-gps-3-satellite/" rel="nofollow">"SpaceX launches first GPS 3 satellite"</a>. <a class="mw-redirect" href="/wiki/Spacenews.com" title="Spacenews.com">spacenews.com</a>. 23 December 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">23 December</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+first+GPS+3+satellite&rft.pub=spacenews.com&rft.date=2018-12-23&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-launches-first-gps-3-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20181022-397"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20181022_397-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20181022_397-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBaylor2018">Baylor, Michael (22 October 2018). <a class="external text" href="https://www.nasaspaceflight.com/2018/10/spacex-lines-five-launches-2018/" rel="nofollow">"SpaceX lines up five launches to close out 2018"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">25 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+lines+up+five+launches+to+close+out+2018&rft.date=2018-10-22&rft.aulast=Baylor&rft.aufirst=Michael&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F10%2Fspacex-lines-five-launches-2018%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sfn-20181217-398"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfn-20181217_398-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfn-20181217_398-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sfn-20181217_398-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2018">Clark, Stephen (17 December 2018). <a class="external text" href="https://spaceflightnow.com/2018/12/17/air-force-requirements-will-keep-spacex-from-recovering-falcon-9-booster-after-gps-launch/" rel="nofollow">"Air Force requirements will keep SpaceX from landing Falcon 9 booster after GPS launch"</a>. <i>SpaceFlight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">18 December</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=SpaceFlight+Now&rft.atitle=Air+Force+requirements+will+keep+SpaceX+from+landing+Falcon+9+booster+after+GPS+launch&rft.date=2018-12-17&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F12%2F17%2Fair-force-requirements-will-keep-spacex-from-recovering-falcon-9-booster-after-gps-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-399"><span class="mw-cite-backlink"><b><a href="#cite_ref-399">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacenews.com/congressional-auditors-raise-red-flags-on-eelv-costs-national-security-launch-industrial-base/" rel="nofollow">"Congressional auditors raise red flags on EELV costs, national security launch industrial base"</a>. <i>spacenews.com</i>. 25 April 2018.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spacenews.com&rft.atitle=Congressional+auditors+raise+red+flags+on+EELV+costs%2C+national+security+launch+industrial+base&rft.date=2018-04-25&rft_id=https%3A%2F%2Fspacenews.com%2Fcongressional-auditors-raise-red-flags-on-eelv-costs-national-security-launch-industrial-base%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sn-20160427-400"><span class="mw-cite-backlink">^ <a href="#cite_ref-sn-20160427_400-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sn-20160427_400-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGruss2016">Gruss, Mike (27 April 2016). <a class="external text" href="http://spacenews.com/spacex-wins-82-million-contract-for-2018-falcon-9-launch-of-gps-3-satellite/" rel="nofollow">"SpaceX wins US$82 million contract for 2018 Falcon 9 launch of GPS 3 satellite"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">29 April</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+wins+US%2482+million+contract+for+2018+Falcon+9+launch+of+GPS+3+satellite&rft.date=2016-04-27&rft.aulast=Gruss&rft.aufirst=Mike&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-wins-82-million-contract-for-2018-falcon-9-launch-of-gps-3-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-gunter-b5ex-401"><span class="mw-cite-backlink"><b><a href="#cite_ref-gunter-b5ex_401-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="https://space.skyrocket.de/doc_lau_det/falcon-9_v1-2_b5_ex.htm" rel="nofollow">"Falcon-9 v1.2 (Block 5)(ex) (Falcon-9FT (Block 5)(ex))"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">9 November</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon-9+v1.2+%28Block+5%29%28ex%29+%28Falcon-9FT+%28Block+5%29%28ex%29%29&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_lau_det%2Ffalcon-9_v1-2_b5_ex.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-402"><span class="mw-cite-backlink"><b><a href="#cite_ref-402">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFRalph2018">Ralph, Eric (13 December 2018). <a class="external text" href="https://www.teslarati.com/spacex-first-expendable-falcon-9-block-5-launch-usaf-satellite-fairing-encapsulation/" rel="nofollow">"SpaceX's Falcon 9 Block 5 set for first expendable launch with USAF satellite"</a>. <i>Teslarati.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 December</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Teslarati.com&rft.atitle=SpaceX%27s+Falcon+9+Block+5+set+for+first+expendable+launch+with+USAF+satellite&rft.date=2018-12-13&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-first-expendable-falcon-9-block-5-launch-usaf-satellite-fairing-encapsulation%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-403"><span class="mw-cite-backlink"><b><a href="#cite_ref-403">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.schriever.af.mil/News/Article-Display/Article/2057321/2nd-space-operations-squadron-sets-svn-74-healthy-and-active/" rel="nofollow">"2nd Space Operations Squadron sets SVN-74 healthy and active"</a>. <i>Schriever Air Force Base</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Schriever+Air+Force+Base&rft.atitle=2nd+Space+Operations+Squadron+sets+SVN-74+healthy+and+active&rft_id=https%3A%2F%2Fwww.schriever.af.mil%2FNews%2FArticle-Display%2FArticle%2F2057321%2F2nd-space-operations-squadron-sets-svn-74-healthy-and-active%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-404"><span class="mw-cite-backlink"><b><a href="#cite_ref-404">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]_foust2019">@jeff_foust (7 May 2019). <a class="external text" href="https://twitter.com/jeff_foust/status/1125848289260314624" rel="nofollow">"Shotwell: expecting 18-21 launches this year; Starlink missions would be on top of that. Plenty of production capacity to handle it. #SATShow"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Shotwell%3A+expecting+18-21+launches+this+year%3B+Starlink+missions+would+be+on+top+of+that.+Plenty+of+production+capacity+to+handle+it.+%23SATShow&rft.date=2019-05-07&rft.au=%40jeff_foust&rft_id=https%3A%2F%2Ftwitter.com%2Fjeff_foust%2Fstatus%2F1125848289260314624&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-405"><span class="mw-cite-backlink"><b><a href="#cite_ref-405">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://space.skyrocket.de/doc_chr/lau2019.htm" rel="nofollow">"Orbital Launches of 2019"</a>. Gunters space page<span class="reference-accessdate">. Retrieved <span class="nowrap">8 January</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Orbital+Launches+of+2019&rft.pub=Gunters+space+page&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_chr%2Flau2019.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-406"><span class="mw-cite-backlink"><b><a href="#cite_ref-406">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2019/01/iridium-boss-reflects-satellite-constellation-launch/" rel="nofollow">"Iridium boss reflects as final NEXT satellite constellation launches"</a>. 11 January 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Iridium+boss+reflects+as+final+NEXT+satellite+constellation+launches&rft.date=2019-01-11&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F01%2Firidium-boss-reflects-satellite-constellation-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-407"><span class="mw-cite-backlink"><b><a href="#cite_ref-407">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFDesch,_Matt_[@IridiumBoss]2018">Desch, Matt [@IridiumBoss] (18 October 2018). <a class="external text" href="https://twitter.com/IridiumBoss/status/1052938928687370240" rel="nofollow">"I understand it's 1049-2"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">18 October</span> 2018</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=I+understand+it%27s+1049-2&rft.date=2018-10-18&rft.au=Desch%2C+Matt+%5B%40IridiumBoss%5D&rft_id=https%3A%2F%2Ftwitter.com%2FIridiumBoss%2Fstatus%2F1052938928687370240&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-408"><span class="mw-cite-backlink"><b><a href="#cite_ref-408">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2019/02/spacex-indonesian-launch-israeli-moon-mission/" rel="nofollow">"SpaceX launches Indonesian satellite launch and Israeli moon mission"</a>. 21 February 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">22 February</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+Indonesian+satellite+launch+and+Israeli+moon+mission&rft.date=2019-02-21&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F02%2Fspacex-indonesian-launch-israeli-moon-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-409"><span class="mw-cite-backlink"><b><a href="#cite_ref-409">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20190221165642/https://www.spacex.com/sites/spacex/files/nusantara_satu_press_kit.pdf" rel="nofollow">"Nusantara Satu Mission"</a> <span class="cs1-format">(PDF)</span>. <i>spacex.com</i>. 21 February 2019. Archived from <a class="external text" href="https://www.spacex.com/sites/spacex/files/nusantara_satu_press_kit.pdf" rel="nofollow">the original</a> <span class="cs1-format">(PDF)</span> on 21 February 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">21 February</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spacex.com&rft.atitle=Nusantara+Satu+Mission&rft.date=2019-02-21&rft_id=https%3A%2F%2Fwww.spacex.com%2Fsites%2Fspacex%2Ffiles%2Fnusantara_satu_press_kit.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-jls-201801012-410"><span class="mw-cite-backlink">^ <a href="#cite_ref-jls-201801012_410-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-jls-201801012_410-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSchuster2018">Schuster, John (2 January 2018). <a class="external text" href="http://www.jlscapitalstrategies.com/news/2018/1/2/pasifik-satelit-nusantara-psn-vi-project" rel="nofollow">"Pasifik Satelit Nusantara - PSN VI project"</a>. JLS Capital Strategies<span class="reference-accessdate">. Retrieved <span class="nowrap">12 September</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Pasifik+Satelit+Nusantara+-+PSN+VI+project&rft.pub=JLS+Capital+Strategies&rft.date=2018-01-02&rft.aulast=Schuster&rft.aufirst=John&rft_id=http%3A%2F%2Fwww.jlscapitalstrategies.com%2Fnews%2F2018%2F1%2F2%2Fpasifik-satelit-nusantara-psn-vi-project&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sn-20181218-411"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn-20181218_411-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFFoust2018">Foust, Jeff (18 December 2018). <a class="external text" href="https://spacenews.com/spaceil-completes-lunar-lander-for-february-launch/" rel="nofollow">"SpaceIL completes lunar lander for February launch"</a>. Space News<span class="reference-accessdate">. Retrieved <span class="nowrap">19 December</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceIL+completes+lunar+lander+for+February+launch&rft.date=2018-12-18&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=https%3A%2F%2Fspacenews.com%2Fspaceil-completes-lunar-lander-for-february-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sn150219-412"><span class="mw-cite-backlink">^ <a href="#cite_ref-sn150219_412-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sn150219_412-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacenews.com/air-force-smallsat-to-fly-on-upcoming-falcon-9-launch/" rel="nofollow">"Air Force smallsat to fly on upcoming Falcon 9 launch"</a>. SpaceNews. 15 February 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">21 February</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Air+Force+smallsat+to+fly+on+upcoming+Falcon+9+launch&rft.pub=SpaceNews&rft.date=2019-02-15&rft_id=https%3A%2F%2Fspacenews.com%2Fair-force-smallsat-to-fly-on-upcoming-falcon-9-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sn200219-413"><span class="mw-cite-backlink">^ <a href="#cite_ref-sn200219_413-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sn200219_413-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacenews.com/falcon-9-launch-the-final-leg-of-indonesian-satellites-roundabout-journey/" rel="nofollow">"Falcon 9 launch the final leg of Indonesian satellite's roundabout journey"</a>. 20 February 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">22 February</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+launch+the+final+leg+of+Indonesian+satellite%27s+roundabout+journey&rft.date=2019-02-20&rft_id=https%3A%2F%2Fspacenews.com%2Ffalcon-9-launch-the-final-leg-of-indonesian-satellites-roundabout-journey%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sn-20150605-414"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn-20150605_414-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFde_Selding2015">de Selding, Peter B. (5 June 2015). <a class="external text" href="https://spacenews.com/falcon-9-co-passenger-found-for-ssl-built-psn-6-satellite/" rel="nofollow">"Falcon 9 Co-passenger Found for SS/L-built PSN-6 Satellite"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">11 September</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+Co-passenger+Found+for+SS%2FL-built+PSN-6+Satellite&rft.pub=SpaceNews&rft.date=2015-06-05&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=https%3A%2F%2Fspacenews.com%2Ffalcon-9-co-passenger-found-for-ssl-built-psn-6-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-415"><span class="mw-cite-backlink"><b><a href="#cite_ref-415">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://psn.co.id/nsatu/" rel="nofollow">"Satellite Specifications"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">13 January</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Satellite+Specifications&rft_id=https%3A%2F%2Fpsn.co.id%2Fnsatu%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-moon-race-first-launch-deal-416"><span class="mw-cite-backlink"><b><a href="#cite_ref-moon-race-first-launch-deal_416-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFWall2015">Wall, Mike (7 October 2015). <a class="external text" href="http://www.space.com/30763-private-moon-race-google-lunar-xprize-spaceil.html" rel="nofollow">"Private Moon Race Heats Up with 1st Verified Launch Deal"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">7 January</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Private+Moon+Race+Heats+Up+with+1st+Verified+Launch+Deal&rft.date=2015-10-07&rft.aulast=Wall&rft.aufirst=Mike&rft_id=http%3A%2F%2Fwww.space.com%2F30763-private-moon-race-google-lunar-xprize-spaceil.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-haaretz-20180711-417"><span class="mw-cite-backlink">^ <a href="#cite_ref-haaretz-20180711_417-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-haaretz-20180711_417-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFRonel2018">Ronel, Asaf (11 July 2018). <a class="external text" href="https://www.haaretz.com/amp/israel-news/.premium-first-israeli-spacecraft-to-the-moon-to-launch-in-december-1.6264356" rel="nofollow">"First Israeli Spacecraft to Head to Moon on Back of Elon Musk's SpaceX Rocket"</a>. Haaretz<span class="reference-accessdate">. Retrieved <span class="nowrap">15 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=First+Israeli+Spacecraft+to+Head+to+Moon+on+Back+of+Elon+Musk%27s+SpaceX+Rocket&rft.date=2018-07-11&rft.aulast=Ronel&rft.aufirst=Asaf&rft_id=https%3A%2F%2Fwww.haaretz.com%2Famp%2Fisrael-news%2F.premium-first-israeli-spacecraft-to-the-moon-to-launch-in-december-1.6264356&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-bridenstine-israel-418"><span class="mw-cite-backlink">^ <a href="#cite_ref-bridenstine-israel_418-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-bridenstine-israel_418-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFFoust2018">Foust, Jeff (13 July 2018). <a class="external text" href="https://spacenews.com/bridenstine-visits-israel-on-first-foreign-trip/" rel="nofollow">"Bridenstine visits Israel on first foreign trip"</a>. Space News<span class="reference-accessdate">. Retrieved <span class="nowrap">15 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Bridenstine+visits+Israel+on+first+foreign+trip&rft.date=2018-07-13&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=https%3A%2F%2Fspacenews.com%2Fbridenstine-visits-israel-on-first-foreign-trip%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-419"><span class="mw-cite-backlink"><b><a href="#cite_ref-419">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.satnews.com/story.php?number=461733329&menu=1" rel="nofollow">"SpaceIL and IAI Now Have Communications with Just Launched Beresheet Spacecraft — Maneuvering to Follow"</a>. 22 February 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">22 February</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceIL+and+IAI+Now+Have+Communications+with+Just+Launched+Beresheet+Spacecraft+%E2%80%94+Maneuvering+to+Follow&rft.date=2019-02-22&rft_id=http%3A%2F%2Fwww.satnews.com%2Fstory.php%3Fnumber%3D461733329%26menu%3D1&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Shoshanna-420"><span class="mw-cite-backlink"><b><a href="#cite_ref-Shoshanna_420-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFWinnerSolomon2018">Winner, Stewart; Solomon, Shoshanna (10 July 2018). <a class="external text" href="https://www.timesofisrael.com/in-first-israeli-spacecraft-set-for-trip-to-the-moon/" rel="nofollow">"Israeli spacecraft aims for historic Moon landing... within months"</a>. <i>The Times of Israel</i><span class="reference-accessdate">. Retrieved <span class="nowrap">11 July</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+Times+of+Israel&rft.atitle=Israeli+spacecraft+aims+for+historic+Moon+landing...+within+months&rft.date=2018-07-10&rft.aulast=Winner&rft.aufirst=Stewart&rft.au=Solomon%2C+Shoshanna&rft_id=https%3A%2F%2Fwww.timesofisrael.com%2Fin-first-israeli-spacecraft-set-for-trip-to-the-moon%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-421"><span class="mw-cite-backlink"><b><a href="#cite_ref-421">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFIsrael_To_The_Moon_[@TeamSpaceIL]2019">Israel To The Moon [@TeamSpaceIL] (11 April 2019). <a class="external text" href="https://twitter.com/TeamSpaceIL/status/1116430572551852032" rel="nofollow">"Don't stop believing! We came close but unfortunately didn't succeed with the landing process. More updates to follow. #SpaceIL #Beresheetpic.twitter.com/QnLAwEdKRv"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">11 April</span> 2019</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Don%27t+stop+believing%21+We+came+close+but+unfortunately+didn%27t+succeed+with+the+landing+process.+More+updates+to+follow.+%23SpaceIL+%23Beresheetpic.twitter.com%2FQnLAwEdKRv&rft.date=2019-04-11&rft.au=Israel+To+The+Moon+%5B%40TeamSpaceIL%5D&rft_id=https%3A%2F%2Ftwitter.com%2FTeamSpaceIL%2Fstatus%2F1116430572551852032&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-:7-422"><span class="mw-cite-backlink"><b><a href="#cite_ref-:7_422-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.bbc.co.uk/news/science-environment-47414390" rel="nofollow">"SpaceX astronaut capsule demo for Nasa lifts off"</a>. BBC. 2 March 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">2 March</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+astronaut+capsule+demo+for+Nasa+lifts+off&rft.date=2019-03-02&rft_id=https%3A%2F%2Fwww.bbc.co.uk%2Fnews%2Fscience-environment-47414390&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nac-ccp-423"><span class="mw-cite-backlink"><b><a href="#cite_ref-nac-ccp_423-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFLueders2018">Lueders, Kathryn (26 March 2018). <a class="external text" href="https://www.nasa.gov/sites/default/files/atoms/files/ccp_presentation_for_nac_public_session.pdf" rel="nofollow">"Commercial Crew Program Status to NASA Advisory Council Human Exploration and Operations Committee"</a> <span class="cs1-format">(PDF)</span>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">27 March</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Commercial+Crew+Program+Status+to+NASA+Advisory+Council+Human+Exploration+and+Operations+Committee&rft.pub=NASA&rft.date=2018-03-26&rft.aulast=Lueders&rft.aufirst=Kathryn&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Fatoms%2Ffiles%2Fccp_presentation_for_nac_public_session.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-nsf20150305-424"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf20150305_424-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf20150305_424-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-nsf20150305_424-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBergin2015">Bergin, Chris (5 March 2015). <a class="external text" href="http://www.nasaspaceflight.com/2015/03/commercial-crew-demo-missions-dragon-cst-100/" rel="nofollow">"Commercial crew demo missions manifested for Dragon 2 and CST-100"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">7 March</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Commercial+crew+demo+missions+manifested+for+Dragon+2+and+CST-100&rft.date=2015-03-05&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=http%3A%2F%2Fwww.nasaspaceflight.com%2F2015%2F03%2Fcommercial-crew-demo-missions-dragon-cst-100%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Clark-425"><span class="mw-cite-backlink"><b><a href="#cite_ref-Clark_425-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark">Clark, Stephen. <a class="external text" href="https://spaceflightnow.com/2019/02/28/spacexs-crew-dragon-rolls-out-for-test-flight/" rel="nofollow">"SpaceX's Crew Dragon ready for first test flight"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">2 March</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX%27s+Crew+Dragon+ready+for+first+test+flight&rft.pub=Spaceflight+Now&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2019%2F02%2F28%2Fspacexs-crew-dragon-rolls-out-for-test-flight%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-427"><span class="mw-cite-backlink"><b><a href="#cite_ref-427">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.spaceflightinsider.com/organizations/space-exploration-technologies/falcon-9-with-crew-dragon-vertical-at-launch-complex-39a/" rel="nofollow">"Falcon 9 with crew dragon vertical at launch complex 39A"</a>. 5 January 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">23 February</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+with+crew+dragon+vertical+at+launch+complex+39A&rft.date=2019-01-05&rft_id=https%3A%2F%2Fwww.spaceflightinsider.com%2Forganizations%2Fspace-exploration-technologies%2Ffalcon-9-with-crew-dragon-vertical-at-launch-complex-39a%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-428"><span class="mw-cite-backlink"><b><a href="#cite_ref-428">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacenews.com/crew-dragon-docks-with-iss/" rel="nofollow">"Crew Dragon docks with ISS"</a>. <i>spacenews.com</i>. 3 March 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">13 June</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spacenews.com&rft.atitle=Crew+Dragon+docks+with+ISS&rft.date=2019-03-03&rft_id=https%3A%2F%2Fspacenews.com%2Fcrew-dragon-docks-with-iss%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-429"><span class="mw-cite-backlink"><b><a href="#cite_ref-429">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFWall2019">Wall, Mike (8 March 2019). <a class="external text" href="https://www.space.com/spacex-crew-dragon-returns-to-earth.html" rel="nofollow">"SpaceX Crew Dragon Splashes Down in Atlantic to Cap Historic Test Flight"</a>. <i>space.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 June</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.com&rft.atitle=SpaceX+Crew+Dragon+Splashes+Down+in+Atlantic+to+Cap+Historic+Test+Flight&rft.date=2019-03-08&rft.aulast=Wall&rft.aufirst=Mike&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-crew-dragon-returns-to-earth.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-:11-430"><span class="mw-cite-backlink">^ <a href="#cite_ref-:11_430-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:11_430-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBerger2019">Berger, Eric (25 April 2019). <a class="external text" href="https://arstechnica.com/science/2019/04/nasa-safety-panel-offers-more-detail-on-dragon-anomaly-urges-patience/" rel="nofollow">"NASA safety panel offers more detail on Dragon anomaly, urges patience"</a>. Ars Technica<span class="reference-accessdate">. Retrieved <span class="nowrap">4 May</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=NASA+safety+panel+offers+more+detail+on+Dragon+anomaly%2C+urges+patience&rft.date=2019-04-25&rft.aulast=Berger&rft.aufirst=Eric&rft_id=https%3A%2F%2Farstechnica.com%2Fscience%2F2019%2F04%2Fnasa-safety-panel-offers-more-detail-on-dragon-anomaly-urges-patience%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20190306-431"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20190306_431-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20190306_431-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-nsf-20190306_431-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-nsf-20190306_431-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-nsf-20190306_431-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-nsf-20190306_431-5"><sup><i><b>f</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBaylor2019">Baylor, Michael (6 March 2019). <a class="external text" href="https://www.nasaspaceflight.com/2019/03/falcon-heavy-starlink-headline-spacexs-manifest/" rel="nofollow">"Falcon Heavy and Starlink headline SpaceX's upcoming manifest"</a>. <i><a class="mw-redirect" href="/wiki/NASASpaceFlight" title="NASASpaceFlight">NASASpaceFlight</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">7 March</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=NASASpaceFlight&rft.atitle=Falcon+Heavy+and+Starlink+headline+SpaceX%27s+upcoming+manifest&rft.date=2019-03-06&rft.aulast=Baylor&rft.aufirst=Michael&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F03%2Ffalcon-heavy-starlink-headline-spacexs-manifest%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20190411-432"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf-20190411_432-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf-20190411_432-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2019/04/spacex-falcon-heavy-second-launch-arabsat-6a/" rel="nofollow">"SpaceX Falcon Heavy launches Arabsat-6A"</a>. 11 April 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">11 April</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+Heavy+launches+Arabsat-6A&rft.date=2019-04-11&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F04%2Fspacex-falcon-heavy-second-launch-arabsat-6a%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sfn-20150429-433"><span class="mw-cite-backlink"><b><a href="#cite_ref-sfn-20150429_433-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2015">Clark, Stephen (29 April 2015). <a class="external text" href="https://spaceflightnow.com/2015/04/29/arabsat-contracts-go-to-lockheed-martin-arianespace-and-spacex/" rel="nofollow">"Arabsat contracts go to Lockheed Martin, Arianespace and SpaceX"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Arabsat+contracts+go+to+Lockheed+Martin%2C+Arianespace+and+SpaceX&rft.date=2015-04-29&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2015%2F04%2F29%2Farabsat-contracts-go-to-lockheed-martin-arianespace-and-spacex%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-434"><span class="mw-cite-backlink"><b><a href="#cite_ref-434">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://space.skyrocket.de/doc_sdat/arabsat-6a.htm" rel="nofollow">"Arabsat 6A"</a>. <i>Gunter's Space Page</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 April</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Gunter%27s+Space+Page&rft.atitle=Arabsat+6A&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Farabsat-6a.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-435"><span class="mw-cite-backlink"><b><a href="#cite_ref-435">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGrush">Grush, Loren. <a class="external text" href="https://www.theverge.com/2019/4/15/18311945/spacex-falcon-heavy-center-core-drone-ship-rough-ocean" rel="nofollow">"SpaceX loses the center core of its Falcon Heavy rocket due to choppy seas"</a>. <i>THE VERGE</i>. Vox Media<span class="reference-accessdate">. Retrieved <span class="nowrap">16 April</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=THE+VERGE&rft.atitle=SpaceX+loses+the+center+core+of+its+Falcon+Heavy+rocket+due+to+choppy+seas&rft.aulast=Grush&rft.aufirst=Loren&rft_id=https%3A%2F%2Fwww.theverge.com%2F2019%2F4%2F15%2F18311945%2Fspacex-falcon-heavy-center-core-drone-ship-rough-ocean&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-fanblog20190413-437"><span class="mw-cite-backlink"><b><a href="#cite_ref-fanblog20190413_437-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacexfanstore.com/blogs/spacex/arabsat-6a-falcon-heavy-launch-guide-landing-3-boosters-block-5-configuration-and-much-more" rel="nofollow">"Arabsat 6A Falcon Heavy Launch Guide"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">13 April</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Arabsat+6A+Falcon+Heavy+Launch+Guide&rft_id=https%3A%2F%2Fspacexfanstore.com%2Fblogs%2Fspacex%2Farabsat-6a-falcon-heavy-launch-guide-landing-3-boosters-block-5-configuration-and-much-more&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-lost_at_sea-438"><span class="mw-cite-backlink"><b><a href="#cite_ref-lost_at_sea_438-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFWall2019">Wall, Mike (15 April 2019). <a class="external text" href="https://www.space.com/spacex-loses-falcon-heavy-core-booster-at-sea.html" rel="nofollow">"SpaceX's Center Core Booster for Falcon Heavy Rocket Is Lost at Sea"</a>. <i>space.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">17 April</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.com&rft.atitle=SpaceX%27s+Center+Core+Booster+for+Falcon+Heavy+Rocket+Is+Lost+at+Sea&rft.date=2019-04-15&rft.aulast=Wall&rft.aufirst=Mike&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-loses-falcon-heavy-core-booster-at-sea.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-439"><span class="mw-cite-backlink"><b><a href="#cite_ref-439">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFRalph2019">Ralph, Eric (16 April 2019). <a class="external text" href="https://www.teslarati.com/spacex-falcon-heavy-booster-overboard/" rel="nofollow">"SpaceX's Falcon Heavy center core goes overboard, Elon Musk still hopeful"</a>. <i>teslarati.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">17 April</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=teslarati.com&rft.atitle=SpaceX%27s+Falcon+Heavy+center+core+goes+overboard%2C+Elon+Musk+still+hopeful&rft.date=2019-04-16&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-falcon-heavy-booster-overboard%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-440"><span class="mw-cite-backlink"><b><a href="#cite_ref-440">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFElon_Musk_[@elonmusk]2019">Elon Musk [@elonmusk] (11 April 2019). <a class="external text" href="https://twitter.com/elonmusk/status/1116514068393680896" rel="nofollow">"Both fairing halves recovered. Will be flown on Starlink mission later this year. pic.twitter.com/ouz1aqW3Mm"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Both+fairing+halves+recovered.+Will+be+flown+on+Starlink+mission+later+this+year.+pic.twitter.com%2Fouz1aqW3Mm&rft.date=2019-04-11&rft.au=Elon+Musk+%5B%40elonmusk%5D&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1116514068393680896&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-:14-441"><span class="mw-cite-backlink">^ <a href="#cite_ref-:14_441-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:14_441-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.cnbc.com/2019/10/27/spacex-president-we-will-land-starship-on-moon-before-2022.html" rel="nofollow">"SpaceX wants to land Starship on the moon within three years, president says, with people soon after"</a>. 27 October 2019.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+wants+to+land+Starship+on+the+moon+within+three+years%2C+president+says%2C+with+people+soon+after&rft.date=2019-10-27&rft_id=https%3A%2F%2Fwww.cnbc.com%2F2019%2F10%2F27%2Fspacex-president-we-will-land-starship-on-moon-before-2022.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-442"><span class="mw-cite-backlink"><b><a href="#cite_ref-442">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFRussell2018">Russell, Kendall (22 February 2018). <a class="external text" href="https://www.satellitetoday.com/telecom/2018/02/22/arabsats-newest-satellite-lockheed-martins-advanced-yet/" rel="nofollow">"Arabsat-6A Satellite Moves Closer to Launch"</a>. Satellite Today<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Arabsat-6A+Satellite+Moves+Closer+to+Launch&rft.pub=Satellite+Today&rft.date=2018-02-22&rft.aulast=Russell&rft.aufirst=Kendall&rft_id=https%3A%2F%2Fwww.satellitetoday.com%2Ftelecom%2F2018%2F02%2F22%2Farabsats-newest-satellite-lockheed-martins-advanced-yet%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-443"><span class="mw-cite-backlink"><b><a href="#cite_ref-443">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark">Clark, Stephen. <a class="external text" href="https://spaceflightnow.com/2019/04/11/spacexs-falcon-heavy-successful-in-commercial-debut/" rel="nofollow">"SpaceX's Falcon Heavy successful in commercial debut"</a>. <i>spaceflightnow.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">19 February</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spaceflightnow.com&rft.atitle=SpaceX%27s+Falcon+Heavy+successful+in+commercial+debut&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2019%2F04%2F11%2Fspacexs-falcon-heavy-successful-in-commercial-debut%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-:8-444"><span class="mw-cite-backlink">^ <a href="#cite_ref-:8_444-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:8_444-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFThompson2019">Thompson, Amy (3 May 2019). <a class="external text" href="https://www.space.com/spacex-dragon-cargo-ship-crs17-launch-delay.html" rel="nofollow">"SpaceX Delays Dragon Cargo Ship Launch for NASA Due to Drone Ship Glitch"</a>. <i>space.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">4 May</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=space.com&rft.atitle=SpaceX+Delays+Dragon+Cargo+Ship+Launch+for+NASA+Due+to+Drone+Ship+Glitch&rft.date=2019-05-03&rft.aulast=Thompson&rft.aufirst=Amy&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-dragon-cargo-ship-crs17-launch-delay.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-445"><span class="mw-cite-backlink"><b><a href="#cite_ref-445">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark">Clark, Stephen. <a class="external text" href="https://spaceflightnow.com/2019/04/23/spacex-likely-to-move-next-rocket-landing-to-drone-ship/" rel="nofollow">"SpaceX likely to move next rocket landing to drone ship"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">4 May</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+likely+to+move+next+rocket+landing+to+drone+ship&rft.pub=Spaceflight+Now&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2019%2F04%2F23%2Fspacex-likely-to-move-next-rocket-landing-to-drone-ship%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-446"><span class="mw-cite-backlink"><b><a href="#cite_ref-446">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBaylor,_Michael_[@nextspaceflight]2019">Baylor, Michael [@nextspaceflight] (14 May 2019). <a class="external text" href="https://twitter.com/nextspaceflight/status/1128115159187316737" rel="nofollow">"The Falcon 9 static fire for #Starlink could be coming up at the top of the hour. The first stage booster is B1049.3"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">14 May</span> 2019</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+Falcon+9+static+fire+for+%23Starlink+could+be+coming+up+at+the+top+of+the+hour.+The+first+stage+booster+is+B1049.3.&rft.date=2019-05-14&rft.au=Baylor%2C+Michael+%5B%40nextspaceflight%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fnextspaceflight%2Fstatus%2F1128115159187316737&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sn20190426-447"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20190426_447-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFHenry2019">Henry, Caleb (26 April 2019). <a class="external text" href="https://spacenews.com/fcc-oks-lower-orbit-for-some-starlink-satellites/" rel="nofollow">"FCC OKs lower orbit for some Starlink satellites"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">28 April</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=FCC+OKs+lower+orbit+for+some+Starlink+satellites&rft.date=2019-04-26&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=https%3A%2F%2Fspacenews.com%2Ffcc-oks-lower-orbit-for-some-starlink-satellites%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-448"><span class="mw-cite-backlink"><b><a href="#cite_ref-448">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFElon_Musk_[@elonmusk]2019">Elon Musk [@elonmusk] (11 May 2019). <a class="external text" href="https://twitter.com/elonmusk/status/1127388838362378241" rel="nofollow">"First 60 @SpaceX Starlink satellites loaded into Falcon fairing. Tight fit. pic.twitter.com/gZq8gHg9uK"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=First+60+%40SpaceX+Starlink+satellites+loaded+into+Falcon+fairing.+Tight+fit.+pic.twitter.com%2FgZq8gHg9uK&rft.date=2019-05-11&rft.au=Elon+Musk+%5B%40elonmusk%5D&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1127388838362378241&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-449"><span class="mw-cite-backlink"><b><a href="#cite_ref-449">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFElon_Musk_[@elonmusk]2019">Elon Musk [@elonmusk] (11 May 2019). <a class="external text" href="https://twitter.com/elonmusk/status/1127390620111081473" rel="nofollow">"These are production design, unlike our earlier Tintin demo sats"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=These+are+production+design%2C+unlike+our+earlier+Tintin+demo+sats&rft.date=2019-05-11&rft.au=Elon+Musk+%5B%40elonmusk%5D&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1127390620111081473&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-450"><span class="mw-cite-backlink"><b><a href="#cite_ref-450">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20190515091900/https://www.spacex.com/sites/spacex/files/starlink_press_kit.pdf" rel="nofollow">"Starlink Mission - SpaceX press kit"</a> <span class="cs1-format">(PDF)</span>. Archived from <a class="external text" href="https://www.spacex.com/sites/spacex/files/starlink_press_kit.pdf" rel="nofollow">the original</a> <span class="cs1-format">(PDF)</span> on 15 May 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">15 May</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Starlink+Mission+-+SpaceX+press+kit&rft_id=https%3A%2F%2Fwww.spacex.com%2Fsites%2Fspacex%2Ffiles%2Fstarlink_press_kit.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-451"><span class="mw-cite-backlink"><b><a href="#cite_ref-451">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFRoulette2019">Roulette, Joey (24 May 2019). <a class="external text" href="https://www.reuters.com/article/us-space-exploration-spacex-idUSKCN1SU07Y" rel="nofollow">"First satellites for Musk's Starlink internet venture launched into orbit"</a>. <i>Reuters</i><span class="reference-accessdate">. Retrieved <span class="nowrap">29 May</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Reuters&rft.atitle=First+satellites+for+Musk%27s+Starlink+internet+venture+launched+into+orbit&rft.date=2019-05-24&rft.aulast=Roulette&rft.aufirst=Joey&rft_id=https%3A%2F%2Fwww.reuters.com%2Farticle%2Fus-space-exploration-spacex-idUSKCN1SU07Y&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-452"><span class="mw-cite-backlink"><b><a href="#cite_ref-452">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@elonmusk (24 May 2019). <a class="external text" href="https://twitter.com/elonmusk/status/1131783775396909056" rel="nofollow">"Fairing halves recovered"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">29 May</span> 2019</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Fairing+halves+recovered&rft.date=2019-05-24&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1131783775396909056&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-453"><span class="mw-cite-backlink"><b><a href="#cite_ref-453">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20200504143434/https://www.spacex.com/sites/spacex/files/sixth_starlink_press_kit.pdf" rel="nofollow">"Starlink press kit"</a> <span class="cs1-format">(PDF)</span>. Archived from <a class="external text" href="https://www.spacex.com/sites/spacex/files/sixth_starlink_press_kit.pdf" rel="nofollow">the original</a> <span class="cs1-format">(PDF)</span> on 4 May 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">14 March</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Starlink+press+kit&rft_id=https%3A%2F%2Fwww.spacex.com%2Fsites%2Fspacex%2Ffiles%2Fsixth_starlink_press_kit.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-454"><span class="mw-cite-backlink"><b><a href="#cite_ref-454">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2019">Clark, Stephen (24 May 2019). <a class="external text" href="https://spaceflightnow.com/2019/05/24/spacexs-first-60-starlink-broadband-satellites-deployed-in-orbit/" rel="nofollow">"SpaceX's first 60 Starlink broadband satellites deployed in orbit"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">29 May</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX%27s+first+60+Starlink+broadband+satellites+deployed+in+orbit&rft.date=2019-05-24&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2019%2F05%2F24%2Fspacexs-first-60-starlink-broadband-satellites-deployed-in-orbit%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-:9-455"><span class="mw-cite-backlink">^ <a href="#cite_ref-:9_455-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:9_455-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.asc-csa.gc.ca/eng/satellites/radarsat/technical-features/radarsat-comparison.asp" rel="nofollow">"RADARSAT satellites: Technical comparison"</a>. <i>asc-csa.gc.ca</i>. 21 January 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">12 June</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=asc-csa.gc.ca&rft.atitle=RADARSAT+satellites%3A+Technical+comparison&rft.date=2011-01-21&rft_id=http%3A%2F%2Fwww.asc-csa.gc.ca%2Feng%2Fsatellites%2Fradarsat%2Ftechnical-features%2Fradarsat-comparison.asp&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-456"><span class="mw-cite-backlink"><b><a href="#cite_ref-456">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFPugliese">Pugliese, David. <a class="external text" href="https://ottawacitizen.com/news/national/defence-watch/radarsat-constellation-to-track-ships-provide-surveillance-over-arctic-and-other-regions" rel="nofollow">"Radarsat Constellation to track ships, provide surveillance over Arctic and other regions - satellites successfully launched"</a>. Ottawa Citizen<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Radarsat+Constellation+to+track+ships%2C+provide+surveillance+over+Arctic+and+other+regions+-+satellites+successfully+launched&rft.pub=Ottawa+Citizen&rft.aulast=Pugliese&rft.aufirst=David&rft_id=https%3A%2F%2Fottawacitizen.com%2Fnews%2Fnational%2Fdefence-watch%2Fradarsat-constellation-to-track-ships-provide-surveillance-over-arctic-and-other-regions&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-457"><span class="mw-cite-backlink"><b><a href="#cite_ref-457">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFRalph2019">Ralph, Eric (12 June 2019). <a class="external text" href="https://www.teslarati.com/spacex-falcon-9-radarsat-launch-watch-live/" rel="nofollow">"SpaceX's Falcon 9 sticks foggy booster recovery at California landing zone"</a>. <i>teslarati.com</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=teslarati.com&rft.atitle=SpaceX%27s+Falcon+9+sticks+foggy+booster+recovery+at+California+landing+zone&rft.date=2019-06-12&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-falcon-9-radarsat-launch-watch-live%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-458"><span class="mw-cite-backlink"><b><a href="#cite_ref-458">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFRalph">Ralph, Eric. <a class="external text" href="https://www.teslarati.com/spacex-readies-falcon-9-radarsat-california-launch/" rel="nofollow">"SpaceX Falcon 9 and $1B satellite trio set for first California launch in months"</a>. <i>teslarati.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 June</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=teslarati.com&rft.atitle=SpaceX+Falcon+9+and+%241B+satellite+trio+set+for+first+California+launch+in+months&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-readies-falcon-9-radarsat-california-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-459"><span class="mw-cite-backlink"><b><a href="#cite_ref-459">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.thesouthafrican.com/lifestyle/spacex-falcon-9-rocket-launching-most-expensive-payload-ever/" rel="nofollow">"SpaceX Falcon 9 rocket is launching its most expensive payload to date"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">5 June</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+9+rocket+is+launching+its+most+expensive+payload+to+date&rft_id=https%3A%2F%2Fwww.thesouthafrican.com%2Flifestyle%2Fspacex-falcon-9-rocket-launching-most-expensive-payload-ever%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-460"><span class="mw-cite-backlink"><b><a href="#cite_ref-460">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark">Clark, Stephen. <a class="external text" href="https://spaceflightnow.com/2017/06/02/ariane-5-succeeds-in-launch-of-two-high-value-communications-satellites/" rel="nofollow">"Ariane 5 succeeds in launch of two high-value communications satellites"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">22 January</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Ariane+5+succeeds+in+launch+of+two+high-value+communications+satellites&rft.pub=Spaceflight+Now&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2017%2F06%2F02%2Fariane-5-succeeds-in-launch-of-two-high-value-communications-satellites%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-461"><span class="mw-cite-backlink"><b><a href="#cite_ref-461">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2019/06/spacex-falcon-heavys-stp-2-mission/" rel="nofollow">"SpaceX completes most-challenging flight with Falcon Heavy's STP-2 mission"</a>. 24 June 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">25 June</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+completes+most-challenging+flight+with+Falcon+Heavy%27s+STP-2+mission&rft.date=2019-06-24&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F06%2Fspacex-falcon-heavys-stp-2-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-STP2-462"><span class="mw-cite-backlink"><b><a href="#cite_ref-STP2_462-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spaceflightnow.com/2018/03/01/rideshare-mission-for-u-s-military-confirmed-as-second-falcon-heavy-launch/" rel="nofollow">"Rideshare mission for U.S. military confirmed as second Falcon Heavy launch"</a>. 1 March 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">24 April</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Rideshare+mission+for+U.S.+military+confirmed+as+second+Falcon+Heavy+launch&rft.date=2018-03-01&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F03%2F01%2Frideshare-mission-for-u-s-military-confirmed-as-second-falcon-heavy-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-fbo-463"><span class="mw-cite-backlink"><b><a href="#cite_ref-fbo_463-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.fbo.gov/utils/view?id=36de6af7670d2636c8c195173dd500e1" rel="nofollow">"Mission Requirements Document (MRD) FA8818-12-R-0026 T.O. SM-2.4"</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Mission+Requirements+Document+%28MRD%29+FA8818-12-R-0026+T.O.+SM-2.4&rft_id=https%3A%2F%2Fwww.fbo.gov%2Futils%2Fview%3Fid%3D36de6af7670d2636c8c195173dd500e1&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-planetary-society-20170602-464"><span class="mw-cite-backlink"><b><a href="#cite_ref-planetary-society-20170602_464-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFDavis2017">Davis, Jason (2 June 2017). <a class="external text" href="http://www.planetary.org/blogs/jason-davis/2017/20170602-prox-1-ships.html" rel="nofollow">"LightSail 2 partner spacecraft ships safely to New Mexico"</a>. Planetary Society<span class="reference-accessdate">. Retrieved <span class="nowrap">8 June</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=LightSail+2+partner+spacecraft+ships+safely+to+New+Mexico&rft.pub=Planetary+Society&rft.date=2017-06-02&rft.aulast=Davis&rft.aufirst=Jason&rft_id=http%3A%2F%2Fwww.planetary.org%2Fblogs%2Fjason-davis%2F2017%2F20170602-prox-1-ships.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-GPIM-465"><span class="mw-cite-backlink"><b><a href="#cite_ref-GPIM_465-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.nasa.gov/sites/default/files/files/GreenPropellantInfusionMissionProject_v2.pdf" rel="nofollow">"Green Propellant Infusion Mission Project"</a> <span class="cs1-format">(PDF)</span>. NASA. July 2013<span class="reference-accessdate">. Retrieved <span class="nowrap">26 February</span> 2014</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Green+Propellant+Infusion+Mission+Project&rft.pub=NASA&rft.date=2013-07&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Ffiles%2FGreenPropellantInfusionMissionProject_v2.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-DSAC-466"><span class="mw-cite-backlink"><b><a href="#cite_ref-DSAC_466-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="http://www.jpl.nasa.gov/news/news.php?feature=4567" rel="nofollow">"Deep Space Atomic Clock"</a>. NASA JPL. 27 April 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">28 October</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Deep+Space+Atomic+Clock&rft.date=2015-04-27&rft_id=http%3A%2F%2Fwww.jpl.nasa.gov%2Fnews%2Fnews.php%3Ffeature%3D4567&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-467"><span class="mw-cite-backlink"><b><a href="#cite_ref-467">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBrown2019">Brown, Katherine (15 May 2019). <a class="external text" href="http://www.nasa.gov/press-release/media-invited-to-spacex-falcon-heavy-launch-of-four-nasa-missions" rel="nofollow">"Media Invited to SpaceX Falcon Heavy Launch of Four NASA Missions"</a>. NASA.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Media+Invited+to+SpaceX+Falcon+Heavy+Launch+of+Four+NASA+Missions&rft.pub=NASA&rft.date=2019-05-15&rft.aulast=Brown&rft.aufirst=Katherine&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fmedia-invited-to-spacex-falcon-heavy-launch-of-four-nasa-missions&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-spacexstp2-468"><span class="mw-cite-backlink">^ <a href="#cite_ref-spacexstp2_468-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spacexstp2_468-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20190419130527/https://www.spacex.com/stp-2" rel="nofollow">"STP-2 Mission"</a>. <i>SpaceX</i>. Archived from <a class="external text" href="https://www.spacex.com/stp-2" rel="nofollow">the original</a> on 19 April 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">17 April</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=SpaceX&rft.atitle=STP-2+Mission&rft_id=https%3A%2F%2Fwww.spacex.com%2Fstp-2&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-469"><span class="mw-cite-backlink"><b><a href="#cite_ref-469">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFHowell2019">Howell, Elizabeth (14 April 2019). <a class="external text" href="https://www.space.com/next-falcon-heavy-rocket-carries-nasa-payloads.html" rel="nofollow">"SpaceX Falcon Heavy to Launch Cutting-Edge NASA Space Tech"</a>. <i>space.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.com&rft.atitle=SpaceX+Falcon+Heavy+to+Launch+Cutting-Edge+NASA+Space+Tech&rft.date=2019-04-14&rft.aulast=Howell&rft.aufirst=Elizabeth&rft_id=https%3A%2F%2Fwww.space.com%2Fnext-falcon-heavy-rocket-carries-nasa-payloads.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-470"><span class="mw-cite-backlink"><b><a href="#cite_ref-470">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation audio-visual cs1" id="CITEREFNye2015">Nye, Bill (12 May 2015). <a class="external text" href="https://www.youtube.com/watch?v=kDBzRa9RzfM" rel="nofollow"><i>Kickstart LightSail</i></a>. Event occurs at 3:20<span class="reference-accessdate">. Retrieved <span class="nowrap">15 May</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Kickstart+LightSail&rft.date=2015-05-12&rft.aulast=Nye&rft.aufirst=Bill&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DkDBzRa9RzfM&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-471"><span class="mw-cite-backlink"><b><a href="#cite_ref-471">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFAF_SMC_[@AF_SMC]2019">AF SMC [@AF_SMC] (18 June 2019). <a class="external text" href="https://twitter.com/AF_SMC/status/1141099481628364808" rel="nofollow">"The 3700 kg Integrated Payload Stack (IPS) for #STP2 has been completed! Have a look before it blasts off on the first #DoD Falcon Heavy launch! #SMC #SpaceStartsHere pic.twitter.com/sEUUDx5ksw"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+3700+kg+Integrated+Payload+Stack+%28IPS%29+for+%23STP2+has+been+completed%21+Have+a+look+before+it+blasts+off+on+the+first+%23DoD+Falcon+Heavy+launch%21+%23SMC+%23SpaceStartsHere+pic.twitter.com%2FsEUUDx5ksw&rft.date=2019-06-18&rft.au=AF+SMC+%5B%40AF_SMC%5D&rft_id=https%3A%2F%2Ftwitter.com%2FAF_SMC%2Fstatus%2F1141099481628364808&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-472"><span class="mw-cite-backlink"><b><a href="#cite_ref-472">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFRalph2018">Ralph, Eric (10 June 2018). <a class="external text" href="https://www.teslarati.com/spacex-falcon-heavy-block-5-november-launch/" rel="nofollow">"SpaceX Falcon Heavy with Block 5 rockets targets November launch debut"</a>. <i>teslarati.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">16 September</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=teslarati.com&rft.atitle=SpaceX+Falcon+Heavy+with+Block+5+rockets+targets+November+launch+debut&rft.date=2018-06-10&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-falcon-heavy-block-5-november-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-473"><span class="mw-cite-backlink"><b><a href="#cite_ref-473">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://apps.fcc.gov/oetcf/els/reports/STA_Print.cfm?mode=current&application_seq=93066&RequestTimeout=1000" rel="nofollow">"OET Special Temporary Authority Report"</a>. <i>apps.fcc.gov</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 July</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=apps.fcc.gov&rft.atitle=OET+Special+Temporary+Authority+Report&rft_id=https%3A%2F%2Fapps.fcc.gov%2Foetcf%2Fels%2Freports%2FSTA_Print.cfm%3Fmode%3Dcurrent%26application_seq%3D93066%26RequestTimeout%3D1000&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-474"><span class="mw-cite-backlink"><b><a href="#cite_ref-474">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFRalph2019">Ralph, Eric (26 June 2019). <a class="external text" href="https://www.teslarati.com/spacex-ceo-elon-musk-explains-falcon-heavy-missed-landing/" rel="nofollow">"SpaceX CEO Elon Musk explains why Falcon Heavy's center core missed the drone ship"</a>. <i>teslarati.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 June</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=teslarati.com&rft.atitle=SpaceX+CEO+Elon+Musk+explains+why+Falcon+Heavy%27s+center+core+missed+the+drone+ship&rft.date=2019-06-26&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-ceo-elon-musk-explains-falcon-heavy-missed-landing%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-475"><span class="mw-cite-backlink"><b><a href="#cite_ref-475">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFRalph2019">Ralph, Eric (25 June 2019). <a class="external text" href="https://www.teslarati.com/spacex-first-successful-falcon-fairing-catch-mr-steven-ms-tree/" rel="nofollow">"SpaceX successfully catches first Falcon Heavy fairing in Mr. Steven's/Ms. Tree's net"</a>. <i>teslarati.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 June</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=teslarati.com&rft.atitle=SpaceX+successfully+catches+first+Falcon+Heavy+fairing+in+Mr.+Steven%27s%2FMs.+Tree%27s+net&rft.date=2019-06-25&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-first-successful-falcon-fairing-catch-mr-steven-ms-tree%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-auto5-476"><span class="mw-cite-backlink">^ <a href="#cite_ref-auto5_476-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-auto5_476-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSpaceflight">Spaceflight, Amy Thompson 2019-07-25T22:27:56Z. <a class="external text" href="https://www.space.com/spacex-crs-18-launch-third-dragon-flight.html" rel="nofollow">"SpaceX Launches Used Dragon Capsule on Historic 3rd Cargo Run to Space Station"</a>. <i>space.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 July</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.com&rft.atitle=SpaceX+Launches+Used+Dragon+Capsule+on+Historic+3rd+Cargo+Run+to+Space+Station&rft.aulast=Spaceflight&rft.aufirst=Amy+Thompson+2019-07-25T22%3A27%3A56Z&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-crs-18-launch-third-dragon-flight.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-B1056use-477"><span class="mw-cite-backlink"><b><a href="#cite_ref-B1056use_477-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.teslarati.com/spacex-falcon-9-flight-proven-nasa-launch-static-fire/" rel="nofollow">"SpaceX Falcon 9 nears NASA's first flight-proven Block 5 launch after static fire delays"</a>. Teslarati. 19 July 2019.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+9+nears+NASA%27s+first+flight-proven+Block+5+launch+after+static+fire+delays&rft.pub=Teslarati&rft.date=2019-07-19&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-falcon-9-flight-proven-nasa-launch-static-fire%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-478"><span class="mw-cite-backlink"><b><a href="#cite_ref-478">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKooser">Kooser, Amanda. <a class="external text" href="https://www.cnet.com/news/spacex-launches-dragon-resupply-mission-to-the-iss-after-weather-delay/" rel="nofollow">"SpaceX launches Dragon resupply mission to the ISS after weather delay"</a>. <i>CNET</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 July</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=CNET&rft.atitle=SpaceX+launches+Dragon+resupply+mission+to+the+ISS+after+weather+delay&rft.aulast=Kooser&rft.aufirst=Amanda&rft_id=https%3A%2F%2Fwww.cnet.com%2Fnews%2Fspacex-launches-dragon-resupply-mission-to-the-iss-after-weather-delay%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-479"><span class="mw-cite-backlink"><b><a href="#cite_ref-479">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasa.gov/sites/default/files/atoms/files/elana_27_rftsat_cubesat_factsheet_0.pdf" rel="nofollow">"ELaNa 27 International Space Station CubeSat Deployment"</a> <span class="cs1-format">(PDF)</span>. 5 August 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">3 November</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=ELaNa+27+International+Space+Station+CubeSat+Deployment&rft.date=2019-08-05&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Fatoms%2Ffiles%2Felana_27_rftsat_cubesat_factsheet_0.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-480"><span class="mw-cite-backlink"><b><a href="#cite_ref-480">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFRalph2019">Ralph, Eric (5 May 2019). <a class="external text" href="https://www.teslarati.com/spacex-falcon-9-return-nasa-reuse-interest/" rel="nofollow">"SpaceX's latest Falcon 9 booster returns to port as NASA hints at "vested interest<span class="cs1-kern-right">"</span>"</a>. <i>teslarati.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">28 November</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=teslarati.com&rft.atitle=SpaceX%27s+latest+Falcon+9+booster+returns+to+port+as+NASA+hints+at+%22vested+interest%22&rft.date=2019-05-05&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-falcon-9-return-nasa-reuse-interest%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-:12-481"><span class="mw-cite-backlink"><b><a href="#cite_ref-:12_481-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@spacex (19 July 2019). <a class="external text" href="https://twitter.com/spacex/status/1152361282982465536" rel="nofollow">"The Dragon spacecraft supporting this mission previously visited the @space_station in April 2015 and December 2017"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">22 July</span> 2019</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+Dragon+spacecraft+supporting+this+mission+previously+visited+the+%40space_station+in+April+2015+and+December+2017&rft.date=2019-07-19&rft.au=%40spacex&rft_id=https%3A%2F%2Ftwitter.com%2Fspacex%2Fstatus%2F1152361282982465536&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-482"><span class="mw-cite-backlink"><b><a href="#cite_ref-482">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2019/07/falcon-9-launch-dragon-third-crs-18/" rel="nofollow">"Falcon 9 dodges weather and launches CRS-18 Dragon to the ISS"</a>. NASASpaceFlight<span class="reference-accessdate">. Retrieved <span class="nowrap">26 July</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+dodges+weather+and+launches+CRS-18+Dragon+to+the+ISS&rft.pub=NASASpaceFlight&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F07%2Ffalcon-9-launch-dragon-third-crs-18%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-483"><span class="mw-cite-backlink"><b><a href="#cite_ref-483">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2019/08/amos-17-launch-debut-ranges-rapid-support/" rel="nofollow">"AMOS-17 launch, Eastern Range debuts rapid launch support"</a>. 6 August 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">7 August</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=AMOS-17+launch%2C+Eastern+Range+debuts+rapid+launch+support&rft.date=2019-08-06&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F08%2Famos-17-launch-debut-ranges-rapid-support%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-484"><span class="mw-cite-backlink"><b><a href="#cite_ref-484">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://nextspaceflight.com/launches/details/85" rel="nofollow">"Falcon 9 Block 5 | AMOS-17"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 July</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+AMOS-17&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F85&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-485"><span class="mw-cite-backlink"><b><a href="#cite_ref-485">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1"><a class="external text" href="http://amos-spacecom.com/press/spacecoms-amos-17-satellite-successfully-completes-critical-design-review-cdr/" rel="nofollow">"AMOS-17 Scheduled for Launch in 2019 via SpaceX Falcon-9"</a> (Press release). Spacecom. 6 November 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">26 May</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=AMOS-17+Scheduled+for+Launch+in+2019+via+SpaceX+Falcon-9&rft.pub=Spacecom&rft.date=2017-11-06&rft_id=http%3A%2F%2Famos-spacecom.com%2Fpress%2Fspacecoms-amos-17-satellite-successfully-completes-critical-design-review-cdr%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-1047expended-486"><span class="mw-cite-backlink">^ <a href="#cite_ref-1047expended_486-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-1047expended_486-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-1047expended_486-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@SpaceXUpdates (28 July 2019). <a class="external text" href="https://twitter.com/SpaceXUpdates/status/1155418099438559232" rel="nofollow">"AMOS-17 is a big one. At 6500 kg, we're not gonna be seeing a booster recovery"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=AMOS-17+is+a+big+one.+At+6500+kg%2C+we%27re+not+gonna+be+seeing+a+booster+recovery&rft.date=2019-07-28&rft.au=%40SpaceXUpdates&rft_id=https%3A%2F%2Ftwitter.com%2FSpaceXUpdates%2Fstatus%2F1155418099438559232&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-487"><span class="mw-cite-backlink"><b><a href="#cite_ref-487">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.amos-spacecom.com/satellite/amos-17/" rel="nofollow">"AMOS-17"</a>. <i>amos-spacecom.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=amos-spacecom.com&rft.atitle=AMOS-17&rft_id=https%3A%2F%2Fwww.amos-spacecom.com%2Fsatellite%2Famos-17%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-488"><span class="mw-cite-backlink"><b><a href="#cite_ref-488">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBergin2018">Bergin, Chris (26 March 2018). <a class="external text" href="https://www.nasaspaceflight.com/2018/03/amos-8-ssl-ahead-spacex-launch/" rel="nofollow">"AMOS-8 to be built by SSL ahead of SpaceX launch"</a>. NASASpaceFlight<span class="reference-accessdate">. Retrieved <span class="nowrap">26 May</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=AMOS-8+to+be+built+by+SSL+ahead+of+SpaceX+launch&rft.date=2018-03-26&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2018%2F03%2Famos-8-ssl-ahead-spacex-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-489"><span class="mw-cite-backlink"><b><a href="#cite_ref-489">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFRalph2019">Ralph, Eric (30 July 2019). <a class="external text" href="https://www.teslarati.com/spacex-falcon-9-block-5-second-expendable-launch/" rel="nofollow">"SpaceX transports Falcon 9 to launch site ahead of Block 5's second expendable launch ever"</a>. <i>teslarati.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">7 August</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=teslarati.com&rft.atitle=SpaceX+transports+Falcon+9+to+launch+site+ahead+of+Block+5%27s+second+expendable+launch+ever&rft.date=2019-07-30&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-falcon-9-block-5-second-expendable-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-490"><span class="mw-cite-backlink"><b><a href="#cite_ref-490">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://techcrunch.com/2019/08/06/spacex-successfully-launches-twice-re-flown-falcon-9-for-amos-17-mission/" rel="nofollow">"SpaceX successfully launches twice-flown Falcon 9, catches fairing at sea"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">6 August</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+successfully+launches+twice-flown+Falcon+9%2C+catches+fairing+at+sea&rft_id=https%3A%2F%2Ftechcrunch.com%2F2019%2F08%2F06%2Fspacex-successfully-launches-twice-re-flown-falcon-9-for-amos-17-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-491"><span class="mw-cite-backlink"><b><a href="#cite_ref-491">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2019/11/spacex-cape-return-first-operational-starlink-mission/" rel="nofollow">"SpaceX and Cape Canaveral Return to Action with First Operational Starlink Mission"</a>. 10 November 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">11 November</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+and+Cape+Canaveral+Return+to+Action+with+First+Operational+Starlink+Mission&rft.date=2019-11-10&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F11%2Fspacex-cape-return-first-operational-starlink-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-:13-492"><span class="mw-cite-backlink"><b><a href="#cite_ref-:13_492-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark">Clark, Stephen. <a class="external text" href="https://spaceflightnow.com/2019/10/11/spacexs-next-launch-to-mark-another-incremental-step-in-rocket-reusability/" rel="nofollow">"SpaceX's next launch to mark another incremental step in rocket reusability"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">14 October</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX%27s+next+launch+to+mark+another+incremental+step+in+rocket+reusability&rft.pub=Spaceflight+Now&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2019%2F10%2F11%2Fspacexs-next-launch-to-mark-another-incremental-step-in-rocket-reusability%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-493"><span class="mw-cite-backlink"><b><a href="#cite_ref-493">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacenews.com/falcon-9-launches-dragon-cargo-spacecraft-to-iss-2/" rel="nofollow">"Falcon 9 launches Dragon cargo spacecraft to ISS"</a>. 5 December 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">5 December</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+launches+Dragon+cargo+spacecraft+to+ISS&rft.date=2019-12-05&rft_id=https%3A%2F%2Fspacenews.com%2Ffalcon-9-launches-dragon-cargo-spacecraft-to-iss-2%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-:02-494"><span class="mw-cite-backlink">^ <a href="#cite_ref-:02_494-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:02_494-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBaylor,_Michael_[@nextspaceflight]2019">Baylor, Michael [@nextspaceflight] (26 November 2019). <a class="external text" href="https://twitter.com/nextspaceflight/status/1199358861754417152" rel="nofollow">"The CRS-19 mission will use a new first stage, B1059-1. B1056-3, originally penciled in for CRS-19, is now expected to be used for JCSAT, but core assignments are always subject to change. #SpaceX"</a> (Tweet). <a class="external text" href="https://web.archive.org/web/20201116015009/https://twitter.com/nextspaceflight/status/1199358861754417152" rel="nofollow">Archived</a> from the original on 16 November 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+CRS-19+mission+will+use+a+new+first+stage%2C+B1059-1.+B1056-3%2C+originally+penciled+in+for+CRS-19%2C+is+now+expected+to+be+used+for+JCSAT%2C+but+core+assignments+are+always+subject+to+change.+%23SpaceX&rft.date=2019-11-26&rft.au=Baylor%2C+Michael+%5B%40nextspaceflight%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fnextspaceflight%2Fstatus%2F1199358861754417152&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spn-201602242-495"><span class="mw-cite-backlink"><b><a href="#cite_ref-spn-201602242_495-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFde_Selding2016">de Selding, Peter B. (24 February 2016). <a class="external text" href="http://spacenews.com/spacex-wins-5-new-space-station-cargo-missions-in-nasa-contract-estimated-at-700-million/" rel="nofollow">"SpaceX wins 5 new space station cargo missions in NASA contract estimated at $700 million"</a>. SpaceNews. Slide shows yearly breakdown of NASA missions from 2016 to 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">25 February</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+wins+5+new+space+station+cargo+missions+in+NASA+contract+estimated+at+%24700+million&rft.pages=Slide+shows+yearly+breakdown+of+NASA+missions+from+2016+to+2021.&rft.date=2016-02-24&rft.aulast=de+Selding&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-wins-5-new-space-station-cargo-missions-in-nasa-contract-estimated-at-700-million%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-496"><span class="mw-cite-backlink"><b><a href="#cite_ref-496">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSpaceX_[@SpaceX]2019"><a href="/wiki/SpaceX" title="SpaceX">SpaceX [@SpaceX]</a> (26 November 2019). <a class="external text" href="https://twitter.com/SpaceX/status/1199463905258590208" rel="nofollow">"The Dragon spacecraft supporting this mission previously flew in support of our fourth and eleventh commercial resupply missions t.co/P6ceGX9Pz1"</a> (Tweet). <a class="external text" href="https://web.archive.org/web/20201111215514/https://twitter.com/SpaceX/status/1199463905258590208" rel="nofollow">Archived</a> from the original on 11 November 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+Dragon+spacecraft+supporting+this+mission+previously+flew+in+support+of+our+fourth+and+eleventh+commercial+resupply+missions+t.co%2FP6ceGX9Pz1&rft.date=2019-11-26&rft.au=SpaceX+%5B%40SpaceX%5D&rft_id=https%3A%2F%2Ftwitter.com%2FSpaceX%2Fstatus%2F1199463905258590208&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-:152-497"><span class="mw-cite-backlink">^ <a href="#cite_ref-:152_497-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:152_497-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFJohnson2019">Johnson, Michael (19 November 2019). <a class="external text" href="http://www.nasa.gov/mission_pages/station/research/news/spx19-research" rel="nofollow">"SpaceX Launching Research for Better Earth Images, Easier Leak Checks"</a>. <i>NASA</i><span class="reference-accessdate">. Retrieved <span class="nowrap">3 December</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=NASA&rft.atitle=SpaceX+Launching+Research+for+Better+Earth+Images%2C+Easier+Leak+Checks&rft.date=2019-11-19&rft.aulast=Johnson&rft.aufirst=Michael&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fmission_pages%2Fstation%2Fresearch%2Fnews%2Fspx19-research&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-sjcs-498"><span class="mw-cite-backlink">^ <a href="#cite_ref-sjcs_498-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sjcs_498-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFThompson2019">Thompson, Amy (17 December 2019). <a class="external text" href="https://www.space.com/spacex-falcon-9-jcsat-18-launch-landing-success.html" rel="nofollow">"SpaceX Falcon 9 Launches Heavyweight Satellite Into Orbit, Nails Rocket Landing"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">17 December</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+9+Launches+Heavyweight+Satellite+Into+Orbit%2C+Nails+Rocket+Landing&rft.pub=Space.com&rft.date=2019-12-17&rft.aulast=Thompson&rft.aufirst=Amy&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-falcon-9-jcsat-18-launch-landing-success.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sn-20170905-499"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn-20170905_499-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFHenry2017">Henry, Caleb (5 September 2017). <a class="external text" href="http://spacenews.com/spacex-wins-kacific-sky-perfect-jsat-condosat-launch/" rel="nofollow">"SpaceX wins Kacific, Sky Perfect Jsat condosat launch, new or used rocket TBD"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">14 September</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+wins+Kacific%2C+Sky+Perfect+Jsat+condosat+launch%2C+new+or+used+rocket+TBD&rft.pub=SpaceNews&rft.date=2017-09-05&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-wins-kacific-sky-perfect-jsat-condosat-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-500"><span class="mw-cite-backlink"><b><a href="#cite_ref-500">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_sdat/jcsat-18_kacific-1.htm" rel="nofollow">"JCSat 18 / Kacific 1"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">5 September</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=JCSat+18+%2F+Kacific+1&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fjcsat-18_kacific-1.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-501"><span class="mw-cite-backlink"><b><a href="#cite_ref-501">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2019/12/spacex-falcon-9-launch-jcsat-18-kacific-1/" rel="nofollow">"SpaceX Falcon 9 launches JCSAT-18/Kacific-1"</a>. <i>masaspaceFlight.com</i>. 16 December 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">17 December</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=masaspaceFlight.com&rft.atitle=SpaceX+Falcon+9+launches+JCSAT-18%2FKacific-1&rft.date=2019-12-16&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F12%2Fspacex-falcon-9-launch-jcsat-18-kacific-1%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spacenews-spacex-plans-24-starlink-launches-next-year-502"><span class="mw-cite-backlink"><b><a href="#cite_ref-spacenews-spacex-plans-24-starlink-launches-next-year_502-0">^</a></b></span> <span class="reference-text"><a class="external free" href="https://spacenews.com/spacex-plans-24-starlink-launches-next-year/" rel="nofollow">https://spacenews.com/spacex-plans-24-starlink-launches-next-year/</a></span>
</li>
<li id="cite_note-503"><span class="mw-cite-backlink"><b><a href="#cite_ref-503">^</a></b></span> <span class="reference-text"><a class="external free" href="https://space.skyrocket.de/doc_chr/lau2020.htm" rel="nofollow">https://space.skyrocket.de/doc_chr/lau2020.htm</a></span>
</li>
<li id="cite_note-504"><span class="mw-cite-backlink"><b><a href="#cite_ref-504">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spaceflightnow.com/2020/01/07/spacex-launches-more-starlink-satellites-tests-design-change-for-astronomers/" rel="nofollow">"SpaceX launches more Starlink satellites, tests design change for astronomers"</a>. spaceflightnow. 7 January 2020.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+more+Starlink+satellites%2C+tests+design+change+for+astronomers&rft.pub=spaceflightnow&rft.date=2020-01-07&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F01%2F07%2Fspacex-launches-more-starlink-satellites-tests-design-change-for-astronomers%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-505"><span class="mw-cite-backlink"><b><a href="#cite_ref-505">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacenews.com/spacex-working-on-fix-for-starlink-satellites-so-they-dont-disrupt-astronomy/" rel="nofollow">"SpaceX working on fix for Starlink satellites so they don't disrupt astronomy"</a>. 7 December 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">10 December</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+working+on+fix+for+Starlink+satellites+so+they+don%27t+disrupt+astronomy&rft.date=2019-12-07&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-working-on-fix-for-starlink-satellites-so-they-dont-disrupt-astronomy%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-506"><span class="mw-cite-backlink"><b><a href="#cite_ref-506">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark">Clark, Stephen. <a class="external text" href="https://spaceflightnow.com/2020/01/17/falcon-9-crew-dragon-in-flight-abort-test-mission-status-center/" rel="nofollow">"Live coverage: SpaceX successfully performs Crew Dragon abort test"</a>. Spaceflight Now.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Live+coverage%3A+SpaceX+successfully+performs+Crew+Dragon+abort+test&rft.pub=Spaceflight+Now&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F01%2F17%2Ffalcon-9-crew-dragon-in-flight-abort-test-mission-status-center%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sn20150702-507"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20150702_507-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFFoust2015">Foust, Jeff (2 July 2015). <a class="external text" href="http://spacenews.com/nasa-and-spacex-delay-dragon-in-flight-abort-test/" rel="nofollow">"NASA and SpaceX Delay Dragon In-Flight Abort Test"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">3 May</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=NASA+and+SpaceX+Delay+Dragon+In-Flight+Abort+Test&rft.date=2015-07-02&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=http%3A%2F%2Fspacenews.com%2Fnasa-and-spacex-delay-dragon-in-flight-abort-test%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-508"><span class="mw-cite-backlink"><b><a href="#cite_ref-508">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFPietrobon2020">Pietrobon, Steven (18 January 2020). <a class="external text" href="https://www.sworld.com.au/steven/space/ussub-man.txt" rel="nofollow">"UNITED STATES SUBORBITAL LAUNCH MANIFEST (18 January 2020)"</a>. Steven Pietrobon's Space Archive<span class="reference-accessdate">. Retrieved <span class="nowrap">18 January</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=UNITED+STATES+SUBORBITAL+LAUNCH+MANIFEST+%2818+January+2020%29&rft.pub=Steven+Pietrobon%27s+Space+Archive&rft.date=2020-01-18&rft.aulast=Pietrobon&rft.aufirst=Steven&rft_id=https%3A%2F%2Fwww.sworld.com.au%2Fsteven%2Fspace%2Fussub-man.txt&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-CCD6-509"><span class="mw-cite-backlink">^ <a href="#cite_ref-CCD6_509-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-CCD6_509-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-CCD6_509-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-CCD6_509-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-CCD6_509-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-CCD6_509-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-CCD6_509-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-CCD6_509-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-CCD6_509-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-CCD6_509-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-CCD6_509-10"><sup><i><b>k</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.govconwire.com/2017/01/boeing-spacex-secure-additional-crewed-missions-under-nasas-commercial-space-transport-program/" rel="nofollow">"Boeing, SpaceX Secure Additional Crewed Missions Under NASA's Commercial Space Transport Program"</a>. 4 January 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">7 March</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Boeing%2C+SpaceX+Secure+Additional+Crewed+Missions+Under+NASA%27s+Commercial+Space+Transport+Program&rft.date=2017-01-04&rft_id=https%3A%2F%2Fwww.govconwire.com%2F2017%2F01%2Fboeing-spacex-secure-additional-crewed-missions-under-nasas-commercial-space-transport-program%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf-20170811-510"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf-20170811_510-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGebhardt2017">Gebhardt, Chris (11 August 2017). <a class="external text" href="https://www.nasaspaceflight.com/2017/08/spacex-boeing-home-stretch-commercial-crew-readiness/" rel="nofollow">"SpaceX and Boeing in home stretch for Commercial Crew readiness"</a>. NASASpaceFlight<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+and+Boeing+in+home+stretch+for+Commercial+Crew+readiness&rft.date=2017-08-11&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2017%2F08%2Fspacex-boeing-home-stretch-commercial-crew-readiness%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sfn_crewdragon_may19-511"><span class="mw-cite-backlink"><b><a href="#cite_ref-sfn_crewdragon_may19_511-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFWilliam_Harwood2019">William Harwood (28 May 2019). <a class="external text" href="https://spaceflightnow.com/2019/05/28/nasa-says-spacex-readying-crew-dragon-capsule-for-possible-piloted-test-flight-by-end-of-year/" rel="nofollow">"NASA says SpaceX readying Crew Dragon capsule for possible piloted test flight by end of year"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">29 May</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+says+SpaceX+readying+Crew+Dragon+capsule+for+possible+piloted+test+flight+by+end+of+year&rft.date=2019-05-28&rft.au=William+Harwood&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2019%2F05%2F28%2Fnasa-says-spacex-readying-crew-dragon-capsule-for-possible-piloted-test-flight-by-end-of-year%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-512"><span class="mw-cite-backlink"><b><a href="#cite_ref-512">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFAtkinson2020">Atkinson, Ian (17 January 2020). <a class="external text" href="https://www.nasaspaceflight.com/2020/01/spacex-crew-dragon-in-flight-abort-test/" rel="nofollow">"SpaceX conducts successful Crew Dragon In-Flight Abort Test"</a>. NASASpaceFlight.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+conducts+successful+Crew+Dragon+In-Flight+Abort+Test&rft.pub=NASASpaceFlight&rft.date=2020-01-17&rft.aulast=Atkinson&rft.aufirst=Ian&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F01%2Fspacex-crew-dragon-in-flight-abort-test%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-513"><span class="mw-cite-backlink"><b><a href="#cite_ref-513">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacenews.com/spacex-launches-fourth-batch-of-starlink-satellites-tweaks-satellite-design/" rel="nofollow">"SpaceX launches fourth batch of Starlink satellites, tweaks satellite design"</a>. 29 January 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">31 January</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+fourth+batch+of+Starlink+satellites%2C+tweaks+satellite+design&rft.date=2020-01-29&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-launches-fourth-batch-of-starlink-satellites-tweaks-satellite-design%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-catch3-514"><span class="mw-cite-backlink"><b><a href="#cite_ref-catch3_514-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://arstechnica.com/science/2020/01/weather-permitting-spacex-to-launch-third-starlink-mission-monday-morning/" rel="nofollow">"SpaceX launches 60 Starlink satellites, catches a fairing"</a>. 18 December 2019.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+60+Starlink+satellites%2C+catches+a+fairing&rft.date=2019-12-18&rft_id=https%3A%2F%2Farstechnica.com%2Fscience%2F2020%2F01%2Fweather-permitting-spacex-to-launch-third-starlink-mission-monday-morning%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-515"><span class="mw-cite-backlink"><b><a href="#cite_ref-515">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.space.com/spacex-starlink-4-launch-success-misses-rocket-landing.html" rel="nofollow">"SpaceX launches 60 Starlink satellites for new megaconstellation, misses rocket landing"</a>. <i>space.com</i>. 17 February 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">18 February</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.com&rft.atitle=SpaceX+launches+60+Starlink+satellites+for+new+megaconstellation%2C+misses+rocket+landing&rft.date=2020-02-17&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-starlink-4-launch-success-misses-rocket-landing.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-516"><span class="mw-cite-backlink"><b><a href="#cite_ref-516">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2020/02/spacex-falcon-reusability-record-fifth-starlink-launch/" rel="nofollow">"SpaceX successfully conducts fifth Starlink launch - booster misses drone ship"</a>. 17 February 2020.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+successfully+conducts+fifth+Starlink+launch+-+booster+misses+drone+ship&rft.date=2020-02-17&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F02%2Fspacex-falcon-reusability-record-fifth-starlink-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-517"><span class="mw-cite-backlink"><b><a href="#cite_ref-517">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFMusk,_Elon_[@elonmusk]2020"><a href="/wiki/Elon_Musk" title="Elon Musk">Musk, Elon [@elonmusk]</a> (6 March 2020). <a class="external text" href="https://twitter.com/elonmusk/status/1236117435905785856" rel="nofollow">"@Alejandro_DebH Recent missed landing (at sea) was due to incorrect wind data. If this (land) landing fails, it will most likely be for a different reason"</a> (Tweet). <a class="external text" href="https://web.archive.org/web/20201116015026/https://twitter.com/elonmusk/status/1236117435905785856" rel="nofollow">Archived</a> from the original on 16 November 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=%40Alejandro_DebH+Recent+missed+landing+%28at+sea%29+was+due+to+incorrect+wind+data.+If+this+%28land%29+landing+fails%2C+it+will+most+likely+be+for+a+different+reason.&rft.date=2020-03-06&rft.au=Musk%2C+Elon+%5B%40elonmusk%5D&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1236117435905785856&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-518"><span class="mw-cite-backlink"><b><a href="#cite_ref-518">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGray2020">Gray, Tyler (9 March 2020). <a class="external text" href="https://www.nasaspaceflight.com/2020/03/spacex-final-dragon-1-mission-iss/" rel="nofollow">"CRS-20 – Final Dragon 1 arrives at the ISS"</a>. <i>nasaspaceflight.com</i>. NASASpaceflight<span class="reference-accessdate">. Retrieved <span class="nowrap">14 May</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=CRS-20+%E2%80%93+Final+Dragon+1+arrives+at+the+ISS&rft.date=2020-03-09&rft.aulast=Gray&rft.aufirst=Tyler&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F03%2Fspacex-final-dragon-1-mission-iss%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-519"><span class="mw-cite-backlink"><b><a href="#cite_ref-519">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasa.gov/sites/default/files/atoms/files/spacex_crs-20_mission_overview.pdf" rel="nofollow">"SpX-20 Mission Overview"</a> <span class="cs1-format">(PDF)</span>. NASA. 6 March 2020.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpX-20+Mission+Overview&rft.pub=NASA&rft.date=2020-03-06&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Fatoms%2Ffiles%2Fspacex_crs-20_mission_overview.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-520"><span class="mw-cite-backlink"><b><a href="#cite_ref-520">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://space.skyrocket.de/doc_sdat/bartolomeo.htm" rel="nofollow">"Bartolomeo (CEPHFISS)"</a>. <i>space.skyrocket.de</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.skyrocket.de&rft.atitle=Bartolomeo+%28CEPHFISS%29&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fbartolomeo.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-521"><span class="mw-cite-backlink"><b><a href="#cite_ref-521">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark">Clark, Stephen. <a class="external text" href="https://spaceflightnow.com/2020/02/26/spacex-swaps-upper-stage-for-next-falcon-9-launch/" rel="nofollow">"SpaceX swaps upper stage for next Falcon 9 launch"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">27 October</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+swaps+upper+stage+for+next+Falcon+9+launch&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F02%2F26%2Fspacex-swaps-upper-stage-for-next-falcon-9-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-522"><span class="mw-cite-backlink"><b><a href="#cite_ref-522">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.space.com/spacex-launches-starlink-5-satellites-misses-rocket-landing.html" rel="nofollow">"SpaceX launches 60 Starlink satellites into orbit, misses rocket landing"</a>. <i>space.com</i>. 18 March 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">20 March</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.com&rft.atitle=SpaceX+launches+60+Starlink+satellites+into+orbit%2C+misses+rocket+landing&rft.date=2020-03-18&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-launches-starlink-5-satellites-misses-rocket-landing.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-523"><span class="mw-cite-backlink"><b><a href="#cite_ref-523">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSpaceX_[@SpaceX]2020"><a href="/wiki/SpaceX" title="SpaceX">SpaceX [@SpaceX]</a> (13 March 2020). <a class="external text" href="https://twitter.com/SpaceX/status/1238610287256723456" rel="nofollow">"The fairing previously flew on the Starlink launch in May 2019 t.co/AtYq6Omuku"</a> (Tweet). <a class="external text" href="https://web.archive.org/web/20200602182004/https://twitter.com/SpaceX/status/1238610287256723456" rel="nofollow">Archived</a> from the original on 2 June 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+fairing+previously+flew+on+the+Starlink+launch+in+May+2019+t.co%2FAtYq6Omuku&rft.date=2020-03-13&rft.au=SpaceX+%5B%40SpaceX%5D&rft_id=https%3A%2F%2Ftwitter.com%2FSpaceX%2Fstatus%2F1238610287256723456&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-524"><span class="mw-cite-backlink"><b><a href="#cite_ref-524">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFElon_Musk_[@elonmusk]2020">Elon Musk [@elonmusk] (18 March 2020). <a class="external text" href="https://twitter.com/elonmusk/status/1240262636547100672" rel="nofollow">"There was also an early engine shutdown on ascent, but it didn't affect orbit insertion. Shows value of having 9 engines! Thorough investigation needed before next mission"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=There+was+also+an+early+engine+shutdown+on+ascent%2C+but+it+didn%27t+affect+orbit+insertion.+Shows+value+of+having+9+engines%21+Thorough+investigation+needed+before+next+mission.&rft.date=2020-03-18&rft.au=Elon+Musk+%5B%40elonmusk%5D&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1240262636547100672&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-525"><span class="mw-cite-backlink"><b><a href="#cite_ref-525">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://techcrunch.com/2020/04/22/spacex-engine-issue-on-last-starlink-mission-caused-by-cleaning-fluid-according-to-elon-musk/" rel="nofollow">"SpaceX engine issue on last Starlink mission caused by cleaning fluid according to Elon Musk"</a>. 23 April 2020.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+engine+issue+on+last+Starlink+mission+caused+by+cleaning+fluid+according+to+Elon+Musk&rft.date=2020-04-23&rft_id=https%3A%2F%2Ftechcrunch.com%2F2020%2F04%2F22%2Fspacex-engine-issue-on-last-starlink-mission-caused-by-cleaning-fluid-according-to-elon-musk%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-526"><span class="mw-cite-backlink"><b><a href="#cite_ref-526">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://spaceflightnow.com/2020/04/22/spacexs-starlink-network-surpasses-400-satellite-mark-after-successful-launch/" rel="nofollow">"SpaceX's Starlink network surpasses 400-satellite mark after successful launch"</a>. 22 April 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">22 April</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX%27s+Starlink+network+surpasses+400-satellite+mark+after+successful+launch&rft.date=2020-04-22&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F04%2F22%2Fspacexs-starlink-network-surpasses-400-satellite-mark-after-successful-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-leader-527"><span class="mw-cite-backlink"><b><a href="#cite_ref-leader_527-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2020/04/falcon-9-us-leader-starlink/" rel="nofollow">"Falcon 9 to become U.S. rocket leader; Starlink "where are they now" edition"</a>. NASASpaceFlight. 21 April 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">22 April</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+to+become+U.S.+rocket+leader%3B+Starlink+%22where+are+they+now%22+edition&rft.pub=NASASpaceFlight&rft.date=2020-04-21&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F04%2Ffalcon-9-us-leader-starlink%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-528"><span class="mw-cite-backlink"><b><a href="#cite_ref-528">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark">Clark, Stephen. <a class="external text" href="https://spaceflightnow.com/2020/04/17/spacex-test-fires-rocket-for-starlink-launch-next-week/" rel="nofollow">"SpaceX test-fires rocket for Starlink launch next week"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">13 June</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+test-fires+rocket+for+Starlink+launch+next+week&rft.pub=Spaceflight+Now&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F04%2F17%2Fspacex-test-fires-rocket-for-starlink-launch-next-week%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-529"><span class="mw-cite-backlink"><b><a href="#cite_ref-529">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spaceflightnow.com/2020/05/31/making-history-astronauts-ride-commercial-capsule-to-space-station/" rel="nofollow">"Making history, astronauts ride commercial capsule to space station"</a>. 31 May 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">31 May</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Making+history%2C+astronauts+ride+commercial+capsule+to+space+station&rft.date=2020-05-31&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F05%2F31%2Fmaking-history-astronauts-ride-commercial-capsule-to-space-station%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf_2Aug19-530"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf_2Aug19_530-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBergin2019">Bergin, Chris (2 August 2019). <a class="external text" href="https://www.nasaspaceflight.com/2019/08/spacex-retesting-boosters-planning-starship-pad/" rel="nofollow">"SpaceX present to future: From retesting boosters to planning a Starship pad"</a>. NASASpaceFlight]]<span class="reference-accessdate">. Retrieved <span class="nowrap">2 August</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+present+to+future%3A+From+retesting+boosters+to+planning+a+Starship+pad&rft.date=2019-08-02&rft.aulast=Bergin&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2019%2F08%2Fspacex-retesting-boosters-planning-starship-pad%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-531"><span class="mw-cite-backlink"><b><a href="#cite_ref-531">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFHeiney">Heiney, Anna. <a class="external text" href="https://www.nasa.gov/feature/top-10-things-to-know-for-nasa-s-spacex-demo-2-return" rel="nofollow">"Top 10 Things to Know for NASA's SpaceX Demo-2 Return"</a>. <i>nasa.gov</i><span class="reference-accessdate">. Retrieved <span class="nowrap">24 July</span> 2020</span>. <q>At the time of undock, Dragon Endeavour and its trunk weigh approximately 27,600 pounds</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasa.gov&rft.atitle=Top+10+Things+to+Know+for+NASA%27s+SpaceX+Demo-2+Return&rft.aulast=Heiney&rft.aufirst=Anna&rft_id=https%3A%2F%2Fwww.nasa.gov%2Ffeature%2Ftop-10-things-to-know-for-nasa-s-spacex-demo-2-return&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-532"><span class="mw-cite-backlink"><b><a href="#cite_ref-532">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGohd2020">Gohd, Chelsea (28 May 2020). <a class="external text" href="https://www.space.com/spacex-demo-2-astronaut-launch-big-crowds-nasa-warnings.html" rel="nofollow">"SpaceX's historic astronaut launch try draws huge crowds despite NASA warnings"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">2 June</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX%27s+historic+astronaut+launch+try+draws+huge+crowds+despite+NASA+warnings&rft.date=2020-05-28&rft.aulast=Gohd&rft.aufirst=Chelsea&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-demo-2-astronaut-launch-big-crowds-nasa-warnings.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-:16-533"><span class="mw-cite-backlink"><b><a href="#cite_ref-:16_533-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFFletcherGray">Fletcher, Colin; Gray, Tyler. <a class="external text" href="https://www.nasaspaceflight.com/2020/06/spacex-launch-eighth-starlink-jrti-debut/" rel="nofollow">"SpaceX Launches Eighth Starlink Mission, Read The Instructions With East Coast Droneship Debut"</a>. <i>nasaspaceflight.com</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=SpaceX+Launches+Eighth+Starlink+Mission%2C+Read+The+Instructions+With+East+Coast+Droneship+Debut&rft.aulast=Fletcher&rft.aufirst=Colin&rft.au=Gray%2C+Tyler&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F06%2Fspacex-launch-eighth-starlink-jrti-debut%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-NAS280420-534"><span class="mw-cite-backlink"><b><a href="#cite_ref-NAS280420_534-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20200429223257/https://www.spacex.com/news/2020/04/28/starlink-update" rel="nofollow">"Starlink Discussion | National Academy of Sciences"</a>. 28 April 2020. Archived from <a class="external text" href="https://www.spacex.com/news/2020/04/28/starlink-update" rel="nofollow">the original</a> on 29 April 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">29 April</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Starlink+Discussion+%7C+National+Academy+of+Sciences&rft.date=2020-04-28&rft_id=https%3A%2F%2Fwww.spacex.com%2Fnews%2F2020%2F04%2F28%2Fstarlink-update&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-:17-535"><span class="mw-cite-backlink">^ <a href="#cite_ref-:17_535-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:17_535-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2020/06/spacex-launch-first-starlink-rideshare-planet-labs/" rel="nofollow">"SpaceX to launch first Starlink rideshare mission with Planet Labs"</a>. NASASpaceFlight.com. 12 June 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">13 June</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+to+launch+first+Starlink+rideshare+mission+with+Planet+Labs&rft.pub=NASASpaceFlight.com&rft.date=2020-06-12&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F06%2Fspacex-launch-first-starlink-rideshare-planet-labs%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf20200612-536"><span class="mw-cite-backlink">^ <a href="#cite_ref-nsf20200612_536-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nsf20200612_536-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFGray2020">Gray, Tyler (12 June 2020). <a class="external text" href="https://www.nasaspaceflight.com/2020/06/spacex-launch-first-starlink-rideshare-planet-labs/" rel="nofollow">"SpaceX launches first Starlink rideshare mission with Planet Labs"</a>. NASASpaceFlight<span class="reference-accessdate">. Retrieved <span class="nowrap">14 June</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+launches+first+Starlink+rideshare+mission+with+Planet+Labs&rft.date=2020-06-12&rft.aulast=Gray&rft.aufirst=Tyler&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F06%2Fspacex-launch-first-starlink-rideshare-planet-labs%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-537"><span class="mw-cite-backlink"><b><a href="#cite_ref-537">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@SpaceX (11 June 2020). <a class="external text" href="https://twitter.com/SpaceX/status/1271116917420388352" rel="nofollow">"Targeting Saturday, 13 June 13 at 05:21 EDT for launch of 58 Starlink satellites and 3 @planetlabs spacecraft – the first SpaceX SmallSat Rideshare Program launch"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Targeting+Saturday%2C+13+June+13+at+05%3A21+EDT+for+launch+of+58+Starlink+satellites+and+3+%40planetlabs+spacecraft+%E2%80%93+the+first+SpaceX+SmallSat+Rideshare+Program+launch&rft.date=2020-06-11&rft.au=%40SpaceX&rft_id=https%3A%2F%2Ftwitter.com%2FSpaceX%2Fstatus%2F1271116917420388352&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-:15-538"><span class="mw-cite-backlink">^ <a href="#cite_ref-:15_538-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:15_538-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-:15_538-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBurghardt2020">Burghardt, Thomas (13 May 2020). <a class="external text" href="https://www.nasaspaceflight.com/2020/05/planet-labs-skysats-to-rideshare-with-spacex-starlink-launches/" rel="nofollow">"Planet Labs SkySats to rideshare with SpaceX Starlink launches"</a>. <i>nasaspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 May</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=Planet+Labs+SkySats+to+rideshare+with+SpaceX+Starlink+launches&rft.date=2020-05-13&rft.aulast=Burghardt&rft.aufirst=Thomas&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F05%2Fplanet-labs-skysats-to-rideshare-with-spacex-starlink-launches%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-539"><span class="mw-cite-backlink"><b><a href="#cite_ref-539">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@SpaceX (12 June 2020). <a class="external text" href="https://twitter.com/SpaceX/status/1271116917420388352" rel="nofollow">"Targeting Saturday, June 13 at 05:21 EDT for launch of 58 Starlink satellites and 3 @planetlabs spacecraft – the first SpaceX SmallSat Rideshare Program launch"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">26 June</span> 2020</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Targeting+Saturday%2C+June+13+at+05%3A21+EDT+for+launch+of+58+Starlink+satellites+and+3+%40planetlabs+spacecraft+%E2%80%93+the+first+SpaceX+SmallSat+Rideshare+Program+launch&rft.date=2020-06-12&rft.au=%40SpaceX&rft_id=https%3A%2F%2Ftwitter.com%2FSpaceX%2Fstatus%2F1271116917420388352&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-540"><span class="mw-cite-backlink"><b><a href="#cite_ref-540">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGray2020">Gray, Tyler (12 June 2020). <a class="external text" href="https://www.nasaspaceflight.com/2020/06/spacex-launch-first-starlink-rideshare-planet-labs/" rel="nofollow">"SpaceX to launch first Starlink rideshare mission with Planet Labs"</a>. <i>nasaspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 June</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=SpaceX+to+launch+first+Starlink+rideshare+mission+with+Planet+Labs&rft.date=2020-06-12&rft.aulast=Gray&rft.aufirst=Tyler&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F06%2Fspacex-launch-first-starlink-rideshare-planet-labs%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-541"><span class="mw-cite-backlink"><b><a href="#cite_ref-541">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSpaceX_[@SpaceX]2020">SpaceX [@SpaceX] (30 June 2020). <a class="external text" href="https://twitter.com/SpaceX/status/1278049470639296512" rel="nofollow">"New T-0 of 4:10 p.m. EDT due to upper-level winds; vehicle and payload look good for launch"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=New+T-0+of+4%3A10+p.m.+EDT+due+to+upper-level+winds%3B+vehicle+and+payload+look+good+for+launch&rft.date=2020-06-30&rft.au=SpaceX+%5B%40SpaceX%5D&rft_id=https%3A%2F%2Ftwitter.com%2FSpaceX%2Fstatus%2F1278049470639296512&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-clark-20200630-542"><span class="mw-cite-backlink">^ <a href="#cite_ref-clark-20200630_542-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-clark-20200630_542-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-clark-20200630_542-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-clark-20200630_542-3"><sup><i><b>d</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2020">Clark, Stephen (30 June 2020). <a class="external text" href="https://spaceflightnow.com/2020/06/30/spacex-launches-its-first-mission-for-u-s-space-force/" rel="nofollow">"SpaceX launches its first mission for the U.S. Space Force"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">1 July</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+launches+its+first+mission+for+the+U.S.+Space+Force&rft.date=2020-06-30&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F06%2F30%2Fspacex-launches-its-first-mission-for-u-s-space-force%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-gps_34_manufacturing-543"><span class="mw-cite-backlink">^ <a href="#cite_ref-gps_34_manufacturing_543-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-gps_34_manufacturing_543-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.lockheedmartin.com/us/news/press-releases/2012/january/0112_ss_gps.html" rel="nofollow">"U.S. Air Force Awards Lockheed Martin Contract for Third and Fourth GPS III Satellites"</a>. Lockheed Martin. 12 January 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">3 January</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=U.S.+Air+Force+Awards+Lockheed+Martin+Contract+for+Third+and+Fourth+GPS+III+Satellites&rft.pub=Lockheed+Martin&rft.date=2012-01-12&rft_id=http%3A%2F%2Fwww.lockheedmartin.com%2Fus%2Fnews%2Fpress-releases%2F2012%2Fjanuary%2F0112_ss_gps.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-gpsworld_20171127-544"><span class="mw-cite-backlink"><b><a href="#cite_ref-gpsworld_20171127_544-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFCozzens2017">Cozzens, Tracy (27 November 2017). <a class="external text" href="http://gpsworld.com/lockheed-martin-assembles-third-u-s-air-force-gps-iii-satellite/" rel="nofollow">"Lockheed Martin assembles third U.S. Air Force GPS III satellite"</a>. <i>gpsworld.com</i>. North Coast Media LLC<span class="reference-accessdate">. Retrieved <span class="nowrap">1 December</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=gpsworld.com&rft.atitle=Lockheed+Martin+assembles+third+U.S.+Air+Force+GPS+III+satellite&rft.date=2017-11-27&rft.aulast=Cozzens&rft.aufirst=Tracy&rft_id=http%3A%2F%2Fgpsworld.com%2Flockheed-martin-assembles-third-u-s-air-force-gps-iii-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-gleckel-2017-11-545"><span class="mw-cite-backlink"><b><a href="#cite_ref-gleckel-2017-11_545-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGleckel2017">Gleckel, Gerry (15 November 2017). <a class="external text" href="https://www.gps.gov/governance/advisory/meetings/2017-11/gleckel.pdf" rel="nofollow">"GPS Status and Modernization Progress"</a> <span class="cs1-format">(PDF)</span>. <i>gps.gov</i><span class="reference-accessdate">. Retrieved <span class="nowrap">1 December</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=gps.gov&rft.atitle=GPS+Status+and+Modernization+Progress&rft.date=2017-11-15&rft.aulast=Gleckel&rft.aufirst=Gerry&rft_id=https%3A%2F%2Fwww.gps.gov%2Fgovernance%2Fadvisory%2Fmeetings%2F2017-11%2Fgleckel.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-gps_status_20180926-546"><span class="mw-cite-backlink">^ <a href="#cite_ref-gps_status_20180926_546-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-gps_status_20180926_546-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.gps.gov/cgsic/meetings/2018/schaub.pdf" rel="nofollow">"GPS Status and Modernization Progress: Service, Satellites, Control Segment, and Military GPS User Equipment"</a> <span class="cs1-format">(PDF)</span>. US Air Force Space and Missile Systems Center. 26 September 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=GPS+Status+and+Modernization+Progress%3A+Service%2C+Satellites%2C+Control+Segment%2C+and+Military+GPS+User+Equipment&rft.pub=US+Air+Force+Space+and+Missile+Systems+Center&rft.date=2018-09-26&rft_id=https%3A%2F%2Fwww.gps.gov%2Fcgsic%2Fmeetings%2F2018%2Fschaub.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-547"><span class="mw-cite-backlink"><b><a href="#cite_ref-547">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacenews.com/spacex-wins-its-second-gps-3-launch-contract-1/" rel="nofollow">"SpaceX wins its second GPS 3 launch contract"</a>. SpaceNews. 14 March 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+wins+its+second+GPS+3+launch+contract&rft.pub=SpaceNews&rft.date=2017-03-14&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-wins-its-second-gps-3-launch-contract-1%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-548"><span class="mw-cite-backlink"><b><a href="#cite_ref-548">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFErwin2020">Erwin, Sandra (28 June 2020). <a class="external text" href="https://spacenews.com/space-force-more-receptive-to-reusable-rockets-as-it-continues-to-review-spacex-missions/" rel="nofollow">"Space Force more receptive to reusable rockets as it continues to review SpaceX missions"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Space+Force+more+receptive+to+reusable+rockets+as+it+continues+to+review+SpaceX+missions&rft.pub=SpaceNews&rft.date=2020-06-28&rft.aulast=Erwin&rft.aufirst=Sandra&rft_id=https%3A%2F%2Fspacenews.com%2Fspace-force-more-receptive-to-reusable-rockets-as-it-continues-to-review-spacex-missions%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-549"><span class="mw-cite-backlink"><b><a href="#cite_ref-549">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.losangeles.af.mil/News/Article-Display/Article/2082387/gps-iii-space-vehicle-03-columbus-safely-arrives-in-florida/" rel="nofollow">"GPS III Space Vehicle 03 "Columbus" safely arrives in Florida"</a>. Los Angeles Air Force Base.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=GPS+III+Space+Vehicle+03+%22Columbus%22+safely+arrives+in+Florida&rft.pub=Los+Angeles+Air+Force+Base&rft_id=https%3A%2F%2Fwww.losangeles.af.mil%2FNews%2FArticle-Display%2FArticle%2F2082387%2Fgps-iii-space-vehicle-03-columbus-safely-arrives-in-florida%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-sn20200407-550"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20200407_550-0">^</a></b></span> <span class="reference-text"><a class="external text" href="https://spacenews.com/spacex-launch-of-gps-satellite-delayed-due-to-pandemic/" rel="nofollow">SpaceX launch of GPS satellite delayed due to pandemic</a>, Sandra Erwin, SpaceNews, 7 April 2020, Retrieved 7 April 2020</span>
</li>
<li id="cite_note-sn20200630-551"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20200630_551-0">^</a></b></span> <span class="reference-text"><a class="external text" href="https://news.satnews.com/2020/06/30/spacexs-successful-launch-of-gps-iii-in-honor-of-colonel-thomas-g-falzarano/" rel="nofollow">SpaceX's Successful Launch of GPS-III and in Honor of Colonel Thomas G. Falzarano</a>, SpaceNews, 30 June 2020, retrieved 1 July 2020.</span>
</li>
<li id="cite_note-s&s20200513-552"><span class="mw-cite-backlink"><b><a href="#cite_ref-s&s20200513_552-0">^</a></b></span> <span class="reference-text"><a class="external text" href="https://www.stripes.com/news/air-force/air-force-space-wing-commander-dies-at-peterson-air-force-base-1.629647" rel="nofollow">Air Force space wing commander dies at Peterson Air Force Base</a>, <a href="/wiki/Stars_and_Stripes_(newspaper)" title="Stars and Stripes (newspaper)">Stars and Stripes</a>, 13 May 2020, Retrieved 1 July 2020.</span>
</li>
<li id="cite_note-GPS-553"><span class="mw-cite-backlink">^ <a href="#cite_ref-GPS_553-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-GPS_553-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-GPS_553-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-GPS_553-3"><sup><i><b>d</b></i></sup></a></span> <span class="reference-text"><a class="external free" href="https://spaceflightnow.com/2020/10/02/space-force-announces-new-nicknames-for-gps-satellites/" rel="nofollow">https://spaceflightnow.com/2020/10/02/space-force-announces-new-nicknames-for-gps-satellites/</a></span>
</li>
<li id="cite_note-554"><span class="mw-cite-backlink"><b><a href="#cite_ref-554">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2020/06/spacex-launch-third-gps-block-iii-satellite/" rel="nofollow">"SpaceX launches third GPS Block III satellite"</a>. Nasaspaceflight. 30 June 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">8 July</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+third+GPS+Block+III+satellite&rft.pub=Nasaspaceflight&rft.date=2020-06-30&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F06%2Fspacex-launch-third-gps-block-iii-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-SFN20200720-555"><span class="mw-cite-backlink">^ <a href="#cite_ref-SFN20200720_555-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-SFN20200720_555-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spaceflightnow.com/2020/07/20/falcon-9-anasis-2-mission-status-center/" rel="nofollow">"Live coverage: South Korean military satellite to launch today from Florida"</a>. Spaceflight Now. 20 July 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">20 July</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Live+coverage%3A+South+Korean+military+satellite+to+launch+today+from+Florida&rft.pub=Spaceflight+Now&rft.date=2020-07-20&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F07%2F20%2Ffalcon-9-anasis-2-mission-status-center%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Gunter-556"><span class="mw-cite-backlink">^ <a href="#cite_ref-Gunter_556-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Gunter_556-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://space.skyrocket.de/doc_lau_det/falcon-9_v1-2_b5.htm" rel="nofollow">"Falcon-9 v1.2 (Block 5) (Falcon-9FT (Block 5"</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon-9+v1.2+%28Block+5%29+%28Falcon-9FT+%28Block+5&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_lau_det%2Ffalcon-9_v1-2_b5.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span>|access-date=June 24, 2020|publisher=Gunter's Space Page}}</span>
</li>
<li id="cite_note-557"><span class="mw-cite-backlink"><b><a href="#cite_ref-557">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://space.skyrocket.de/doc_sdat/kmilsatcom-1.htm" rel="nofollow">"Anasis 2 (K-Milsat-1)"</a>. <i>space.skyrocket.de</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.skyrocket.de&rft.atitle=Anasis+2+%28K-Milsat-1%29&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fkmilsatcom-1.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-558"><span class="mw-cite-backlink"><b><a href="#cite_ref-558">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark">Clark, Stephen. <a class="external text" href="https://spaceflightnow.com/2020/07/21/spacex-shares-video-of-first-double-fairing-catch/" rel="nofollow">"SpaceX shares video of first double fairing catch"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 July</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Spaceflight+Now&rft.atitle=SpaceX+shares+video+of+first+double+fairing+catch&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F07%2F21%2Fspacex-shares-video-of-first-double-fairing-catch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-559"><span class="mw-cite-backlink"><b><a href="#cite_ref-559">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFRalph2020">Ralph, Eric (20 July 2020). <a class="external text" href="https://www.teslarati.com/spacex-falcon-9-shuttle-record-nosecone-catch" rel="nofollow">"SpaceX Falcon 9 breaks NASA Shuttle reuse record, catches full rocket nosecone"</a>. Teslarati<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+9+breaks+NASA+Shuttle+reuse+record%2C+catches+full+rocket+nosecone&rft.pub=Teslarati&rft.date=2020-07-20&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-falcon-9-shuttle-record-nosecone-catch&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-560"><span class="mw-cite-backlink"><b><a href="#cite_ref-560">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFMusk,_Elon_[@elonmusk]2020"><a href="/wiki/Elon_Musk" title="Elon Musk">Musk, Elon [@elonmusk]</a> (20 July 2020). <a class="external text" href="https://twitter.com/elonmusk/status/1285338582849208320" rel="nofollow">"Both fairing halves caught from space by @SpaceX ships!"</a> (Tweet). <a class="external text" href="https://web.archive.org/web/20200930132841/https://twitter.com/elonmusk/status/1285338582849208320" rel="nofollow">Archived</a> from the original on 30 September 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Both+fairing+halves+caught+from+space+by+%40SpaceX+ships%21&rft.date=2020-07-20&rft.au=Musk%2C+Elon+%5B%40elonmusk%5D&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1285338582849208320&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-561"><span class="mw-cite-backlink"><b><a href="#cite_ref-561">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2020/08/spacex-launch-starlink-v1-0-l9-mission/" rel="nofollow">"SpaceX successfully conducts Starlink v1.0 L9 launch"</a>. NASASpaceFlight.com. 6 August 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">7 August</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+successfully+conducts+Starlink+v1.0+L9+launch&rft.pub=NASASpaceFlight.com&rft.date=2020-08-06&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F08%2Fspacex-launch-starlink-v1-0-l9-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-562"><span class="mw-cite-backlink"><b><a href="#cite_ref-562">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacenews.com/blacksky-launching-two-satellites-on-june-starlink-mission/" rel="nofollow">"BlackSky launching two satellites on June Starlink mission"</a>. SpaceNews. 5 June 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">5 June</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=BlackSky+launching+two+satellites+on+June+Starlink+mission&rft.pub=SpaceNews&rft.date=2020-06-05&rft_id=https%3A%2F%2Fspacenews.com%2Fblacksky-launching-two-satellites-on-june-starlink-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spaceflight-20200617-563"><span class="mw-cite-backlink"><b><a href="#cite_ref-spaceflight-20200617_563-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSorensen2020">Sorensen, Jodi (17 June 2020). <a class="external text" href="https://spaceflight.com/spaceflight-to-launch-its-first-rideshare-payloads-on-a-spacex-starlink-mission/" rel="nofollow">"Spaceflight to Launch Its First Rideshare Payloads on a SpaceX Starlink Mission"</a>. Spaceflight Industries<span class="reference-accessdate">. Retrieved <span class="nowrap">17 June</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Spaceflight+to+Launch+Its+First+Rideshare+Payloads+on+a+SpaceX+Starlink+Mission&rft.pub=Spaceflight+Industries&rft.date=2020-06-17&rft.aulast=Sorensen&rft.aufirst=Jodi&rft_id=https%3A%2F%2Fspaceflight.com%2Fspaceflight-to-launch-its-first-rideshare-payloads-on-a-spacex-starlink-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-564"><span class="mw-cite-backlink"><b><a href="#cite_ref-564">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.cnet.com/news/next-spacex-launch-includes-57-starlink-satellites-all-wearing-visors/" rel="nofollow">"SpaceX scrubs Starlink satellite launch Wednesday due to weather"</a>. 8 July 2020.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+scrubs+Starlink+satellite+launch+Wednesday+due+to+weather&rft.date=2020-07-08&rft_id=https%3A%2F%2Fwww.cnet.com%2Fnews%2Fnext-spacex-launch-includes-57-starlink-satellites-all-wearing-visors%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-565"><span class="mw-cite-backlink"><b><a href="#cite_ref-565">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.space.com/spacex-starlink-11-planet-skysats-launch-august-2020.html" rel="nofollow">"SpaceX launches 58 Starlink satellites and 3 SkySats, sticks rocket landing"</a>. 18 August 2020.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+58+Starlink+satellites+and+3+SkySats%2C+sticks+rocket+landing&rft.date=2020-08-18&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-starlink-11-planet-skysats-launch-august-2020.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-566"><span class="mw-cite-backlink"><b><a href="#cite_ref-566">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBurghardt2020">Burghardt, Thomas (17 August 2020). <a class="external text" href="https://www.nasaspaceflight.com/2020/08/spacex-break-record-sixth-flight/" rel="nofollow">"SpaceX to Break Record with Booster's Sixth Flight"</a>. NASASpaceFlight.com.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+to+Break+Record+with+Booster%27s+Sixth+Flight&rft.pub=NASASpaceFlight.com&rft.date=2020-08-17&rft.aulast=Burghardt&rft.aufirst=Thomas&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F08%2Fspacex-break-record-sixth-flight%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-567"><span class="mw-cite-backlink"><b><a href="#cite_ref-567">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2020/08/spacex-polar-cape-50-years/" rel="nofollow">"SpaceX Conducts First Polar Launch from Cape in over 50 Years"</a>. 30 August 2020.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Conducts+First+Polar+Launch+from+Cape+in+over+50+Years&rft.date=2020-08-30&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F08%2Fspacex-polar-cape-50-years%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-skyrocket-saocom1b-568"><span class="mw-cite-backlink">^ <a href="#cite_ref-skyrocket-saocom1b_568-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-skyrocket-saocom1b_568-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://space.skyrocket.de/doc_sdat/saocom-1.htm" rel="nofollow">"SAOCOM 1A, 1B"</a>. Gunters Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">8 July</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SAOCOM+1A%2C+1B&rft.pub=Gunters+Space+Page&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fsaocom-1.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-SAOCOM_1B_Mission-569"><span class="mw-cite-backlink"><b><a href="#cite_ref-SAOCOM_1B_Mission_569-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.youtube.com/watch?v=P-gLOsDjE3E&feature=youtu.be" rel="nofollow">"SAOCOM 1B Mission"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">29 August</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SAOCOM+1B+Mission&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DP-gLOsDjE3E%26feature%3Dyoutu.be&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-570"><span class="mw-cite-backlink"><b><a href="#cite_ref-570">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://directory.eoportal.org/web/eoportal/satellite-missions/s/saocom" rel="nofollow">"SAOCOM (SAR Observation and Communications Satellite) Constellation"</a>. eoPortal<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SAOCOM+%28SAR+Observation+and+Communications+Satellite%29+Constellation&rft.pub=eoPortal&rft_id=https%3A%2F%2Fdirectory.eoportal.org%2Fweb%2Feoportal%2Fsatellite-missions%2Fs%2Fsaocom&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-571"><span class="mw-cite-backlink"><b><a href="#cite_ref-571">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://space.skyrocket.de/doc_sdat/saocom-1.htm" rel="nofollow">"SAOCOM 1A, 1B"</a>. <i>space.skyrocket.de</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.skyrocket.de&rft.atitle=SAOCOM+1A%2C+1B&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fsaocom-1.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-572"><span class="mw-cite-backlink"><b><a href="#cite_ref-572">^</a></b></span> <span class="reference-text">
<ul><li><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFMichael_Baylor_[@nextspaceflight]2019">Michael Baylor [@nextspaceflight] (9 October 2019). <a class="external text" href="https://twitter.com/nextspaceflight/status/1182025275573510146" rel="nofollow">"I can confirm that SpaceX currently plans to launch SAOCOM 1B from Cape Canaveral instead of Vandenberg. This will be the first use of the southern polar corridor to reach orbit from the Cape since 1960"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=I+can+confirm+that+SpaceX+currently+plans+to+launch+SAOCOM+1B+from+Cape+Canaveral+instead+of+Vandenberg.+This+will+be+the+first+use+of+the+southern+polar+corridor+to+reach+orbit+from+the+Cape+since+1960.&rft.date=2019-10-09&rft.au=Michael+Baylor+%5B%40nextspaceflight%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fnextspaceflight%2Fstatus%2F1182025275573510146&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></li>
<li><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFMichael_Baylor_[@nextspaceflight]2019">Michael Baylor [@nextspaceflight] (10 October 2019). <a class="external text" href="https://twitter.com/nextspaceflight/status/1182425981392437250" rel="nofollow">"Minor correction with regards to the 1960 date. Looks like there was a one from the Cape in 1969 (so it's only been 50 years rolling on the floor laughing). nssdc.gsfc.nasa.gov/nmc/spacecraft/displayTrajectory.action?id=1969-016A"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Minor+correction+with+regards+to+the+1960+date.+Looks+like+there+was+a+one+from+the+Cape+in+1969+%28so+it%27s+only+been+50+years+rolling+on+the+floor+laughing%29.+nssdc.gsfc.nasa.gov%2Fnmc%2Fspacecraft%2FdisplayTrajectory.action%3Fid%3D1969-016A&rft.date=2019-10-10&rft.au=Michael+Baylor+%5B%40nextspaceflight%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fnextspaceflight%2Fstatus%2F1182425981392437250&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></li></ul>
</span></li>
<li id="cite_note-573"><span class="mw-cite-backlink"><b><a href="#cite_ref-573">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBurghardt2020">Burghardt, Thomas (30 August 2020). <a class="external text" href="https://www.nasaspaceflight.com/2020/08/spacex-polar-cape-50-years/" rel="nofollow">"SpaceX Conducts First Polar Launch from Cape in over 50 Years"</a>. NASASpaceflight.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Conducts+First+Polar+Launch+from+Cape+in+over+50+Years&rft.pub=NASASpaceflight&rft.date=2020-08-30&rft.aulast=Burghardt&rft.aufirst=Thomas&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F08%2Fspacex-polar-cape-50-years%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sfn-20200903-574"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfn-20200903_574-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfn-20200903_574-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2020">Clark, Stephen (3 September 2020). <a class="external text" href="https://spaceflightnow.com/2020/09/03/spacex-launches-more-starlink-satellites-beta-testing-well-underway/" rel="nofollow">"SpaceX launches more Starlink satellites, beta testing well underway"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+more+Starlink+satellites%2C+beta+testing+well+underway&rft.pub=Spaceflight+Now&rft.date=2020-09-03&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F09%2F03%2Fspacex-launches-more-starlink-satellites-beta-testing-well-underway%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nsf290820-575"><span class="mw-cite-backlink"><b><a href="#cite_ref-nsf290820_575-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2020/08/spacex-super-sunday-100th-falcon-launch/" rel="nofollow">"SpaceX postpones first Super Sunday flight due to weather"</a>. 29 August 2020.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+postpones+first+Super+Sunday+flight+due+to+weather&rft.date=2020-08-29&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F08%2Fspacex-super-sunday-100th-falcon-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-576"><span class="mw-cite-backlink"><b><a href="#cite_ref-576">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://earthsky.org/space/spacex-starlink-falcon-9-launch-oct-6-2020/" rel="nofollow">"SpaceX Launched 60 More Starlink Satellites This Week"</a>. 8 October 2020.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Launched+60+More+Starlink+Satellites+This+Week&rft.date=2020-10-08&rft_id=https%3A%2F%2Fearthsky.org%2Fspace%2Fspacex-starlink-falcon-9-launch-oct-6-2020%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-577"><span class="mw-cite-backlink"><b><a href="#cite_ref-577">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://nextspaceflight.com/launches/details/2577" rel="nofollow">"Falcon 9 Block 5 | Starlink V1 L12"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 September</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+Starlink+V1+L12&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2577&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-578"><span class="mw-cite-backlink"><b><a href="#cite_ref-578">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBerger2020">Berger, Eric (18 September 2020). <a class="external text" href="https://arstechnica.com/science/2020/09/rocket-report-chinese-rocket-fails-starship-may-make-a-leap-in-october/" rel="nofollow">"Rocket Report: Chinese rocket fails, Starship may make a leap in October"</a>. Ars Technica<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Rocket+Report%3A+Chinese+rocket+fails%2C+Starship+may+make+a+leap+in+October&rft.pub=Ars+Technica&rft.date=2020-09-18&rft.aulast=Berger&rft.aufirst=Eric&rft_id=https%3A%2F%2Farstechnica.com%2Fscience%2F2020%2F09%2Frocket-report-chinese-rocket-fails-starship-may-make-a-leap-in-october%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-579"><span class="mw-cite-backlink"><b><a href="#cite_ref-579">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2020/10/spacex-falcon-9-launch-next-starlink/" rel="nofollow">"SpaceX Falcon 9 launches latest Starlink mission"</a>. NasaSpaceflight.com. 17 October 2019.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+9+launches+latest+Starlink+mission&rft.pub=NasaSpaceflight.com&rft.date=2019-10-17&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F10%2Fspacex-falcon-9-launch-next-starlink%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-580"><span class="mw-cite-backlink"><b><a href="#cite_ref-580">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://nextspaceflight.com/launches/details/2578" rel="nofollow">"Falcon 9 Block 5 | Starlink V1 L13"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 September</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+Starlink+V1+L13&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2578&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-581"><span class="mw-cite-backlink"><b><a href="#cite_ref-581">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGraham2020">Graham, William (17 October 2020). <a class="external text" href="https://www.nasaspaceflight.com/2020/10/spacex-falcon-9-launch-next-starlink/" rel="nofollow">"SpaceX Falcon 9 launches latest Starlink mission"</a>. <i>nasaspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">19 October</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=SpaceX+Falcon+9+launches+latest+Starlink+mission&rft.date=2020-10-17&rft.aulast=Graham&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F10%2Fspacex-falcon-9-launch-next-starlink%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-582"><span class="mw-cite-backlink"><b><a href="#cite_ref-582">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2020/10/spacex-second-starlink-mission-in-week/" rel="nofollow">"SpaceX launches second Starlink mission of the week"</a>. NasaSpaceflight.com. 24 October 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+second+Starlink+mission+of+the+week&rft.pub=NasaSpaceflight.com&rft.date=2021-10-24&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F10%2Fspacex-second-starlink-mission-in-week%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-583"><span class="mw-cite-backlink"><b><a href="#cite_ref-583">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFLentz2020">Lentz, Danny (24 October 2020). <a class="external text" href="https://www.nasaspaceflight.com/2020/10/spacex-second-starlink-mission-in-week/" rel="nofollow">"SpaceX launches second Starlink mission of the week"</a>. NASASpaceFlight<span class="reference-accessdate">. Retrieved <span class="nowrap">24 October</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+second+Starlink+mission+of+the+week&rft.pub=NASASpaceFlight&rft.date=2020-10-24&rft.aulast=Lentz&rft.aufirst=Danny&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F10%2Fspacex-second-starlink-mission-in-week%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-584"><span class="mw-cite-backlink"><b><a href="#cite_ref-584">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2020/11/spacex-line-launch-fourth-gps/" rel="nofollow">"https://www.nasaspaceflight.com/2020/11/spacex-line-launch-fourth-gps/"</a>. NasaSpaceflight.com. 5 November 2020.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F11%2Fspacex-line-launch-fourth-gps%2F&rft.pub=NasaSpaceflight.com&rft.date=2020-11-05&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F11%2Fspacex-line-launch-fourth-gps%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <span class="cs1-visible-error error citation-comment">External link in <code class="cs1-code">|title=</code> (<a href="/wiki/Help:CS1_errors#param_has_ext_link" title="Help:CS1 errors">help</a>)</span></span>
</li>
<li id="cite_note-cr-048-15-585"><span class="mw-cite-backlink"><b><a href="#cite_ref-cr-048-15_585-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1"><a class="external text" href="https://www.defense.gov/News/Contracts/Contract-View/Article/1466539//" rel="nofollow">"Contracts"</a> (Press release). United States Department of Defense. 14 March 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">14 March</span> 2018</span>. <q>Space Exploration Technologies Corp., Hawthorne, California, has been awarded a US$290,594,130 firm-fixed-price contract for launch services to deliver the GPS III to its intended orbit</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Contracts&rft.pub=United+States+Department+of+Defense&rft.date=2018-03-14&rft_id=https%3A%2F%2Fwww.defense.gov%2FNews%2FContracts%2FContract-View%2FArticle%2F1466539%2F%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-gps_advisory_board_2018_20181205-586"><span class="mw-cite-backlink"><b><a href="#cite_ref-gps_advisory_board_2018_20181205_586-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFWhitney2018">Whitney, Steve (5 December 2018). <a class="external text" href="https://www.gps.gov/governance/advisory/meetings/2018-12/claxton.pdf" rel="nofollow">"GPS Enterprise Status and Modernization"</a> <span class="cs1-format">(PDF)</span>. U.S. Air Force Space and Missile Systems Center Public Affairs Office<span class="reference-accessdate">. Retrieved <span class="nowrap">22 December</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=GPS+Enterprise+Status+and+Modernization&rft.pub=U.S.+Air+Force+Space+and+Missile+Systems+Center+Public+Affairs+Office&rft.date=2018-12-05&rft.aulast=Whitney&rft.aufirst=Steve&rft_id=https%3A%2F%2Fwww.gps.gov%2Fgovernance%2Fadvisory%2Fmeetings%2F2018-12%2Fclaxton.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-587"><span class="mw-cite-backlink"><b><a href="#cite_ref-587">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.defense.gov/News/Contracts/Contract-View/Article/1466539//" rel="nofollow">"Contracts for March 14, 2018"</a>. U.S. Department of Defense<span class="reference-accessdate">. Retrieved <span class="nowrap">15 March</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Contracts+for+March+14%2C+2018&rft_id=https%3A%2F%2Fwww.defense.gov%2FNews%2FContracts%2FContract-View%2FArticle%2F1466539%2F%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-588"><span class="mw-cite-backlink"><b><a href="#cite_ref-588">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark">Clark, Stephen. <a class="external text" href="https://spaceflightnow.com/2020/10/03/spacex-aborts-liftoff-of-gps-satellite-continuing-streak-of-launch-scrubs/" rel="nofollow">"SpaceX aborts liftoff of GPS satellite, continuing streak of launch scrubs"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">26 October</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+aborts+liftoff+of+GPS+satellite%2C+continuing+streak+of+launch+scrubs&rft.pub=Spaceflight+Now&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F10%2F03%2Fspacex-aborts-liftoff-of-gps-satellite-continuing-streak-of-launch-scrubs%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-589"><span class="mw-cite-backlink"><b><a href="#cite_ref-589">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFBerger2020">Berger, Eric (28 October 2020). <a class="external text" href="https://arstechnica.com/science/2020/10/nasa-and-spacex-set-new-date-for-crew-launch-explain-merlin-engine-issue/" rel="nofollow">"How a tiny bit of lacquer grounded new Falcon 9 rockets for a month"</a>. Ars Technica<span class="reference-accessdate">. Retrieved <span class="nowrap">29 October</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=How+a+tiny+bit+of+lacquer+grounded+new+Falcon+9+rockets+for+a+month&rft.date=2020-10-28&rft.aulast=Berger&rft.aufirst=Eric&rft_id=https%3A%2F%2Farstechnica.com%2Fscience%2F2020%2F10%2Fnasa-and-spacex-set-new-date-for-crew-launch-explain-merlin-engine-issue%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-590"><span class="mw-cite-backlink"><b><a href="#cite_ref-590">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFLentz2020">Lentz, Danny (24 October 2020). <a class="external text" href="https://www.nasaspaceflight.com/2020/10/spacex-second-starlink-mission-in-week/" rel="nofollow">"SpaceX launches second Starlink mission of the week"</a>. <i>nasaspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 October</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasaspaceflight.com&rft.atitle=SpaceX+launches+second+Starlink+mission+of+the+week&rft.date=2020-10-24&rft.aulast=Lentz&rft.aufirst=Danny&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F10%2Fspacex-second-starlink-mission-in-week%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-591"><span class="mw-cite-backlink"><b><a href="#cite_ref-591">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFLewis">Lewis, Marie. <a class="external text" href="https://blogs.nasa.gov/commercialcrew/2020/10/10/nasa-spacex-crew-1-launch-update/" rel="nofollow">"NASA, SpaceX Crew-1 Launch Update – Commercial Crew Program"</a>. <i>blogs.nasa.gov</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 October</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=blogs.nasa.gov&rft.atitle=NASA%2C+SpaceX+Crew-1+Launch+Update+%E2%80%93+Commercial+Crew+Program&rft.aulast=Lewis&rft.aufirst=Marie&rft_id=https%3A%2F%2Fblogs.nasa.gov%2Fcommercialcrew%2F2020%2F10%2F10%2Fnasa-spacex-crew-1-launch-update%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-592"><span class="mw-cite-backlink"><b><a href="#cite_ref-592">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKathy_Lueders_[@KathyLueders]2020">Kathy Lueders [@KathyLueders] (21 October 2020). <a class="external text" href="https://twitter.com/KathyLueders/status/1318915120051802112" rel="nofollow">"Based on our current analysis, @SpaceX is replacing one Merlin engine on the Sentinel 6-Michael Freilich launch vehicle and one engine for Crew-1 rocket that displayed similar early-start behavior during testing. (3/5)"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Based+on+our+current+analysis%2C+%40SpaceX+is+replacing+one+Merlin+engine+on+the+Sentinel+6-Michael+Freilich+launch+vehicle+and+one+engine+for+Crew-1+rocket+that+displayed+similar+early-start+behavior+during+testing.+%283%2F5%29&rft.date=2020-10-21&rft.au=Kathy+Lueders+%5B%40KathyLueders%5D&rft_id=https%3A%2F%2Ftwitter.com%2FKathyLueders%2Fstatus%2F1318915120051802112&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-593"><span class="mw-cite-backlink"><b><a href="#cite_ref-593">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBridenstine,_Jim_[@JimBridenstine]2020"><a href="/wiki/Jim_Bridenstine" title="Jim Bridenstine">Bridenstine, Jim [@JimBridenstine]</a> (13 November 2020). <a class="external text" href="https://twitter.com/JimBridenstine/status/1327357510022434816" rel="nofollow">"Update: Due to onshore winds and recovery operations, @NASA and @SpaceX are targeting launch of the Crew-1 mission with astronauts to the @Space_Station at 7:27 p.m. EST Sunday, Nov. 15. The first stage booster is planned to be reused to fly astronauts on Crew-2. #LaunchAmerica"</a> (Tweet). <a class="external text" href="https://web.archive.org/web/20210120174518/https://twitter.com/JimBridenstine/status/1327357510022434816" rel="nofollow">Archived</a> from the original on 20 January 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Update%3A+Due+to+onshore+winds+and+recovery+operations%2C+%40NASA+and+%40SpaceX+are+targeting+launch+of+the+Crew-1+mission+with+astronauts+to+the+%40Space_Station+at+7%3A27+p.m.+EST+Sunday%2C+Nov.+15.+The+first+stage+booster+is+planned+to+be+reused+to+fly+astronauts+on+Crew-2.+%23LaunchAmerica&rft.date=2020-11-13&rft.au=Bridenstine%2C+Jim+%5B%40JimBridenstine%5D&rft_id=https%3A%2F%2Ftwitter.com%2FJimBridenstine%2Fstatus%2F1327357510022434816&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-594"><span class="mw-cite-backlink"><b><a href="#cite_ref-594">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBaylor,_Michael_[@nextspaceflight]2020">Baylor, Michael [@nextspaceflight] (24 April 2020). <a class="external text" href="https://twitter.com/nextspaceflight/status/1253831248444747777" rel="nofollow">"The core number for this booster is B1061. t.co/YcWgnhYspM"</a> (Tweet). <a class="external text" href="https://web.archive.org/web/20201021074855/https://twitter.com/nextspaceflight/status/1253831248444747777" rel="nofollow">Archived</a> from the original on 21 October 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+core+number+for+this+booster+is+B1061.+t.co%2FYcWgnhYspM&rft.date=2020-04-24&rft.au=Baylor%2C+Michael+%5B%40nextspaceflight%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fnextspaceflight%2Fstatus%2F1253831248444747777&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-595"><span class="mw-cite-backlink"><b><a href="#cite_ref-595">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBaylor,_Michael_[@nextspaceflight]2020">Baylor, Michael [@nextspaceflight] (6 April 2020). <a class="external text" href="https://twitter.com/nextspaceflight/status/1247284478348652544" rel="nofollow">"If all goes well, an uncrewed Orbital Flight Test in the fall of 2020 will see a Crew Dragon and Starliner spacecrafts docked to the Space Station at the same time. Dragon will be at the Station for Crew-1 – SpaceX's first operational crewed mission"</a> (Tweet). <a class="external text" href="https://web.archive.org/web/20200616153404/https://twitter.com/nextspaceflight/status/1247284478348652544" rel="nofollow">Archived</a> from the original on 16 June 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=If+all+goes+well%2C+an+uncrewed+Orbital+Flight+Test+in+the+fall+of+2020+will+see+a+Crew+Dragon+and+Starliner+spacecrafts+docked+to+the+Space+Station+at+the+same+time.+Dragon+will+be+at+the+Station+for+Crew-1+%E2%80%93+SpaceX%27s+first+operational+crewed+mission.&rft.date=2020-04-06&rft.au=Baylor%2C+Michael+%5B%40nextspaceflight%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fnextspaceflight%2Fstatus%2F1247284478348652544&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-596"><span class="mw-cite-backlink"><b><a href="#cite_ref-596">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2013/04/uscv-1-nasa-slip-iss-commercial-late-2017/" rel="nofollow">"USCV-1: NASA planners slip first ISS commercial crew mission to late 2017"</a>. NASASpaceflight. 5 April 2013<span class="reference-accessdate">. Retrieved <span class="nowrap">8 July</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=USCV-1%3A+NASA+planners+slip+first+ISS+commercial+crew+mission+to+late+2017&rft.pub=NASASpaceflight&rft.date=2013-04-05&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2013%2F04%2Fuscv-1-nasa-slip-iss-commercial-late-2017%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-scientificamerican-2-597"><span class="mw-cite-backlink"><b><a href="#cite_ref-scientificamerican-2_597-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFWall2014">Wall, Mike (17 September 2014). <a class="external text" href="https://www.scientificamerican.com/article/nasa-picks-spacex-and-boeing-to-fly-u-s-astronauts-on-private-spaceships/?redirect=1" rel="nofollow">"NASA Picks SpaceX and Boeing to Fly U.S. Astronauts on Private Spaceships"</a>. Scientific American. <a class="external text" href="https://web.archive.org/web/20190521041622/https://www.scientificamerican.com/article/nasa-picks-spacex-and-boeing-to-fly-u-s-astronauts-on-private-spaceships/?redirect=1" rel="nofollow">Archived</a> from the original on 21 May 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">8 July</span> 2020</span>. <q>SpaceX and Boeing are splitting NASA's US$6.8 billion Commercial Crew Transportation Capability award, or CCtCap [...] SpaceX will get US$2.6 billion and Boeing will receive US$4.2 billion, officials said</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Picks+SpaceX+and+Boeing+to+Fly+U.S.+Astronauts+on+Private+Spaceships&rft.pub=Scientific+American&rft.date=2014-09-17&rft.aulast=Wall&rft.aufirst=Mike&rft_id=https%3A%2F%2Fwww.scientificamerican.com%2Farticle%2Fnasa-picks-spacex-and-boeing-to-fly-u-s-astronauts-on-private-spaceships%2F%3Fredirect%3D1&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-598"><span class="mw-cite-backlink"><b><a href="#cite_ref-598">^</a></b></span> <span class="reference-text"><a class="external free" href="https://www.nasa.gov/feature/nasa-and-spacex-complete-certification-of-first-human-rated-commercial-space-system" rel="nofollow">https://www.nasa.gov/feature/nasa-and-spacex-complete-certification-of-first-human-rated-commercial-space-system</a></span>
</li>
<li id="cite_note-599"><span class="mw-cite-backlink"><b><a href="#cite_ref-599">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spaceflightnow.com/2020/11/21/international-satellite-launches-to-extend-measurements-of-sea-level-rise/" rel="nofollow">"International satellite launches to extend measurements of sea level rise"</a>. 21 November 2020.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=International+satellite+launches+to+extend+measurements+of+sea+level+rise&rft.date=2020-11-21&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F11%2F21%2Finternational-satellite-launches-to-extend-measurements-of-sea-level-rise%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-600"><span class="mw-cite-backlink"><b><a href="#cite_ref-600">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://space.skyrocket.de/doc_sdat/jason-cs.htm" rel="nofollow">"Jason-CS A, B (Sentinel 6A, 6B)"</a>. <i>space.skyrocket.de</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=space.skyrocket.de&rft.atitle=Jason-CS+A%2C+B+%28Sentinel+6A%2C+6B%29&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fjason-cs.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-SFN20201122-601"><span class="mw-cite-backlink"><b><a href="#cite_ref-SFN20201122_601-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spaceflightnow.com/2020/11/20/falcon-9-starlink-v10-l15-mission-status-center/" rel="nofollow">"Live coverage: SpaceX scrubs Starlink launch attempt"</a>. Spaceflight Now. 24 November 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">24 November</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Live+coverage%3A+SpaceX+scrubs+Starlink+launch+attempt&rft.pub=Spaceflight+Now&rft.date=2020-11-24&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F11%2F20%2Ffalcon-9-starlink-v10-l15-mission-status-center%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-602"><span class="mw-cite-backlink"><b><a href="#cite_ref-602">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://nextspaceflight.com/launches/details/2670" rel="nofollow">"Falcon 9 Block 5 | Starlink V1 L15"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">17 November</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+Starlink+V1+L15&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2670&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-603"><span class="mw-cite-backlink"><b><a href="#cite_ref-603">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://spaceflightnow.com/2020/12/03/falcon-9-crs-21-mission-status-center/" rel="nofollow">"Live coverage: Falcon 9 rocket counting down to Cargo Dragon launch"</a>. Spaceflight Now. 5 December 2020.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Live+coverage%3A+Falcon+9+rocket+counting+down+to+Cargo+Dragon+launch&rft.date=2020-12-05&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F12%2F03%2Ffalcon-9-crs-21-mission-status-center%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nextspaceflight-20201013-604"><span class="mw-cite-backlink"><b><a href="#cite_ref-nextspaceflight-20201013_604-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://nextspaceflight.com/launches/details/108" rel="nofollow">"Falcon 9 Block 5 | CRS-21"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 October</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+CRS-21&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F108&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-605"><span class="mw-cite-backlink"><b><a href="#cite_ref-605">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://oig.nasa.gov/docs/IG-18-016.pdf" rel="nofollow">"Audit of Commercial Resupply Services to the International Space Station"</a> <span class="cs1-format">(PDF)</span>. p. 16.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Audit+of+Commercial+Resupply+Services+to+the+International+Space+Station&rft.pages=16&rft_id=https%3A%2F%2Foig.nasa.gov%2Fdocs%2FIG-18-016.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Bishop2020-606"><span class="mw-cite-backlink"><b><a href="#cite_ref-Bishop2020_606-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://nanoracks.com/products/airlock/" rel="nofollow">"Nanoracks' Bishop Airlock"</a>. Nanoracks<span class="reference-accessdate">. Retrieved <span class="nowrap">11 February</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Nanoracks%27+Bishop+Airlock&rft.pub=Nanoracks&rft_id=https%3A%2F%2Fnanoracks.com%2Fproducts%2Fairlock%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-grc-schedule-607"><span class="mw-cite-backlink"><b><a href="#cite_ref-grc-schedule_607-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www1.grc.nasa.gov/space/iss-research/microgravity-research-flights/" rel="nofollow">"Microgravity Research Flights"</a>. <i>Glenn Research Center</i>. NASA. 18 August 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">27 March</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Glenn+Research+Center&rft.atitle=Microgravity+Research+Flights&rft.date=2020-08-18&rft_id=https%3A%2F%2Fwww1.grc.nasa.gov%2Fspace%2Fiss-research%2Fmicrogravity-research-flights%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-608"><span class="mw-cite-backlink"><b><a href="#cite_ref-608">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.space.com/spacex-sirius-xm-sxm-7-launch-rocket-landing-success" rel="nofollow">"SpaceX just launched a powerful Sirius XM satellite into orbit and nailed a rocket landing"</a>. Space.com. 13 December 2020.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+just+launched+a+powerful+Sirius+XM+satellite+into+orbit+and+nailed+a+rocket+landing&rft.pub=Space.com&rft.date=2020-12-13&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-sirius-xm-sxm-7-launch-rocket-landing-success&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-609"><span class="mw-cite-backlink"><b><a href="#cite_ref-609">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://nextspaceflight.com/launches/details/93" rel="nofollow">"Falcon 9 Block 5 | SXM-7"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+SXM-7&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F93&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-610"><span class="mw-cite-backlink"><b><a href="#cite_ref-610">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBusinesswire">Businesswire. <a class="external text" href="https://www.businesswire.com/news/home/20201213005033/en/SiriusXM%E2%80%99s-New-SXM-7-Satellite-Built-by-Maxar-and-Launched-Aboard-a-SpaceX-Falcon-9-Performing-Properly-After-Launch" rel="nofollow">"SiriusXM's New SXM-7 Satellite, Built by Maxar and Launched Aboard a SpaceX Falcon 9, Performing Properly After Launch"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">15 December</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SiriusXM%27s+New+SXM-7+Satellite%2C+Built+by+Maxar+and+Launched+Aboard+a+SpaceX+Falcon+9%2C+Performing+Properly+After+Launch&rft.au=Businesswire&rft_id=https%3A%2F%2Fwww.businesswire.com%2Fnews%2Fhome%2F20201213005033%2Fen%2FSiriusXM%25E2%2580%2599s-New-SXM-7-Satellite-Built-by-Maxar-and-Launched-Aboard-a-SpaceX-Falcon-9-Performing-Properly-After-Launch&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-611"><span class="mw-cite-backlink"><b><a href="#cite_ref-611">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spaceflightnow.com/2020/12/13/siriusxm-satellite-rides-spacex-rocket-into-orbit/" rel="nofollow">"SiriusXM satellite rides SpaceX rocket into orbit"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">14 December</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SiriusXM+satellite+rides+SpaceX+rocket+into+orbit&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F12%2F13%2Fsiriusxm-satellite-rides-spacex-rocket-into-orbit%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-auto3-612"><span class="mw-cite-backlink">^ <a href="#cite_ref-auto3_612-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-auto3_612-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs2020">Krebs, Gunter (30 July 2020). <a class="external text" href="https://space.skyrocket.de/doc_sdat/sxm-7.htm" rel="nofollow">"SXM 7, 8"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SXM+7%2C+8&rft.pub=Gunter%27s+Space+Page&rft.date=2020-07-30&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fsxm-7.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-613"><span class="mw-cite-backlink"><b><a href="#cite_ref-613">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKanayamaSesnic2020">Kanayama, Lee; Sesnic, Trevor (13 December 2020). <a class="external text" href="https://www.nasaspaceflight.com/2020/12/spacex-ready-for-25th-falcon9-of-year/" rel="nofollow">"SXM-7: SpaceX launches 25th Falcon 9 launch of the year"</a>. NASASpaceFlight.com<span class="reference-accessdate">. Retrieved <span class="nowrap">28 December</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SXM-7%3A+SpaceX+launches+25th+Falcon+9+launch+of+the+year&rft.pub=NASASpaceFlight.com&rft.date=2020-12-13&rft.aulast=Kanayama&rft.aufirst=Lee&rft.au=Sesnic%2C+Trevor&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2020%2F12%2Fspacex-ready-for-25th-falcon9-of-year%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-SFN20201217-614"><span class="mw-cite-backlink"><b><a href="#cite_ref-SFN20201217_614-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spaceflightnow.com/2020/12/17/falcon-9-nrol-108-mission-status-center/" rel="nofollow">"Live coverage: SpaceX launch for NRO delayed to Saturday"</a>. Spaceflight Now. 17 December 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">18 December</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Live+coverage%3A+SpaceX+launch+for+NRO+delayed+to+Saturday&rft.pub=Spaceflight+Now&rft.date=2020-12-17&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F12%2F17%2Ffalcon-9-nrol-108-mission-status-center%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-615"><span class="mw-cite-backlink"><b><a href="#cite_ref-615">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2020">Clark, Stephen (5 October 2020). <a class="external text" href="https://spaceflightnow.com/2020/10/05/nro-reveals-plans-for-previously-undisclosed-launch-with-spacex-this-month/" rel="nofollow">"NRO reveals plans for previously-undisclosed SpaceX launch this month"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">6 October</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NRO+reveals+plans+for+previously-undisclosed+SpaceX+launch+this+month&rft.pub=Spaceflight+Now&rft.date=2020-10-05&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F10%2F05%2Fnro-reveals-plans-for-previously-undisclosed-launch-with-spacex-this-month%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-616"><span class="mw-cite-backlink"><b><a href="#cite_ref-616">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacenews.com/spacex-launches-turksat-5a/" rel="nofollow">"SpaceX launches Turksat 5A"</a>. <i>Spacenews.com</i>. 8 January 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Spacenews.com&rft.atitle=SpaceX+launches+Turksat+5A&rft.date=2021-01-08&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-launches-turksat-5a%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-turk5a-617"><span class="mw-cite-backlink">^ <a href="#cite_ref-turk5a_617-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-turk5a_617-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_sdat/turksat-5a.htm" rel="nofollow">"Türksat 5A"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">9 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=T%C3%BCrksat+5A&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fturksat-5a.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-618"><span class="mw-cite-backlink"><b><a href="#cite_ref-618">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSesnic">Sesnic, Trevor. <a class="external text" href="https://everydayastronaut.com/turksat-5a/" rel="nofollow">"Türksat 5A | Falcon 9 Block 5"</a>. <i>Everyday Astronaut</i><span class="reference-accessdate">. Retrieved <span class="nowrap">8 January</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Everyday+Astronaut&rft.atitle=T%C3%BCrksat+5A+%7C+Falcon+9+Block+5&rft.aulast=Sesnic&rft.aufirst=Trevor&rft_id=https%3A%2F%2Feverydayastronaut.com%2Fturksat-5a%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-619"><span class="mw-cite-backlink"><b><a href="#cite_ref-619">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.seradata.com/first-launch-of-2021-sees-spacex-falcon-9-place-turksat-5a-into-gto-for-turkey/" rel="nofollow">"First launch of 2021 sees SpaceX Falcon 9 place Turksat 5A into supersync GTO"</a>. 8 January 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=First+launch+of+2021+sees+SpaceX+Falcon+9+place+Turksat+5A+into+supersync+GTO&rft.date=2021-01-08&rft_id=https%3A%2F%2Fwww.seradata.com%2Ffirst-launch-of-2021-sees-spacex-falcon-9-place-turksat-5a-into-gto-for-turkey%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-620"><span class="mw-cite-backlink"><b><a href="#cite_ref-620">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2021/01/spacex-launch-first-starlink-mission-2021/" rel="nofollow">"SpaceX launches first Starlink mission of 2021"</a>. <i>NasaSpaceflight.com</i>. 20 January 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=NasaSpaceflight.com&rft.atitle=SpaceX+launches+first+Starlink+mission+of+2021&rft.date=2021-01-20&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F01%2Fspacex-launch-first-starlink-mission-2021%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-621"><span class="mw-cite-backlink"><b><a href="#cite_ref-621">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://nextspaceflight.com/launches/details/2671" rel="nofollow">"Falcon 9 Block 5 | Starlink V1 L16"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">15 January</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+Starlink+V1+L16&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2671&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-622"><span class="mw-cite-backlink"><b><a href="#cite_ref-622">^</a></b></span> <span class="reference-text"><a class="external free" href="https://arstechnica.com/science/2021/01/with-latest-starlink-launch-spacex-to-set-record-for-rapid-reuse/" rel="nofollow">https://arstechnica.com/science/2021/01/with-latest-starlink-launch-spacex-to-set-record-for-rapid-reuse/</a></span>
</li>
<li id="cite_note-623"><span class="mw-cite-backlink"><b><a href="#cite_ref-623">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFIemole2021">Iemole, Anthony (20 January 2021). <a class="external text" href="https://www.nasaspaceflight.com/2021/01/spacex-launch-first-starlink-mission-2021/" rel="nofollow">"SpaceX launches first Starlink mission of 2021"</a>. NASASpaceFlight.com!access-date=21 January 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+first+Starlink+mission+of+2021&rft.pub=NASASpaceFlight.com%21access-date%3D21+January+2021&rft.date=2021-01-20&rft.aulast=Iemole&rft.aufirst=Anthony&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F01%2Fspacex-launch-first-starlink-mission-2021%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-624"><span class="mw-cite-backlink"><b><a href="#cite_ref-624">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.space.com/spacex-launches-143-satellites-transporter-1-rocket-landing" rel="nofollow">"SpaceX launches a record 143 satellites on one rocket, aces landing"</a>. <i>Space.com</i>. 24 January 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">25 January</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Space.com&rft.atitle=SpaceX+launches+a+record+143+satellites+on+one+rocket%2C+aces+landing&rft.date=2021-01-24&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-launches-143-satellites-transporter-1-rocket-landing&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-625"><span class="mw-cite-backlink"><b><a href="#cite_ref-625">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://nextspaceflight.com/launches/details/2403" rel="nofollow">"Falcon 9 Block 5 | Transporter 1"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">17 January</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+Transporter+1&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2403&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-RsA-626"><span class="mw-cite-backlink">^ <a href="#cite_ref-RsA_626-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-RsA_626-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20200714080200/https://rideshare.spacex.com/" rel="nofollow">"Rideshare program"</a>. 14 July 2020.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Rideshare+program&rft.date=2020-07-14&rft_id=https%3A%2F%2Fweb.archive.org%2Fweb%2F20200714080200%2Fhttps%3A%2F%2Frideshare.spacex.com%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-627"><span class="mw-cite-backlink"><b><a href="#cite_ref-627">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFMcDowell,_Jonathan_[@planet4589]2021"><a href="/wiki/Jonathan_McDowell" title="Jonathan McDowell">McDowell, Jonathan [@planet4589]</a> (23 January 2021). <a class="external text" href="https://twitter.com/planet4589/status/1353008600931840000" rel="nofollow">"@LaunchPhoto @Nanoracks @SpireGlobal Middle ring port 3 is EXOLAUNCH EXOPORT-2 with the dummy sat at left, the third ICEYE at right, and two black cubesat deployers with 24 SpaceBEEs, AI Charlie, PIXL 1 and SOMP2b (photo @LaunchPhoto) t.co/7yyS9Czgvl"</a> (Tweet). <a class="external text" href="https://web.archive.org/web/20210123155846/https://twitter.com/planet4589/status/1353008600931840000" rel="nofollow">Archived</a> from the original on 23 January 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=%40LaunchPhoto+%40Nanoracks+%40SpireGlobal+Middle+ring+port+3+is+EXOLAUNCH+EXOPORT-2+with+the+dummy+sat+at+left%2C+the+third+ICEYE+at+right%2C+and+two+black+cubesat+deployers+with+24+SpaceBEEs%2C+AI+Charlie%2C+PIXL+1+and+SOMP2b+%28photo+%40LaunchPhoto%29+t.co%2F7yyS9Czgvl&rft.date=2021-01-23&rft.au=McDowell%2C+Jonathan+%5B%40planet4589%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fplanet4589%2Fstatus%2F1353008600931840000&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-628"><span class="mw-cite-backlink"><b><a href="#cite_ref-628">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSpaceX_[@SpaceX]2021"><a href="/wiki/SpaceX" title="SpaceX">SpaceX [@SpaceX]</a> (22 January 2021). <a class="external text" href="https://twitter.com/SpaceX/status/1352672040164093955" rel="nofollow">"Falcon 9 and 143 spacecraft are vertical on pad 40 ahead of tomorrow's launch of the Transporter-1 mission, the first dedicated SmallSat Rideshare Program mission; SpaceX's 42-minute launch window opens at 9:40 a.m. and weather is 60% favorable → t.co/bJFjLCzWdK t.co/BFEnf8uru9"</a> (Tweet). <a class="external text" href="https://web.archive.org/web/20210203043549/https://twitter.com/SpaceX/status/1352672040164093955" rel="nofollow">Archived</a> from the original on 3 February 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+and+143+spacecraft+are+vertical+on+pad+40+ahead+of+tomorrow%E2%80%99s+launch+of+the+Transporter-1+mission%2C+the+first+dedicated+SmallSat+Rideshare+Program+mission%3B+SpaceX%27s+42-minute+launch+window+opens+at+9%3A40+a.m.+and+weather+is+60%25+favorable+%E2%86%92+t.co%2FbJFjLCzWdK+t.co%2FBFEnf8uru9&rft.date=2021-01-22&rft.au=SpaceX+%5B%40SpaceX%5D&rft_id=https%3A%2F%2Ftwitter.com%2FSpaceX%2Fstatus%2F1352672040164093955&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-629"><span class="mw-cite-backlink"><b><a href="#cite_ref-629">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.mdpi.com/2072-4292/12/1/92" rel="nofollow">"UVSQ-SAT, a pathfinder satellite dedicated to climate physics"</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=UVSQ-SAT%2C+a+pathfinder+satellite+dedicated+to+climate+physics&rft_id=https%3A%2F%2Fwww.mdpi.com%2F2072-4292%2F12%2F1%2F92&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-630"><span class="mw-cite-backlink"><b><a href="#cite_ref-630">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spaceq.ca/spacex-transporter-1-rideshare-mission-with-canadian-satellites-onboard-slips-to-mid-january/" rel="nofollow">"SpaceX Transporter-1 rideshare mission with Canadian satellites onboard slips to mid-January (Updated)"</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Transporter-1+rideshare+mission+with+Canadian+satellites+onboard+slips+to+mid-January+%28Updated%29&rft_id=https%3A%2F%2Fspaceq.ca%2Fspacex-transporter-1-rideshare-mission-with-canadian-satellites-onboard-slips-to-mid-january%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-631"><span class="mw-cite-backlink"><b><a href="#cite_ref-631">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://kepler.space/newsroom/press-releases/post/kepler-communications-selects-spacex-to-launch-two-batches-of-its-nanosatellite-constellation" rel="nofollow">"Kepler Communications"</a>. <i>kepler.space</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=kepler.space&rft.atitle=Kepler+Communications&rft_id=https%3A%2F%2Fkepler.space%2Fnewsroom%2Fpress-releases%2Fpost%2Fkepler-communications-selects-spacex-to-launch-two-batches-of-its-nanosatellite-constellation&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-632"><span class="mw-cite-backlink"><b><a href="#cite_ref-632">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://advanced-television.com/2021/01/07/spacex-plans-ride-share-starlink-launch/" rel="nofollow">"SpaceX launches starlink with smallsat rideshare mission 1"</a>. 8 January 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+launches+starlink+with+smallsat+rideshare+mission+1&rft.date=2021-01-08&rft_id=https%3A%2F%2Fadvanced-television.com%2F2021%2F01%2F07%2Fspacex-plans-ride-share-starlink-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-633"><span class="mw-cite-backlink"><b><a href="#cite_ref-633">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spaceflight.com/spaceflight-inc-unveils-next-gen-orbital-transfer-vehicle-to-fly-aboard-latest-spacex-rideshare-mission/" rel="nofollow">"Spaceflight inc. unveiled next-gen orbital transfer vehicle to fly aboard latest SpaceX rideshare mission"</a>. Spaceflight.com.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Spaceflight+inc.+unveiled+next-gen+orbital+transfer+vehicle+to+fly+aboard+latest+SpaceX+rideshare+mission&rft.pub=Spaceflight.com&rft_id=https%3A%2F%2Fspaceflight.com%2Fspaceflight-inc-unveils-next-gen-orbital-transfer-vehicle-to-fly-aboard-latest-spacex-rideshare-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-634"><span class="mw-cite-backlink"><b><a href="#cite_ref-634">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://everydayastronaut.com/transporter-1/" rel="nofollow">"Transporter-1 | Falcon 9 Block 5"</a>. <q>"For the first time Falcon 9 flew with a third stage on the Transporter-1 mission".</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Transporter-1+%7C+Falcon+9+Block+5&rft_id=https%3A%2F%2Feverydayastronaut.com%2Ftransporter-1%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-635"><span class="mw-cite-backlink"><b><a href="#cite_ref-635">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://nextspaceflight.com/launches/details/2673" rel="nofollow">"Falcon 9 Block 5 | Starlink V1 L18"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 January</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+Starlink+V1+L18&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2673&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-636"><span class="mw-cite-backlink"><b><a href="#cite_ref-636">^</a></b></span> <span class="reference-text"><a class="external free" href="https://nextspaceflight.com/launches/details/2673" rel="nofollow">https://nextspaceflight.com/launches/details/2673</a></span>
</li>
<li id="cite_note-637"><span class="mw-cite-backlink"><b><a href="#cite_ref-637">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGebhardt2021">Gebhardt, Chris (3 February 2021). <a class="external text" href="https://www.nasaspaceflight.com/2021/02/spacex-twin-starlink-45th-busy-year/" rel="nofollow">"SpaceX launches first of twin Starlink missions, 45th Space Wing's busy year continues"</a>. <i>NASASpaceFlight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">4 February</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=NASASpaceFlight.com&rft.atitle=SpaceX+launches+first+of+twin+Starlink+missions%2C+45th+Space+Wing%27s+busy+year+continues&rft.date=2021-02-03&rft.aulast=Gebhardt&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F02%2Fspacex-twin-starlink-45th-busy-year%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-638"><span class="mw-cite-backlink"><b><a href="#cite_ref-638">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spaceflightnow.com/2021/02/16/spacex-successfully-deploys-60-more-starlink-satellites-but-loses-booster-on-descent/" rel="nofollow">"SpaceX successfully deploys 60 Starlink satellites, but loses booster on descent"</a>. 16 February 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+successfully+deploys+60+Starlink+satellites%2C+but+loses+booster+on+descent&rft.date=2021-02-16&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2021%2F02%2F16%2Fspacex-successfully-deploys-60-more-starlink-satellites-but-loses-booster-on-descent%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nextSL19-639"><span class="mw-cite-backlink"><b><a href="#cite_ref-nextSL19_639-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBaylor">Baylor, Michael. <a class="external text" href="https://nextspaceflight.com/launches/details/2674" rel="nofollow">"Starlink V1 L19"</a>. <i>nextspaceflight</i><span class="reference-accessdate">. Retrieved <span class="nowrap">12 February</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight&rft.atitle=Starlink+V1+L19&rft.aulast=Baylor&rft.aufirst=Michael&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2674&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-640"><span class="mw-cite-backlink"><b><a href="#cite_ref-640">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFCao2021">Cao, Sissi (16 February 2021). <a class="external text" href="https://observer.com/2021/02/spacex-fail-landing-starlink-mission-falcon9/" rel="nofollow">"SpaceX Fails Falcon 9 Rocket Landing in Rare Miss During Latest Starlink Mission"</a>. <i>Observer</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 February</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Observer&rft.atitle=SpaceX+Fails+Falcon+9+Rocket+Landing+in+Rare+Miss+During+Latest+Starlink+Mission&rft.date=2021-02-16&rft.aulast=Cao&rft.aufirst=Sissi&rft_id=https%3A%2F%2Fobserver.com%2F2021%2F02%2Fspacex-fail-landing-starlink-mission-falcon9%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-641"><span class="mw-cite-backlink"><b><a href="#cite_ref-641">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark">Clark, Stephen. <a class="external text" href="https://spaceflightnow.com/2021/03/01/component-fatigue-caused-early-shutdown-of-merlin-engine-on-last-spacex-launch/" rel="nofollow">"Component fatigue caused early shutdown of Merlin engine on last SpaceX launch"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2 March</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Spaceflight+Now&rft.atitle=Component+fatigue+caused+early+shutdown+of+Merlin+engine+on+last+SpaceX+launch&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2021%2F03%2F01%2Fcomponent-fatigue-caused-early-shutdown-of-merlin-engine-on-last-spacex-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-642"><span class="mw-cite-backlink"><b><a href="#cite_ref-642">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2021/03/spacex-fairing-recovery-octagrabber/" rel="nofollow">"SpaceX evolving fairing recovery plans, taking advantage of Octagrabber in pursuit of rapid reusability"</a>. 9 March 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+evolving+fairing+recovery+plans%2C+taking+advantage+of+Octagrabber+in+pursuit+of+rapid+reusability&rft.date=2021-03-09&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F03%2Fspacex-fairing-recovery-octagrabber%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-643"><span class="mw-cite-backlink"><b><a href="#cite_ref-643">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacexfleet.com/fairing-data/" rel="nofollow">"Fairing Recovery List"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">8 April</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Fairing+Recovery+List&rft_id=https%3A%2F%2Fspacexfleet.com%2Ffairing-data%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-644"><span class="mw-cite-backlink"><b><a href="#cite_ref-644">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@elonmusk (7 April 2021). <a class="external text" href="https://twitter.com/elonmusk/status/1379744947453054981" rel="nofollow">"They will be recovered from the water & reused"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=They+will+be+recovered+from+the+water+%26+reused&rft.date=2021-04-07&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1379744947453054981&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-645"><span class="mw-cite-backlink"><b><a href="#cite_ref-645">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFFletcher2021">Fletcher, Colin (3 March 2021). <a class="external text" href="https://www.nasaspaceflight.com/2021/03/spacex-launch-delayed-starlink/" rel="nofollow">"SpaceX successfully launches long-delayed Starlink L-17 mission"</a>. <i><a class="new" href="/w/index.php?title=NasaSpaceFlight.com&action=edit&redlink=1" title="NasaSpaceFlight.com (page does not exist)">NasaSpaceFlight.com</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">23 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=NasaSpaceFlight.com&rft.atitle=SpaceX+successfully+launches+long-delayed+Starlink+L-17+mission&rft.date=2021-03-03&rft.aulast=Fletcher&rft.aufirst=Colin&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F03%2Fspacex-launch-delayed-starlink%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nextSL17-646"><span class="mw-cite-backlink"><b><a href="#cite_ref-nextSL17_646-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://nextspaceflight.com/launches/details/2672" rel="nofollow">"Falcon 9 Block 5 | Starlink V1 L17"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 February</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+Starlink+V1+L17&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2672&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-647"><span class="mw-cite-backlink"><b><a href="#cite_ref-647">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFFletcher2021">Fletcher, Colin (3 March 2021). <a class="external text" href="https://www.nasaspaceflight.com/2021/03/spacex-launch-delayed-starlink/" rel="nofollow">"SpaceX successfully launches long-delayed Starlink L-17 mission"</a>. <i>nasaspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">4 March</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=nasaspaceflight.com&rft.atitle=SpaceX+successfully+launches+long-delayed+Starlink+L-17+mission&rft.date=2021-03-03&rft.aulast=Fletcher&rft.aufirst=Colin&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F03%2Fspacex-launch-delayed-starlink%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-648"><span class="mw-cite-backlink"><b><a href="#cite_ref-648">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFMcDowell,_Jonathan_[@planet4589]2021"><a href="/wiki/Jonathan_McDowell" title="Jonathan McDowell">McDowell, Jonathan [@planet4589]</a> (26 March 2021). <a class="external text" href="https://twitter.com/planet4589/status/1375301028514500615" rel="nofollow">"The Falcon 9 second stage from the Mar 4 Starlink launch failed to make a deorbit burn and is now reentering after 22 days in orbit. Its reentry was observed from the Seattle area at about 0400 UTC Mar 26"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">26 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+Falcon+9+second+stage+from+the+Mar+4+Starlink+launch+failed+to+make+a+deorbit+burn+and+is+now+reentering+after+22+days+in+orbit.+Its+reentry+was+observed+from+the+Seattle+area+at+about+0400+UTC+Mar+26.&rft.date=2021-03-26&rft.au=McDowell%2C+Jonathan+%5B%40planet4589%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fplanet4589%2Fstatus%2F1375301028514500615&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-649"><span class="mw-cite-backlink"><b><a href="#cite_ref-649">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2021">Clark, Stephen (11 March 2021). <a class="external text" href="https://spaceflightnow.com/2021/03/11/spacex-adds-more-satellites-to-starlink-internet-fleet/" rel="nofollow">"SpaceX adds more satellites to Starlink internet fleet"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">23 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Spaceflight+Now&rft.atitle=SpaceX+adds+more+satellites+to+Starlink+internet+fleet&rft.date=2021-03-11&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2021%2F03%2F11%2Fspacex-adds-more-satellites-to-starlink-internet-fleet%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-NextL20-650"><span class="mw-cite-backlink"><b><a href="#cite_ref-NextL20_650-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://nextspaceflight.com/launches/details/2675" rel="nofollow">"Falcon 9 Block 5 | Starlink V1 L20"</a>. Next Spaceflight. 11 March 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">11 March</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+9+Block+5+%7C+Starlink+V1+L20&rft.pub=Next+Spaceflight&rft.date=2021-03-11&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2675&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-651"><span class="mw-cite-backlink"><b><a href="#cite_ref-651">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2021">Clark, Stephen (11 March 2021). <a class="external text" href="https://spaceflightnow.com/2021/03/11/spacex-adds-more-satellites-to-starlink-internet-fleet/" rel="nofollow">"SpaceX adds more satellites to Starlink internet fleet"</a>. <i>spaceflightnow.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">11 March</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=spaceflightnow.com&rft.atitle=SpaceX+adds+more+satellites+to+Starlink+internet+fleet&rft.date=2021-03-11&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2021%2F03%2F11%2Fspacex-adds-more-satellites-to-starlink-internet-fleet%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-652"><span class="mw-cite-backlink"><b><a href="#cite_ref-652">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2021/03/spacex-starlink-first-booster-fly-nine/" rel="nofollow">"SpaceX's Falcon 9 booster flies for 9th time as Starlink constellation grows"</a>. NasaSpaceflight.com. 13 March 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX%E2%80%99s+Falcon+9+booster+flies+for+9th+time+as+Starlink+constellation+grows&rft.pub=NasaSpaceflight.com&rft.date=2021-03-13&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F03%2Fspacex-starlink-first-booster-fly-nine%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-653"><span class="mw-cite-backlink"><b><a href="#cite_ref-653">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://everydayastronaut.com/starlink-21/" rel="nofollow">"Starlink 21 | Falcon 9 Block 5"</a>. <i>Everyday Astronaut</i>. 13 March 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Everyday+Astronaut&rft.atitle=Starlink+21+%7C+Falcon+9+Block+5&rft.date=2021-03-13&rft_id=https%3A%2F%2Feverydayastronaut.com%2Fstarlink-21%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-654"><span class="mw-cite-backlink"><b><a href="#cite_ref-654">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.space.com/spacex-starlink-22-satellites-launch-rocket-landing-success" rel="nofollow">"SpaceX launches 60 new Starlink internet satellites, nails latest rocket landing at sea"</a>. <i>Space.com</i>. 24 March 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Space.com&rft.atitle=SpaceX+launches+60+new+Starlink+internet+satellites%2C+nails+latest+rocket+landing+at+sea&rft.date=2021-03-24&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-starlink-22-satellites-launch-rocket-landing-success&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-655"><span class="mw-cite-backlink"><b><a href="#cite_ref-655">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://nextspaceflight.com/launches/details/2677" rel="nofollow">"Starlink V1 L22"</a>. <i>Next Spaceflight</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 March</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Next+Spaceflight&rft.atitle=Starlink+V1+L22&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2677&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-656"><span class="mw-cite-backlink"><b><a href="#cite_ref-656">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]_M_Photo2021">@Kyle_M_Photo (26 March 2021). <a class="external text" href="https://twitter.com/Kyle_M_Photo/status/1375375412163973120" rel="nofollow">"Shelia Bordelon has returned to Port Canaveral with two fairing halves that she lifted out of the water with her crane. They look intact, but are not tarped"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Shelia+Bordelon+has+returned+to+Port+Canaveral+with+two+fairing+halves+that+she+lifted+out+of+the+water+with+her+crane.+They+look+intact%2C+but+are+not+tarped.&rft.date=2021-03-26&rft.au=%40Kyle_M_Photo&rft_id=https%3A%2F%2Ftwitter.com%2FKyle_M_Photo%2Fstatus%2F1375375412163973120&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-657"><span class="mw-cite-backlink"><b><a href="#cite_ref-657">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKanayama">Kanayama, Lee. <a class="external text" href="https://www.nasaspaceflight.com/2021/04/spacex-launch-starlink-l23/" rel="nofollow">"SpaceX launches Starlink v1.0 L23 mission"</a>. <i>NASASpacflight</i><span class="reference-accessdate">. Retrieved <span class="nowrap">7 April</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=NASASpacflight&rft.atitle=SpaceX+launches+Starlink+v1.0+L23+mission&rft.aulast=Kanayama&rft.aufirst=Lee&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F04%2Fspacex-launch-starlink-l23%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-658"><span class="mw-cite-backlink"><b><a href="#cite_ref-658">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.cnbc.com/2021/04/23/spacexs-crew-2-mission-for-nasa-launches-successfully-reaches-orbit.html" rel="nofollow">"SpaceX Crew-2 reaches orbit, with Elon Musk's company launching 10 astronauts in under a year"</a>. 23 April 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Crew-2+reaches+orbit%2C+with+Elon+Musk%E2%80%99s+company+launching+10+astronauts+in+under+a+year&rft.date=2021-04-23&rft_id=https%3A%2F%2Fwww.cnbc.com%2F2021%2F04%2F23%2Fspacexs-crew-2-mission-for-nasa-launches-successfully-reaches-orbit.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-:6-659"><span class="mw-cite-backlink"><b><a href="#cite_ref-:6_659-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFFoust,_Jeff_[@jeff_foust]2020">Foust, Jeff [@jeff_foust] (23 July 2020). <a class="external text" href="https://twitter.com/jeff_foust/status/1286312153193029633" rel="nofollow">"McErlean: NASA's plans call for reusing the Falcon 9 booster from the Crew-1 mission on the Crew-2 mission, and to reuse the Demo-2 capsule for Crew-2 as well"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">23 July</span> 2020</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=McErlean%3A+NASA%27s+plans+call+for+reusing+the+Falcon+9+booster+from+the+Crew-1+mission+on+the+Crew-2+mission%2C+and+to+reuse+the+Demo-2+capsule+for+Crew-2+as+well.&rft.date=2020-07-23&rft.au=Foust%2C+Jeff+%5B%40jeff_foust%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fjeff_foust%2Fstatus%2F1286312153193029633&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-660"><span class="mw-cite-backlink"><b><a href="#cite_ref-660">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://everydayastronaut.com/crew-2/" rel="nofollow">"Crew-2 (USCV-2) | Falcon 9 Block 5"</a>. <i>Everyday Astronaut</i>. 22 April 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">23 April</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Everyday+Astronaut&rft.atitle=Crew-2+%28USCV-2%29+%7C+Falcon+9+Block+5&rft.date=2021-04-22&rft_id=https%3A%2F%2Feverydayastronaut.com%2Fcrew-2%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-661"><span class="mw-cite-backlink"><b><a href="#cite_ref-661">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFPotter2020">Potter, Sean (28 July 2020). <a class="external text" href="http://www.nasa.gov/press-release/nasa-announces-astronauts-to-fly-on-spacex-crew-2-mission-to-space-station" rel="nofollow">"NASA Announces Astronauts to Fly on SpaceX Crew-2 Mission"</a>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">29 July</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Announces+Astronauts+to+Fly+on+SpaceX+Crew-2+Mission&rft.pub=NASA&rft.date=2020-07-28&rft.aulast=Potter&rft.aufirst=Sean&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fnasa-announces-astronauts-to-fly-on-spacex-crew-2-mission-to-space-station&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-662"><span class="mw-cite-backlink"><b><a href="#cite_ref-662">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@nextspaceflight (3 June 2020). <a class="external text" href="https://twitter.com/nextspaceflight/status/1268316718750814209" rel="nofollow">"SpaceX has been given NASA approval to fly flight-proven Falcon 9 and Crew Dragon vehicles during Commercial Crew flights starting with Post-Certification Mission 2, per a modification to SpaceX's contract with NASA. beta.sam.gov/awards/9012160"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+has+been+given+NASA+approval+to+fly+flight-proven+Falcon+9+and+Crew+Dragon+vehicles+during+Commercial+Crew+flights+starting+with+Post-Certification+Mission+2%2C+per+a+modification+to+SpaceX%27s+contract+with+NASA.+beta.sam.gov%2Fawards%2F9012160&rft.date=2020-06-03&rft.au=%40nextspaceflight&rft_id=https%3A%2F%2Ftwitter.com%2Fnextspaceflight%2Fstatus%2F1268316718750814209&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-663"><span class="mw-cite-backlink"><b><a href="#cite_ref-663">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.space.com/spacex-starlink-24-satellite-mission-launch-rocket-landing" rel="nofollow">"SpaceX rocket launches another 60 Starlink satellites, nails its 7th landing at sea"</a>. Space.com. 29 April 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+rocket+launches+another+60+Starlink+satellites%2C+nails+its+7th+landing+at+sea&rft.pub=Space.com&rft.date=2021-04-29&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-starlink-24-satellite-mission-launch-rocket-landing&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-664"><span class="mw-cite-backlink"><b><a href="#cite_ref-664">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://nextspaceflight.com/launches/details/2679" rel="nofollow">"Starlink V1 L24"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">17 April</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Starlink+V1+L24&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2679&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-665"><span class="mw-cite-backlink"><b><a href="#cite_ref-665">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacenews.com/spacex-launches-starlink-satellites/" rel="nofollow">"SpaceX launches Starlink satellites"</a>. <i>SpaceNews</i>. 29 April 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">29 April</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=SpaceNews&rft.atitle=SpaceX+launches+Starlink+satellites&rft.date=2021-04-29&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-launches-starlink-satellites%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-666"><span class="mw-cite-backlink"><b><a href="#cite_ref-666">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.space.com/spacex-starlink-25-satellite-mission-launch-rocket-landing" rel="nofollow">"paceX's Star Wars Day launch puts 60 Starlink satellites in orbit, lands rocket"</a>. Space.com. 4 May 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=paceX%27s+Star+Wars+Day+launch+puts+60+Starlink+satellites+in+orbit%2C+lands+rocket&rft.pub=Space.com&rft.date=2021-05-04&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-starlink-25-satellite-mission-launch-rocket-landing&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-667"><span class="mw-cite-backlink"><b><a href="#cite_ref-667">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://nextspaceflight.com/launches/details/2680" rel="nofollow">"Falcon 9 Block 5 | Starlink V1 L25"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">29 April</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=Falcon+9+Block+5+%7C+Starlink+V1+L25&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2680&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-668"><span class="mw-cite-backlink"><b><a href="#cite_ref-668">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.space.com/spacex-starlink-27-10th-falcon-9-rocket-launch-landing-success" rel="nofollow">"SpaceX launches 60 Starlink satellites in record 10th liftoff (and landing) of reused rocket"</a>. 9 May 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+60+Starlink+satellites+in+record+10th+liftoff+%28and+landing%29+of+reused+rocket&rft.date=2021-05-09&rft_id=https%3A%2F%2Fwww.space.com%2Fspacex-starlink-27-10th-falcon-9-rocket-launch-landing-success&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-669"><span class="mw-cite-backlink"><b><a href="#cite_ref-669">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://nextspaceflight.com/launches/details/5331" rel="nofollow">"Starlink V1 L27"</a>. <i>NextSpaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=NextSpaceflight.com&rft.atitle=Starlink+V1+L27&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F5331&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-NSF8521-670"><span class="mw-cite-backlink"><b><a href="#cite_ref-NSF8521_670-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2021/05/historic-10th-falcon9-reflight/" rel="nofollow">"SpaceX flies historic 10th mission of a Falcon 9 as Starlink constellation expands"</a>. 8 May 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+flies+historic+10th+mission+of+a+Falcon+9+as+Starlink+constellation+expands&rft.date=2021-05-08&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F05%2Fhistoric-10th-falcon9-reflight%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-671"><span class="mw-cite-backlink"><b><a href="#cite_ref-671">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.space.com/17933-nasa-television-webcasts-live-space-tv.html" rel="nofollow">"Replay! SpaceX launches 52 Starlink satellites and 2 rideshare payloads"</a>. 16 May 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Replay%21+SpaceX+launches+52+Starlink+satellites+and+2+rideshare+payloads&rft.date=2021-05-16&rft_id=https%3A%2F%2Fwww.space.com%2F17933-nasa-television-webcasts-live-space-tv.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-672"><span class="mw-cite-backlink"><b><a href="#cite_ref-672">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://nextspaceflight.com/launches/details/2681" rel="nofollow">"Starlink V1 L26"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">6 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Starlink+V1+L26&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2681&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-673"><span class="mw-cite-backlink"><b><a href="#cite_ref-673">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://nextspaceflight.com/launches/details/2681" rel="nofollow">"Starlink V1 L26"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">4 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Starlink+V1+L26&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2681&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-674"><span class="mw-cite-backlink"><b><a href="#cite_ref-674">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://nextspaceflight.com/launches/details/2681" rel="nofollow">"Starlink V1 L26 & Rideshares"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">15 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Starlink+V1+L26+%26+Rideshares&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F2681&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-SL28-675"><span class="mw-cite-backlink">^ <a href="#cite_ref-SL28_675-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-SL28_675-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-SL28_675-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2021/05/spacex-starlink-rideshare-milestone-nears/" rel="nofollow">"SpaceX launches Starlink rideshare mission as constellation deployment milestone nears"</a>. NasaSpaceFlight.com. 15 May 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+Starlink+rideshare+mission+as+constellation+deployment+milestone+nears&rft.pub=NasaSpaceFlight.com&rft.date=2021-05-15&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F05%2Fspacex-starlink-rideshare-milestone-nears%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-676"><span class="mw-cite-backlink"><b><a href="#cite_ref-676">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2021/05/starlink-complete-first-shell/" rel="nofollow">"Starlink v1.0 L28 mission completes first "shell" of satellites for worldwide coverage"</a>. 26 May 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Starlink+v1.0+L28+mission+completes+first+%22shell%22+of+satellites+for+worldwide+coverage&rft.date=2021-05-26&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F05%2Fstarlink-complete-first-shell%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-NSFSl28-677"><span class="mw-cite-backlink">^ <a href="#cite_ref-NSFSl28_677-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-NSFSl28_677-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-NSFSl28_677-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://nextspaceflight.com/launches/details/5332" rel="nofollow">"Starlink V1 L28"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">14 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Starlink+V1+L28&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F5332&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sn20210526-678"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20210526_678-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFFoust2021">Foust, Jeff (26 May 2021). <a class="external text" href="https://spacenews.com/spacex-sets-falcon-9-fairing-reuse-mark-with-starlink-launch/" rel="nofollow">"SpaceX sets Falcon 9 fairing reuse mark with Starlink launch"</a>. <i><a href="/wiki/SpaceNews" title="SpaceNews">SpaceNews</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">27 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=SpaceNews&rft.atitle=SpaceX+sets+Falcon+9+fairing+reuse+mark+with+Starlink+launch&rft.date=2021-05-26&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-sets-falcon-9-fairing-reuse-mark-with-starlink-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-679"><span class="mw-cite-backlink"><b><a href="#cite_ref-679">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2021/06/crs22-new-solar-arrays/" rel="nofollow">"SpaceX launches CRS-22, new solar arrays to International Space Station"</a>. NasaSpaceflight.com. 3 June 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+CRS-22%2C+new+solar+arrays+to+International+Space+Station&rft.pub=NasaSpaceflight.com&rft.date=2021-06-03&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F06%2Fcrs22-new-solar-arrays%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-680"><span class="mw-cite-backlink"><b><a href="#cite_ref-680">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://nextspaceflight.com/launches/details/109" rel="nofollow">"CRS-22"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">17 April</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=CRS-22&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F109&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nasa-20160114-681"><span class="mw-cite-backlink">^ <a href="#cite_ref-nasa-20160114_681-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nasa-20160114_681-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-nasa-20160114_681-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-nasa-20160114_681-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-nasa-20160114_681-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-nasa-20160114_681-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-nasa-20160114_681-6"><sup><i><b>g</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1"><a class="external text" href="http://www.nasa.gov/press-release/nasa-awards-international-space-station-cargo-transport-contracts" rel="nofollow">"NASA Awards International Space Station Cargo Transport Contracts"</a> (Press release). NASA. 14 January 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">24 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Awards+International+Space+Station+Cargo+Transport+Contracts&rft.pub=NASA&rft.date=2016-01-14&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fnasa-awards-international-space-station-cargo-transport-contracts&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-682"><span class="mw-cite-backlink"><b><a href="#cite_ref-682">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSempsrott2021">Sempsrott, Danielle (2 June 2021). <a class="external text" href="https://blogs.nasa.gov/spacexcrs22/2021/06/02/hometown-heroes-students-create-satellite-inspired-by-gatlinburg-wildfires/" rel="nofollow">"Hometown Heroes: Students Create Satellite Inspired by Gatlinburg Wildfires"</a>. <a href="/wiki/NASA" title="NASA">NASA</a><span class="reference-accessdate">. Retrieved <span class="nowrap">3 June</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Hometown+Heroes%3A+Students+Create+Satellite+Inspired+by+Gatlinburg+Wildfires&rft.pub=NASA&rft.date=2021-06-02&rft.aulast=Sempsrott&rft.aufirst=Danielle&rft_id=https%3A%2F%2Fblogs.nasa.gov%2Fspacexcrs22%2F2021%2F06%2F02%2Fhometown-heroes-students-create-satellite-inspired-by-gatlinburg-wildfires%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-683"><span class="mw-cite-backlink"><b><a href="#cite_ref-683">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.manchester.ac.uk/discover/news/manchester-scientists-to-launch-low-orbiting-satellite-on-spacex-mission/" rel="nofollow">"Manchester scientists to launch low-orbiting satellite on SpaceX mission"</a>. <a href="/wiki/University_of_Manchester" title="University of Manchester">University of Manchester</a>. 25 May 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">3 June</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Manchester+scientists+to+launch+low-orbiting+satellite+on+SpaceX+mission&rft.pub=University+of+Manchester&rft.date=2021-05-25&rft_id=https%3A%2F%2Fwww.manchester.ac.uk%2Fdiscover%2Fnews%2Fmanchester-scientists-to-launch-low-orbiting-satellite-on-spacex-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-684"><span class="mw-cite-backlink"><b><a href="#cite_ref-684">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.mric.mu/English/Events/Pages/First-Mauritian-Satellite,-MIR-SAT1-on-its-way-to-the-ISS.aspx" rel="nofollow">"First Mauritian Satellite, MIR-SAT1 on its way to the ISS"</a>. MRIC. 3 June 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">5 June</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=First+Mauritian+Satellite%2C+MIR-SAT1+on+its+way+to+the+ISS&rft.pub=MRIC&rft.date=2021-06-03&rft_id=http%3A%2F%2Fwww.mric.mu%2FEnglish%2FEvents%2FPages%2FFirst-Mauritian-Satellite%2C-MIR-SAT1-on-its-way-to-the-ISS.aspx&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-685"><span class="mw-cite-backlink"><b><a href="#cite_ref-685">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2021/06/sxm8-launch/" rel="nofollow">"SpaceX launches 2nd mission in three days with SiriusXM-8"</a>. NasaSpaceflight.com. 6 June 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launches+2nd+mission+in+three+days+with+SiriusXM-8&rft.pub=NasaSpaceflight.com&rft.date=2021-06-06&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F06%2Fsxm8-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spacex_manifest-686"><span class="mw-cite-backlink">^ <a href="#cite_ref-spacex_manifest_686-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spacex_manifest_686-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.spacex.com/missions#future-missions-header" rel="nofollow">"SpaceX launch manifest"</a>. SpaceX<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+launch+manifest&rft.pub=SpaceX&rft_id=http%3A%2F%2Fwww.spacex.com%2Fmissions%23future-missions-header&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-687"><span class="mw-cite-backlink"><b><a href="#cite_ref-687">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1"><a class="external text" href="http://sslmda.com/html/pressreleases/pr20160728.php" rel="nofollow">"SSL Selected to Provide Two Powerful Satellites to SiriusXM"</a>. <i>sslmda.com</i> (Press release). 28 July 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">14 June</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SSL+Selected+to+Provide+Two+Powerful+Satellites+to+SiriusXM&rft.date=2016-07-28&rft_id=http%3A%2F%2Fsslmda.com%2Fhtml%2Fpressreleases%2Fpr20160728.php&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sfn_ls-688"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfn_ls_688-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfn_ls_688-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sfn_ls_688-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-sfn_ls_688-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-sfn_ls_688-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-sfn_ls_688-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-sfn_ls_688-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-sfn_ls_688-7"><sup><i><b>h</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2021">Clark, Stephen (7 June 2021). <a class="external text" href="http://spaceflightnow.com/launch-schedule/" rel="nofollow">"Launch schedule"</a>. SpaceFlight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">7 June</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Launch+schedule&rft.pub=SpaceFlight+Now&rft.date=2021-06-07&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2Flaunch-schedule%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-cooper-689"><span class="mw-cite-backlink"><b><a href="#cite_ref-cooper_689-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFCooper2021">Cooper, Ben (31 May 2021). <a class="external text" href="http://www.launchphotography.com/Launch_Viewing_Guide.html" rel="nofollow">"Rocket Launch Viewing Guide for Cape Canaveral"</a>. <i>launchphotography.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2 June</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=launchphotography.com&rft.atitle=Rocket+Launch+Viewing+Guide+for+Cape+Canaveral&rft.date=2021-05-31&rft.aulast=Cooper&rft.aufirst=Ben&rft_id=http%3A%2F%2Fwww.launchphotography.com%2FLaunch_Viewing_Guide.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-nextSFupcoming-690"><span class="mw-cite-backlink">^ <a href="#cite_ref-nextSFupcoming_690-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nextSFupcoming_690-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-nextSFupcoming_690-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBaylor">Baylor, Michael. <a class="external text" href="https://nextspaceflight.com/launches/?search=SpaceX" rel="nofollow">"Upcoming Launches: SpaceX"</a>. <i>NextSpaceflight</i><span class="reference-accessdate">. Retrieved <span class="nowrap">3 June</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=NextSpaceflight&rft.atitle=Upcoming+Launches%3A+SpaceX&rft.aulast=Baylor&rft.aufirst=Michael&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2F%3Fsearch%3DSpaceX&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-faa_EA_508-691"><span class="mw-cite-backlink">^ <a href="#cite_ref-faa_EA_508_691-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-faa_EA_508_691-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.faa.gov/space/environmental/nepa_docs/media/SpaceX_Falcon_Program_Draft_EA_508.pdf" rel="nofollow">"Draft Environmental Assessment for SpaceX Falcon Launches at Kennedy Space Center and Cape Canaveral Air Force Station"</a> <span class="cs1-format">(PDF)</span>. FAA. February 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">10 May</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Draft+Environmental+Assessment+for+SpaceX+Falcon+Launches+at+Kennedy+Space+Center+and+Cape+Canaveral+Air+Force+Station&rft.pub=FAA&rft.date=2020-02&rft_id=https%3A%2F%2Fwww.faa.gov%2Fspace%2Fenvironmental%2Fnepa_docs%2Fmedia%2FSpaceX_Falcon_Program_Draft_EA_508.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-692"><span class="mw-cite-backlink"><b><a href="#cite_ref-692">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://arstechnica.com/science/2020/10/after-two-scrubs-elon-musk-says-he-will-visit-spacex-launch-sites-in-florida/" rel="nofollow">"After two scrubs, Elon Musk says he will visit SpaceX launch sites in Florida"</a>. Ars Technica. 3 October 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">4 October</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=After+two+scrubs%2C+Elon+Musk+says+he+will+visit+SpaceX+launch+sites+in+Florida&rft.pub=Ars+Technica&rft.date=2020-10-03&rft_id=https%3A%2F%2Farstechnica.com%2Fscience%2F2020%2F10%2Fafter-two-scrubs-elon-musk-says-he-will-visit-spacex-launch-sites-in-florida%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-GPS_boosterreuse-693"><span class="mw-cite-backlink">^ <a href="#cite_ref-GPS_boosterreuse_693-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-GPS_boosterreuse_693-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://spacenews.com/spacexs-contract-to-launch-gps-satellites-modified-to-allow-reuse-of-falcon-9-boosters/" rel="nofollow">"SpaceX's GPS contract modified to allow reuse of Falcon 9 boosters"</a>. 25 September 2020.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX%27s+GPS+contract+modified+to+allow+reuse+of+Falcon+9+boosters&rft.date=2020-09-25&rft_id=https%3A%2F%2Fspacenews.com%2Fspacexs-contract-to-launch-gps-satellites-modified-to-allow-reuse-of-falcon-9-boosters%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-GPS_III_5678-694"><span class="mw-cite-backlink">^ <a href="#cite_ref-GPS_III_5678_694-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-GPS_III_5678_694-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://gpsworld.com/air-force-awards-lockheed-martin-contracts-for-next-set-of-gps-iii-satellites/" rel="nofollow">"Air Force Awards Lockheed Martin Contracts for Next Set of GPS III Satellites"</a>. <i>GPS World</i>. 26 February 2013<span class="reference-accessdate">. Retrieved <span class="nowrap">2 December</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=GPS+World&rft.atitle=Air+Force+Awards+Lockheed+Martin+Contracts+for+Next+Set+of+GPS+III+Satellites&rft.date=2013-02-26&rft_id=http%3A%2F%2Fgpsworld.com%2Fair-force-awards-lockheed-martin-contracts-for-next-set-of-gps-iii-satellites%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-airforce_20170629-695"><span class="mw-cite-backlink"><b><a href="#cite_ref-airforce_20170629_695-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20171202052927/http://www.losangeles.af.mil/News/Article-Display/Article/1234153/final-rfp-released-for-launch-services-contract/" rel="nofollow">"Final RFP Released for Launch Services Contract"</a>. U.S. Air Force Space and Missile Systems Center Public Affairs Office. 29 June 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">2 December</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Final+RFP+Released+for+Launch+Services+Contract&rft.pub=U.S.+Air+Force+Space+and+Missile+Systems+Center+Public+Affairs+Office&rft.date=2017-06-29&rft_id=https%3A%2F%2Fweb.archive.org%2Fweb%2F20171202052927%2Fhttp%3A%2F%2Fwww.losangeles.af.mil%2FNews%2FArticle-Display%2FArticle%2F1234153%2Ffinal-rfp-released-for-launch-services-contract%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-696"><span class="mw-cite-backlink"><b><a href="#cite_ref-696">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.businesswire.com/news/home/20210119005117/en/Satellogic-and-SpaceX-Announce-Multiple-Launch-Agreement" rel="nofollow">"Satellogic and SpaceX Announce Multiple Launch Agreement"</a>. businesswire. 19 January 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">21 January</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Satellogic+and+SpaceX+Announce+Multiple+Launch+Agreement&rft.pub=businesswire&rft.date=2021-01-19&rft_id=https%3A%2F%2Fwww.businesswire.com%2Fnews%2Fhome%2F20210119005117%2Fen%2FSatellogic-and-SpaceX-Announce-Multiple-Launch-Agreement&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-697"><span class="mw-cite-backlink"><b><a href="#cite_ref-697">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://fcc.report/IBFS/SAT-MOD-20210512-00067/7521191" rel="nofollow">"FCC Mod Supplement"</a>. 13 May 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=FCC+Mod+Supplement&rft.date=2021-05-13&rft_id=https%3A%2F%2Ffcc.report%2FIBFS%2FSAT-MOD-20210512-00067%2F7521191&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-698"><span class="mw-cite-backlink"><b><a href="#cite_ref-698">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.elonx.net/spacex-smallsat-rideshare-missions/" rel="nofollow">"Smallsat Rideshare Missions"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">3 February</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Smallsat+Rideshare+Missions&rft_id=https%3A%2F%2Fwww.elonx.net%2Fspacex-smallsat-rideshare-missions%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-699"><span class="mw-cite-backlink"><b><a href="#cite_ref-699">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://nextspaceflight.com/launches/details/6795" rel="nofollow">"Polar Starlink"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">28 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Polar+Starlink&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F6795&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sfn28521-700"><span class="mw-cite-backlink"><b><a href="#cite_ref-sfn28521_700-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2021">Clark, Stephen (28 May 2021). <a class="external text" href="https://spaceflightnow.com/2021/05/28/five-launches-planned-from-floridas-space-coast-in-june/" rel="nofollow">"Five launches planned from Florida's Space Coast in June"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">28 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Spaceflight+Now&rft.atitle=Five+launches+planned+from+Florida%27s+Space+Coast+in+June&rft.date=2021-05-28&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2021%2F05%2F28%2Ffive-launches-planned-from-floridas-space-coast-in-june%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-701"><span class="mw-cite-backlink"><b><a href="#cite_ref-701">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.spacex.com/updates/inspiration-4-mission/index.html" rel="nofollow">"Inspiration4"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">1 February</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Inspiration4&rft_id=https%3A%2F%2Fwww.spacex.com%2Fupdates%2Finspiration-4-mission%2Findex.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Isaacman_Youtube-702"><span class="mw-cite-backlink">^ <a href="#cite_ref-Isaacman_Youtube_702-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Isaacman_Youtube_702-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><a class="external text" href="https://www.youtube.com/watch?v=GHjnunTi5XE" rel="nofollow">Meet The First All-Civilian Space Crew | Inspiration4 Livestream</a></span>
</li>
<li id="cite_note-703"><span class="mw-cite-backlink"><b><a href="#cite_ref-703">^</a></b></span> <span class="reference-text"><a class="external free" href="https://inspiration4.com/crew" rel="nofollow">https://inspiration4.com/crew</a></span>
</li>
<li id="cite_note-BW20210201-704"><span class="mw-cite-backlink"><b><a href="#cite_ref-BW20210201_704-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.businesswire.com/news/home/20210201005905/en/World%E2%80%99s" rel="nofollow">"First-All-Civilian-Mission-to-Space-Will-Usher-in-New-Era-of-Commercial-Space-Exploration"</a>. Business Wire. 1 February 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">11 March</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=First-All-Civilian-Mission-to-Space-Will-Usher-in-New-Era-of-Commercial-Space-Exploration&rft.pub=Business+Wire&rft.date=2021-02-01&rft_id=https%3A%2F%2Fwww.businesswire.com%2Fnews%2Fhome%2F20210201005905%2Fen%2FWorld%25E2%2580%2599s&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-705"><span class="mw-cite-backlink"><b><a href="#cite_ref-705">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@elonmusk (30 March 2021). <a class="external text" href="https://twitter.com/elonmusk/status/1376904492478791689" rel="nofollow">"Probably most "in space" you could possibly feel by being in a glass dome"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Probably+most+%E2%80%9Cin+space%E2%80%9D+you+could+possibly+feel+by+being+in+a+glass+dome&rft.date=2021-03-30&rft.au=%40elonmusk&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1376904492478791689&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-gunter-sarah1-706"><span class="mw-cite-backlink">^ <a href="#cite_ref-gunter-sarah1_706-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-gunter-sarah1_706-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-gunter-sarah1_706-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_sdat/sarah-a.htm" rel="nofollow">"SARah 1"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">18 February</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SARah+1&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fsarah-a.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spx-20130808-707"><span class="mw-cite-backlink"><b><a href="#cite_ref-spx-20130808_707-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1" id="CITEREFPost2013">Post, Hannah (8 August 2013). <a class="external text" href="https://web.archive.org/web/20180220060058/http://www.spacex.com/press/2013/08/08/spacex-awarded-launch-german-radar-reconnaissance-satellite-system" rel="nofollow">"SpaceX is awarded launch of german radar reconnaissance satellite system"</a> (Press release). SpaceX. Archived from <a class="external text" href="http://www.spacex.com/press/2013/08/08/spacex-awarded-launch-german-radar-reconnaissance-satellite-system" rel="nofollow">the original</a> on 20 February 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">25 September</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+is+awarded+launch+of+german+radar+reconnaissance+satellite+system&rft.pub=SpaceX&rft.date=2013-08-08&rft.aulast=Post&rft.aufirst=Hannah&rft_id=http%3A%2F%2Fwww.spacex.com%2Fpress%2F2013%2F08%2F08%2Fspacex-awarded-launch-german-radar-reconnaissance-satellite-system&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Deutscher_Bundestag-708"><span class="mw-cite-backlink">^ <a href="#cite_ref-Deutscher_Bundestag_708-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Deutscher_Bundestag_708-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://dipbt.bundestag.de/dip21/btd/19/072/1907253.pdf" rel="nofollow">"German load transports into space"</a> <span class="cs1-format">(PDF)</span> (in German). 21 January 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">10 February</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=German+load+transports+into+space&rft.date=2019-01-21&rft_id=https%3A%2F%2Fdipbt.bundestag.de%2Fdip21%2Fbtd%2F19%2F072%2F1907253.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-gunter-sarah2-709"><span class="mw-cite-backlink">^ <a href="#cite_ref-gunter-sarah2_709-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-gunter-sarah2_709-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_sdat/sarah-p.htm" rel="nofollow">"SARah 2/3"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">17 October</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SARah+2%2F3&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fsarah-p.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Ridesharefl-710"><span class="mw-cite-backlink">^ <a href="#cite_ref-Ridesharefl_710-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Ridesharefl_710-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Ridesharefl_710-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://rideshare.spacex.com/search?orbitClassification=1&launchDate=2020-05-10&payloadMass=1" rel="nofollow">"Rideshare Program listing"</a>. SpaceX<span class="reference-accessdate">. Retrieved <span class="nowrap">3 April</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Rideshare+Program+listing&rft.pub=SpaceX&rft_id=https%3A%2F%2Frideshare.spacex.com%2Fsearch%3ForbitClassification%3D1%26launchDate%3D2020-05-10%26payloadMass%3D1&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-711"><span class="mw-cite-backlink"><b><a href="#cite_ref-711">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSES_S.A.2021">SES S.A. (25 February 2021). <a class="external text" href="https://www.ses.com/sites/default/files/2021-03/210305_SES-AR2020.pdf" rel="nofollow">"Annual Report 2020"</a> <span class="cs1-format">(PDF)</span>. p. 25<span class="reference-accessdate">. Retrieved <span class="nowrap">26 March</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Annual+Report+2020&rft.pages=25&rft.date=2021-02-25&rft.au=SES+S.A.&rft_id=https%3A%2F%2Fwww.ses.com%2Fsites%2Fdefault%2Ffiles%2F2021-03%2F210305_SES-AR2020.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-auto7-712"><span class="mw-cite-backlink">^ <a href="#cite_ref-auto7_712-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-auto7_712-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://business.financialpost.com/pmn/press-releases-pmn/business-wire-news-releases-pmn/ses-selects-spacex-to-launch-groundbreaking-o3b-mpower-meo-communications-system" rel="nofollow">"SES Selects SpaceX to Launch Groundbreaking O3b mPOWER MEO Communications System"</a>. Business Wire News. 9 September 2019.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SES+Selects+SpaceX+to+Launch+Groundbreaking+O3b+mPOWER+MEO+Communications+System&rft.pub=Business+Wire+News&rft.date=2019-09-09&rft_id=https%3A%2F%2Fbusiness.financialpost.com%2Fpmn%2Fpress-releases-pmn%2Fbusiness-wire-news-releases-pmn%2Fses-selects-spacex-to-launch-groundbreaking-o3b-mpower-meo-communications-system&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-auto6-713"><span class="mw-cite-backlink">^ <a href="#cite_ref-auto6_713-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-auto6_713-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacenews.com/spacex-to-launch-sess-o3b-mpower-constellation-on-two-falcon-9-rockets/" rel="nofollow">"SpaceX to launch SES's O3b mPower constellation on two Falcon 9 rockets"</a>. SpaceNews. 9 September 2019.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+to+launch+SES%27s+O3b+mPower+constellation+on+two+Falcon+9+rockets&rft.pub=SpaceNews&rft.date=2019-09-09&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-to-launch-sess-o3b-mpower-constellation-on-two-falcon-9-rockets%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-714"><span class="mw-cite-backlink"><b><a href="#cite_ref-714">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasa.gov/sites/default/files/atoms/files/spacex_crs-22_mision_overview_0.pdf" rel="nofollow">"CRS-22 Mission Overview"</a> <span class="cs1-format">(PDF)</span><span class="reference-accessdate">. Retrieved <span class="nowrap">27 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=CRS-22+Mission+Overview&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Fatoms%2Ffiles%2Fspacex_crs-22_mision_overview_0.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-SFN20201229-715"><span class="mw-cite-backlink"><b><a href="#cite_ref-SFN20201229_715-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2020">Clark, Stephen (29 December 2020). <a class="external text" href="https://spaceflightnow.com/2020/12/29/three-astronauts-assigned-to-crew-dragon-mission-in-late-2021/" rel="nofollow">"Three astronauts assigned to Crew Dragon mission in late 2021"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">28 February</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Three+astronauts+assigned+to+Crew+Dragon+mission+in+late+2021&rft.pub=Spaceflight+Now&rft.date=2020-12-29&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F12%2F29%2Fthree-astronauts-assigned-to-crew-dragon-mission-in-late-2021%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sfn-20210523-716"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfn-20210523_716-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfn-20210523_716-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2021">Clark, Stephen (23 May 2021). <a class="external text" href="https://spaceflightnow.com/2021/05/23/falcon-heavys-first-national-security-launch-slips-to-october/" rel="nofollow">"Falcon Heavy's first national security launch slips to October"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">23 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Spaceflight+Now&rft.atitle=Falcon+Heavy%27s+first+national+security+launch+slips+to+October&rft.date=2021-05-23&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2021%2F05%2F23%2Ffalcon-heavys-first-national-security-launch-slips-to-october%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-USDD190219-717"><span class="mw-cite-backlink">^ <a href="#cite_ref-USDD190219_717-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-USDD190219_717-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://dod.defense.gov/News/Contracts/Contract-View/Article/1760766/" rel="nofollow">"U.S. Department of Defense Contracts for February 19, 2019"</a>. 19 February 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">20 February</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=U.S.+Department+of+Defense+Contracts+for+February+19%2C+2019&rft.date=2019-02-19&rft_id=https%3A%2F%2Fdod.defense.gov%2FNews%2FContracts%2FContract-View%2FArticle%2F1760766%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-718"><span class="mw-cite-backlink"><b><a href="#cite_ref-718">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacenews.com/millennium-space-delivers-cubesat-for-upcoming-u-s-space-force-rideshare-mission/" rel="nofollow">"Millennium Space delivers smallsat for upcoming U.S. Space Force rideshare mission"</a>. 21 April 2020.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Millennium+Space+delivers+smallsat+for+upcoming+U.S.+Space+Force+rideshare+mission&rft.date=2020-04-21&rft_id=https%3A%2F%2Fspacenews.com%2Fmillennium-space-delivers-cubesat-for-upcoming-u-s-space-force-rideshare-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-719"><span class="mw-cite-backlink"><b><a href="#cite_ref-719">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2020">Clark, Stephen (27 April 2020). <a class="external text" href="https://spaceflightnow.com/2020/04/27/falcon-heavy-on-track-for-design-validation-milestone-before-late-2020-launch/" rel="nofollow">"Falcon Heavy set for design validation milestone before late 2020 launch"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon+Heavy+set+for+design+validation+milestone+before+late+2020+launch&rft.pub=Spaceflight+Now&rft.date=2020-04-27&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F04%2F27%2Ffalcon-heavy-on-track-for-design-validation-milestone-before-late-2020-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-720"><span class="mw-cite-backlink"><b><a href="#cite_ref-720">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://nextspaceflight.com/launches/details/1151" rel="nofollow">"USSF-44 will use a new Droneship according to launch schedule"</a>. Next Spaceflight. 2 June 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">3 June</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=USSF-44+will+use+a+new+Droneship+according+to+launch+schedule&rft.pub=Next+Spaceflight&rft.date=2021-06-02&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F1151&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-721"><span class="mw-cite-backlink"><b><a href="#cite_ref-721">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spaceexplored.com/2021/06/05/exclusive-new-photos-of-a-shortfall-of-gravitas-show-spacexs-new-droneship-is-getting-close-to-done/" rel="nofollow">"Exclusive: New photos of A Shortfall Of Gravitas show SpaceX's new droneship is getting close to done"</a>. 5 June 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Exclusive%3A+New+photos+of+A+Shortfall+Of+Gravitas+show+SpaceX%E2%80%99s+new+droneship+is+getting+close+to+done&rft.date=2021-06-05&rft_id=https%3A%2F%2Fspaceexplored.com%2F2021%2F06%2F05%2Fexclusive-new-photos-of-a-shortfall-of-gravitas-show-spacexs-new-droneship-is-getting-close-to-done%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-722"><span class="mw-cite-backlink"><b><a href="#cite_ref-722">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://nextspaceflight.com/launches/agency/upcoming/1/" rel="nofollow">"SpaceX Launch Manifest"</a>. <i>nextspaceflight.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nextspaceflight.com&rft.atitle=SpaceX+Launch+Manifest&rft_id=http%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fagency%2Fupcoming%2F1%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-723"><span class="mw-cite-backlink"><b><a href="#cite_ref-723">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacenews.com/air-force-awards-739-million-in-launch-contracts-to-ula-and-spacex/" rel="nofollow">"Air Force awards US$739 million in launch contracts to ULA and SpaceX"</a>. SpaceNews. 19 February 2019.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Air+Force+awards+US%24739+million+in+launch+contracts+to+ULA+and+SpaceX&rft.pub=SpaceNews&rft.date=2019-02-19&rft_id=https%3A%2F%2Fspacenews.com%2Fair-force-awards-739-million-in-launch-contracts-to-ula-and-spacex%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-NASA_ixpe-724"><span class="mw-cite-backlink">^ <a href="#cite_ref-NASA_ixpe_724-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-NASA_ixpe_724-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBrown2019">Brown, Katherine (8 July 2019). <a class="external text" href="http://www.nasa.gov/press-release/nasa-awards-launch-services-contract-for-groundbreaking-astrophysics-mission" rel="nofollow">"NASA Awards Launch Services Contract for Astrophysics Mission"</a>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">8 July</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Awards+Launch+Services+Contract+for+Astrophysics+Mission&rft.pub=NASA&rft.date=2019-07-08&rft.aulast=Brown&rft.aufirst=Katherine&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fnasa-awards-launch-services-contract-for-groundbreaking-astrophysics-mission&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-725"><span class="mw-cite-backlink"><b><a href="#cite_ref-725">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasa.gov/feature/dart-launch-moves-to-secondary-window" rel="nofollow">"DART Launch Moves to Secondary Window"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">17 February</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=DART+Launch+Moves+to+Secondary+Window&rft_id=https%3A%2F%2Fwww.nasa.gov%2Ffeature%2Fdart-launch-moves-to-secondary-window&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-NASA_DART-726"><span class="mw-cite-backlink">^ <a href="#cite_ref-NASA_DART_726-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-NASA_DART_726-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFNorthon2019">Northon, Karen (11 April 2019). <a class="external text" href="http://www.nasa.gov/press-release/nasa-awards-launch-services-contract-for-asteroid-redirect-test-mission" rel="nofollow">"NASA Awards Launch Services Contract for Asteroid Redirect Test"</a>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">12 April</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Awards+Launch+Services+Contract+for+Asteroid+Redirect+Test&rft.pub=NASA&rft.date=2019-04-11&rft.aulast=Northon&rft.aufirst=Karen&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fnasa-awards-launch-services-contract-for-asteroid-redirect-test-mission&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-727"><span class="mw-cite-backlink"><b><a href="#cite_ref-727">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://nssdc.gsfc.nasa.gov/nmc/spacecraft/display.action?id=DART" rel="nofollow">"Double Asteroid Redirection Test (DART)"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">11 September</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Double+Asteroid+Redirection+Test+%28DART%29&rft_id=https%3A%2F%2Fnssdc.gsfc.nasa.gov%2Fnmc%2Fspacecraft%2Fdisplay.action%3Fid%3DDART&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-728"><span class="mw-cite-backlink"><b><a href="#cite_ref-728">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFFoust,_Jeff_[@jeff_foust]2021"><a href="/wiki/Jeff_Foust" title="Jeff Foust">Foust, Jeff [@jeff_foust]</a> (9 February 2021). <a class="external text" href="https://twitter.com/jeff_foust/status/1359190469113225224" rel="nofollow">"In a SmallSat Symposium session, Jarrod McLachlan of SpaceX says they have two more dedicated rideshare launches, Transporter-2 and -3, scheduled for later this year. No estimate on # of satellites on each, but he said demand is "strong and growing.<span class="cs1-kern-right">"</span>"</a> (Tweet). <a class="external text" href="https://web.archive.org/web/20210209172545/https://twitter.com/jeff_foust/status/1359190469113225224" rel="nofollow">Archived</a> from the original on 9 February 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=In+a+SmallSat+Symposium+session%2C+Jarrod+McLachlan+of+SpaceX+says+they+have+two+more+dedicated+rideshare+launches%2C+Transporter-2+and+-3%2C+scheduled+for+later+this+year.+No+estimate+on+%23+of+satellites+on+each%2C+but+he+said+demand+is+%E2%80%9Cstrong+and+growing.%E2%80%9D&rft.date=2021-02-09&rft.au=Foust%2C+Jeff+%5B%40jeff_foust%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fjeff_foust%2Fstatus%2F1359190469113225224&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-729"><span class="mw-cite-backlink"><b><a href="#cite_ref-729">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs2019">Krebs, Gunter (6 September 2019). <a class="external text" href="http://space.skyrocket.de/doc_sdat/turksat-5b.htm" rel="nofollow">"Türksat 5B"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=T%C3%BCrksat+5B&rft.pub=Gunter%27s+Space+Page&rft.date=2019-09-06&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fturksat-5b.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-via-20210504-730"><span class="mw-cite-backlink">^ <a href="#cite_ref-via-20210504_730-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-via-20210504_730-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFJewett2021">Jewett, Rachel (4 May 2021). <a class="external text" href="https://www.satellitetoday.com/business/2021/05/04/maxar-takes-hit-from-sirius-xm-satellite-loss-pushes-legion-launch-to-q4/" rel="nofollow">"Maxar Takes Hit from SiriusXM Satellite Loss, Pushes Legion Launch to Q4"</a>. <i>Via Satellite</i><span class="reference-accessdate">. Retrieved <span class="nowrap">6 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Via+Satellite&rft.atitle=Maxar+Takes+Hit+from+SiriusXM+Satellite+Loss%2C+Pushes+Legion+Launch+to+Q4&rft.date=2021-05-04&rft.aulast=Jewett&rft.aufirst=Rachel&rft_id=https%3A%2F%2Fwww.satellitetoday.com%2Fbusiness%2F2021%2F05%2F04%2Fmaxar-takes-hit-from-sirius-xm-satellite-loss-pushes-legion-launch-to-q4%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-worldviewlegion-731"><span class="mw-cite-backlink">^ <a href="#cite_ref-worldviewlegion_731-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-worldviewlegion_731-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-worldviewlegion_731-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-worldviewlegion_731-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-worldviewlegion_731-4"><sup><i><b>e</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.businesswire.com/news/home/20180314005049/en/Maxar-Technologies%E2%80%99-DigitalGlobe-Selects-SpaceX-Launch-Next-generation" rel="nofollow">"Maxar Technologies' DigitalGlobe Selects SpaceX to Launch its Next-generation WorldView Legion Satellites"</a>. 14 March 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">14 March</span> 2018</span>. <q>Maxar Technologies' DigitalGlobe Selects SpaceX to Launch its Next-generation WorldView Legion Satellites</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Maxar+Technologies%27+DigitalGlobe+Selects+SpaceX+to+Launch+its+Next-generation+WorldView+Legion+Satellites&rft.date=2018-03-14&rft_id=https%3A%2F%2Fwww.businesswire.com%2Fnews%2Fhome%2F20180314005049%2Fen%2FMaxar-Technologies%25E2%2580%2599-DigitalGlobe-Selects-SpaceX-Launch-Next-generation&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spaceflightnow_2020-02-18-732"><span class="mw-cite-backlink">^ <a href="#cite_ref-spaceflightnow_2020-02-18_732-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spaceflightnow_2020-02-18_732-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2020">Clark, Stephen (18 February 2020). <a class="external text" href="https://spaceflightnow.com/2020/02/18/space-adventures-announces-plans-to-launch-private-citizens-on-spacex-crew-capsule/" rel="nofollow">"Space Adventures announces plans to fly private citizens on SpaceX crew capsule"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Space+Adventures+announces+plans+to+fly+private+citizens+on+SpaceX+crew+capsule&rft.pub=Spaceflight+Now&rft.date=2020-02-18&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F02%2F18%2Fspace-adventures-announces-plans-to-launch-private-citizens-on-spacex-crew-capsule%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-733"><span class="mw-cite-backlink"><b><a href="#cite_ref-733">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFHarwood2020">Harwood, William (18 February 2020). <a class="external text" href="https://www.cbsnews.com/news/spacex-space-adventures-tourism-orbit-crew-dragon-2022/" rel="nofollow">"SpaceX and Space Adventures to launch space tourism flight in 2022"</a>. <i>CBS News</i><span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=CBS+News&rft.atitle=SpaceX+and+Space+Adventures+to+launch+space+tourism+flight+in+2022&rft.date=2020-02-18&rft.aulast=Harwood&rft.aufirst=William&rft_id=https%3A%2F%2Fwww.cbsnews.com%2Fnews%2Fspacex-space-adventures-tourism-orbit-crew-dragon-2022%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-734"><span class="mw-cite-backlink"><b><a href="#cite_ref-734">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="http://www.collectspace.com/news/news-012621a-axiom-space-ax1-crew-announce.html" rel="nofollow">"Axiom Space names first private crew to launch to space station"</a>. collect SPACE. 26 January 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">1 February</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Axiom+Space+names+first+private+crew+to+launch+to+space+station&rft.date=2021-01-26&rft_id=http%3A%2F%2Fwww.collectspace.com%2Fnews%2Fnews-012621a-axiom-space-ax1-crew-announce.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-735"><span class="mw-cite-backlink"><b><a href="#cite_ref-735">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFO'Kane2020">O'Kane, Sean (5 March 2020). <a class="external text" href="https://www.theverge.com/2020/3/5/21166657/spacex-tourists-iss-international-space-station-orbit-falcon-9-dragon" rel="nofollow">"SpaceX will send three tourists to the International Space Station next year"</a>. The Verge<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+will+send+three+tourists+to+the+International+Space+Station+next+year&rft.pub=The+Verge&rft.date=2020-03-05&rft.aulast=O%27Kane&rft.aufirst=Sean&rft_id=https%3A%2F%2Fwww.theverge.com%2F2020%2F3%2F5%2F21166657%2Fspacex-tourists-iss-international-space-station-orbit-falcon-9-dragon&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-736"><span class="mw-cite-backlink"><b><a href="#cite_ref-736">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFNASA_Commercial_Crew_[@Commercial_Crew]2021">NASA Commercial Crew [@Commercial_Crew] (12 February 2021). <a class="external text" href="https://twitter.com/Commercial_Crew/status/1360307237709840394" rel="nofollow">"NASA astronauts @astro_kjell and Bob Hines have been assigned to launch on the agency's @SpaceX Crew-4 mission to the @Space_Station. The mission is expected to launch in 2022 from @NASAKennedy. 🚀 Get to know more about the Crew-4 @NASA_Astronauts: t.co/p83i4IwpfQ t.co/a2Es9a8e3c"</a> (Tweet). <a class="external text" href="https://web.archive.org/web/20210227135803/https://twitter.com/Commercial_Crew/status/1360307237709840394" rel="nofollow">Archived</a> from the original on 27 February 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+astronauts+%40astro_kjell+and+Bob+Hines+have+been+assigned+to+launch+on+the+agency%E2%80%99s+%40SpaceX+Crew-4+mission+to+the+%40Space_Station.+The+mission+is+expected+to+launch+in+2022+from+%40NASAKennedy.+%F0%9F%9A%80+Get+to+know+more+about+the+Crew-4+%40NASA_Astronauts%3A+t.co%2Fp83i4IwpfQ+t.co%2Fa2Es9a8e3c&rft.date=2021-02-12&rft.au=NASA+Commercial+Crew+%5B%40Commercial_Crew%5D&rft_id=https%3A%2F%2Ftwitter.com%2FCommercial_Crew%2Fstatus%2F1360307237709840394&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sn-20200820-737"><span class="mw-cite-backlink">^ <a href="#cite_ref-sn-20200820_737-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sn-20200820_737-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-sn-20200820_737-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFHenry2020">Henry, Caleb (20 August 2020). <a class="external text" href="https://spacenews.com/ses-taps-spacex-for-two-additional-falcon-9-launches/" rel="nofollow">"SES taps SpaceX for two additional Falcon 9 launches"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SES+taps+SpaceX+for+two+additional+Falcon+9+launches&rft.pub=SpaceNews&rft.date=2020-08-20&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=https%3A%2F%2Fspacenews.com%2Fses-taps-spacex-for-two-additional-falcon-9-launches%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spacex-smallsat-738"><span class="mw-cite-backlink">^ <a href="#cite_ref-spacex-smallsat_738-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spacex-smallsat_738-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-spacex-smallsat_738-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-spacex-smallsat_738-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-spacex-smallsat_738-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-spacex-smallsat_738-5"><sup><i><b>f</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://i.imgur.com/m7s8JF8.png" rel="nofollow">"SpaceX Satellite Rideshare Program Available Flights"</a>. <i><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a></i>. Archived from <a class="external text" href="https://rideshare.spacex.com/search" rel="nofollow">the original</a> on 5 June 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">5 June</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=SpaceX&rft.atitle=SpaceX+Satellite+Rideshare+Program+Available+Flights&rft_id=https%3A%2F%2Frideshare.spacex.com%2Fsearch&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> Archived via <a href="/wiki/Imgur" title="Imgur">Imgur</a>.</span>
</li>
<li id="cite_note-739"><span class="mw-cite-backlink"><b><a href="#cite_ref-739">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://fcc.report/IBFS/SAT-LOA-20210423-00055/6378695.pdf" rel="nofollow">"Intuitive Machines-1 Orbital Debris Assessment Report (ODAR) Revision 1.1"</a> <span class="cs1-format">(PDF)</span>. <i><a href="/wiki/Intuitive_Machines" title="Intuitive Machines">Intuitive Machines</a></i>. <a href="/wiki/Federal_Communications_Commission" title="Federal Communications Commission">FCC</a>. 22 April 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">24 April</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Intuitive+Machines&rft.atitle=Intuitive+Machines-1+Orbital+Debris+Assessment+Report+%28ODAR%29+Revision+1.1&rft.date=2021-04-22&rft_id=https%3A%2F%2Ffcc.report%2FIBFS%2FSAT-LOA-20210423-00055%2F6378695.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-740"><span class="mw-cite-backlink"><b><a href="#cite_ref-740">^</a></b></span> <span class="reference-text"><a class="external free" href="https://www.nasa.gov/feature/first-commercial-moon-delivery-assignments-to-advance-artemis" rel="nofollow">https://www.nasa.gov/feature/first-commercial-moon-delivery-assignments-to-advance-artemis</a> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-741"><span class="mw-cite-backlink"><b><a href="#cite_ref-741">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFMathews2019">Mathews, Chris (5 June 2019). <a class="external text" href="https://www.bizjournals.com/houston/news/2019/06/05/houston-co-receives-77m-nasa-contract-for-lunar.html" rel="nofollow">"Houston co. receives US$77 million NASA contract for lunar mission"</a>. <i>bizjournals.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">1 September</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=bizjournals.com&rft.atitle=Houston+co.+receives+US%2477+million+NASA+contract+for+lunar+mission&rft.date=2019-06-05&rft.aulast=Mathews&rft.aufirst=Chris&rft_id=https%3A%2F%2Fwww.bizjournals.com%2Fhouston%2Fnews%2F2019%2F06%2F05%2Fhouston-co-receives-77m-nasa-contract-for-lunar.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-arst-20190601-742"><span class="mw-cite-backlink"><b><a href="#cite_ref-arst-20190601_742-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://arstechnica.com/science/2019/05/nasa-picks-three-companies-to-attempt-moon-landings-in-2020-and-2021/" rel="nofollow">"NASA picks three companies to attempt Moon landings in 2020 and 2021"</a>. Ars Technica. 31 May 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">31 August</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+picks+three+companies+to+attempt+Moon+landings+in+2020+and+2021&rft.pub=Ars+Technica&rft.date=2019-05-31&rft_id=https%3A%2F%2Farstechnica.com%2Fscience%2F2019%2F05%2Fnasa-picks-three-companies-to-attempt-moon-landings-in-2020-and-2021%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-743"><span class="mw-cite-backlink"><b><a href="#cite_ref-743">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://nextspaceflight.com/launches/details/1915" rel="nofollow">"IM-1 Nova-C & DOGE-1"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">9 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=IM-1+Nova-C+%26+DOGE-1&rft_id=https%3A%2F%2Fnextspaceflight.com%2Flaunches%2Fdetails%2F1915&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-744"><span class="mw-cite-backlink"><b><a href="#cite_ref-744">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGeometric_Energy_press_release">Geometric Energy press release. <a class="external text" href="https://www.newswire.ca/news-releases/spacex-to-launch-doge-1-to-the-moon--875845973.html" rel="nofollow">"SpaceX to Launch DOGE-1 to the Moon!"</a>. <i>www.newswire.ca</i><span class="reference-accessdate">. Retrieved <span class="nowrap">10 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.newswire.ca&rft.atitle=SpaceX+to+Launch+DOGE-1+to+the+Moon%21&rft.au=Geometric+Energy+press+release&rft_id=https%3A%2F%2Fwww.newswire.ca%2Fnews-releases%2Fspacex-to-launch-doge-1-to-the-moon--875845973.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-745"><span class="mw-cite-backlink"><b><a href="#cite_ref-745">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFWerner2021">Werner, Debra (25 February 2021). <a class="external text" href="https://spacenews.com/maxar-q4-2020/" rel="nofollow">"Maxar remains focused on multiyear diversification strategy"</a>. <i><a href="/wiki/SpaceNews" title="SpaceNews">SpaceNews</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">6 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=SpaceNews&rft.atitle=Maxar+remains+focused+on+multiyear+diversification+strategy&rft.date=2021-02-25&rft.aulast=Werner&rft.aufirst=Debra&rft_id=https%3A%2F%2Fspacenews.com%2Fmaxar-q4-2020%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-NASA-SMSR-746"><span class="mw-cite-backlink">^ <a href="#cite_ref-NASA-SMSR_746-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-NASA-SMSR_746-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-NASA-SMSR_746-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-NASA-SMSR_746-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-NASA-SMSR_746-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-NASA-SMSR_746-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-NASA-SMSR_746-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-NASA-SMSR_746-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-NASA-SMSR_746-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-NASA-SMSR_746-9"><sup><i><b>j</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://sma.nasa.gov/docs/default-source/sma-disciplines-and-programs/smsr/smsr-intergrated-master-schedule_24feb2020.pdf" rel="nofollow">"SMSR Integrated Master Schedule"</a> <span class="cs1-format">(PDF)</span>. <i>Office of Safety and Mission Assurance</i>. <a href="/wiki/NASA" title="NASA">NASA</a>. 28 April 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">3 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Office+of+Safety+and+Mission+Assurance&rft.atitle=SMSR+Integrated+Master+Schedule&rft.date=2021-04-28&rft_id=https%3A%2F%2Fsma.nasa.gov%2Fdocs%2Fdefault-source%2Fsma-disciplines-and-programs%2Fsmsr%2Fsmsr-intergrated-master-schedule_24feb2020.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-747"><span class="mw-cite-backlink"><b><a href="#cite_ref-747">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFErwin2018">Erwin, Sandra (21 June 2018). <a class="external text" href="http://spacenews.com/spacex-wins-130-million-military-launch-contract-for-falcon-heavy/" rel="nofollow">"SpaceX wins $130 million military launch contract for Falcon Heavy"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">12 September</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+wins+%24130+million+military+launch+contract+for+Falcon+Heavy&rft.date=2018-06-21&rft.aulast=Erwin&rft.aufirst=Sandra&rft_id=http%3A%2F%2Fspacenews.com%2Fspacex-wins-130-million-military-launch-contract-for-falcon-heavy%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-748"><span class="mw-cite-backlink"><b><a href="#cite_ref-748">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2018">Clark, Stephen (26 June 2018). <a class="external text" href="https://spaceflightnow.com/2018/06/26/u-s-air-force-certifies-falcon-heavy-rocket-awards-launch-contract/" rel="nofollow">"U.S. Air Force certifies Falcon Heavy rocket, awards launch contract"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">28 April</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=U.S.+Air+Force+certifies+Falcon+Heavy+rocket%2C+awards+launch+contract&rft.date=2018-06-26&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2018%2F06%2F26%2Fu-s-air-force-certifies-falcon-heavy-rocket-awards-launch-contract%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-749"><span class="mw-cite-backlink"><b><a href="#cite_ref-749">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacenews.com/viasat-q3-2021//" rel="nofollow">"Viasat"</a>. SpaceNews. 5 February 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">17 February</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Viasat&rft.pub=SpaceNews&rft.date=2021-02-05&rft_id=https%3A%2F%2Fspacenews.com%2Fviasat-q3-2021%2F%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-750"><span class="mw-cite-backlink"><b><a href="#cite_ref-750">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1"><a class="external text" href="http://investors.viasat.com/news-releases/news-release-details/viasat-spacex-enter-contract-future-viasat-3-satellite-launch" rel="nofollow">"Viasat, SpaceX Enter Contract for a Future ViaSat-3 Satellite Launch"</a> (Press release). ViaSat. 25 October 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">25 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Viasat%2C+SpaceX+Enter+Contract+for+a+Future+ViaSat-3+Satellite+Launch&rft.pub=ViaSat&rft.date=2018-10-25&rft_id=http%3A%2F%2Finvestors.viasat.com%2Fnews-releases%2Fnews-release-details%2Fviasat-spacex-enter-contract-future-viasat-3-satellite-launch&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-SN20181025-751"><span class="mw-cite-backlink">^ <a href="#cite_ref-SN20181025_751-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-SN20181025_751-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFHenry2018">Henry, Caleb (25 October 2018). <a class="external text" href="https://spacenews.com/viasat-books-falcon-heavy-for-viasat-3-launch/" rel="nofollow">"Viasat books Falcon Heavy for ViaSat-3 launch"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">25 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Viasat+books+Falcon+Heavy+for+ViaSat-3+launch&rft.date=2018-10-25&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=https%3A%2F%2Fspacenews.com%2Fviasat-books-falcon-heavy-for-viasat-3-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-752"><span class="mw-cite-backlink"><b><a href="#cite_ref-752">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFLee2020">Lee, Jonghwa (27 September 2020). <a class="external text" href="https://www.mk.co.kr/news/it/view/2020/09/997251/" rel="nofollow">"한국형 달 궤도선, 2022년 8월 1일 발사된다"</a> [Korean lunar orbiter to launch on August 1, 2022] (in Korean). Maeil Business Newspaper<span class="reference-accessdate">. Retrieved <span class="nowrap">27 September</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=%ED%95%9C%EA%B5%AD%ED%98%95+%EB%8B%AC+%EA%B6%A4%EB%8F%84%EC%84%A0%2C+2022%EB%85%84+8%EC%9B%94+1%EC%9D%BC+%EB%B0%9C%EC%82%AC%EB%90%9C%EB%8B%A4&rft.pub=Maeil+Business+Newspaper&rft.date=2020-09-27&rft.aulast=Lee&rft.aufirst=Jonghwa&rft_id=https%3A%2F%2Fwww.mk.co.kr%2Fnews%2Fit%2Fview%2F2020%2F09%2F997251%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-753"><span class="mw-cite-backlink"><b><a href="#cite_ref-753">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://nssdc.gsfc.nasa.gov/nmc/spacecraft/display.action?id=KPLO" rel="nofollow">"KPLO"</a>. <i>nssdc.gsfc.nasa.gov</i>. NASA.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nssdc.gsfc.nasa.gov&rft.atitle=KPLO&rft_id=https%3A%2F%2Fnssdc.gsfc.nasa.gov%2Fnmc%2Fspacecraft%2Fdisplay.action%3Fid%3DKPLO&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-kplo-754"><span class="mw-cite-backlink">^ <a href="#cite_ref-kplo_754-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-kplo_754-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_sdat/kplo.htm" rel="nofollow">"KPLO"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">19 December</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=KPLO&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fkplo.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-755"><span class="mw-cite-backlink"><b><a href="#cite_ref-755">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.miragenews.com/nasa-awards-launch-services-contract-for-psyche-mission/" rel="nofollow">"NASA Awards Launch Services Contract for Psyche Mission"</a>. <i>miragenews.com</i>. Mirage News<span class="reference-accessdate">. Retrieved <span class="nowrap">28 February</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=miragenews.com&rft.atitle=NASA+Awards+Launch+Services+Contract+for+Psyche+Mission&rft_id=https%3A%2F%2Fwww.miragenews.com%2Fnasa-awards-launch-services-contract-for-psyche-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-756"><span class="mw-cite-backlink"><b><a href="#cite_ref-756">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasa.gov/mission_pages/psyche/overview/index.html" rel="nofollow">"Psyche Overview"</a>. <i>nasa.gov</i>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">28 February</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasa.gov&rft.atitle=Psyche+Overview&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fmission_pages%2Fpsyche%2Foverview%2Findex.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-cnbc.com-757"><span class="mw-cite-backlink">^ <a href="#cite_ref-cnbc.com_757-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-cnbc.com_757-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-cnbc.com_757-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><a class="external free" href="https://www.cnbc.com/2020/09/17/spacex-and-arianespace-win-390-million-worth-of-intelsat-launches.html" rel="nofollow">https://www.cnbc.com/2020/09/17/spacex-and-arianespace-win-390-million-worth-of-intelsat-launches.html</a></span>
</li>
<li id="cite_note-arstechnica.com-758"><span class="mw-cite-backlink">^ <a href="#cite_ref-arstechnica.com_758-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-arstechnica.com_758-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-arstechnica.com_758-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-arstechnica.com_758-3"><sup><i><b>d</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://arstechnica.com/science/2020/08/the-air-force-selects-ula-and-spacex-for-mid-2020s-launches/" rel="nofollow">"In a consequential decision, Air Force picks its rockets for mid-2020s launches"</a>. 7 August 2020.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=In+a+consequential+decision%2C+Air+Force+picks+its+rockets+for+mid-2020s+launches&rft.date=2020-08-07&rft_id=https%3A%2F%2Farstechnica.com%2Fscience%2F2020%2F08%2Fthe-air-force-selects-ula-and-spacex-for-mid-2020s-launches%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-759"><span class="mw-cite-backlink"><b><a href="#cite_ref-759">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFErwin">Erwin, Sandra. <a class="external text" href="https://spacenews.com/spacex-explains-why-the-u-s-space-force-is-paying-316-million-for-a-single-launch/" rel="nofollow">"SpaceX explains why the U.S. Space Force is paying US$316 million for a single launch"</a>. <i>spacenews.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spacenews.com&rft.atitle=SpaceX+explains+why+the+U.S.+Space+Force+is+paying+US%24316+million+for+a+single+launch&rft.aulast=Erwin&rft.aufirst=Sandra&rft_id=https%3A%2F%2Fspacenews.com%2Fspacex-explains-why-the-u-s-space-force-is-paying-316-million-for-a-single-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-760"><span class="mw-cite-backlink"><b><a href="#cite_ref-760">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.spaceref.com/news/viewpr.html?pid=56804" rel="nofollow">"MethaneSAT Picks SpaceX as Launch Provider for Mission to Protect Earth's Climate"</a>. <i>Spaceref</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 January</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Spaceref&rft.atitle=MethaneSAT+Picks+SpaceX+as+Launch+Provider+for+Mission+to+Protect+Earth%27s+Climate&rft_id=http%3A%2F%2Fwww.spaceref.com%2Fnews%2Fviewpr.html%3Fpid%3D56804&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-swot-contract-761"><span class="mw-cite-backlink"><b><a href="#cite_ref-swot-contract_761-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFCheryl_WarnerSteve_ColeGeorge_H._Diller2016">Cheryl Warner; Steve Cole; George H. Diller (22 November 2016). <a class="external text" href="https://www.nasa.gov/press-release/nasa-selects-launch-services-for-global-surface-water-survey-mission" rel="nofollow">"NASA Selects Launch Services for Global Surface Water Survey Mission"</a>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">23 November</span> 2016</span>. <q>NASA has selected Space Exploration Technologies (SpaceX) of Hawthorne, California, to provide launch services for the agency's Surface Water and Ocean Topography (SWOT) mission. Launch is targeted for April 2021 on a SpaceX Falcon 9 rocket from Space Launch Complex 4E at Vandenberg Air Force Base in California.</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=NASA+Selects+Launch+Services+for+Global+Surface+Water+Survey+Mission&rft.date=2016-11-22&rft.au=Cheryl+Warner&rft.au=Steve+Cole&rft.au=George+H.+Diller&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fnasa-selects-launch-services-for-global-surface-water-survey-mission&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-762"><span class="mw-cite-backlink"><b><a href="#cite_ref-762">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation journal cs1" id="CITEREFBiancamariaLettenmaierPavelsky2016">Biancamaria, Sylvain; Lettenmaier, Dennis P.; Pavelsky, Tamlin M. (2016). <a class="external text" href="https://hal.archives-ouvertes.fr/hal-02136974/file/Biancamaria_etal2016_SurvGeophys.pdf" rel="nofollow">"The SWOT Mission and Its Capabilities for Land Hydrology"</a> <span class="cs1-format">(PDF)</span>. <i>Surveys in Geophysics</i>. <b>37</b> (2): 307–337. <a class="mw-redirect" href="/wiki/Bibcode_(identifier)" title="Bibcode (identifier)">Bibcode</a>:<a class="external text" href="https://ui.adsabs.harvard.edu/abs/2016SGeo...37..307B" rel="nofollow">2016SGeo...37..307B</a>. <a class="mw-redirect" href="/wiki/Doi_(identifier)" title="Doi (identifier)">doi</a>:<a class="external text" href="https://doi.org/10.1007%2Fs10712-015-9346-y" rel="nofollow">10.1007/s10712-015-9346-y</a>. <a class="mw-redirect" href="/wiki/S2CID_(identifier)" title="S2CID (identifier)">S2CID</a> <a class="external text" href="https://api.semanticscholar.org/CorpusID:130786322" rel="nofollow">130786322</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Surveys+in+Geophysics&rft.atitle=The+SWOT+Mission+and+Its+Capabilities+for+Land+Hydrology&rft.volume=37&rft.issue=2&rft.pages=307-337&rft.date=2016&rft_id=https%3A%2F%2Fapi.semanticscholar.org%2FCorpusID%3A130786322%23id-name%3DS2CID&rft_id=info%3Adoi%2F10.1007%2Fs10712-015-9346-y&rft_id=info%3Abibcode%2F2016SGeo...37..307B&rft.aulast=Biancamaria&rft.aufirst=Sylvain&rft.au=Lettenmaier%2C+Dennis+P.&rft.au=Pavelsky%2C+Tamlin+M.&rft_id=https%3A%2F%2Fhal.archives-ouvertes.fr%2Fhal-02136974%2Ffile%2FBiancamaria_etal2016_SurvGeophys.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-763"><span class="mw-cite-backlink"><b><a href="#cite_ref-763">^</a></b></span> <span class="reference-text"><a class="external free" href="https://spacenews.com/masten-wins-nasa-lunar-lander-award/" rel="nofollow">https://spacenews.com/masten-wins-nasa-lunar-lander-award/</a></span>
</li>
<li id="cite_note-764"><span class="mw-cite-backlink"><b><a href="#cite_ref-764">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSheetz,_Michael_[@thesheetztweetz]2020"><a href="/wiki/Michael_Sheetz" title="Michael Sheetz">Sheetz, Michael [@thesheetztweetz]</a> (26 August 2020). <a class="external text" href="https://twitter.com/thesheetztweetz/status/1298682689491329024" rel="nofollow">"Masten Space Systems signed a contract with SpaceX to launch the Masten Mission One (MM1) to the Moon in 2022, with the XL-1 lander set to deliver 9 payloads to the lunar south pole under NASA's CLPS program. t.co/IhwOApBtVq"</a> (Tweet). <a class="external text" href="https://web.archive.org/web/20200826180508/https://twitter.com/thesheetztweetz/status/1298682689491329024" rel="nofollow">Archived</a> from the original on 26 August 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">3 March</span> 2021</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Masten+Space+Systems+signed+a+contract+with+SpaceX+to+launch+the+Masten+Mission+One+%28MM1%29+to+the+Moon+in+2022%2C+with+the+XL-1+lander+set+to+deliver+9+payloads+to+the+lunar+south+pole+under+NASA%27s+CLPS+program.+t.co%2FIhwOApBtVq&rft.date=2020-08-26&rft.au=Sheetz%2C+Michael+%5B%40thesheetztweetz%5D&rft_id=https%3A%2F%2Ftwitter.com%2Fthesheetztweetz%2Fstatus%2F1298682689491329024&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-765"><span class="mw-cite-backlink"><b><a href="#cite_ref-765">^</a></b></span> <span class="reference-text"><a class="external free" href="https://www.masten.aero/blog/spacex/" rel="nofollow">https://www.masten.aero/blog/spacex/</a></span>
</li>
<li id="cite_note-HenrySpaceNorway-766"><span class="mw-cite-backlink">^ <a href="#cite_ref-HenrySpaceNorway_766-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-HenrySpaceNorway_766-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFHenry">Henry, Caleb. <a class="external text" href="https://spacenews.com/northrop-grumman-to-build-two-triple-payload-satellites-for-space-norway-spacex-to-launch/" rel="nofollow">"Northrop Grumman to build two triple-payload satellites for Space Norway, SpaceX to launch"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">4 July</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Northrop+Grumman+to+build+two+triple-payload+satellites+for+Space+Norway%2C+SpaceX+to+launch&rft.pub=SpaceNews&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=https%3A%2F%2Fspacenews.com%2Fnorthrop-grumman-to-build-two-triple-payload-satellites-for-space-norway-spacex-to-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-767"><span class="mw-cite-backlink"><b><a href="#cite_ref-767">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.teslarati.com/spacex-double-satellite-falcon-9-launch-contract-win/" rel="nofollow">"SpaceX awarded double-satellite Falcon 9 launch contract, sixth win of 2019"</a>. Teslarati. 4 July 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">7 July</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+awarded+double-satellite+Falcon+9+launch+contract%2C+sixth+win+of+2019&rft.date=2019-07-04&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-double-satellite-falcon-9-launch-contract-win%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-768"><span class="mw-cite-backlink"><b><a href="#cite_ref-768">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://finance.yahoo.com/news/intuitive-machines-taps-spacex-second-153128364.html" rel="nofollow">"Intuitive Machines taps SpaceX for second lunar lander mission"</a>. <i>Yahoo!</i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 January</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Yahoo%21&rft.atitle=Intuitive+Machines+taps+SpaceX+for+second+lunar+lander+mission&rft_id=https%3A%2F%2Ffinance.yahoo.com%2Fnews%2Fintuitive-machines-taps-spacex-second-153128364.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-769"><span class="mw-cite-backlink"><b><a href="#cite_ref-769">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://ispace-inc.com/news/?p=1874" rel="nofollow">"MBRSC Teams Up with Japan's ispace on Emirates Lunar Mission"</a>. <i><a href="/wiki/Ispace_(Japanese_company)" title="Ispace (Japanese company)">ispace</a></i>. 14 April 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">24 April</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=ispace&rft.atitle=MBRSC+Teams+Up+with+Japan%27s+ispace+on+Emirates+Lunar+Mission&rft.date=2021-04-14&rft_id=https%3A%2F%2Fispace-inc.com%2Fnews%2F%3Fp%3D1874&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spacenews-20180926-770"><span class="mw-cite-backlink">^ <a href="#cite_ref-spacenews-20180926_770-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-spacenews-20180926_770-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-spacenews-20180926_770-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacenews.com/japanese-company-ispace-selects-spacex-for-lunar-missions/" rel="nofollow">"Japanese company ispace selects SpaceX for lunar missions"</a>. SpaceNews. 26 September 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">31 August</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Japanese+company+ispace+selects+SpaceX+for+lunar+missions&rft.pub=SpaceNews&rft.date=2018-09-26&rft_id=https%3A%2F%2Fspacenews.com%2Fjapanese-company-ispace-selects-spacex-for-lunar-missions%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-ispace20190822-771"><span class="mw-cite-backlink">^ <a href="#cite_ref-ispace20190822_771-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-ispace20190822_771-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-ispace20190822_771-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://ispace-inc.com/news/?p=1376" rel="nofollow">"Mission Timeline Adjustment for the HAKUTO-R Program"</a>. <i>ispace-inc.com</i>. 22 August 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">24 August</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=ispace-inc.com&rft.atitle=Mission+Timeline+Adjustment+for+the+HAKUTO-R+Program&rft.date=2019-08-22&rft_id=https%3A%2F%2Fispace-inc.com%2Fnews%2F%3Fp%3D1376&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-772"><span class="mw-cite-backlink"><b><a href="#cite_ref-772">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spaceflightnow.com/2021/02/15/spacex-planning-launch-of-two-falcon-heavy-missions-in-summer-and-fall/" rel="nofollow">"SpaceX planning launch of two Falcon Heavy missions in summer and fall"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">18 February</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+planning+launch+of+two+Falcon+Heavy+missions+in+summer+and+fall&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2021%2F02%2F15%2Fspacex-planning-launch-of-two-falcon-heavy-missions-in-summer-and-fall%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-773"><span class="mw-cite-backlink"><b><a href="#cite_ref-773">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.inmarsat.com/en/news/latest-news/corporate/2021/inmarsat-marks-five-years-of-global-xpress-worldwide-service-and.html" rel="nofollow">"Inmarsat marks five years of Global Xpress worldwide service and confirms plans for major extension of world-leading network"</a>. <i><a href="/wiki/Inmarsat" title="Inmarsat">Inmarsat</a></i>. 4 January 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">20 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Inmarsat&rft.atitle=Inmarsat+marks+five+years+of+Global+Xpress+worldwide+service+and+confirms+plans+for+major+extension+of+world-leading+network&rft.date=2021-01-04&rft_id=https%3A%2F%2Fwww.inmarsat.com%2Fen%2Fnews%2Flatest-news%2Fcorporate%2F2021%2Finmarsat-marks-five-years-of-global-xpress-worldwide-service-and.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-spacenews-20180601-774"><span class="mw-cite-backlink"><b><a href="#cite_ref-spacenews-20180601_774-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFHenry2018">Henry, Caleb (1 June 2018). <a class="external text" href="http://spacenews.com/arabsat-falcon-heavy-mission-slated-for-december-january-timeframe/" rel="nofollow">"Arabsat Falcon Heavy mission slated for December–January timeframe"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">2 June</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Arabsat+Falcon+Heavy+mission+slated+for+December%E2%80%93January+timeframe&rft.date=2018-06-01&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=http%3A%2F%2Fspacenews.com%2Farabsat-falcon-heavy-mission-slated-for-december-january-timeframe%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-gxflex-775"><span class="mw-cite-backlink"><b><a href="#cite_ref-gxflex_775-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://spacenews.com/inmarsat-to-place-gx-flex-next-gen-satellite-system-order-this-year/" rel="nofollow">"Inmarsat to place GX Flex next-gen satellite system order this year"</a>. SpaceNews. 7 March 2019.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Inmarsat+to+place+GX+Flex+next-gen+satellite+system+order+this+year&rft.pub=SpaceNews&rft.date=2019-03-07&rft_id=https%3A%2F%2Fspacenews.com%2Finmarsat-to-place-gx-flex-next-gen-satellite-system-order-this-year%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-launchmanifest20200406-776"><span class="mw-cite-backlink"><b><a href="#cite_ref-launchmanifest20200406_776-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20200406123343/https://www.spacex.com/missions" rel="nofollow">"Launch Manifest"</a>. SpaceX. Archived from <a class="external text" href="https://www.spacex.com/missions" rel="nofollow">the original</a> on 6 April 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">6 April</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Launch+Manifest&rft.pub=SpaceX&rft_id=https%3A%2F%2Fwww.spacex.com%2Fmissions&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-777"><span class="mw-cite-backlink"><b><a href="#cite_ref-777">^</a></b></span> <span class="reference-text"><a class="external free" href="https://space.skyrocket.de/doc_sdat/ses-18.htm" rel="nofollow">https://space.skyrocket.de/doc_sdat/ses-18.htm</a></span>
</li>
<li id="cite_note-778"><span class="mw-cite-backlink"><b><a href="#cite_ref-778">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.businesswire.com/news/home/20200805005594/en/SES-Selects-SpaceX-Launch-New-C-Band-Satellites" rel="nofollow">"SES Selects SpaceX for Launch of New C-Band Satellites"</a>. 5 August 2020.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SES+Selects+SpaceX+for+Launch+of+New+C-Band+Satellites&rft.date=2020-08-05&rft_id=https%3A%2F%2Fwww.businesswire.com%2Fnews%2Fhome%2F20200805005594%2Fen%2FSES-Selects-SpaceX-Launch-New-C-Band-Satellites&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-779"><span class="mw-cite-backlink"><b><a href="#cite_ref-779">^</a></b></span> <span class="reference-text"><a class="external free" href="https://spaceflightnow.com/2020/08/05/ula-spacex-win-contracts-to-launch-satellites-for-ses-in-2022/" rel="nofollow">https://spaceflightnow.com/2020/08/05/ula-spacex-win-contracts-to-launch-satellites-for-ses-in-2022/</a></span>
</li>
<li id="cite_note-780"><span class="mw-cite-backlink"><b><a href="#cite_ref-780">^</a></b></span> <span class="reference-text"><a class="external free" href="https://spaceflightnow.com/2020/08/20/ses-orders-two-more-falcon-9-launches-from-spacex/" rel="nofollow">https://spaceflightnow.com/2020/08/20/ses-orders-two-more-falcon-9-launches-from-spacex/</a></span>
</li>
<li id="cite_note-businesswire.com-781"><span class="mw-cite-backlink">^ <a href="#cite_ref-businesswire.com_781-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-businesswire.com_781-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><a class="external free" href="https://www.businesswire.com/news/home/20200819005803/en/SES-Picks-SpaceX-Launch-Additional-O3b-mPOWER" rel="nofollow">https://www.businesswire.com/news/home/20200819005803/en/SES-Picks-SpaceX-Launch-Additional-O3b-mPOWER</a></span>
</li>
<li id="cite_note-broadcastpro20200122-782"><span class="mw-cite-backlink">^ <a href="#cite_ref-broadcastpro20200122_782-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-broadcastpro20200122_782-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-broadcastpro20200122_782-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.broadcastprome.com/news/satellite/nilesat-partners-with-spacex-to-launch-nilesat-301-satellite-in-2022/" rel="nofollow">"Nilesat partners with SpaceX to launch Nilesat-301 satellite in 2022"</a>. Broadcastprome. 22 January 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">23 January</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Nilesat+partners+with+SpaceX+to+launch+Nilesat-301+satellite+in+2022&rft.pub=Broadcastprome&rft.date=2020-01-22&rft_id=https%3A%2F%2Fwww.broadcastprome.com%2Fnews%2Fsatellite%2Fnilesat-partners-with-spacex-to-launch-nilesat-301-satellite-in-2022%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-783"><span class="mw-cite-backlink"><b><a href="#cite_ref-783">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1"><a class="external text" href="https://investors.intelsat.com/news-releases/news-release-details/intelsat-selects-spacex-launch-intelsat-40e-satellite" rel="nofollow">"Intelsat Selects SpaceX to Launch Intelsat 40e Satellite"</a>. <i><a href="/wiki/Intelsat" title="Intelsat">Intelsat</a></i> (Press release). 17 March 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">20 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Intelsat+Selects+SpaceX+to+Launch+Intelsat+40e+Satellite&rft.date=2020-03-17&rft_id=https%3A%2F%2Finvestors.intelsat.com%2Fnews-releases%2Fnews-release-details%2Fintelsat-selects-spacex-launch-intelsat-40e-satellite&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-784"><span class="mw-cite-backlink"><b><a href="#cite_ref-784">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://space.skyrocket.de/doc_lau_det/falcon-9_v1-2_b5.htm" rel="nofollow">"Falcon-9 v1.2 (Block 5) (Falcon-9FT (Block 5))"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">25 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Falcon-9+v1.2+%28Block+5%29+%28Falcon-9FT+%28Block+5%29%29&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_lau_det%2Ffalcon-9_v1-2_b5.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-gunter-NRO-785"><span class="mw-cite-backlink"><b><a href="#cite_ref-gunter-NRO_785-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs">Krebs, Gunter. <a class="external text" href="http://space.skyrocket.de/doc_sat/nrol.htm" rel="nofollow">"NROL launches"</a>. Gunter's Space Page<span class="reference-accessdate">. Retrieved <span class="nowrap">20 February</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NROL+launches&rft.pub=Gunter%27s+Space+Page&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=http%3A%2F%2Fspace.skyrocket.de%2Fdoc_sat%2Fnrol.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-786"><span class="mw-cite-backlink"><b><a href="#cite_ref-786">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://space.skyrocket.de/doc_sdat/aurora-4a.htm" rel="nofollow">"Aurora 4A"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2 June</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Aurora+4A&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Faurora-4a.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-787"><span class="mw-cite-backlink"><b><a href="#cite_ref-787">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFHenry2020">Henry, Caleb (13 February 2020). <a class="external text" href="https://spacenews.com/astranis-raises-90-million-in-debt-and-equity-ahead-of-first-launch/" rel="nofollow">"Astranis raises US$90 million in debt and equity ahead of first launch"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">23 September</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Astranis+raises+US%2490+million+in+debt+and+equity+ahead+of+first+launch&rft.pub=SpaceNews&rft.date=2020-02-13&rft.aulast=Henry&rft.aufirst=Caleb&rft_id=https%3A%2F%2Fspacenews.com%2Fastranis-raises-90-million-in-debt-and-equity-ahead-of-first-launch%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-788"><span class="mw-cite-backlink"><b><a href="#cite_ref-788">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKnapp">Knapp, Alex. <a class="external text" href="https://www.forbes.com/sites/alexknapp/2019/08/26/internet-startup-astranis-selects-spacex-to-launch-its-first-commercial-satellite/" rel="nofollow">"Internet Startup Astranis Selects SpaceX To Launch Its First Commercial Satellite"</a>. <i>Forbes</i><span class="reference-accessdate">. Retrieved <span class="nowrap">1 September</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Forbes&rft.atitle=Internet+Startup+Astranis+Selects+SpaceX+To+Launch+Its+First+Commercial+Satellite&rft.aulast=Knapp&rft.aufirst=Alex&rft_id=https%3A%2F%2Fwww.forbes.com%2Fsites%2Falexknapp%2F2019%2F08%2F26%2Finternet-startup-astranis-selects-spacex-to-launch-its-first-commercial-satellite%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-gunter-v2c-789"><span class="mw-cite-backlink">^ <a href="#cite_ref-gunter-v2c_789-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-gunter-v2c_789-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-gunter-v2c_789-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKrebs2021">Krebs, Gunter (19 April 2021). <a class="external text" href="https://space.skyrocket.de/doc_sdat/dragon-v2c.htm" rel="nofollow">"Dragon CRS-21,... CRS-29 (SpX 21,... 29)"</a>. <i>Gunter's Space Page</i><span class="reference-accessdate">. Retrieved <span class="nowrap">3 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Gunter%27s+Space+Page&rft.atitle=Dragon+CRS-21%2C...+CRS-29+%28SpX+21%2C...+29%29&rft.date=2021-04-19&rft.aulast=Krebs&rft.aufirst=Gunter&rft_id=https%3A%2F%2Fspace.skyrocket.de%2Fdoc_sdat%2Fdragon-v2c.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-790"><span class="mw-cite-backlink"><b><a href="#cite_ref-790">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFPatel2020">Patel, Neel V. (27 February 2020). <a class="external text" href="https://www.technologyreview.com/2020/02/27/905641/lunar-missions-before-nasa-2024-artemis-moon-landing-space-x-mining/" rel="nofollow">"The 17 biggest lunar missions leading up to NASA's 2024 moon landing"</a>. Technology Review<span class="reference-accessdate">. Retrieved <span class="nowrap">22 June</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=The+17+biggest+lunar+missions+leading+up+to+NASA%27s+2024+moon+landing&rft.date=2020-02-27&rft.aulast=Patel&rft.aufirst=Neel+V.&rft_id=https%3A%2F%2Fwww.technologyreview.com%2F2020%2F02%2F27%2F905641%2Flunar-missions-before-nasa-2024-artemis-moon-landing-space-x-mining%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-791"><span class="mw-cite-backlink"><b><a href="#cite_ref-791">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://ispace-inc.com/wp-content/uploads/2020/05/ispace_PayladUserGuide_v2_202001.pdf" rel="nofollow">"ispace Payload User's Guide"</a> <span class="cs1-format">(PDF)</span>. <i>ispace-inc.com</i>. January 2020.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=ispace-inc.com&rft.atitle=ispace+Payload+User%27s+Guide&rft.date=2020-01&rft_id=https%3A%2F%2Fispace-inc.com%2Fwp-content%2Fuploads%2F2020%2F05%2Fispace_PayladUserGuide_v2_202001.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-792"><span class="mw-cite-backlink"><b><a href="#cite_ref-792">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGordon2020">Gordon, Elon (October 2020). <a class="external text" href="https://madeinspace.us/wp-content/uploads/2020/10/ASCEND-2020-Archinaut-One-Status-Update.pdf" rel="nofollow">"Archinaut One Technology Demonstration Mission Status Update"</a> <span class="cs1-format">(PDF)</span>. <i><a href="/wiki/Made_In_Space,_Inc." title="Made In Space, Inc.">Made In Space, Inc.</a></i><span class="reference-accessdate"> Retrieved <span class="nowrap">6 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Made+In+Space%2C+Inc.&rft.atitle=Archinaut+One+Technology+Demonstration+Mission+Status+Update&rft.date=2020-10&rft.aulast=Gordon&rft.aufirst=Elon&rft_id=https%3A%2F%2Fmadeinspace.us%2Fwp-content%2Fuploads%2F2020%2F10%2FASCEND-2020-Archinaut-One-Status-Update.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-793"><span class="mw-cite-backlink"><b><a href="#cite_ref-793">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2021">Clark, Stephen (2 June 2021). <a class="external text" href="https://spaceflightnow.com/2021/06/02/new-solar-arrays-ready-to-upgrade-international-space-stations-power-grid/" rel="nofollow">"New solar arrays ready to upgrade International Space Station's power grid"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 June</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Spaceflight+Now&rft.atitle=New+solar+arrays+ready+to+upgrade+International+Space+Station%27s+power+grid&rft.date=2021-06-02&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2021%2F06%2F02%2Fnew-solar-arrays-ready-to-upgrade-international-space-stations-power-grid%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-794"><span class="mw-cite-backlink"><b><a href="#cite_ref-794">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://firefly.com/lunar-lander/" rel="nofollow">"Lunar Lander"</a>. <i><a href="/wiki/Firefly_Aerospace" title="Firefly Aerospace">Firefly Aerospace</a></i>. 1 February 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">20 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Firefly+Aerospace&rft.atitle=Lunar+Lander&rft.date=2021-02-01&rft_id=https%3A%2F%2Ffirefly.com%2Flunar-lander%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-795"><span class="mw-cite-backlink"><b><a href="#cite_ref-795">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFFoust2021">Foust, Jeff (20 May 2021). <a class="external text" href="https://spacenews.com/firefly-selects-spacex-to-launch-its-lunar-lander/" rel="nofollow">"Firefly selects SpaceX to launch its lunar lander"</a>. <i><a href="/wiki/SpaceNews" title="SpaceNews">SpaceNews</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">20 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=SpaceNews&rft.atitle=Firefly+selects+SpaceX+to+launch+its+lunar+lander&rft.date=2021-05-20&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=https%3A%2F%2Fspacenews.com%2Ffirefly-selects-spacex-to-launch-its-lunar-lander%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-796"><span class="mw-cite-backlink"><b><a href="#cite_ref-796">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.businesswire.com/news/home/20210520005731/en/Firefly-Aerospace-Awards-Contract-to-SpaceX-to-Launch-Blue-Ghost-Mission-to-Moon-in-2023" rel="nofollow">"Firefly Aerospace Awards Contract to SpaceX to Launch Blue Ghost Mission to Moon in 2023"</a>. <i><a href="/wiki/Business_Wire" title="Business Wire">Business Wire</a></i>. 20 May 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">20 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Business+Wire&rft.atitle=Firefly+Aerospace+Awards+Contract+to+SpaceX+to+Launch+Blue+Ghost+Mission+to+Moon+in+2023&rft.date=2021-05-20&rft_id=https%3A%2F%2Fwww.businesswire.com%2Fnews%2Fhome%2F20210520005731%2Fen%2FFirefly-Aerospace-Awards-Contract-to-SpaceX-to-Launch-Blue-Ghost-Mission-to-Moon-in-2023&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-797"><span class="mw-cite-backlink"><b><a href="#cite_ref-797">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2020">Clark, Stephen (5 February 2020). <a class="external text" href="https://spaceflightnow.com/2020/02/05/spacex-wins-contract-to-launch-nasas-pace-earth-science-mission/" rel="nofollow">"SpaceX wins contract to launch NASA's PACE Earth science mission"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">3 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Spaceflight+Now&rft.atitle=SpaceX+wins+contract+to+launch+NASA%27s+PACE+Earth+science+mission&rft.date=2020-02-05&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F02%2F05%2Fspacex-wins-contract-to-launch-nasas-pace-earth-science-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-798"><span class="mw-cite-backlink"><b><a href="#cite_ref-798">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFColaprete2020">Colaprete, Anthony (17 August 2020). <a class="external text" href="https://science.nasa.gov/science-pink/s3fs-public/atoms/files/09-Colaprete-VIPER%20Overview%20for%20PAC%2008172020.pdf" rel="nofollow">"VIPER: A lunar water reconnaissance mission"</a> <span class="cs1-format">(PDF)</span>. <a href="/wiki/NASA" title="NASA">NASA</a>. p. 2<span class="reference-accessdate">. Retrieved <span class="nowrap">13 April</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=VIPER%3A+A+lunar+water+reconnaissance+mission&rft.pages=2&rft.pub=NASA&rft.date=2020-08-17&rft.aulast=Colaprete&rft.aufirst=Anthony&rft_id=https%3A%2F%2Fscience.nasa.gov%2Fscience-pink%2Fs3fs-public%2Fatoms%2Ffiles%2F09-Colaprete-VIPER%2520Overview%2520for%2520PAC%252008172020.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-799"><span class="mw-cite-backlink"><b><a href="#cite_ref-799">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFFoust2021">Foust, Jeff (13 April 2021). <a class="external text" href="https://spacenews.com/astrobotic-selects-falcon-heavy-to-launch-nasas-viper-lunar-rover/" rel="nofollow">"Astrobotic selects Falcon Heavy to launch NASA's VIPER lunar rover"</a>. <i><a href="/wiki/SpaceNews" title="SpaceNews">SpaceNews</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 April</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=SpaceNews&rft.atitle=Astrobotic+selects+Falcon+Heavy+to+launch+NASA%27s+VIPER+lunar+rover&rft.date=2021-04-13&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=https%3A%2F%2Fspacenews.com%2Fastrobotic-selects-falcon-heavy-to-launch-nasas-viper-lunar-rover%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-800"><span class="mw-cite-backlink"><b><a href="#cite_ref-800">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFEloksari2020">Eloksari, Eisya A. (25 November 2020). <a class="external text" href="https://www.thejakartapost.com/news/2020/11/25/indonesia-to-delay-satria-satellite-launch-cites-covid-19-disruption.html" rel="nofollow">"Indonesia to delay Satria satellite launch, cites COVID-19 disruption"</a>. <i><a href="/wiki/The_Jakarta_Post" title="The Jakarta Post">The Jakarta Post</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">13 April</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=The+Jakarta+Post&rft.atitle=Indonesia+to+delay+Satria+satellite+launch%2C+cites+COVID-19+disruption&rft.date=2020-11-25&rft.aulast=Eloksari&rft.aufirst=Eisya+A.&rft_id=https%3A%2F%2Fwww.thejakartapost.com%2Fnews%2F2020%2F11%2F25%2Findonesia-to-delay-satria-satellite-launch-cites-covid-19-disruption.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-ussf36config-801"><span class="mw-cite-backlink">^ <a href="#cite_ref-ussf36config_801-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-ussf36config_801-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-ussf36config_801-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-ussf36config_801-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-ussf36config_801-4"><sup><i><b>e</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@thesheetztweetz (9 March 2021). <a class="external text" href="https://twitter.com/thesheetztweetz/status/1369437277567541248" rel="nofollow">"[email protected]_SMC says both SpaceX launches will be with Falcon 9 rockets and both ULA launches will be with Vulcan rockets"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=.%40USSF_SMC+says+both+SpaceX+launches+will+be+with+Falcon+9+rockets+and+both+ULA+launches+will+be+with+Vulcan+rockets.&rft.date=2021-03-09&rft.au=%40thesheetztweetz&rft_id=https%3A%2F%2Ftwitter.com%2Fthesheetztweetz%2Fstatus%2F1369437277567541248&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-ussf36location-802"><span class="mw-cite-backlink">^ <a href="#cite_ref-ussf36location_802-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-ussf36location_802-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="[email protected]">@StephenClark1 (13 March 2021). <a class="external text" href="https://twitter.com/StephenClark1/status/1370732825159290888" rel="nofollow">"In response to my questions to SMC: "Each of the FY21 awarded missions is planned to launch in FY23 from the Eastern Range.<span class="cs1-kern-right">"</span>"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=In+response+to+my+questions+to+SMC%3A+%22Each+of+the+FY21+awarded+missions+is+planned+to+launch+in+FY23+from+the+Eastern+Range.%22&rft.date=2021-03-13&rft.au=%40StephenClark1&rft_id=https%3A%2F%2Ftwitter.com%2FStephenClark1%2Fstatus%2F1370732825159290888&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-defense.gov-803"><span class="mw-cite-backlink">^ <a href="#cite_ref-defense.gov_803-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-defense.gov_803-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.defense.gov/Newsroom/Contracts/Contract/Article/2530911/" rel="nofollow">"Contracts For March 9, 2021"</a>. U.S. Department of Defence. 9 March 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Contracts+For+March+9%2C+2021&rft.pub=U.S.+Department+of+Defence&rft.date=2021-03-09&rft_id=https%3A%2F%2Fwww.defense.gov%2FNewsroom%2FContracts%2FContract%2FArticle%2F2530911%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-axiom-804"><span class="mw-cite-backlink">^ <a href="#cite_ref-axiom_804-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-axiom_804-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-axiom_804-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.axiomspace.com/press-release/axiom-spacex-deal" rel="nofollow">"Axiom and SpaceX sign blockbuster deal"</a>. 2 June 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Axiom+and+SpaceX+sign+blockbuster+deal&rft.date=2021-06-02&rft_id=https%3A%2F%2Fwww.axiomspace.com%2Fpress-release%2Faxiom-spacex-deal&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-805"><span class="mw-cite-backlink"><b><a href="#cite_ref-805">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.cnn.com/2021/05/25/tech/spacex-axiom-ax2-peggy-whitson-scn/index.html" rel="nofollow">"Former NASA astronaut plans private trip back to space: 'It's a little bit like an addiction<span class="cs1-kern-right">'</span>"</a>. CNN. 25 May 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Former+NASA+astronaut+plans+private+trip+back+to+space%3A+%27It%27s+a+little+bit+like+an+addiction%27&rft.pub=CNN&rft.date=2021-05-25&rft_id=https%3A%2F%2Fwww.cnn.com%2F2021%2F05%2F25%2Ftech%2Fspacex-axiom-ax2-peggy-whitson-scn%2Findex.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-806"><span class="mw-cite-backlink"><b><a href="#cite_ref-806">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.cnbc.com/2021/06/02/axiom-space-expands-spacex-deal-for-private-crew-launches-to-iss-.html" rel="nofollow">"Axiom Space expands SpaceX private crew launch deal, with four total missions to the space station"</a>. CNBC. 2 June 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Axiom+Space+expands+SpaceX+private+crew+launch+deal%2C+with+four+total+missions+to+the+space+station&rft.pub=CNBC&rft.date=2021-06-02&rft_id=https%3A%2F%2Fwww.cnbc.com%2F2021%2F06%2F02%2Faxiom-space-expands-spacex-deal-for-private-crew-launches-to-iss-.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-807"><span class="mw-cite-backlink"><b><a href="#cite_ref-807">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.cnbc.com/2021/05/18/discovery-adventure-tv-show-to-launch-winning-contestant-to-space-station.html" rel="nofollow">"Discovery adventure TV show to launch winning contestant to the space station"</a>. CNBC. 18 May 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Discovery+adventure+TV+show+to+launch+winning+contestant+to+the+space+station&rft.pub=CNBC&rft.date=2021-05-18&rft_id=https%3A%2F%2Fwww.cnbc.com%2F2021%2F05%2F18%2Fdiscovery-adventure-tv-show-to-launch-winning-contestant-to-space-station.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-808"><span class="mw-cite-backlink"><b><a href="#cite_ref-808">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://arxiv.org/abs/1412.4872" rel="nofollow">"Cosmology with the SPHEREX All-Sky Spectral Survey"</a>. 25 March 2015.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Cosmology+with+the+SPHEREX+All-Sky+Spectral+Survey&rft.date=2015-03-25&rft_id=https%3A%2F%2Farxiv.org%2Fabs%2F1412.4872&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-809"><span class="mw-cite-backlink"><b><a href="#cite_ref-809">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasa.gov/press-release/nasa-awards-launch-services-contract-for-spherex-astrophysics-mission" rel="nofollow">"NASA Awards Launch Services Contract for SPHEREx Astrophysics Mission"</a>. NASA. 4 February 2021.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Awards+Launch+Services+Contract+for+SPHEREx+Astrophysics+Mission&rft.pub=NASA&rft.date=2021-02-04&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fnasa-awards-launch-services-contract-for-spherex-astrophysics-mission&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-810"><span class="mw-cite-backlink"><b><a href="#cite_ref-810">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFSmith2021">Smith, Marcia (26 May 2021). <a class="external text" href="https://spacepolicyonline.com/news/nelson-watch-the-chinese/" rel="nofollow">"Nelson: "Watch the Chinese<span class="cs1-kern-right">"</span>"</a>. <i>SpacePolicyOnline.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=SpacePolicyOnline.com&rft.atitle=Nelson%3A+%22Watch+the+Chinese%22&rft.date=2021-05-26&rft.aulast=Smith&rft.aufirst=Marcia&rft_id=https%3A%2F%2Fspacepolicyonline.com%2Fnews%2Fnelson-watch-the-chinese%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-811"><span class="mw-cite-backlink"><b><a href="#cite_ref-811">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2020">Clark, Stephen (6 May 2020). <a class="external text" href="https://spaceflightnow.com/2020/05/06/nasa-plans-to-launch-first-two-gateway-elements-on-same-rocket/" rel="nofollow">"NASA plans to launch first two Gateway elements on same rocket"</a>. <i>Spaceflight Now</i><span class="reference-accessdate">. Retrieved <span class="nowrap">30 September</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Spaceflight+Now&rft.atitle=NASA+plans+to+launch+first+two+Gateway+elements+on+same+rocket&rft.date=2020-05-06&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F05%2F06%2Fnasa-plans-to-launch-first-two-gateway-elements-on-same-rocket%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-ppe-812"><span class="mw-cite-backlink"><b><a href="#cite_ref-ppe_812-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation pressrelease cs1" id="CITEREFPotter2021">Potter, Sean (9 February 2021). <a class="external text" href="https://www.nasa.gov/press-release/nasa-awards-contract-to-launch-initial-elements-for-lunar-outpost" rel="nofollow">"NASA Awards Contract to Launch Initial Elements for Lunar Outpost"</a>. <i><a href="/wiki/NASA" title="NASA">NASA</a></i> (Press release)<span class="reference-accessdate">. Retrieved <span class="nowrap">9 February</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Awards+Contract+to+Launch+Initial+Elements+for+Lunar+Outpost&rft.date=2021-02-09&rft.aulast=Potter&rft.aufirst=Sean&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fnasa-awards-contract-to-launch-initial-elements-for-lunar-outpost&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-813"><span class="mw-cite-backlink"><b><a href="#cite_ref-813">^</a></b></span> <span class="reference-text"><a class="external free" href="https://arstechnica.com/science/2020/03/nasa-officials-outline-plans-for-building-a-lunar-gateway-in-the-mid-2020s/" rel="nofollow">https://arstechnica.com/science/2020/03/nasa-officials-outline-plans-for-building-a-lunar-gateway-in-the-mid-2020s/</a></span>
</li>
<li id="cite_note-814"><span class="mw-cite-backlink"><b><a href="#cite_ref-814">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark">Clark, Stephen. <a class="external text" href="https://spaceflightnow.com/2020/03/27/nasa-picks-spacex-to-deliver-cargo-to-gateway-station-in-lunar-orbit/" rel="nofollow">"NASA picks SpaceX to deliver cargo to Gateway station in lunar orbit"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">28 March</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+picks+SpaceX+to+deliver+cargo+to+Gateway+station+in+lunar+orbit&rft.pub=Spaceflight+Now&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=https%3A%2F%2Fspaceflightnow.com%2F2020%2F03%2F27%2Fnasa-picks-spacex-to-deliver-cargo-to-gateway-station-in-lunar-orbit%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-815"><span class="mw-cite-backlink"><b><a href="#cite_ref-815">^</a></b></span> <span class="reference-text"><a class="external free" href="https://www.cnbc.com/2020/03/27/nasa-picks-spacex-for-lunar-orbit-missions-with-dragon-xl-falocn-heavy.html" rel="nofollow">https://www.cnbc.com/2020/03/27/nasa-picks-spacex-for-lunar-orbit-missions-with-dragon-xl-falocn-heavy.html</a></span>
</li>
<li id="cite_note-816"><span class="mw-cite-backlink"><b><a href="#cite_ref-816">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://blogs.nasa.gov/imap/2020/12/11/nasa-adjusts-imap-schedule-to-accommodate-covid-19-precautions/" rel="nofollow">"NASA Adjusts IMAP Schedule to Accommodate COVID-19 Precautions – IMAP Mission"</a>. <i>blogs.nasa.gov</i><span class="reference-accessdate">. Retrieved <span class="nowrap">19 December</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=blogs.nasa.gov&rft.atitle=NASA+Adjusts+IMAP+Schedule+to+Accommodate+COVID-19+Precautions+%E2%80%93+IMAP+Mission&rft_id=https%3A%2F%2Fblogs.nasa.gov%2Fimap%2F2020%2F12%2F11%2Fnasa-adjusts-imap-schedule-to-accommodate-covid-19-precautions%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-817"><span class="mw-cite-backlink"><b><a href="#cite_ref-817">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasa.gov/press-release/nasa-awards-launch-services-contract-for-imap-mission" rel="nofollow">"NASA Awards Launch Services Contract for IMAP Mission"</a>. <i>nasa.gov</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 September</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=nasa.gov&rft.atitle=NASA+Awards+Launch+Services+Contract+for+IMAP+Mission&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fpress-release%2Fnasa-awards-launch-services-contract-for-imap-mission&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-oig.nasa.gov-818"><span class="mw-cite-backlink">^ <a href="#cite_ref-oig.nasa.gov_818-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-oig.nasa.gov_818-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><a class="external free" href="https://oig.nasa.gov/docs/IG-21-004.pdf" rel="nofollow">https://oig.nasa.gov/docs/IG-21-004.pdf</a></span>
</li>
<li id="cite_note-Bowersox_interview-819"><span class="mw-cite-backlink"><b><a href="#cite_ref-Bowersox_interview_819-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation audio-visual cs1" id="CITEREFO'Brien2010">O'Brien, Miles (26 June 2010). <a class="external text" href="https://www.youtube.com/watch?v=9Ou3nPc0U2E" rel="nofollow"><i>Interview with Ken Bowersox from SpaceX</i></a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">25 May</span> 2012</span> – via YouTube.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Interview+with+Ken+Bowersox+from+SpaceX&rft.pub=Spaceflight+Now&rft.date=2010-06-26&rft.aulast=O%27Brien&rft.aufirst=Miles&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D9Ou3nPc0U2E&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-abc.net.au_June_5,-820"><span class="mw-cite-backlink"><b><a href="#cite_ref-abc.net.au_June_5,_820-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="http://www.abc.net.au/news/2010-06-05/ufo-spotted-over-eastern-australia/855590" rel="nofollow">"UFO spotted over eastern Australia"</a>. ABC. 5 June 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">2 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=UFO+spotted+over+eastern+Australia&rft.date=2010-06-05&rft_id=http%3A%2F%2Fwww.abc.net.au%2Fnews%2F2010-06-05%2Fufo-spotted-over-eastern-australia%2F855590&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-space.com_June_7,-821"><span class="mw-cite-backlink"><b><a href="#cite_ref-space.com_June_7,_821-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.space.com/8546-ufo-spotted-australia-private-rocket.html" rel="nofollow">"<span class="cs1-kern-left">"</span>UFO" Spotted Over Australia Likely a Private Rocket"</a>. Space.com. 7 June 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">2 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=%22UFO%22+Spotted+Over+Australia+Likely+a+Private+Rocket&rft.date=2010-06-07&rft_id=https%3A%2F%2Fwww.space.com%2F8546-ufo-spotted-australia-private-rocket.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-BBCLaunchDec2010-822"><span class="mw-cite-backlink"><b><a href="#cite_ref-BBCLaunchDec2010_822-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.bbc.co.uk/news/science-environment-11948329" rel="nofollow">"Private space capsule's maiden voyage ends with a splash"</a>. BBC. 8 December 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">8 December</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Private+space+capsule%27s+maiden+voyage+ends+with+a+splash&rft.date=2010-12-08&rft_id=https%3A%2F%2Fwww.bbc.co.uk%2Fnews%2Fscience-environment-11948329&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-SFN_Status-823"><span class="mw-cite-backlink"><b><a href="#cite_ref-SFN_Status_823-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.spaceflightnow.com/falcon9/002/status.html" rel="nofollow">"COTS Demo Flight 1 status"</a>. Spaceflight Now. 9 December 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=COTS+Demo+Flight+1+status&rft.pub=Spaceflight+Now&rft.date=2010-12-09&rft_id=http%3A%2F%2Fwww.spaceflightnow.com%2Ffalcon9%2F002%2Fstatus.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-824"><span class="mw-cite-backlink"><b><a href="#cite_ref-824">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFAlex_Knapp2014">Alex Knapp (29 May 2014). <a class="external text" href="https://www.forbes.com/sites/alexknapp/2014/05/29/spacex-unveils-its-new-dragon-spacecraft/#1b29e7c7332d" rel="nofollow">"SpaceX Unveils Its New Dragon Spacecraft"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">13 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Unveils+Its+New+Dragon+Spacecraft&rft.date=2014-05-29&rft.au=Alex+Knapp&rft_id=https%3A%2F%2Fwww.forbes.com%2Fsites%2Falexknapp%2F2014%2F05%2F29%2Fspacex-unveils-its-new-dragon-spacecraft%2F%231b29e7c7332d&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Space_News_2011-07-22-825"><span class="mw-cite-backlink"><b><a href="#cite_ref-Space_News_2011-07-22_825-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://archive.today/20130105024612/http://www.spacenews.com/civil/110722-nasa-combining-spacex-flights.html" rel="nofollow">"NASA Tentatively Approves Combining SpaceX Flights"</a>. SpaceNews. 22 July 2011. Archived from <a class="external text" href="http://www.spacenews.com/civil/110722-nasa-combining-spacex-flights.html" rel="nofollow">the original</a> on 5 January 2013<span class="reference-accessdate">. Retrieved <span class="nowrap">22 July</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Tentatively+Approves+Combining+SpaceX+Flights&rft.pub=SpaceNews&rft.date=2011-07-22&rft_id=http%3A%2F%2Fwww.spacenews.com%2Fcivil%2F110722-nasa-combining-spacex-flights.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-ars-826"><span class="mw-cite-backlink"><b><a href="#cite_ref-ars_826-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKlingler2012">Klingler, Dave (31 May 2012). <a class="external text" href="https://arstechnica.com/science/2012/05/dragon-spacecraft-makes-perfect-splashdown/" rel="nofollow">"Dragon spacecraft makes perfect splashdown"</a>. Ars Technica<span class="reference-accessdate">. Retrieved <span class="nowrap">19 August</span> 2012</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Dragon+spacecraft+makes+perfect+splashdown&rft.pub=Ars+Technica&rft.date=2012-05-31&rft.aulast=Klingler&rft.aufirst=Dave&rft_id=https%3A%2F%2Farstechnica.com%2Fscience%2F2012%2F05%2Fdragon-spacecraft-makes-perfect-splashdown%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-827"><span class="mw-cite-backlink"><b><a href="#cite_ref-827">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKSC_Visitor_Complex_[@ExploreSpaceKSC]2016">KSC Visitor Complex [@ExploreSpaceKSC] (14 December 2016). <a class="external text" href="https://twitter.com/ExploreSpaceKSC/status/809061485699887104" rel="nofollow">"Don't feed the #Dragon: Space Flown #SpaceX Dragon capsule now on display at #KennedySpaceCenter in #NASA Now exhibit. #JoinTheJourney"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">15 August</span> 2018</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Don%27t+feed+the+%23Dragon%3A+Space+Flown+%23SpaceX+Dragon+capsule+now+on+display+at+%23KennedySpaceCenter+in+%23NASA+Now+exhibit.+%23JoinTheJourney&rft.date=2016-12-14&rft.au=KSC+Visitor+Complex+%5B%40ExploreSpaceKSC%5D&rft_id=https%3A%2F%2Ftwitter.com%2FExploreSpaceKSC%2Fstatus%2F809061485699887104&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span><br/><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKSC_Visitor_Complex_[@ExploreSpaceKSC]2016">KSC Visitor Complex [@ExploreSpaceKSC] (14 December 2016). <a class="external text" href="https://twitter.com/ExploreSpaceKSC/status/809146750455910401" rel="nofollow">"Same Dragon as displayed here in February 2015 from the C2+ or COTS Demo Flight 2 mission"</a> (Tweet)<span class="reference-accessdate">. Retrieved <span class="nowrap">15 August</span> 2018</span> – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Same+Dragon+as+displayed+here+in+February+2015+from+the+C2%2B+or+COTS+Demo+Flight+2+mission&rft.date=2016-12-14&rft.au=KSC+Visitor+Complex+%5B%40ExploreSpaceKSC%5D&rft_id=https%3A%2F%2Ftwitter.com%2FExploreSpaceKSC%2Fstatus%2F809146750455910401&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-certified-828"><span class="mw-cite-backlink"><b><a href="#cite_ref-certified_828-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFClark2012">Clark, Stephen (24 August 2012). <a class="external text" href="http://spaceflightnow.com/news/n1208/24cots//" rel="nofollow">"NASA ready for operational cargo flights by SpaceX"</a>. Spaceflight Now. <a class="external text" href="https://web.archive.org/web/20120827001937/http://www.spaceflightnow.com/news/n1208/24cots/" rel="nofollow">Archived</a> from the original on 27 August 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">29 August</span> 2012</span>. <q>SpaceX has completed all milestones under a development and demonstration partnership with NASA, clearing the way for the firm to begin regular operational cargo deliveries to the International Space Station in October, NASA Administrator Charles Bolden announced Thursday.</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+ready+for+operational+cargo+flights+by+SpaceX&rft.pub=Spaceflight+Now&rft.date=2012-08-24&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fspaceflightnow.com%2Fnews%2Fn1208%2F24cots%2F%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-829"><span class="mw-cite-backlink"><b><a href="#cite_ref-829">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFLindsey2012">Lindsey, Clark (8 October 2012). <a class="external text" href="https://archive.today/20121217163116/https://www.newspacewatch.com/articles/spacex-crs-1-post-conference-press-conference.html" rel="nofollow">"SpaceX CRS-1: Post conference press conference"</a>. NewSpace Watch. Archived from <a class="external text" href="https://www.newspacewatch.com/articles/spacex-crs-1-post-conference-press-conference.html" rel="nofollow">the original</a> on 17 December 2012.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+CRS-1%3A+Post+conference+press+conference&rft.date=2012-10-08&rft.aulast=Lindsey&rft.aufirst=Clark&rft_id=https%3A%2F%2Fwww.newspacewatch.com%2Farticles%2Fspacex-crs-1-post-conference-press-conference.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-flight4engineanomaly-830"><span class="mw-cite-backlink"><b><a href="#cite_ref-flight4engineanomaly_830-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFAtkinson2012">Atkinson, Nancy (8 October 2012). <a class="external text" href="http://www.universetoday.com/97753/falcon-9-experienced-engine-anamoly-but-kept-going-to-orbit/" rel="nofollow">"Falcon 9 Experienced Engine Anomaly But Kept Going to Orbit"</a>. Universe Today<span class="reference-accessdate">. Retrieved <span class="nowrap">8 October</span> 2012</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+9+Experienced+Engine+Anomaly+But+Kept+Going+to+Orbit&rft.date=2012-10-08&rft.aulast=Atkinson&rft.aufirst=Nancy&rft_id=http%3A%2F%2Fwww.universetoday.com%2F97753%2Ffalcon-9-experienced-engine-anamoly-but-kept-going-to-orbit%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Dragon_mission_report_CRS-1-831"><span class="mw-cite-backlink"><b><a href="#cite_ref-Dragon_mission_report_CRS-1_831-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://spaceflightnow.com/falcon9/004/121028splashdown/" rel="nofollow">"Dragon Mission Report | Return of the Dragon: Commercial craft back home"</a>. Spaceflight Now. 28 October 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Dragon+Mission+Report+%26%23124%3B+Return+of+the+Dragon%3A+Commercial+craft+back+home&rft.pub=Spaceflight+Now&rft.date=2012-10-28&rft_id=http%3A%2F%2Fspaceflightnow.com%2Ffalcon9%2F004%2F121028splashdown%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-block123-832"><span class="mw-cite-backlink">^ <a href="#cite_ref-block123_832-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-block123_832-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFKyle">Kyle, Ed. <a class="external text" href="http://www.spacelaunchreport.com/falcon9ft.html" rel="nofollow">"SpaceX Falcon 9 v1.2 Data Sheet"</a>. <i>spacelaunchreport.com</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=spacelaunchreport.com&rft.atitle=SpaceX+Falcon+9+v1.2+Data+Sheet&rft.aulast=Kyle&rft.aufirst=Ed&rft_id=http%3A%2F%2Fwww.spacelaunchreport.com%2Ffalcon9ft.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sfn20130928-833"><span class="mw-cite-backlink"><b><a href="#cite_ref-sfn20130928_833-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFClark2013">Clark, Stephen (29 September 2013). <a class="external text" href="http://www.spaceflightnow.com/falcon9/006/130928preview/#.Ukg1xxCafzk" rel="nofollow">"SpaceX to put Falcon 9 upgrades to the test Sunday"</a>. Spaceflight Now<span class="reference-accessdate">. Retrieved <span class="nowrap">28 September</span> 2013</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+to+put+Falcon+9+upgrades+to+the+test+Sunday&rft.date=2013-09-29&rft.aulast=Clark&rft.aufirst=Stephen&rft_id=http%3A%2F%2Fwww.spaceflightnow.com%2Ffalcon9%2F006%2F130928preview%2F%23.Ukg1xxCafzk&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sn20130906-834"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20130906_834-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFKlotz2013">Klotz, Irene (6 September 2013). <a class="external text" href="http://spacenews.com/37094musk-says-spacex-being-extremely-paranoid-as-it-readies-for-falcon-9s/" rel="nofollow">"Musk Says SpaceX Being "Extremely Paranoid" as It Readies for Falcon 9's California Debut"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">2 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Musk+Says+SpaceX+Being+%22Extremely+Paranoid%22+as+It+Readies+for+Falcon+9%27s+California+Debut&rft.date=2013-09-06&rft.aulast=Klotz&rft.aufirst=Irene&rft_id=http%3A%2F%2Fspacenews.com%2F37094musk-says-spacex-being-extremely-paranoid-as-it-readies-for-falcon-9s%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-sn20130929-835"><span class="mw-cite-backlink"><b><a href="#cite_ref-sn20130929_835-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFFerster2013">Ferster, Warren (29 September 2013). <a class="external text" href="http://spacenews.com/37450upgraded-falcon-9-rocket-successfully-debuts-from-vandenberg/" rel="nofollow">"Upgraded Falcon 9 Rocket Successfully Debuts from Vandenberg"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">2 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Upgraded+Falcon+9+Rocket+Successfully+Debuts+from+Vandenberg&rft.date=2013-09-29&rft.aulast=Ferster&rft.aufirst=Warren&rft_id=http%3A%2F%2Fspacenews.com%2F37450upgraded-falcon-9-rocket-successfully-debuts-from-vandenberg%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-836"><span class="mw-cite-backlink"><b><a href="#cite_ref-836">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFJeff_Foust2015">Jeff Foust (28 June 2015). <a class="external text" href="http://spacenews.com/docking-adapter-satellites-student-experiments-lost-in-dragon-failure/" rel="nofollow">"Docking Adapter, Satellites, Student Experiments Lost In Dragon Failure"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">19 August</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Docking+Adapter%2C+Satellites%2C+Student+Experiments+Lost+In+Dragon+Failure&rft.pub=SpaceNews&rft.date=2015-06-28&rft.au=Jeff+Foust&rft_id=http%3A%2F%2Fspacenews.com%2Fdocking-adapter-satellites-student-experiments-lost-in-dragon-failure%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-SpaceXJuly2015-837"><span class="mw-cite-backlink"><b><a href="#cite_ref-SpaceXJuly2015_837-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20150811023353/http://www.spacex.com/news/2015/07/20/crs-7-investigation-update" rel="nofollow">"CRS-7 Investigation Update"</a>. SpaceX. 20 July 2015. Archived from <a class="external text" href="http://www.spacex.com/news/2015/07/20/crs-7-investigation-update" rel="nofollow">the original</a> on 11 August 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">7 August</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=CRS-7+Investigation+Update&rft.pub=SpaceX&rft.date=2015-07-20&rft_id=http%3A%2F%2Fwww.spacex.com%2Fnews%2F2015%2F07%2F20%2Fcrs-7-investigation-update&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-838"><span class="mw-cite-backlink"><b><a href="#cite_ref-838">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation audio-visual cs1"><a class="external text" href="https://www.youtube.com/watch?v=fTom8xVzFdo" rel="nofollow"><i>Slow motion video of the Falcon 9 explosion</i></a>. <i>Astronomy Now</i>. 28 June 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">6 March</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Slow+motion+video+of+the+Falcon+9+explosion&rft.date=2015-06-28&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DfTom8xVzFdo&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-839"><span class="mw-cite-backlink"><b><a href="#cite_ref-839">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasa.gov/sites/default/files/atoms/files/public_summary_nasa_irt_spacex_crs-7_final.pdf" rel="nofollow">"NASA Independent Review Team SpaceX CRS-7 Accident Investigation Report"</a> <span class="cs1-format">(PDF)</span>. NASA. 12 March 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">12 March</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+Independent+Review+Team+SpaceX+CRS-7+Accident+Investigation+Report&rft.pub=NASA&rft.date=2018-03-12&rft_id=https%3A%2F%2Fwww.nasa.gov%2Fsites%2Fdefault%2Ffiles%2Fatoms%2Ffiles%2Fpublic_summary_nasa_irt_spacex_crs-7_final.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span> <img alt="Public Domain" class="noviewer" data-file-height="196" data-file-width="196" decoding="async" height="12" src="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/12px-PD-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/18px-PD-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/62/PD-icon.svg/24px-PD-icon.svg.png 2x" width="12"/> <i>This article incorporates text from this source, which is in the <a href="/wiki/Public_domain" title="Public domain">public domain</a></i><i>.</i></span>
</li>
<li id="cite_note-840"><span class="mw-cite-backlink"><b><a href="#cite_ref-840">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFFoust2015">Foust, Jeff (15 September 2015). <a class="external text" href="http://spacenews.com/ses-betting-on-spacex-falcon-9-upgrade-as-debut-approaches/" rel="nofollow">"SES Betting on SpaceX, Falcon 9 Upgrade as Debut Approaches"</a>. SpaceNews<span class="reference-accessdate">. Retrieved <span class="nowrap">18 October</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SES+Betting+on+SpaceX%2C+Falcon+9+Upgrade+as+Debut+Approaches&rft.pub=SpaceNews&rft.date=2015-09-15&rft.aulast=Foust&rft.aufirst=Jeff&rft_id=http%3A%2F%2Fspacenews.com%2Fses-betting-on-spacex-falcon-9-upgrade-as-debut-approaches%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-841"><span class="mw-cite-backlink"><b><a href="#cite_ref-841">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFColdeweyWagstaff2015">Coldewey, Devin; Wagstaff, Keith (22 December 2015). <a class="external text" href="https://www.nbcnews.com/tech/innovation/spacex-makes-history-successfully-launches-lands-falcon-9-rocket-n483921" rel="nofollow">"SpaceX Makes History: Falcon 9 Launches, Lands Vertically"</a>. <i>NBC News</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 January</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=NBC+News&rft.atitle=SpaceX+Makes+History%3A+Falcon+9+Launches%2C+Lands+Vertically&rft.date=2015-12-22&rft.aulast=Coldewey&rft.aufirst=Devin&rft.au=Wagstaff%2C+Keith&rft_id=https%3A%2F%2Fwww.nbcnews.com%2Ftech%2Finnovation%2Fspacex-makes-history-successfully-launches-lands-falcon-9-rocket-n483921&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-natgeo-842"><span class="mw-cite-backlink"><b><a href="#cite_ref-natgeo_842-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFDrake2016">Drake, Nadia (8 April 2016). <a class="external text" href="http://phenomena.nationalgeographic.com/2016/04/08/spacex-rocket-makes-spectacular-landing-on-drone-ship/" rel="nofollow">"SpaceX Rocket Makes Spectacular Landing on Drone Ship"</a>. National Geographic (magazine)<span class="reference-accessdate">. Retrieved <span class="nowrap">8 April</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=SpaceX+Rocket+Makes+Spectacular+Landing+on+Drone+Ship&rft.date=2016-04-08&rft.aulast=Drake&rft.aufirst=Nadia&rft_id=http%3A%2F%2Fphenomena.nationalgeographic.com%2F2016%2F04%2F08%2Fspacex-rocket-makes-spectacular-landing-on-drone-ship%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-843"><span class="mw-cite-backlink"><b><a href="#cite_ref-843">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFJason_Rhian2015">Jason Rhian (8 April 2015). <a class="external text" href="http://www.spaceflightinsider.com/missions/iss/spacex-returns-cargo-dragon-service-crs-8-mission/" rel="nofollow">"Triumph! SpaceX returns Dragon to service with CRS-8, nails landing on Drone Ship"</a>. Spaceflight Insider<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Triumph%21+SpaceX+returns+Dragon+to+service+with+CRS-8%2C+nails+landing+on+Drone+Ship&rft.date=2015-04-08&rft.au=Jason+Rhian&rft_id=http%3A%2F%2Fwww.spaceflightinsider.com%2Fmissions%2Fiss%2Fspacex-returns-cargo-dragon-service-crs-8-mission%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-Malik-844"><span class="mw-cite-backlink"><b><a href="#cite_ref-Malik_844-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFMalik2016">Malik, Tariq (1 September 2016). <a class="external text" href="http://www.space.com/33929-spacex-falcon-9-rocket-explodes-on-launch-pad.html" rel="nofollow">"Launchpad Explosion Destroys SpaceX Falcon 9 Rocket, Satellite in Florida"</a>. Space.com. <a class="external text" href="https://web.archive.org/web/20160902140256/http://www.space.com/33929-spacex-falcon-9-rocket-explodes-on-launch-pad.html" rel="nofollow">Archived</a> from the original on 2 September 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">1 September</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Launchpad+Explosion+Destroys+SpaceX+Falcon+9+Rocket%2C+Satellite+in+Florida&rft.pub=Space.com&rft.date=2016-09-01&rft.aulast=Malik&rft.aufirst=Tariq&rft_id=http%3A%2F%2Fwww.space.com%2F33929-spacex-falcon-9-rocket-explodes-on-launch-pad.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-SpaceflightInsider-2017-04-04-845"><span class="mw-cite-backlink"><b><a href="#cite_ref-SpaceflightInsider-2017-04-04_845-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFLeahy2017">Leahy, Bart (4 April 2017). <a class="external text" href="http://www.spaceflightinsider.com/organizations/space-exploration-technologies/twice-launched-falcon-9-first-stage-returned-port-canaveral/" rel="nofollow">"Twice-launched Falcon 9 first stage returned to Port Canaveral"</a>. Spaceflight Insider<span class="reference-accessdate">. Retrieved <span class="nowrap">10 November</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Twice-launched+Falcon+9+first+stage+returned+to+Port+Canaveral&rft.date=2017-04-04&rft.aulast=Leahy&rft.aufirst=Bart&rft_id=http%3A%2F%2Fwww.spaceflightinsider.com%2Forganizations%2Fspace-exploration-technologies%2Ftwice-launched-falcon-9-first-stage-returned-port-canaveral%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-markwatch-846"><span class="mw-cite-backlink">^ <a href="#cite_ref-markwatch_846-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-markwatch_846-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFPasztor">Pasztor, Andy. <a class="external text" href="https://www.marketwatch.com/story/northrop-grumman-may-be-to-blame-for-botched-satellite-launch-in-january-2018-04-08" rel="nofollow">"Northrop Grumman may be to blame for botched satellite launch in January"</a>. Wall Street Journal – via Market Watch.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Northrop+Grumman+may+be+to+blame+for+botched+satellite+launch+in+January&rft.pub=Wall+Street+Journal&rft.aulast=Pasztor&rft.aufirst=Andy&rft_id=https%3A%2F%2Fwww.marketwatch.com%2Fstory%2Fnorthrop-grumman-may-be-to-blame-for-botched-satellite-launch-in-january-2018-04-08&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-847"><span class="mw-cite-backlink"><b><a href="#cite_ref-847">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.wsj.com/articles/probes-point-to-northrop-grumman-errors-in-january-spy-satellite-failure-1523220500" rel="nofollow">"Probes Point to Northrop Grumman Errors in January Spy-Satellite Failure"</a>. <i>Wall Street Journal</i>. 8 April 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">8 April</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Wall+Street+Journal&rft.atitle=Probes+Point+to+Northrop+Grumman+Errors+in+January+Spy-Satellite+Failure&rft.date=2018-04-08&rft_id=https%3A%2F%2Fwww.wsj.com%2Farticles%2Fprobes-point-to-northrop-grumman-errors-in-january-spy-satellite-failure-1523220500&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-848"><span class="mw-cite-backlink"><b><a href="#cite_ref-848">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://money.cnn.com/2018/02/06/technology/future/biggest-rockets-falcon-heavy-comparison/index.html" rel="nofollow">"SpaceX Falcon Heavy: How it stacks up with other massive rockets"</a>. CNN News. 6 February 2018.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Falcon+Heavy%3A+How+it+stacks+up+with+other+massive+rockets&rft.pub=CNN+News&rft.date=2018-02-06&rft_id=https%3A%2F%2Fmoney.cnn.com%2F2018%2F02%2F06%2Ftechnology%2Ffuture%2Fbiggest-rockets-falcon-heavy-comparison%2Findex.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-NatGeo-2018-02-06-849"><span class="mw-cite-backlink"><b><a href="#cite_ref-NatGeo-2018-02-06_849-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://news.nationalgeographic.com/2018/02/falcon-heavy-launch-spacex-elon-musk-space-science/" rel="nofollow">"Falcon Heavy Rocket Makes History With Successful First Launch"</a>. National Geographic. 6 February 2018.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Falcon+Heavy+Rocket+Makes+History+With+Successful+First+Launch&rft.date=2018-02-06&rft_id=https%3A%2F%2Fnews.nationalgeographic.com%2F2018%2F02%2Ffalcon-heavy-launch-spacex-elon-musk-space-science%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-PopMech-2018-02-05-850"><span class="mw-cite-backlink"><b><a href="#cite_ref-PopMech-2018-02-05_850-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation magazine cs1" id="CITEREFJoe_Pappalardo2018">Joe Pappalardo (5 February 2018). <a class="external text" href="https://www.popularmechanics.com/space/moon-mars/a16571489/elon-musk-space-tesla-mars/" rel="nofollow">"Elon Musk's Space Tesla Isn't Going to Mars. It's Going Somewhere More Important"</a>. <i>Popular Mechanics</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Popular+Mechanics&rft.atitle=Elon+Musk%27s+Space+Tesla+Isn%27t+Going+to+Mars.+It%27s+Going+Somewhere+More+Important.&rft.date=2018-02-05&rft.au=Joe+Pappalardo&rft_id=https%3A%2F%2Fwww.popularmechanics.com%2Fspace%2Fmoon-mars%2Fa16571489%2Felon-musk-space-tesla-mars%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-851"><span class="mw-cite-backlink"><b><a href="#cite_ref-851">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFGrush">Grush, Loren. <a class="external text" href="https://www.theverge.com/2019/3/7/18254549/spacex-crew-dragon-iss-nasa-landing-parachutes-splashdown" rel="nofollow">"SpaceX's Crew Dragon has proved itself in space - now it has to get back to Earth in one piece"</a>. <i>The verge</i>. The Verge<span class="reference-accessdate">. Retrieved <span class="nowrap">8 March</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=The+verge&rft.atitle=SpaceX%27s+Crew+Dragon+has+proved+itself+in+space+-+now+it+has+to+get+back+to+Earth+in+one+piece&rft.aulast=Grush&rft.aufirst=Loren&rft_id=https%3A%2F%2Fwww.theverge.com%2F2019%2F3%2F7%2F18254549%2Fspacex-crew-dragon-iss-nasa-landing-parachutes-splashdown&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-852"><span class="mw-cite-backlink"><b><a href="#cite_ref-852">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFElon_Musk_[@elonmusk]2019">Elon Musk [@elonmusk] (1 March 2019). <a class="external text" href="https://twitter.com/elonmusk/status/1101701552153219072" rel="nofollow">"Super high tech zero-g indicator"</a> (Tweet) – via <a href="/wiki/Twitter" title="Twitter">Twitter</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Super+high+tech+zero-g+indicator&rft.date=2019-03-01&rft.au=Elon+Musk+%5B%40elonmusk%5D&rft_id=https%3A%2F%2Ftwitter.com%2Felonmusk%2Fstatus%2F1101701552153219072&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-853"><span class="mw-cite-backlink"><b><a href="#cite_ref-853">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFWeitering">Weitering, Hanneke. <a class="external text" href="https://www.space.com/astronaut-anne-mcclain-loves-celestial-buddy-earth.html" rel="nofollow">"Astronaut Anne McClain Is Having a Ball in Space with Her 'Celestial Buddy<span class="cs1-kern-right">'</span>"</a>. Space.com<span class="reference-accessdate">. Retrieved <span class="nowrap">8 March</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Astronaut+Anne+McClain+Is+Having+a+Ball+in+Space+with+Her+%27Celestial+Buddy%27&rft.pub=Space.com&rft.aulast=Weitering&rft.aufirst=Hanneke&rft_id=https%3A%2F%2Fwww.space.com%2Fastronaut-anne-mcclain-loves-celestial-buddy-earth.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-854"><span class="mw-cite-backlink"><b><a href="#cite_ref-854">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.abc.net.au/news/2019-03-09/elon-musk-spacex-capsule-splashes-down-off-florida-coast/10886100" rel="nofollow">"Elon Musk's SpaceX capsule splashes down off Florida coast"</a>. <i>ABC News</i>. ABC<span class="reference-accessdate">. Retrieved <span class="nowrap">8 March</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=ABC+News&rft.atitle=Elon+Musk%27s+SpaceX+capsule+splashes+down+off+Florida+coast&rft_id=https%3A%2F%2Fwww.abc.net.au%2Fnews%2F2019-03-09%2Felon-musk-spacex-capsule-splashes-down-off-florida-coast%2F10886100&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-855"><span class="mw-cite-backlink"><b><a href="#cite_ref-855">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.cnet.com/news/spacex-crew-dragon-splashdown-see-nasa-astronauts-return-to-earth/" rel="nofollow">"SpaceX Crew Dragon splashdown: See NASA astronauts return to Earth"</a>. CNET<span class="reference-accessdate">. Retrieved <span class="nowrap">4 August</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=SpaceX+Crew+Dragon+splashdown%3A+See+NASA+astronauts+return+to+Earth&rft.pub=CNET&rft_id=https%3A%2F%2Fwww.cnet.com%2Fnews%2Fspacex-crew-dragon-splashdown-see-nasa-astronauts-return-to-earth%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-856"><span class="mw-cite-backlink"><b><a href="#cite_ref-856">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2021/03/spacex-starlink-first-booster-fly-nine/" rel="nofollow">"SpaceX's Falcon 9 booster flies for 9th time as Starlink constellation grows"</a>. <i>NASASpaceFlight.com</i>. 14 March 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">15 March</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=NASASpaceFlight.com&rft.atitle=SpaceX%27s+Falcon+9+booster+flies+for+9th+time+as+Starlink+constellation+grows&rft.date=2021-03-14&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F03%2Fspacex-starlink-first-booster-fly-nine%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-857"><span class="mw-cite-backlink"><b><a href="#cite_ref-857">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFTayeb">Tayeb, Zahra. <a class="external text" href="https://www.businessinsider.com/spacex-launches-falcon-9-rocket-booster-for-record-breaking-9th-time-2021-3" rel="nofollow">"SpaceX launches Falcon 9 rocket booster for a record-breaking 9th time"</a>. <i>Business Insider</i><span class="reference-accessdate">. Retrieved <span class="nowrap">15 March</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Business+Insider&rft.atitle=SpaceX+launches+Falcon+9+rocket+booster+for+a+record-breaking+9th+time&rft.aulast=Tayeb&rft.aufirst=Zahra&rft_id=https%3A%2F%2Fwww.businessinsider.com%2Fspacex-launches-falcon-9-rocket-booster-for-record-breaking-9th-time-2021-3&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-858"><span class="mw-cite-backlink"><b><a href="#cite_ref-858">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nasaspaceflight.com/2021/05/historic-10th-falcon9-reflight/" rel="nofollow">"SpaceX flies historic 10th mission of a Falcon 9 as Starlink constellation expands"</a>. <i>NASASpaceFlighy</i>. 9 May 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">9 May</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=NASASpaceFlighy&rft.atitle=SpaceX+flies+historic+10th+mission+of+a+Falcon+9+as+Starlink+constellation+expands&rft.date=2021-05-09&rft_id=https%3A%2F%2Fwww.nasaspaceflight.com%2F2021%2F05%2Fhistoric-10th-falcon9-reflight%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-859"><span class="mw-cite-backlink"><b><a href="#cite_ref-859">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFRalph2021">Ralph, Eric (17 January 2021). <a class="external text" href="https://www.teslarati.com/spacex-falcon-9-booster-record-rocket-turnaround-2021/" rel="nofollow">"SpaceX Falcon 9 booster set to beat the rocket turnaround record by a huge margin"</a>. <i>TESLARATI</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 January</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=TESLARATI&rft.atitle=SpaceX+Falcon+9+booster+set+to+beat+the+rocket+turnaround+record+by+a+huge+margin&rft.date=2021-01-17&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-falcon-9-booster-record-rocket-turnaround-2021%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
<li id="cite_note-860"><span class="mw-cite-backlink"><b><a href="#cite_ref-860">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r999302996" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFRalph2021">Ralph, Eric (4 February 2021). <a class="external text" href="https://www.teslarati.com/spacex-falcon-9-halves-space-shuttle-record/" rel="nofollow">"SpaceX Falcon 9 rocket cuts Space Shuttle turnaround record in half"</a>. <i>TESLARATI</i><span class="reference-accessdate">. Retrieved <span class="nowrap">4 February</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=TESLARATI&rft.atitle=SpaceX+Falcon+9+rocket+cuts+Space+Shuttle+turnaround+record+in+half&rft.date=2021-02-04&rft.aulast=Ralph&rft.aufirst=Eric&rft_id=https%3A%2F%2Fwww.teslarati.com%2Fspacex-falcon-9-halves-space-shuttle-record%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+Falcon+9+and+Falcon+Heavy+launches"></span></span>
</li>
</ol></div>
<div aria-labelledby="SpaceX_missions_and_payloads" class="navbox" role="navigation" style="padding:3px"><table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th class="navbox-title" colspan="3" scope="col"><style data-mw-deduplicate="TemplateStyles:r992953826">.mw-parser-output .navbar{display:inline;font-size:88%;font-weight:normal}.mw-parser-output .navbar-collapse{float:left;text-align:left}.mw-parser-output .navbar-boxtext{word-spacing:0}.mw-parser-output .navbar ul{display:inline-block;white-space:nowrap;line-height:inherit}.mw-parser-output .navbar-brackets::before{margin-right:-0.125em;content:"[ "}.mw-parser-output .navbar-brackets::after{margin-left:-0.125em;content:" ]"}.mw-parser-output .navbar li{word-spacing:-0.125em}.mw-parser-output .navbar-mini abbr{font-variant:small-caps;border-bottom:none;text-decoration:none;cursor:inherit}.mw-parser-output .navbar-ct-full{font-size:114%;margin:0 7em}.mw-parser-output .navbar-ct-mini{font-size:114%;margin:0 4em}.mw-parser-output .infobox .navbar{font-size:100%}.mw-parser-output .navbox .navbar{display:block;font-size:100%}.mw-parser-output .navbox-title .navbar{float:left;text-align:left;margin-right:0.5em}</style><div class="navbar plainlinks hlist navbar-mini"><ul><li class="nv-view"><a href="/wiki/Template:SpaceX_missions_and_payloads" title="Template:SpaceX missions and payloads"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;;text-decoration:inherit;" title="View this template">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:SpaceX_missions_and_payloads" title="Template talk:SpaceX missions and payloads"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;;text-decoration:inherit;" title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:SpaceX_missions_and_payloads&action=edit"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;;text-decoration:inherit;" title="Edit this template">e</abbr></a></li></ul></div><div id="SpaceX_missions_and_payloads" style="font-size:114%;margin:0 4em">SpaceX missions and payloads</div></th></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/SpaceX_launch_vehicles" title="SpaceX launch vehicles">SpaceX launch vehicles</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Falcon_1" title="Falcon 1">Falcon 1</a></li>
<li><a href="/wiki/Falcon_9" title="Falcon 9">Falcon 9</a>
<ul><li><a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">v1.0</a></li>
<li><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">v1.1</a></li>
<li><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">Full Thrust</a></li>
<li><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">Block 5</a></li></ul></li>
<li><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a></li>
<li><i><a href="/wiki/SpaceX_Starship" title="SpaceX Starship">Starship</a></i></li></ul>
</div></td><td class="noviewer navbox-image" rowspan="5" style="width:1px;padding:0px 0px 0px 2px"><div><a href="/wiki/SpaceX" title="SpaceX"><img alt="SpaceX-Logo-Xonly.svg" data-file-height="41" data-file-width="108" decoding="async" height="57" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/36/SpaceX-Logo-Xonly.svg/150px-SpaceX-Logo-Xonly.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/36/SpaceX-Logo-Xonly.svg/225px-SpaceX-Logo-Xonly.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/36/SpaceX-Logo-Xonly.svg/300px-SpaceX-Logo-Xonly.svg.png 2x" width="150"/></a></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Falcon_1#Launch_history" title="Falcon 1">Falcon 1 missions</a></th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li>Demo 1† (<a href="/wiki/FalconSAT-2" title="FalconSAT-2">FalconSAT-2</a>)</li>
<li>Demo 2†</li>
<li>Flight 3†
<ul><li><a href="/wiki/Trailblazer_(satellite)" title="Trailblazer (satellite)">Trailblazer</a></li>
<li><a href="/wiki/PRESat" title="PRESat">PRESat</a></li>
<li><a href="/wiki/NanoSail-D" title="NanoSail-D">NanoSail-D</a></li>
<li><a href="/wiki/Celestis" title="Celestis">Explorers</a></li></ul></li>
<li><a href="/wiki/Ratsat" title="Ratsat">Ratsat</a></li>
<li><a href="/wiki/RazakSAT" title="RazakSAT">RazakSAT</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a class="mw-selflink selflink">Falcon 9 missions</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th class="navbox-group" scope="row" style="width:1%">Demo flights</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Dragon_Spacecraft_Qualification_Unit" title="Dragon Spacecraft Qualification Unit">Dragon test flight</a></li>
<li><a href="/wiki/SpaceX_COTS_Demo_Flight_1" title="SpaceX COTS Demo Flight 1">COTS-1</a></li>
<li><a href="/wiki/SpaceX_COTS_Demo_Flight_2" title="SpaceX COTS Demo Flight 2">COTS-2</a></li>
<li><a href="/wiki/Crew_Dragon_Pad_Abort_Test" title="Crew Dragon Pad Abort Test">Crew Dragon Pad Abort Test</a></li>
<li><a href="/wiki/Falcon_Heavy_test_flight" title="Falcon Heavy test flight">Falcon Heavy test flight</a></li>
<li><a href="/wiki/Crew_Dragon_Demo-1" title="Crew Dragon Demo-1">Crew Dragon Demo-1</a></li>
<li><a href="/wiki/Crew_Dragon_In-Flight_Abort_Test" title="Crew Dragon In-Flight Abort Test">Crew Dragon In-Flight Abort Test</a></li>
<li><a href="/wiki/Crew_Dragon_Demo-2" title="Crew Dragon Demo-2">Demo-2</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a> logistics</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/SpaceX_CRS-1" title="SpaceX CRS-1">CRS-1</a></li>
<li><a href="/wiki/SpaceX_CRS-2" title="SpaceX CRS-2">CRS-2</a></li>
<li><a href="/wiki/SpaceX_CRS-3" title="SpaceX CRS-3">CRS-3</a></li>
<li><a href="/wiki/SpaceX_CRS-4" title="SpaceX CRS-4">CRS-4</a></li>
<li><a href="/wiki/SpaceX_CRS-5" title="SpaceX CRS-5">CRS-5</a></li>
<li><a href="/wiki/SpaceX_CRS-6" title="SpaceX CRS-6">CRS-6</a></li>
<li><a href="/wiki/SpaceX_CRS-7" title="SpaceX CRS-7">CRS-7</a>†</li>
<li><a href="/wiki/SpaceX_CRS-8" title="SpaceX CRS-8">CRS-8</a></li>
<li><a href="/wiki/SpaceX_CRS-9" title="SpaceX CRS-9">CRS-9</a></li>
<li><a href="/wiki/SpaceX_CRS-10" title="SpaceX CRS-10">CRS-10</a></li>
<li><a href="/wiki/SpaceX_CRS-11" title="SpaceX CRS-11">CRS-11</a></li>
<li><a href="/wiki/SpaceX_CRS-12" title="SpaceX CRS-12">CRS-12</a></li>
<li><a href="/wiki/SpaceX_CRS-13" title="SpaceX CRS-13">CRS-13</a></li>
<li><a href="/wiki/SpaceX_CRS-14" title="SpaceX CRS-14">CRS-14</a></li>
<li><a href="/wiki/SpaceX_CRS-15" title="SpaceX CRS-15">CRS-15</a></li>
<li><a href="/wiki/SpaceX_CRS-16" title="SpaceX CRS-16">CRS-16</a></li>
<li><a href="/wiki/SpaceX_CRS-17" title="SpaceX CRS-17">CRS-17</a></li>
<li><a href="/wiki/SpaceX_CRS-18" title="SpaceX CRS-18">CRS-18</a></li>
<li><a href="/wiki/SpaceX_CRS-19" title="SpaceX CRS-19">CRS-19</a></li>
<li><a href="/wiki/SpaceX_CRS-20" title="SpaceX CRS-20">CRS-20</a></li>
<li><a href="/wiki/SpaceX_CRS-21" title="SpaceX CRS-21">CRS-21</a></li>
<li><a href="/wiki/SpaceX_CRS-22" title="SpaceX CRS-22">CRS-22</a></li>
<li><a href="/wiki/SpaceX_CRS-23" title="SpaceX CRS-23">CRS-23</a></li>
<li><i><a href="/wiki/SpaceX_CRS-24" title="SpaceX CRS-24">CRS-24</a></i></li>
<li><i><a href="/wiki/SpaceX_CRS-25" title="SpaceX CRS-25">CRS-25</a></i></li>
<li><i><a href="/wiki/SpaceX_CRS-26" title="SpaceX CRS-26">CRS-26</a></i></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Crewed missions</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Crew_Dragon_Demo-2" title="Crew Dragon Demo-2">Demo-2</a></li>
<li><a href="/wiki/SpaceX_Crew-1" title="SpaceX Crew-1">Crew-1</a></li>
<li><b><a href="/wiki/SpaceX_Crew-2" title="SpaceX Crew-2">Crew-2</a></b></li>
<li><a href="/wiki/Inspiration4" title="Inspiration4">Inspiration4</a></li>
<li><i><a href="/wiki/SpaceX_Crew-3" title="SpaceX Crew-3">Crew-3</a></i></li>
<li><i><a href="/wiki/Axiom_Mission_1" title="Axiom Mission 1">Axiom-1</a></i></li>
<li><i><a href="/wiki/SpaceX_Crew-4" title="SpaceX Crew-4">Crew-4</a></i></li>
<li><i><a href="/wiki/SpaceX_Crew-5" title="SpaceX Crew-5">Crew-5</a></i></li>
<li><i><a href="/wiki/Axiom_Mission_2" title="Axiom Mission 2">Axiom-2</a></i></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Commercial satellites</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/SES-8" title="SES-8">SES-8</a></li>
<li><a href="/wiki/Thaicom_6" title="Thaicom 6">Thaicom 6</a></li>
<li><a href="/wiki/Falcon_9_flight_10" title="Falcon 9 flight 10">Orbcomm OG2 × 6</a></li>
<li><a href="/wiki/AsiaSat_8" title="AsiaSat 8">AsiaSat 8</a></li>
<li><a href="/wiki/AsiaSat_6" title="AsiaSat 6">AsiaSat 6</a></li>
<li><a href="/wiki/ABS-3A" title="ABS-3A">ABS-3A</a> / <a href="/wiki/Eutelsat_115_West_B" title="Eutelsat 115 West B">Eutelsat 115 West B</a></li>
<li><a href="/wiki/T%C3%BCrkmen%C3%84lem_52%C2%B0E_/_MonacoSAT" title="TürkmenÄlem 52°E / MonacoSAT">TürkmenÄlem 52°E</a></li>
<li><a href="/wiki/Falcon_9_flight_20" title="Falcon 9 flight 20">Orbcomm OG2 × 11</a></li>
<li><a href="/wiki/SES-9" title="SES-9">SES-9</a></li>
<li><a class="mw-redirect" href="/wiki/JCSAT-14" title="JCSAT-14">JCSAT-14</a></li>
<li><a href="/wiki/Thaicom_8" title="Thaicom 8">Thaicom 8</a></li>
<li><a class="mw-redirect" href="/wiki/ABS-2A" title="ABS-2A">ABS-2A</a> / <a class="mw-redirect" href="/wiki/Eutelsat_117_West_B" title="Eutelsat 117 West B">Eutelsat 117 West B</a></li>
<li><a href="/wiki/JCSAT-16" title="JCSAT-16">JCSAT-16</a></li>
<li><a class="mw-redirect" href="/wiki/Amos-6" title="Amos-6">Amos-6</a>†</li>
<li><a class="mw-redirect" href="/wiki/Iridium_NEXT" title="Iridium NEXT">Iridium NEXT</a> 1–10</li>
<li><a class="mw-redirect" href="/wiki/EchoStar_23" title="EchoStar 23">EchoStar 23</a></li>
<li><a href="/wiki/SES-10" title="SES-10">SES-10</a></li>
<li><a class="mw-redirect" href="/wiki/Inmarsat-5_F4" title="Inmarsat-5 F4">Inmarsat-5 F4</a></li>
<li><a href="/wiki/BulgariaSat-1" title="BulgariaSat-1">BulgariaSat-1</a></li>
<li><a class="mw-redirect" href="/wiki/Iridium_NEXT" title="Iridium NEXT">Iridium NEXT</a> 11–20</li>
<li><a href="/wiki/Intelsat_35e" title="Intelsat 35e">Intelsat 35e</a></li>
<li>Iridium NEXT 21–30</li>
<li><a href="/wiki/SES-11" title="SES-11">SES-11</a></li>
<li><a href="/wiki/Koreasat_5A" title="Koreasat 5A">Koreasat 5A</a></li>
<li>Iridium NEXT 31–40</li>
<li><a href="/wiki/Hispasat_30W-6" title="Hispasat 30W-6">Hispasat 30W-6</a></li>
<li>Iridium NEXT 41–50</li>
<li><a href="/wiki/Bangabandhu-1" title="Bangabandhu-1">Bangabandhu-1</a></li>
<li>Iridium NEXT 51–55</li>
<li><a href="/wiki/SES-12" title="SES-12">SES-12</a></li>
<li><a href="/wiki/Telstar_19V" title="Telstar 19V">Telstar 19V</a></li>
<li>Iridium NEXT 56–65</li>
<li><a class="mw-redirect" href="/wiki/Telkom_4" title="Telkom 4">Telkom 4</a> (Merah Putih)</li>
<li><a href="/wiki/Telstar_18V" title="Telstar 18V">Telstar 18V</a></li>
<li><a href="/wiki/Es%27hail_2" title="Es'hail 2">Es'hail 2</a></li>
<li><a class="mw-redirect" href="/wiki/SSO-A" title="SSO-A">SSO-A</a></li>
<li>Iridium NEXT 66–75</li>
<li><a href="/wiki/Nusantara_Satu" title="Nusantara Satu">Nusantara Satu</a> / <a href="/wiki/Beresheet" title="Beresheet">Beresheet</a></li>
<li><a class="mw-redirect" href="/wiki/Amos_17" title="Amos 17">Amos 17</a></li>
<li><a class="mw-redirect" href="/wiki/JCSAT" title="JCSAT">JCSAT</a>-18</li>
<li><a class="mw-redirect" href="/wiki/Sirius_XM_Holdings#Satellites" title="Sirius XM Holdings">SXM</a> 7</li>
<li><a href="/wiki/T%C3%BCrksat_5A" title="Türksat 5A">Türksat 5A</a></li>
<li>SXM 8</li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Scientific satellites</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/CASSIOPE" title="CASSIOPE">CASSIOPE</a></li>
<li><a href="/wiki/Deep_Space_Climate_Observatory" title="Deep Space Climate Observatory">DSCOVR</a></li>
<li><a href="/wiki/Jason-3" title="Jason-3">Jason-3</a></li>
<li><a href="/wiki/Formosat-5" title="Formosat-5">Formosat-5</a></li>
<li><a href="/wiki/Transiting_Exoplanet_Survey_Satellite" title="Transiting Exoplanet Survey Satellite">TESS</a></li>
<li><a class="mw-redirect" href="/wiki/GRACE-FO" title="GRACE-FO">GRACE-FO</a></li>
<li><a href="/wiki/SAOCOM" title="SAOCOM">SAOCOM</a> 1A</li>
<li><a href="/wiki/RADARSAT_Constellation" title="RADARSAT Constellation">RADARSAT Constellation</a></li>
<li><a href="/wiki/SAOCOM" title="SAOCOM">SAOCOM</a> 1B</li>
<li><i><a href="/wiki/Hakuto" title="Hakuto">Hakuto</a>-R</i></li>
<li><i><a class="mw-redirect" href="/wiki/Jason-CS" title="Jason-CS">Jason-CS</a></i></li>
<li><i><a href="/wiki/Korea_Pathfinder_Lunar_Orbiter" title="Korea Pathfinder Lunar Orbiter">KPLO</a></i></li>
<li><i><a href="/wiki/Double_Asteroid_Redirection_Test" title="Double Asteroid Redirection Test">DART</a></i></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Military satellites</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a class="mw-redirect" href="/wiki/NROL" title="NROL">NROL</a>-76</li>
<li><a class="mw-redirect" href="/wiki/X-37B" title="X-37B">X-37B</a> OTV-5</li>
<li><a href="/wiki/Zuma_(satellite)" title="Zuma (satellite)">Zuma</a></li>
<li><a href="/wiki/SES-16" title="SES-16">SES-16 / GovSat-1</a></li>
<li><a href="/wiki/Paz_(satellite)" title="Paz (satellite)">Paz</a></li>
<li><a class="mw-redirect" href="/wiki/GPS_IIIA" title="GPS IIIA">GPS IIIA</a>-01</li>
<li><a href="/wiki/ANASIS-II" title="ANASIS-II">ANASIS-II</a></li>
<li>GPS IIIA-03</li>
<li>NROL-108</li>
<li><i>GPS IIIA-04</i></li>
<li><i>GPS IIIA-05</i></li>
<li><i><a class="mw-redirect" href="/wiki/SARah" title="SARah">SARah</a> 1</i></li>
<li><i>GPS IIIA-06</i></li>
<li><i>SARah 2/3</i></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Starlink" title="Starlink">Starlink</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li>2019
<ul><li>Starlink 0</li>
<li>L1</li></ul></li>
<li>2020
<ul><li>Starlink L2</li>
<li>L3</li>
<li>...</li>
<li>L15</li></ul></li>
<li>2021
<ul><li>Starlink L16</li>
<li>...</li>
<li>L24</li></ul></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Rideshares</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li>2021
<ul><li><a class="new" href="/w/index.php?title=Transporter-1&action=edit&redlink=1" title="Transporter-1 (page does not exist)">Transporter-1</a></li>
<li><i>Transporter-2</i></li>
<li><i>Transporter-3</i></li></ul></li></ul>
</div></td></tr></tbody></table><div></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Falcon_Heavy#Scheduled_launches_and_potential_payloads" title="Falcon Heavy">Falcon Heavy missions</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Falcon_Heavy_test_flight" title="Falcon Heavy test flight">Test flight</a>
<ul><li><a href="/wiki/Elon_Musk%27s_Tesla_Roadster" title="Elon Musk's Tesla Roadster">Tesla Roadster</a></li></ul></li>
<li><a href="/wiki/Arabsat-6A" title="Arabsat-6A">Arabsat-6A</a></li>
<li><a href="/wiki/Space_Test_Program" title="Space Test Program">USAF STP-2</a>
<ul><li><a href="/wiki/Demonstration_and_Science_Experiments" title="Demonstration and Science Experiments">DSX</a></li>
<li><a href="/wiki/COSMIC-2" title="COSMIC-2">FormoSat-7</a></li>
<li><a class="mw-redirect" href="/wiki/LightSail_2" title="LightSail 2">LightSail 2</a></li>
<li><a href="/wiki/Green_Propellant_Infusion_Mission" title="Green Propellant Infusion Mission">GPIM</a></li>
<li><a href="/wiki/Deep_Space_Atomic_Clock" title="Deep Space Atomic Clock">DSAC</a></li>
<li><a href="/wiki/Innovative_Space-based_Radar_Antenna_Technology" title="Innovative Space-based Radar Antenna Technology">ISAT</a></li></ul></li>
<li><i><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a>-44</i></li>
<li><i><a href="/wiki/United_States_Space_Force" title="United States Space Force">USSF</a>-52</i></li>
<li><i><a href="/wiki/ViaSat-3" title="ViaSat-3">ViaSat-3</a> Americas</i></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a class="mw-redirect" href="/wiki/List_of_Starship_flights" title="List of Starship flights"><i>Starship</i> missions</a></th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em"><i><a href="/wiki/DearMoon_project" title="DearMoon project">dearMoon</a></i>, <i>two <a href="/wiki/Starship_HLS" title="Starship HLS">Starship HLS</a> flights</i></div></td></tr><tr><td class="navbox-abovebelow" colspan="3"><div>
<ul><li><b>Bold</b> indicates current missions.</li>
<li><i>Italics</i> indicates future missions and vehicles under development.</li>
<li>Symbol † indicates failed missions and destroyed vehicles.</li></ul>
</div></td></tr></tbody></table></div>
<div aria-labelledby="SpaceX" class="navbox" role="navigation" style="padding:3px"><table class="nowraplinks mw-collapsible mw-collapsed navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th class="navbox-title" colspan="3" scope="col"><link href="mw-data:TemplateStyles:r992953826" rel="mw-deduplicated-inline-style"/><div class="navbar plainlinks hlist navbar-mini"><ul><li class="nv-view"><a href="/wiki/Template:SpaceX" title="Template:SpaceX"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;;text-decoration:inherit;" title="View this template">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:SpaceX" title="Template talk:SpaceX"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;;text-decoration:inherit;" title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:SpaceX&action=edit"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;;text-decoration:inherit;" title="Edit this template">e</abbr></a></li></ul></div><div id="SpaceX" style="font-size:114%;margin:0 4em"><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a></div></th></tr><tr><td class="navbox-abovebelow" colspan="3"><div id="History"><a href="/wiki/History_of_SpaceX" title="History of SpaceX">History</a></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/SpaceX_launch_vehicles" title="SpaceX launch vehicles">Launch vehicles</a></th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th class="navbox-group" scope="row" style="width:1%">Current</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Falcon_9" title="Falcon 9">Falcon 9</a>
<ul><li><a href="/wiki/Falcon_9_Block_5" title="Falcon 9 Block 5">Block 5</a></li></ul></li>
<li><a href="/wiki/Falcon_Heavy" title="Falcon Heavy">Falcon Heavy</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">In development</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/SpaceX_Starship" title="SpaceX Starship">Starship</a>*
<ul><li><a href="/wiki/SpaceX_Starship_development_history" title="SpaceX Starship development history">development history</a></li></ul></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Retired</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Falcon_1" title="Falcon 1">Falcon 1</a></li>
<li>Falcon 9
<ul><li><a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">v1.0</a></li>
<li><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">v1.1</a></li>
<li><a href="/wiki/Falcon_9_Full_Thrust" title="Falcon 9 Full Thrust">"Full Thrust" v1.2</a></li>
<li>Block 4</li></ul></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Cancelled</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a class="mw-redirect" href="/wiki/Falcon_1e" title="Falcon 1e">Falcon 1e</a>*</li>
<li><a class="mw-redirect" href="/wiki/Falcon_5" title="Falcon 5">Falcon 5</a>*</li>
<li><a class="mw-redirect" href="/wiki/Falcon_9_Air" title="Falcon 9 Air">Falcon 9 Air</a>*</li>
<li><a href="/wiki/SpaceX_launch_vehicles#BFR_and_ITS" title="SpaceX launch vehicles">BFR and ITS</a>*</li></ul>
</div></td></tr></tbody></table><div></div></td><td class="noviewer navbox-image" rowspan="13" style="width:1px;padding:0px 0px 0px 2px"><div><a href="/wiki/SpaceX" title="SpaceX"><img alt="SpaceX-Logo-Xonly.svg" data-file-height="41" data-file-width="108" decoding="async" height="38" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/36/SpaceX-Logo-Xonly.svg/100px-SpaceX-Logo-Xonly.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/36/SpaceX-Logo-Xonly.svg/150px-SpaceX-Logo-Xonly.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/36/SpaceX-Logo-Xonly.svg/200px-SpaceX-Logo-Xonly.svg.png 2x" width="100"/></a></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Spacecraft</th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th class="navbox-group" scope="row" style="width:1%">Cargo</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/SpaceX_Dragon" title="SpaceX Dragon">Dragon 1 Cargo</a></li>
<li><a href="/wiki/SpaceX_Dragon_2" title="SpaceX Dragon 2">Dragon 2 Cargo</a></li>
<li><a href="/wiki/SpaceX_Starship" title="SpaceX Starship">Starship</a>*</li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Crewed</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/SpaceX_Dragon_2" title="SpaceX Dragon 2">Dragon 2 Crew</a>
<ul><li><a href="/wiki/Crew_Dragon_Endeavour" title="Crew Dragon Endeavour">C206 <i>Endeavour</i></a></li>
<li><a href="/wiki/Crew_Dragon_Resilience" title="Crew Dragon Resilience">C207 <i>Resilience</i></a></li>
<li><a href="/wiki/Crew_Dragon_Endurance" title="Crew Dragon Endurance">C210 <i>Endurance</i></a></li></ul></li>
<li><a href="/wiki/SpaceX_Starship" title="SpaceX Starship">Starship</a>*</li></ul>
</div></td></tr></tbody></table><div></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Test vehicles</th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th class="navbox-group" scope="row" style="width:1%">Current</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/SpaceX_Starship_development_history#Starship_prototypes" title="SpaceX Starship development history">Starship prototypes</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Retired</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><i><a class="mw-redirect" href="/wiki/SpaceX_Grasshopper" title="SpaceX Grasshopper">Grasshopper</a></i></li>
<li><a class="mw-redirect" href="/wiki/F9R_Dev1" title="F9R Dev1">F9R Dev1</a>†</li>
<li><i><a href="/wiki/Dragon_2_DragonFly" title="Dragon 2 DragonFly">DragonFly</a></i></li>
<li><i><a class="mw-redirect" href="/wiki/Starhopper" title="Starhopper">Starhopper</a></i></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Unflown</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a class="mw-redirect" href="/wiki/F9R_Dev2" title="F9R Dev2">F9R Dev2</a>*</li></ul>
</div></td></tr></tbody></table><div></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/SpaceX_rocket_engines" title="SpaceX rocket engines">Rocket engines</a></th><td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/SpaceX_Merlin" title="SpaceX Merlin">Merlin</a>
<ul><li>1A</li>
<li>1B*</li>
<li>1C</li>
<li>1D</li>
<li>Vacuum</li></ul></li>
<li><a href="/wiki/SpaceX_Kestrel" title="SpaceX Kestrel">Kestrel</a></li>
<li><a href="/wiki/SpaceX_Draco" title="SpaceX Draco">Draco</a></li>
<li><a href="/wiki/SuperDraco" title="SuperDraco">SuperDraco</a></li>
<li><a href="/wiki/SpaceX_Raptor" title="SpaceX Raptor">Raptor</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Template:SpaceX_missions_and_payloads" title="Template:SpaceX missions and payloads">Lists of missions</a></th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Falcon_1#Launch_history" title="Falcon 1">Falcon 1</a></li>
<li><a class="mw-selflink selflink">Falcon 9 and Falcon Heavy</a></li>
<li><a href="/wiki/Starlink" title="Starlink">Starlink</a></li>
<li><a href="/wiki/List_of_SpaceX_Starship_launches" title="List of SpaceX Starship launches">Starship</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/SpaceX_launch_facilities" title="SpaceX launch facilities">Launch facilities</a></th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th class="navbox-group" scope="row" style="width:1%">Orbital</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCSFS</a> <a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a></li>
<li><a href="/wiki/Kennedy_Space_Center" title="Kennedy Space Center">KSC</a> <a href="/wiki/Kennedy_Space_Center_Launch_Complex_39A" title="Kennedy Space Center Launch Complex 39A">LC-39A</a></li>
<li><a href="/wiki/Vandenberg_Space_Force_Base" title="Vandenberg Space Force Base">VSFB</a> <a href="/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E" title="Vandenberg Space Launch Complex 4">SLC-4E</a></li>
<li><a class="mw-redirect" href="/wiki/SpaceX_Starship_offshore_platform" title="SpaceX Starship offshore platform">Floating launch platforms</a>*</li>
<li><a href="/wiki/Ronald_Reagan_Ballistic_Missile_Defense_Test_Site" title="Ronald Reagan Ballistic Missile Defense Test Site">Omelek Island</a>†</li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Atmospheric</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/SpaceX_launch_facilities#SpaceX_rocket_development_and_test_facility,_McGregor,_Texas" title="SpaceX launch facilities">McGregor</a></li>
<li><a href="/wiki/SpaceX_launch_facilities#SpaceX_high-altitude_test_facility,_New_Mexico" title="SpaceX launch facilities">New Mexico</a>†</li>
<li><a href="/wiki/SpaceX_South_Texas_launch_site" title="SpaceX South Texas launch site">Starbase</a>
<ul><li><a href="/wiki/Boca_Chica_Village,_Texas" title="Boca Chica Village, Texas">Boca Chica</a></li></ul></li></ul>
</div></td></tr></tbody></table><div></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Landing sites</th><td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Autonomous_spaceport_drone_ship" title="Autonomous spaceport drone ship">Autonomous spaceport drone ships</a></li>
<li>Landing Zones
<ul><li><a href="/wiki/Landing_Zones_1_and_2" title="Landing Zones 1 and 2">LZ-1 and LZ-2</a></li>
<li><a class="mw-redirect" href="/wiki/Vandenberg_Air_Force_Base_Space_Launch_Complex_4#SLC-4W" title="Vandenberg Air Force Base Space Launch Complex 4">LZ-4</a></li></ul></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Other facilities</th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/SpaceX#Headquarters_and_rocket_manufacturing_plant" title="SpaceX">Headquarters and factory</a>
<ul><li><a href="/wiki/Hawthorne,_California" title="Hawthorne, California">Hawthorne, California</a></li></ul></li>
<li><a href="/wiki/SpaceX_launch_facilities#SpaceX_Rocket_Development_and_Test_Facility,_McGregor,_Texas" title="SpaceX launch facilities">Rocket development and test facility</a>
<ul><li><a href="/wiki/McGregor,_Texas" title="McGregor, Texas">McGregor, Texas</a></li></ul></li>
<li><a class="mw-redirect" href="/wiki/SpaceX_satellite_development_facility" title="SpaceX satellite development facility">Satellite development facility</a>
<ul><li><a href="/wiki/Redmond,_Washington" title="Redmond, Washington">Redmond, Washington</a></li></ul></li>
<li><a href="/wiki/SpaceX#Regional_offices" title="SpaceX">Regional offices</a>
<ul><li>Chantilly, Houston, Seattle, Washington DC</li></ul></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Support</th><td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><i><a href="/wiki/GO_Searcher" title="GO Searcher">GO Searcher</a></i> (recovery ship)</li>
<li><i><a href="/wiki/GO_Navigator" title="GO Navigator">GO Navigator</a></i> (recovery ship)</li>
<li><a href="/wiki/SpaceX_fairing_recovery_program" title="SpaceX fairing recovery program">SpaceX fairing recovery program</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Contracts</th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Commercial_Orbital_Transportation_Services" title="Commercial Orbital Transportation Services">Commercial Orbital Transportation Services</a></li>
<li><a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">Commercial Resupply Services</a></li>
<li><a href="/wiki/Commercial_Crew_Program" title="Commercial Crew Program">Commercial Crew Program</a></li>
<li><a href="/wiki/Commercial_Lunar_Payload_Services" title="Commercial Lunar Payload Services">Commercial Lunar Payload Services</a></li>
<li><a href="/wiki/Gateway_Logistics_Services" title="Gateway Logistics Services">Gateway Logistics Services</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">R&D programs</th><td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/SpaceX_reusable_launch_system_development_program" title="SpaceX reusable launch system development program">Reusability</a></li>
<li><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Falcon 9 landing tests</a></li>
<li><a href="/wiki/SpaceX_Red_Dragon" title="SpaceX Red Dragon">Red Dragon</a> (canceled)</li>
<li><a href="/wiki/SpaceX_Mars_program" title="SpaceX Mars program">Mars transport</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Key people</th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Elon_Musk" title="Elon Musk">Elon Musk</a> (CEO, CTO)</li>
<li><a href="/wiki/Gwynne_Shotwell" title="Gwynne Shotwell">Gwynne Shotwell</a> (President and COO)</li>
<li><a href="/wiki/Tom_Mueller" title="Tom Mueller">Tom Mueller</a> (former VP of Propulsion Development)</li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Related</th><td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><i><a href="/wiki/Countdown:_Inspiration4_Mission_to_Space" title="Countdown: Inspiration4 Mission to Space">Countdown: Inspiration4 Mission to Space</a></i> (2021 docuseries)</li></ul>
</div></td></tr><tr><td class="navbox-abovebelow" colspan="3"><div>* denotes unflown vehicles or engines, and future missions or sites. † denotes failed missions, destroyed vehicles, and abandoned sites.
<div class="hlist hlist-separated"><ul><li><img alt="Commons page" class="noviewer" data-file-height="1376" data-file-width="1024" decoding="async" height="16" src="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/12px-Commons-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/18px-Commons-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/24px-Commons-logo.svg.png 2x" title="Commons page" width="12"/> <b><a class="extiw" href="https://commons.wikimedia.org/wiki/Category:SpaceX" title="commons:Category:SpaceX">Commons</a></b></li></ul></div></div></td></tr></tbody></table></div>
<div aria-labelledby="Spaceflight_lists_and_timelines" class="navbox" role="navigation" style="padding:3px"><table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th class="navbox-title" colspan="3" scope="col"><link href="mw-data:TemplateStyles:r992953826" rel="mw-deduplicated-inline-style"/><div class="navbar plainlinks hlist navbar-mini"><ul><li class="nv-view"><a href="/wiki/Template:Spaceflight_lists_and_timelines" title="Template:Spaceflight lists and timelines"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;;text-decoration:inherit;" title="View this template">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:Spaceflight_lists_and_timelines" title="Template talk:Spaceflight lists and timelines"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;;text-decoration:inherit;" title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:Spaceflight_lists_and_timelines&action=edit"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;;text-decoration:inherit;" title="Edit this template">e</abbr></a></li></ul></div><div id="Spaceflight_lists_and_timelines" style="font-size:114%;margin:0 4em"><a href="/wiki/Spaceflight" title="Spaceflight">Spaceflight</a> lists and timelines</div></th></tr><tr><td class="navbox-abovebelow" colspan="3"><div id="*_Timeline_of_spaceflight">
<ul><li><a href="/wiki/Timeline_of_spaceflight" title="Timeline of spaceflight">Timeline of spaceflight</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">General</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Space_exploration" title="Space exploration">Space exploration</a>
<ul><li><a href="/wiki/Outline_of_space_exploration" title="Outline of space exploration">outline</a></li>
<li><a href="/wiki/Timeline_of_space_exploration" title="Timeline of space exploration">timeline</a></li></ul></li>
<li><a href="/wiki/Lists_of_spacecraft" title="Lists of spacecraft">Spacecraft</a></li>
<li><a href="/wiki/List_of_spaceflight_records" title="List of spaceflight records">Spaceflight records</a></li>
<li><a href="/wiki/Timeline_of_the_Space_Race" title="Timeline of the Space Race">Space Race</a>
<ul><li><a href="/wiki/Comparison_of_Asian_national_space_programs" title="Comparison of Asian national space programs">Asian Space Race</a></li></ul></li>
<li><a href="/wiki/Timeline_of_rocket_and_missile_technology" title="Timeline of rocket and missile technology">Rocket and missile technology</a></li></ul>
</div></td><td class="noviewer navbox-image" rowspan="9" style="width:1px;padding:0px 0px 0px 2px"><div><a class="image" href="/wiki/File:Apollo_7_photographed_in_flight_by_ALOTS_(68-HC-641).jpg"><img alt="Apollo 7 photographed in flight by ALOTS (68-HC-641).jpg" data-file-height="1890" data-file-width="2652" decoding="async" height="53" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Apollo_7_photographed_in_flight_by_ALOTS_%2868-HC-641%29.jpg/75px-Apollo_7_photographed_in_flight_by_ALOTS_%2868-HC-641%29.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Apollo_7_photographed_in_flight_by_ALOTS_%2868-HC-641%29.jpg/113px-Apollo_7_photographed_in_flight_by_ALOTS_%2868-HC-641%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/51/Apollo_7_photographed_in_flight_by_ALOTS_%2868-HC-641%29.jpg/150px-Apollo_7_photographed_in_flight_by_ALOTS_%2868-HC-641%29.jpg 2x" width="75"/></a></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Human_spaceflight" title="Human spaceflight">Human spaceflight</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th class="navbox-group" scope="row" style="width:1%">General</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/List_of_crewed_spacecraft" title="List of crewed spacecraft">Crewed spacecraft</a>
<ul><li><a href="/wiki/List_of_human_spaceflights#Timeline" title="List of human spaceflights">timeline</a></li>
<li><a class="mw-redirect" href="/wiki/List_of_human_spaceflight_programs" title="List of human spaceflight programs">by program</a></li></ul></li>
<li><a href="/wiki/List_of_human_spaceflights" title="List of human spaceflights">Spaceflights</a>
<ul><li><a href="/wiki/List_of_human_spaceflights,_1961%E2%80%931970" title="List of human spaceflights, 1961–1970">1961–1970</a></li>
<li><a href="/wiki/List_of_human_spaceflights,_1971%E2%80%931980" title="List of human spaceflights, 1971–1980">1971–1980</a></li>
<li><a href="/wiki/List_of_human_spaceflights,_1981%E2%80%931990" title="List of human spaceflights, 1981–1990">1981–1990</a></li>
<li><a href="/wiki/List_of_human_spaceflights,_1991%E2%80%932000" title="List of human spaceflights, 1991–2000">1991–2000</a></li>
<li><a href="/wiki/List_of_human_spaceflights,_2001%E2%80%932010" title="List of human spaceflights, 2001–2010">2001–2010</a></li>
<li><a href="/wiki/List_of_human_spaceflights,_2011%E2%80%932020" title="List of human spaceflights, 2011–2020">2011–2020</a></li>
<li><a href="/wiki/List_of_human_spaceflights,_2021%E2%80%93present" title="List of human spaceflights, 2021–present">2021–present</a></li></ul></li>
<li><a href="/wiki/List_of_Soviet_human_spaceflight_missions" title="List of Soviet human spaceflight missions">Soviet</a></li>
<li><a href="/wiki/List_of_Russian_human_spaceflight_missions" title="List of Russian human spaceflight missions">Russian</a></li>
<li><a href="/wiki/List_of_Vostok_and_Voskhod_missions" title="List of Vostok and Voskhod missions">Vostok and Voskhod</a></li>
<li><a href="/wiki/List_of_Soyuz_missions" title="List of Soyuz missions">Soyuz</a></li>
<li><a href="/wiki/Project_Mercury" title="Project Mercury">Mercury</a></li>
<li><a href="/wiki/Project_Gemini" title="Project Gemini">Gemini</a></li>
<li><a href="/wiki/List_of_Apollo_missions" title="List of Apollo missions">Apollo</a></li>
<li><a href="/wiki/Skylab" title="Skylab">Skylab</a></li>
<li><a class="mw-redirect" href="/wiki/Shenzhou_program" title="Shenzhou program">Shenzhou</a></li>
<li><a href="/wiki/Indian_Human_Spaceflight_Programme" title="Indian Human Spaceflight Programme">Gaganyaan</a></li>
<li><a href="/wiki/Spacelab" title="Spacelab">Spacelab</a></li>
<li><a href="/wiki/List_of_Artemis_missions" title="List of Artemis missions">Artemis</a></li>
<li>Civilian spaceflight
<ul><li><a href="/wiki/List_of_fully_civilian_crewed_orbital_spaceflights" title="List of fully civilian crewed orbital spaceflights">Orbital</a></li>
<li><a href="/wiki/List_of_fully_civilian_crewed_suborbital_spaceflights" title="List of fully civilian crewed suborbital spaceflights">Suborbital</a></li></ul></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Salyut_programme" title="Salyut programme">Salyut</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/List_of_Salyut_expeditions" title="List of Salyut expeditions">Expeditions</a></li>
<li>Spaceflights
<ul><li><a href="/wiki/List_of_human_spaceflights_to_Salyut_space_stations" title="List of human spaceflights to Salyut space stations">crewed</a></li>
<li><a href="/wiki/List_of_uncrewed_spaceflights_to_Salyut_space_stations" title="List of uncrewed spaceflights to Salyut space stations">uncrewed</a></li></ul></li>
<li><a href="/wiki/List_of_Salyut_spacewalks" title="List of Salyut spacewalks">Spacewalks</a></li>
<li><a href="/wiki/List_of_Salyut_visitors" title="List of Salyut visitors">Visitors</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><i><a href="/wiki/Mir" title="Mir">Mir</a></i></th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/List_of_Mir_expeditions" title="List of Mir expeditions">Expeditions</a></li>
<li>Spaceflights
<ul><li><a href="/wiki/List_of_human_spaceflights_to_Mir" title="List of human spaceflights to Mir">crewed</a></li>
<li><a href="/wiki/List_of_uncrewed_spaceflights_to_Mir" title="List of uncrewed spaceflights to Mir">uncrewed</a></li></ul></li>
<li><a href="/wiki/List_of_Mir_spacewalks" title="List of Mir spacewalks">Spacewalks</a></li>
<li><a href="/wiki/List_of_Mir_visitors" title="List of Mir visitors">Visitors</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/International_Space_Station" title="International Space Station">ISS</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/List_of_International_Space_Station_expeditions" title="List of International Space Station expeditions">Expeditions</a></li>
<li><a href="/wiki/List_of_spaceflights_to_the_International_Space_Station" title="List of spaceflights to the International Space Station">Spaceflights</a>
<ul><li><a href="/wiki/List_of_human_spaceflights_to_the_International_Space_Station" title="List of human spaceflights to the International Space Station">crewed</a></li>
<li><a href="/wiki/Uncrewed_spaceflights_to_the_International_Space_Station" title="Uncrewed spaceflights to the International Space Station">uncrewed</a></li></ul></li>
<li><a href="/wiki/List_of_International_Space_Station_spacewalks" title="List of International Space Station spacewalks">Spacewalks</a></li>
<li><a href="/wiki/List_of_visitors_to_the_International_Space_Station" title="List of visitors to the International Space Station">Visitors</a></li>
<li><a href="/wiki/List_of_spacecraft_deployed_from_the_International_Space_Station" title="List of spacecraft deployed from the International Space Station">Deployed</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Tiangong_space_station" title="Tiangong space station">Tiangong</a></th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/List_of_human_spaceflights_to_the_Tiangong_space_station" title="List of human spaceflights to the Tiangong space station">Human spaceflights</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Space_Shuttle" title="Space Shuttle">Shuttle</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/List_of_Space_Shuttle_crews" title="List of Space Shuttle crews">Crews</a></li>
<li><a href="/wiki/List_of_Space_Shuttle_missions" title="List of Space Shuttle missions">Missions</a>
<ul><li><a class="mw-redirect" href="/wiki/Timeline_of_Space_Shuttle_missions" title="Timeline of Space Shuttle missions">timeline</a></li></ul></li>
<li><a href="/wiki/List_of_Space_Shuttle_rollbacks" title="List of Space Shuttle rollbacks">Rollbacks</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Astronaut" title="Astronaut">People</a></th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Lists_of_astronauts" title="Lists of astronauts">Astronauts</a>
<ul><li><a href="/wiki/List_of_astronauts_by_name" title="List of astronauts by name">by name</a></li>
<li><a href="/wiki/List_of_astronauts_by_year_of_selection" title="List of astronauts by year of selection">by year of selection</a></li>
<li><a href="/wiki/List_of_Apollo_astronauts" title="List of Apollo astronauts">Apollo</a></li>
<li><a href="/wiki/List_of_Gemini_astronauts" title="List of Gemini astronauts">Gemini</a></li>
<li><a href="/wiki/List_of_Chinese_astronauts" title="List of Chinese astronauts">Chinese</a></li>
<li><a href="/wiki/List_of_European_astronauts" title="List of European astronauts">European</a></li>
<li><a href="/wiki/List_of_cosmonauts" title="List of cosmonauts">Cosmonauts</a></li>
<li><a href="/wiki/List_of_female_spacefarers" title="List of female spacefarers">female</a></li>
<li><a href="/wiki/List_of_Jewish_astronauts" title="List of Jewish astronauts">Jewish</a></li>
<li><a href="/wiki/List_of_Muslim_astronauts" title="List of Muslim astronauts">Muslim</a></li>
<li><a href="/wiki/List_of_astronauts_with_ancestry_from_Arab_countries" title="List of astronauts with ancestry from Arab countries">Arab</a></li>
<li><a href="/wiki/List_of_African-American_astronauts" title="List of African-American astronauts">African American</a></li>
<li><a href="/wiki/List_of_Ibero-American_spacefarers" title="List of Ibero-American spacefarers">Ibero-America</a></li></ul></li>
<li><a href="/wiki/Lists_of_space_scientists" title="Lists of space scientists">Space scientists</a></li>
<li>Space travelers
<ul><li><a href="/wiki/List_of_space_travelers_by_name" title="List of space travelers by name">by name</a></li>
<li><a href="/wiki/List_of_space_travellers_by_first_flight" title="List of space travellers by first flight">by first flight</a></li>
<li><a href="/wiki/List_of_space_travelers_by_nationality" title="List of space travelers by nationality">by nationality</a></li>
<li><a href="/wiki/List_of_billionaire_spacetravellers" title="List of billionaire spacetravellers">billionaires</a></li>
<li><a href="/wiki/Timeline_of_space_travel_by_nationality" title="Timeline of space travel by nationality">timeline by nationality</a></li></ul></li>
<li><a href="/wiki/List_of_spaceflight-related_accidents_and_incidents" title="List of spaceflight-related accidents and incidents">Spaceflight-related human fatalities</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Extravehicular_activity" title="Extravehicular activity">EVA</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/List_of_spacewalks_and_moonwalks_1965%E2%80%931999" title="List of spacewalks and moonwalks 1965–1999">1965–1999</a></li>
<li><a href="/wiki/List_of_spacewalks_2000%E2%80%932014" title="List of spacewalks 2000–2014">2000–2014</a></li>
<li><a href="/wiki/List_of_spacewalks_since_2015" title="List of spacewalks since 2015">2015–present</a></li>
<li><a href="/wiki/List_of_cumulative_spacewalk_records" title="List of cumulative spacewalk records">Cumulative spacewalk records</a></li>
<li><a href="/wiki/List_of_longest_spacewalks" title="List of longest spacewalks">Longest spacewalks</a></li>
<li><a href="/wiki/List_of_spacewalkers" title="List of spacewalkers">Spacewalkers</a></li></ul>
</div></td></tr></tbody></table><div></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Solar_System" title="Solar System">Solar System</a> <a href="/wiki/Discovery_and_exploration_of_the_Solar_System" title="Discovery and exploration of the Solar System">exploration</a></th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Timeline_of_Solar_System_exploration" title="Timeline of Solar System exploration">Timeline</a></li>
<li><a href="/wiki/List_of_interplanetary_voyages" title="List of interplanetary voyages">Interplanetary voyages</a></li>
<li><a href="/wiki/List_of_landings_on_extraterrestrial_bodies" title="List of landings on extraterrestrial bodies">Landings on other planets</a>
<ul><li><a href="/wiki/List_of_rovers_on_extraterrestrial_bodies" title="List of rovers on extraterrestrial bodies">rovers</a></li>
<li><a href="/wiki/List_of_artificial_objects_on_extraterrestrial_surfaces" title="List of artificial objects on extraterrestrial surfaces">artificial objects</a></li></ul></li>
<li><a href="/wiki/List_of_objects_at_Lagrange_points" title="List of objects at Lagrange points">Objects at Lagrange points</a></li>
<li><a href="/wiki/List_of_Solar_System_probes" title="List of Solar System probes">Probes</a>
<ul><li><a href="/wiki/List_of_active_Solar_System_probes" title="List of active Solar System probes">active</a></li>
<li><a href="/wiki/List_of_extraterrestrial_orbiters" title="List of extraterrestrial orbiters">orbiters</a></li>
<li><a href="/wiki/List_of_artificial_objects_leaving_the_Solar_System" title="List of artificial objects leaving the Solar System">leaving the Solar System</a></li>
<li><a href="/wiki/List_of_lunar_probes" title="List of lunar probes">lunar probes</a></li></ul></li>
<li><a href="/wiki/List_of_missions_to_the_Moon" title="List of missions to the Moon">Missions to the Moon</a></li>
<li><a href="/wiki/Timeline_of_artificial_satellites_and_space_probes" title="Timeline of artificial satellites and space probes">Timeline of satellites</a></li>
<li><a href="/wiki/Sample-return_mission" title="Sample-return mission">Sample-return mission</a>
<ul><li><a href="/wiki/Mars_sample-return_mission" title="Mars sample-return mission">Mars</a></li></ul></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Geocentric_orbit" title="Geocentric orbit">Earth-orbiting</a> <a href="/wiki/Satellite" title="Satellite">satellites</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a class="mw-redirect" href="/wiki/List_of_climate_research_satellites" title="List of climate research satellites">Climate research</a></li>
<li><a href="/wiki/List_of_communications_satellite_firsts" title="List of communications satellite firsts">Communications satellite firsts</a></li>
<li><a href="/wiki/CubeSat" title="CubeSat">CubeSats</a></li>
<li><a href="/wiki/PocketQube" title="PocketQube">PocketQube</a></li>
<li><a href="/wiki/List_of_Earth_observation_satellites" title="List of Earth observation satellites">Earth observation satellites</a>
<ul><li><a href="/wiki/Timeline_of_first_Earth_observation_satellites" title="Timeline of first Earth observation satellites">Timeline of first Earth observation satellites</a></li></ul></li>
<li><a href="/wiki/List_of_satellites_in_geosynchronous_orbit" title="List of satellites in geosynchronous orbit">Geosynchronous orbit</a></li>
<li><a href="/wiki/List_of_GOES_satellites" title="List of GOES satellites">GOES</a></li>
<li><a href="/wiki/List_of_Kosmos_satellites" title="List of Kosmos satellites">Kosmos</a></li>
<li><a href="/wiki/List_of_satellites_which_have_provided_data_on_Earth%27s_magnetosphere" title="List of satellites which have provided data on Earth's magnetosphere">Magnetospheric</a></li>
<li><a href="/wiki/List_of_NRO_launches" title="List of NRO launches">NRO</a></li>
<li><a href="/wiki/List_of_TDRS_satellites" title="List of TDRS satellites">TDRS</a></li>
<li><a href="/wiki/List_of_USA_satellites" title="List of USA satellites">USA</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Vehicles</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/List_of_orbital_launch_systems" title="List of orbital launch systems">Orbital launch systems</a>
<ul><li><a href="/wiki/Comparison_of_orbital_launch_systems" title="Comparison of orbital launch systems">Comparison</a></li></ul></li>
<li><a href="/wiki/List_of_sounding_rockets" title="List of sounding rockets">Sounding rocket list</a></li>
<li><a href="/wiki/Lists_of_spacecraft" title="Lists of spacecraft">Spacecraft</a>
<ul><li><a href="/wiki/List_of_uncrewed_spacecraft_by_program" title="List of uncrewed spacecraft by program">uncrewed</a></li>
<li><a href="/wiki/List_of_crewed_spacecraft" title="List of crewed spacecraft">crewed</a></li>
<li><a href="/wiki/List_of_heaviest_spacecraft" title="List of heaviest spacecraft">heaviest</a></li></ul></li>
<li><a href="/wiki/List_of_rocket_stages" title="List of rocket stages">Upper stages</a></li>
<li><a href="/wiki/Sounding_rocket" title="Sounding rocket">Sounding rocket</a></li>
<li><a href="/wiki/Small-lift_launch_vehicle" title="Small-lift launch vehicle">Small-lift launch vehicle</a></li>
<li><a href="/wiki/Medium-lift_launch_vehicle" title="Medium-lift launch vehicle">Medium-lift launch vehicle</a></li>
<li><a href="/wiki/Heavy-lift_launch_vehicle" title="Heavy-lift launch vehicle">Heavy-lift launch vehicle</a></li>
<li><a href="/wiki/Super_heavy-lift_launch_vehicle" title="Super heavy-lift launch vehicle">Super heavy-lift launch vehicle</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Launches by rocket type</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/List_of_Ariane_launches" title="List of Ariane launches">Ariane</a></li>
<li><a href="/wiki/List_of_Atlas_launches" title="List of Atlas launches">Atlas</a></li>
<li><a href="/wiki/List_of_Black_Brant_launches" title="List of Black Brant launches">Black Brant</a></li>
<li><a href="/wiki/List_of_Electron_launches" title="List of Electron launches">Electron</a></li>
<li><a class="mw-selflink selflink">Falcon 9 and Heavy</a></li>
<li><a href="/wiki/List_of_H-II_series_and_H3_launches" title="List of H-II series and H3 launches">H-II and H3</a></li>
<li><a href="/wiki/List_of_Kosmos_launches" title="List of Kosmos launches">Kosmos</a></li>
<li><a href="/wiki/List_of_Long_March_launches" title="List of Long March launches">Long March</a></li>
<li><a href="/wiki/List_of_Proton_launches" title="List of Proton launches">Proton</a></li>
<li><a href="/wiki/List_of_PSLV_launches" title="List of PSLV launches">PSLV</a></li>
<li><a href="/wiki/List_of_R-7_launches" title="List of R-7 launches">R-7 (including Semyorka, Molniya, Vostok, Voskhod and Soyuz)</a></li>
<li><a href="/wiki/List_of_Scout_launches" title="List of Scout launches">Scout</a></li>
<li><a href="/wiki/List_of_Space_Launch_System_launches" title="List of Space Launch System launches">SLS</a></li>
<li><a href="/wiki/List_of_SpaceX_Starship_launches" title="List of SpaceX Starship launches">Starship</a></li>
<li><a href="/wiki/List_of_Thor_and_Delta_launches" title="List of Thor and Delta launches">Thor and Delta</a></li>
<li><a href="/wiki/List_of_Titan_launches" title="List of Titan launches">Titan</a></li>
<li><a href="/wiki/List_of_Tsyklon_launches" title="List of Tsyklon launches">Tsyklon</a></li>
<li><a href="/wiki/List_of_V-2_test_launches" title="List of V-2 test launches">V-2 tests</a></li>
<li><a href="/wiki/List_of_Zenit_launches" title="List of Zenit launches">Zenit</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%;line-height:1.15em;">Launches by spaceport</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/List_of_Satish_Dhawan_Space_Centre_launches" title="List of Satish Dhawan Space Centre launches">Satish Dhawan</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Agencies, companies<br/>and facilities</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/List_of_communication_satellite_companies" title="List of communication satellite companies">Communications satellite companies</a>
<ul><li><a href="/wiki/Comparison_of_communication_satellite_operators" title="Comparison of communication satellite operators">comparison</a></li></ul></li>
<li><a href="/wiki/List_of_private_spaceflight_companies" title="List of private spaceflight companies">Private spaceflight companies</a></li>
<li><a href="/wiki/List_of_rocket_launch_sites" title="List of rocket launch sites">Rocket launch sites</a></li>
<li><a href="/wiki/List_of_government_space_agencies" title="List of government space agencies">Space agencies</a></li>
<li><a href="/wiki/List_of_spacecraft_manufacturers" title="List of spacecraft manufacturers">Spacecraft manufacturers</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%;line-height:1.15em;">Other mission lists<br/>and timelines</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Timeline_of_first_orbital_launches_by_country" title="Timeline of first orbital launches by country">First orbital launches by country</a></li>
<li><a href="/wiki/Timeline_of_first_artificial_satellites_by_country" title="Timeline of first artificial satellites by country">First artificial satellites by country</a></li>
<li><a href="/wiki/List_of_NASA_missions" title="List of NASA missions">NASA missions</a>
<ul><li><a href="/wiki/List_of_Constellation_missions" title="List of Constellation missions">Constellation missions</a></li></ul></li>
<li><a href="/wiki/Timeline_of_private_spaceflight" title="Timeline of private spaceflight">Timeline of private spaceflight</a></li>
<li><a href="/wiki/Timeline_of_longest_spaceflights" title="Timeline of longest spaceflights">Timeline of longest spaceflights</a></li></ul>
</div></td></tr></tbody></table></div>
<p class="mw-empty-elt">
</p>
<!--
NewPP limit report
Parsed by mw1431
Cached time: 20211028025518
Cache expiry: 1814400
Reduced expiry: false
Complications: [vary‐revision‐sha1]
CPU time usage: 6.734 seconds
Real time usage: 6.981 seconds
Preprocessor visited node count: 41848/1000000
Post‐expand include size: 1631214/2097152 bytes
Template argument size: 13400/2097152 bytes
Highest expansion depth: 21/40
Expensive parser function count: 9/500
Unstrip recursion depth: 1/20
Unstrip post‐expand size: 2733760/5000000 bytes
Lua time usage: 3.799/10.000 seconds
Lua memory usage: 12080451/52428800 bytes
Lua Profile:
recursiveClone <mwInit.lua:41> 440 ms 11.6%
Scribunto_LuaSandboxCallback::callParserFunction 420 ms 11.1%
dataWrapper <mw.lua:668> 340 ms 9.0%
Scribunto_LuaSandboxCallback::gsub 300 ms 7.9%
? 240 ms 6.3%
<mw.lua:690> 140 ms 3.7%
Scribunto_LuaSandboxCallback::plain 140 ms 3.7%
citation0 <Module:Citation/CS1:2400> 140 ms 3.7%
Scribunto_LuaSandboxCallback::match 120 ms 3.2%
type 100 ms 2.6%
[others] 1400 ms 37.0%
Number of Wikibase entities loaded: 0/400
-->
<!--
Transclusion expansion time report (%,ms,calls,template)
100.00% 5931.640 1 -total
36.73% 2178.491 510 Template:Cite_web
17.81% 1056.687 218 Template:Cite_news
5.75% 341.332 66 Template:Cite_tweet
3.79% 224.716 187 Template:Cvt
1.52% 90.351 9 Template:Navbox
1.20% 71.078 13 Template:Cite_press_release
1.05% 62.028 10 Template:Cite_pr
0.77% 45.862 1 Template:Short_description
0.72% 42.444 4 Template:DMCA
-->
<!-- Saved in RevisionOutputCache with key enwiki:rcache:1027686922:dateformat=default and timestamp 20211028025511 and revision id 1027686922.
-->
</div><noscript><img alt="" height="1" src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" style="border: none; position: absolute;" title="" width="1"/></noscript>
<div class="printfooter">Retrieved from "<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&oldid=1027686922">https://en.wikipedia.org/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&oldid=1027686922</a>"</div></div>
<div class="catlinks" data-mw="interface" id="catlinks"><div class="mw-normal-catlinks" id="mw-normal-catlinks"><a href="/wiki/Help:Category" title="Help:Category">Categories</a>: <ul><li><a href="/wiki/Category:Falcon_9_and_Falcon_Heavy_launches" title="Category:Falcon 9 and Falcon Heavy launches">Falcon 9 and Falcon Heavy launches</a></li><li><a href="/wiki/Category:SpaceX_launch_vehicles" title="Category:SpaceX launch vehicles">SpaceX launch vehicles</a></li><li><a href="/wiki/Category:Lists_of_rocket_launches" title="Category:Lists of rocket launches">Lists of rocket launches</a></li></ul></div><div class="mw-hidden-catlinks mw-hidden-cats-hidden" id="mw-hidden-catlinks">Hidden categories: <ul><li><a href="/wiki/Category:Source_attribution" title="Category:Source attribution">Source attribution</a></li><li><a href="/wiki/Category:All_articles_with_dead_external_links" title="Category:All articles with dead external links">All articles with dead external links</a></li><li><a href="/wiki/Category:Articles_with_dead_external_links_from_February_2021" title="Category:Articles with dead external links from February 2021">Articles with dead external links from February 2021</a></li><li><a href="/wiki/Category:Articles_with_permanently_dead_external_links" title="Category:Articles with permanently dead external links">Articles with permanently dead external links</a></li><li><a href="/wiki/Category:CS1_Spanish-language_sources_(es)" title="Category:CS1 Spanish-language sources (es)">CS1 Spanish-language sources (es)</a></li><li><a href="/wiki/Category:CS1_Indonesian-language_sources_(id)" title="Category:CS1 Indonesian-language sources (id)">CS1 Indonesian-language sources (id)</a></li><li><a href="/wiki/Category:CS1_errors:_external_links" title="Category:CS1 errors: external links">CS1 errors: external links</a></li><li><a href="/wiki/Category:CS1_German-language_sources_(de)" title="Category:CS1 German-language sources (de)">CS1 German-language sources (de)</a></li><li><a href="/wiki/Category:CS1_Korean-language_sources_(ko)" title="Category:CS1 Korean-language sources (ko)">CS1 Korean-language sources (ko)</a></li><li><a href="/wiki/Category:Articles_with_short_description" title="Category:Articles with short description">Articles with short description</a></li><li><a href="/wiki/Category:Short_description_is_different_from_Wikidata" title="Category:Short description is different from Wikidata">Short description is different from Wikidata</a></li><li><a href="/wiki/Category:Use_American_English_from_January_2021" title="Category:Use American English from January 2021">Use American English from January 2021</a></li><li><a href="/wiki/Category:All_Wikipedia_articles_written_in_American_English" title="Category:All Wikipedia articles written in American English">All Wikipedia articles written in American English</a></li><li><a href="/wiki/Category:Use_dmy_dates_from_January_2021" title="Category:Use dmy dates from January 2021">Use dmy dates from January 2021</a></li><li><a href="/wiki/Category:Articles_containing_potentially_dated_statements_from_March_2018" title="Category:Articles containing potentially dated statements from March 2018">Articles containing potentially dated statements from March 2018</a></li><li><a href="/wiki/Category:All_articles_containing_potentially_dated_statements" title="Category:All articles containing potentially dated statements">All articles containing potentially dated statements</a></li><li><a href="/wiki/Category:All_articles_with_failed_verification" title="Category:All articles with failed verification">All articles with failed verification</a></li><li><a href="/wiki/Category:Articles_with_failed_verification_from_May_2021" title="Category:Articles with failed verification from May 2021">Articles with failed verification from May 2021</a></li><li><a href="/wiki/Category:Articles_containing_potentially_dated_statements_from_April_2020" title="Category:Articles containing potentially dated statements from April 2020">Articles containing potentially dated statements from April 2020</a></li><li><a href="/wiki/Category:Pages_using_multiple_image_with_auto_scaled_images" title="Category:Pages using multiple image with auto scaled images">Pages using multiple image with auto scaled images</a></li><li><a href="/wiki/Category:Featured_lists" title="Category:Featured lists">Featured lists</a></li><li><a href="/wiki/Category:Articles_containing_video_clips" title="Category:Articles containing video clips">Articles containing video clips</a></li></ul></div></div>
</div>
</div>
<div id="mw-data-after-content">
<div class="read-more-container"></div>
</div>
<div id="mw-navigation">
<h2>Navigation menu</h2>
<div id="mw-head">
<nav aria-labelledby="p-personal-label" class="mw-portlet mw-portlet-personal vector-user-menu-legacy vector-menu" id="p-personal" role="navigation">
<h3 aria-label="" class="vector-menu-heading" id="p-personal-label">
<span>Personal tools</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li class="mw-list-item" id="pt-anonuserpage"><span>Not logged in</span></li><li class="mw-list-item" id="pt-anontalk"><a accesskey="n" href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]"><span>Talk</span></a></li><li class="mw-list-item" id="pt-anoncontribs"><a accesskey="y" href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]"><span>Contributions</span></a></li><li class="mw-list-item" id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&returnto=List+of+Falcon+9+and+Falcon+Heavy+launches&returntoquery=oldid%3D1027686922" title="You are encouraged to create an account and log in; however, it is not mandatory"><span>Create account</span></a></li><li class="mw-list-item" id="pt-login"><a accesskey="o" href="/w/index.php?title=Special:UserLogin&returnto=List+of+Falcon+9+and+Falcon+Heavy+launches&returntoquery=oldid%3D1027686922" title="You're encouraged to log in; however, it's not mandatory. [o]"><span>Log in</span></a></li></ul>
</div>
</nav>
<div id="left-navigation">
<nav aria-labelledby="p-namespaces-label" class="mw-portlet mw-portlet-namespaces vector-menu vector-menu-tabs" id="p-namespaces" role="navigation">
<h3 aria-label="" class="vector-menu-heading" id="p-namespaces-label">
<span>Namespaces</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li class="selected mw-list-item" id="ca-nstab-main"><a accesskey="c" href="/wiki/List_of_Falcon_9_and_Falcon_Heavy_launches" title="View the content page [c]"><span>Article</span></a></li><li class="mw-list-item" id="ca-talk"><a accesskey="t" href="/wiki/Talk:List_of_Falcon_9_and_Falcon_Heavy_launches" rel="discussion" title="Discuss improvements to the content page [t]"><span>Talk</span></a></li></ul>
</div>
</nav>
<nav aria-labelledby="p-variants-label" class="mw-portlet mw-portlet-variants emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" id="p-variants" role="navigation">
<input aria-haspopup="true" aria-labelledby="p-variants-label" class="vector-menu-checkbox" data-event-name="ui.dropdown-p-variants" id="p-variants-checkbox" role="button" type="checkbox"/>
<h3 aria-label="Change language variant" class="vector-menu-heading" id="p-variants-label">
<span>Variants</span>
<span class="vector-menu-checkbox-expanded">expanded</span>
<span class="vector-menu-checkbox-collapsed">collapsed</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"></ul>
</div>
</nav>
</div>
<div id="right-navigation">
<nav aria-labelledby="p-views-label" class="mw-portlet mw-portlet-views vector-menu vector-menu-tabs" id="p-views" role="navigation">
<h3 aria-label="" class="vector-menu-heading" id="p-views-label">
<span>Views</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li class="selected mw-list-item" id="ca-view"><a href="/wiki/List_of_Falcon_9_and_Falcon_Heavy_launches"><span>Read</span></a></li><li class="mw-list-item" id="ca-edit"><a accesskey="e" href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&action=edit&oldid=1027686922" title="Edit this page [e]"><span>Edit</span></a></li><li class="mw-list-item" id="ca-history"><a accesskey="h" href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&action=history" title="Past revisions of this page [h]"><span>View history</span></a></li></ul>
</div>
</nav>
<nav aria-labelledby="p-cactions-label" class="mw-portlet mw-portlet-cactions emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" id="p-cactions" role="navigation" title="More options">
<input aria-haspopup="true" aria-labelledby="p-cactions-label" class="vector-menu-checkbox" data-event-name="ui.dropdown-p-cactions" id="p-cactions-checkbox" role="button" type="checkbox"/>
<h3 aria-label="" class="vector-menu-heading" id="p-cactions-label">
<span>More</span>
<span class="vector-menu-checkbox-expanded">expanded</span>
<span class="vector-menu-checkbox-collapsed">collapsed</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"></ul>
</div>
</nav>
<div class="vector-search-box" id="p-search" role="search">
<div>
<h3>
<label for="searchInput">Search</label>
</h3>
<form action="/w/index.php" class="vector-search-box-form" id="searchform">
<div class="vector-search-box-inner" data-search-loc="header-navigation" id="simpleSearch">
<input accesskey="f" aria-label="Search Wikipedia" autocapitalize="sentences" class="vector-search-box-input" id="searchInput" name="search" placeholder="Search Wikipedia" title="Search Wikipedia [f]" type="search"/>
<input name="title" type="hidden" value="Special:Search"/>
<input class="searchButton mw-fallbackSearchButton" id="mw-searchButton" name="fulltext" title="Search Wikipedia for this text" type="submit" value="Search"/>
<input class="searchButton" id="searchButton" name="go" title="Go to a page with this exact name if it exists" type="submit" value="Go"/>
</div>
</form>
</div>
</div>
</div>
</div>
<div id="mw-panel">
<div id="p-logo" role="banner">
<a class="mw-wiki-logo" href="/wiki/Main_Page" title="Visit the main page"></a>
</div>
<nav aria-labelledby="p-navigation-label" class="mw-portlet mw-portlet-navigation vector-menu vector-menu-portal portal" id="p-navigation" role="navigation">
<h3 aria-label="" class="vector-menu-heading" id="p-navigation-label">
<span>Navigation</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li class="mw-list-item" id="n-mainpage-description"><a accesskey="z" href="/wiki/Main_Page" title="Visit the main page [z]"><span>Main page</span></a></li><li class="mw-list-item" id="n-contents"><a href="/wiki/Wikipedia:Contents" title="Guides to browsing Wikipedia"><span>Contents</span></a></li><li class="mw-list-item" id="n-currentevents"><a href="/wiki/Portal:Current_events" title="Articles related to current events"><span>Current events</span></a></li><li class="mw-list-item" id="n-randompage"><a accesskey="x" href="/wiki/Special:Random" title="Visit a randomly selected article [x]"><span>Random article</span></a></li><li class="mw-list-item" id="n-aboutsite"><a href="/wiki/Wikipedia:About" title="Learn about Wikipedia and how it works"><span>About Wikipedia</span></a></li><li class="mw-list-item" id="n-contactpage"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia"><span>Contact us</span></a></li><li class="mw-list-item" id="n-sitesupport"><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&utm_medium=sidebar&utm_campaign=C13_en.wikipedia.org&uselang=en" title="Support us by donating to the Wikimedia Foundation"><span>Donate</span></a></li></ul>
</div>
</nav>
<nav aria-labelledby="p-interaction-label" class="mw-portlet mw-portlet-interaction vector-menu vector-menu-portal portal" id="p-interaction" role="navigation">
<h3 aria-label="" class="vector-menu-heading" id="p-interaction-label">
<span>Contribute</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li class="mw-list-item" id="n-help"><a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia"><span>Help</span></a></li><li class="mw-list-item" id="n-introduction"><a href="/wiki/Help:Introduction" title="Learn how to edit Wikipedia"><span>Learn to edit</span></a></li><li class="mw-list-item" id="n-portal"><a href="/wiki/Wikipedia:Community_portal" title="The hub for editors"><span>Community portal</span></a></li><li class="mw-list-item" id="n-recentchanges"><a accesskey="r" href="/wiki/Special:RecentChanges" title="A list of recent changes to Wikipedia [r]"><span>Recent changes</span></a></li><li class="mw-list-item" id="n-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Add images or other media for use on Wikipedia"><span>Upload file</span></a></li></ul>
</div>
</nav>
<nav aria-labelledby="p-tb-label" class="mw-portlet mw-portlet-tb vector-menu vector-menu-portal portal" id="p-tb" role="navigation">
<h3 aria-label="" class="vector-menu-heading" id="p-tb-label">
<span>Tools</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li class="mw-list-item" id="t-whatlinkshere"><a accesskey="j" href="/wiki/Special:WhatLinksHere/List_of_Falcon_9_and_Falcon_Heavy_launches" title="List of all English Wikipedia pages containing links to this page [j]"><span>What links here</span></a></li><li class="mw-list-item" id="t-recentchangeslinked"><a accesskey="k" href="/wiki/Special:RecentChangesLinked/List_of_Falcon_9_and_Falcon_Heavy_launches" rel="nofollow" title="Recent changes in pages linked from this page [k]"><span>Related changes</span></a></li><li class="mw-list-item" id="t-upload"><a accesskey="u" href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]"><span>Upload file</span></a></li><li class="mw-list-item" id="t-specialpages"><a accesskey="q" href="/wiki/Special:SpecialPages" title="A list of all special pages [q]"><span>Special pages</span></a></li><li class="mw-list-item" id="t-permalink"><a href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&oldid=1027686922" title="Permanent link to this revision of this page"><span>Permanent link</span></a></li><li class="mw-list-item" id="t-info"><a href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&action=info" title="More information about this page"><span>Page information</span></a></li><li class="mw-list-item" id="t-cite"><a href="/w/index.php?title=Special:CiteThisPage&page=List_of_Falcon_9_and_Falcon_Heavy_launches&id=1027686922&wpFormIdentifier=titleform" title="Information on how to cite this page"><span>Cite this page</span></a></li><li class="mw-list-item" id="t-wikibase"><a accesskey="g" href="https://www.wikidata.org/wiki/Special:EntityPage/Q6570672" title="Structured data on this page hosted by Wikidata [g]"><span>Wikidata item</span></a></li></ul>
</div>
</nav>
<nav aria-labelledby="p-coll-print_export-label" class="mw-portlet mw-portlet-coll-print_export vector-menu vector-menu-portal portal" id="p-coll-print_export" role="navigation">
<h3 aria-label="" class="vector-menu-heading" id="p-coll-print_export-label">
<span>Print/export</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li class="mw-list-item" id="coll-download-as-rl"><a href="/w/index.php?title=Special:Book&bookcmd=render_article&arttitle=List+of+Falcon+9+and+Falcon+Heavy+launches&returnto=List+of+Falcon+9+and+Falcon+Heavy+launches&oldid=1027686922&writer=rl" title="Download this page as a PDF file"><span>Download as PDF</span></a></li><li class="mw-list-item" id="t-print"><a accesskey="p" href="/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&printable=yes" title="Printable version of this page [p]"><span>Printable version</span></a></li></ul>
</div>
</nav>
<nav aria-labelledby="p-electronpdfservice-sidebar-portlet-heading-label" class="mw-portlet mw-portlet-electronpdfservice-sidebar-portlet-heading emptyPortlet vector-menu vector-menu-portal portal" id="p-electronpdfservice-sidebar-portlet-heading" role="navigation">
<h3 aria-label="" class="vector-menu-heading" id="p-electronpdfservice-sidebar-portlet-heading-label">
<span>Print/export</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"></ul>
</div>
</nav>
<nav aria-labelledby="p-lang-label" class="mw-portlet mw-portlet-lang vector-menu vector-menu-portal portal" id="p-lang" role="navigation">
<h3 aria-label="" class="vector-menu-heading" id="p-lang-label">
<span>Languages</span>
</h3>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li class="interlanguage-link interwiki-cs mw-list-item"><a class="interlanguage-link-target" href="https://cs.wikipedia.org/wiki/Seznam_let%C5%AF_Falconu_9_a_Falconu_Heavy" hreflang="cs" lang="cs" title="Seznam letů Falconu 9 a Falconu Heavy – Czech"><span>Čeština</span></a></li><li class="interlanguage-link interwiki-de mw-list-item"><a class="interlanguage-link-target" href="https://de.wikipedia.org/wiki/Liste_der_Falcon-9-_und_Falcon-Heavy-Raketenstarts" hreflang="de" lang="de" title="Liste der Falcon-9- und Falcon-Heavy-Raketenstarts – German"><span>Deutsch</span></a></li><li class="interlanguage-link interwiki-es mw-list-item"><a class="interlanguage-link-target" href="https://es.wikipedia.org/wiki/Anexo:Lanzamientos_de_cohetes_Falcon_9_y_Falcon_Heavy" hreflang="es" lang="es" title="Anexo:Lanzamientos de cohetes Falcon 9 y Falcon Heavy – Spanish"><span>Español</span></a></li><li class="interlanguage-link interwiki-fr mw-list-item"><a class="interlanguage-link-target" href="https://fr.wikipedia.org/wiki/Liste_des_vols_de_SpaceX" hreflang="fr" lang="fr" title="Liste des vols de SpaceX – French"><span>Français</span></a></li><li class="interlanguage-link interwiki-ko mw-list-item"><a class="interlanguage-link-target" href="https://ko.wikipedia.org/wiki/%ED%8C%B0%EC%BB%A8_9_/_%ED%8C%B0%EC%BB%A8_%ED%97%A4%EB%B9%84_%EB%B0%9C%EC%82%AC_%EB%AA%A9%EB%A1%9D" hreflang="ko" lang="ko" title="팰컨 9 / 팰컨 헤비 발사 목록 – Korean"><span>한국어</span></a></li><li class="interlanguage-link interwiki-it mw-list-item"><a class="interlanguage-link-target" href="https://it.wikipedia.org/wiki/Lanci_del_Falcon_9_e_del_Falcon_Heavy" hreflang="it" lang="it" title="Lanci del Falcon 9 e del Falcon Heavy – Italian"><span>Italiano</span></a></li><li class="interlanguage-link interwiki-ja mw-list-item"><a class="interlanguage-link-target" href="https://ja.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%83%AB%E3%82%B3%E3%83%B39%E3%81%AE%E6%89%93%E3%81%A1%E4%B8%8A%E3%81%92%E4%B8%80%E8%A6%A7" hreflang="ja" lang="ja" title="ファルコン9の打ち上げ一覧 – Japanese"><span>日本語</span></a></li><li class="interlanguage-link interwiki-pl mw-list-item"><a class="interlanguage-link-target" href="https://pl.wikipedia.org/wiki/Lista_start%C3%B3w_rakiet_Falcon_9_oraz_Falcon_Heavy" hreflang="pl" lang="pl" title="Lista startów rakiet Falcon 9 oraz Falcon Heavy – Polish"><span>Polski</span></a></li><li class="interlanguage-link interwiki-pt mw-list-item"><a class="interlanguage-link-target" href="https://pt.wikipedia.org/wiki/Lista_de_lan%C3%A7amentos_do_Falcon_9_e_Falcon_Heavy" hreflang="pt" lang="pt" title="Lista de lançamentos do Falcon 9 e Falcon Heavy – Portuguese"><span>Português</span></a></li><li class="interlanguage-link interwiki-ru mw-list-item"><a class="interlanguage-link-target" href="https://ru.wikipedia.org/wiki/%D0%A1%D0%BF%D0%B8%D1%81%D0%BE%D0%BA_%D0%B7%D0%B0%D0%BF%D1%83%D1%81%D0%BA%D0%BE%D0%B2_%D1%80%D0%B0%D0%BA%D0%B5%D1%82%D1%8B-%D0%BD%D0%BE%D1%81%D0%B8%D1%82%D0%B5%D0%BB%D1%8F_Falcon_9" hreflang="ru" lang="ru" title="Список запусков ракеты-носителя Falcon 9 – Russian"><span>Русский</span></a></li><li class="interlanguage-link interwiki-sk mw-list-item"><a class="interlanguage-link-target" href="https://sk.wikipedia.org/wiki/Zoznam_letov_Falconu_9_a_Falconu_Heavy" hreflang="sk" lang="sk" title="Zoznam letov Falconu 9 a Falconu Heavy – Slovak"><span>Slovenčina</span></a></li><li class="interlanguage-link interwiki-fi mw-list-item"><a class="interlanguage-link-target" href="https://fi.wikipedia.org/wiki/Luettelo_Falcon-rakettiperheen_laukaisuista" hreflang="fi" lang="fi" title="Luettelo Falcon-rakettiperheen laukaisuista – Finnish"><span>Suomi</span></a></li><li class="interlanguage-link interwiki-sv mw-list-item"><a class="interlanguage-link-target" href="https://sv.wikipedia.org/wiki/Lista_%C3%B6ver_Spacex_raketuppskjutningar" hreflang="sv" lang="sv" title="Lista över Spacex raketuppskjutningar – Swedish"><span>Svenska</span></a></li><li class="interlanguage-link interwiki-th mw-list-item"><a class="interlanguage-link-target" href="https://th.wikipedia.org/wiki/%E0%B8%A3%E0%B8%B2%E0%B8%A2%E0%B8%8A%E0%B8%B7%E0%B9%88%E0%B8%AD%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%9B%E0%B8%A5%E0%B9%88%E0%B8%AD%E0%B8%A2%E0%B8%95%E0%B8%B1%E0%B8%A7%E0%B8%82%E0%B8%AD%E0%B8%87%E0%B8%9F%E0%B8%B1%E0%B8%A5%E0%B8%84%E0%B8%AD%E0%B8%99_9_%E0%B9%81%E0%B8%A5%E0%B8%B0%E0%B8%9F%E0%B8%B1%E0%B8%A5%E0%B8%84%E0%B8%AD%E0%B8%99_%E0%B9%80%E0%B8%AE%E0%B8%9F%E0%B8%A7%E0%B8%B5" hreflang="th" lang="th" title="รายชื่อการปล่อยตัวของฟัลคอน 9 และฟัลคอน เฮฟวี – Thai"><span>ไทย</span></a></li><li class="interlanguage-link interwiki-uk mw-list-item"><a class="interlanguage-link-target" href="https://uk.wikipedia.org/wiki/%D0%A1%D0%BF%D0%B8%D1%81%D0%BE%D0%BA_%D0%B7%D0%B0%D0%BF%D1%83%D1%81%D0%BA%D1%96%D0%B2_Falcon_9_%D1%82%D0%B0_Falcon_Heavy" hreflang="uk" lang="uk" title="Список запусків Falcon 9 та Falcon Heavy – Ukrainian"><span>Українська</span></a></li><li class="interlanguage-link interwiki-zh mw-list-item"><a class="interlanguage-link-target" href="https://zh.wikipedia.org/wiki/%E7%8D%B5%E9%B7%B99%E8%99%9F%E9%81%8B%E8%BC%89%E7%81%AB%E7%AE%AD%E7%99%BC%E5%B0%84%E4%BB%BB%E5%8B%99%E5%88%97%E8%A1%A8" hreflang="zh" lang="zh" title="獵鷹9號運載火箭發射任務列表 – Chinese"><span>中文</span></a></li></ul>
<div class="after-portlet after-portlet-lang"><span class="wb-langlinks-edit wb-langlinks-link"><a class="wbc-editpage" href="https://www.wikidata.org/wiki/Special:EntityPage/Q6570672#sitelinks-wikipedia" title="Edit interlanguage links">Edit links</a></span></div>
</div>
</nav>
</div>
</div>
<footer class="mw-footer" id="footer" role="contentinfo">
<ul id="footer-info">
<li id="footer-info-lastmod"> This page was last edited on 9 June 2021, at 11:39<span class="anonymous-show"> (UTC)</span>.</li>
<li id="footer-info-copyright"><span class="nowraplinks">This version of the page has been <a href="https://en.wikipedia.org/wiki/Wikipedia:Page_history" title="Wikipedia:Page history">revised</a>. Besides normal editing, the reason for revision may have been that this version contains factual inaccuracies, vandalism, or material not compatible with the <a href="https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License">Creative Commons Attribution-ShareAlike License</a>.</span></li>
</ul>
<ul id="footer-places">
<li id="footer-places-privacy"><a class="extiw" href="https://foundation.wikimedia.org/wiki/Privacy_policy" title="wmf:Privacy policy">Privacy policy</a></li>
<li id="footer-places-about"><a href="/wiki/Wikipedia:About" title="Wikipedia:About">About Wikipedia</a></li>
<li id="footer-places-disclaimer"><a href="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">Disclaimers</a></li>
<li id="footer-places-contact"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a></li>
<li id="footer-places-mobileview"><a class="noprint stopMobileRedirectToggle" href="//en.m.wikipedia.org/w/index.php?title=List_of_Falcon_9_and_Falcon_Heavy_launches&oldid=1027686922&mobileaction=toggle_view_mobile">Mobile view</a></li>
<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>
<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/en.wikipedia.org">Statistics</a></li>
<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>
</ul>
<ul class="noprint" id="footer-icons">
<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img alt="Wikimedia Foundation" height="31" loading="lazy" src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88"/></a></li>
<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img alt="Powered by MediaWiki" height="31" loading="lazy" src="/static/images/footer/poweredby_mediawiki_88x31.png" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88"/></a></li>
</ul>
</footer>
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"6.734","walltime":"6.981","ppvisitednodes":{"value":41848,"limit":1000000},"postexpandincludesize":{"value":1631214,"limit":2097152},"templateargumentsize":{"value":13400,"limit":2097152},"expansiondepth":{"value":21,"limit":40},"expensivefunctioncount":{"value":9,"limit":500},"unstrip-depth":{"value":1,"limit":20},"unstrip-size":{"value":2733760,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00% 5931.640 1 -total"," 36.73% 2178.491 510 Template:Cite_web"," 17.81% 1056.687 218 Template:Cite_news"," 5.75% 341.332 66 Template:Cite_tweet"," 3.79% 224.716 187 Template:Cvt"," 1.52% 90.351 9 Template:Navbox"," 1.20% 71.078 13 Template:Cite_press_release"," 1.05% 62.028 10 Template:Cite_pr"," 0.77% 45.862 1 Template:Short_description"," 0.72% 42.444 4 Template:DMCA"]},"scribunto":{"limitreport-timeusage":{"value":"3.799","limit":"10.000"},"limitreport-memusage":{"value":12080451,"limit":52428800},"limitreport-profile":[["recursiveClone \u003CmwInit.lua:41\u003E","440","11.6"],["Scribunto_LuaSandboxCallback::callParserFunction","420","11.1"],["dataWrapper \u003Cmw.lua:668\u003E","340","9.0"],["Scribunto_LuaSandboxCallback::gsub","300","7.9"],["?","240","6.3"],["\u003Cmw.lua:690\u003E","140","3.7"],["Scribunto_LuaSandboxCallback::plain","140","3.7"],["citation0 \u003CModule:Citation/CS1:2400\u003E","140","3.7"],["Scribunto_LuaSandboxCallback::match","120","3.2"],["type","100","2.6"],["[others]","1400","37.0"]]},"cachereport":{"origin":"mw1431","timestamp":"20211028025518","ttl":1814400,"transientcontent":false}}});});</script>
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"Article","name":"List of Falcon 9 and Falcon Heavy launches","url":"https:\/\/en.wikipedia.org\/wiki\/List_of_Falcon_9_and_Falcon_Heavy_launches","sameAs":"http:\/\/www.wikidata.org\/entity\/Q6570672","mainEntity":"http:\/\/www.wikidata.org\/entity\/Q6570672","author":{"@type":"Organization","name":"Contributors to Wikimedia projects"},"publisher":{"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":{"@type":"ImageObject","url":"https:\/\/www.wikimedia.org\/static\/images\/wmf-hor-googpub.png"}},"datePublished":"2012-11-08T00:32:00Z","dateModified":"2021-06-09T11:39:49Z","image":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/0\/0e\/Falcon9_rocket_family.svg","headline":"List of Falcon rocket launches"}</script>
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":266,"wgHostname":"mw1354"});});</script>
</body></html>
Print the page title to verify if the BeautifulSoup object was created properly
# Use soup.title attribute
soup.title
<title>List of Falcon 9 and Falcon Heavy launches - Wikipedia</title>
Next, we want to collect all relevant column names from the HTML table header
Let's try to find all tables on the wiki page first. If you need to refresh your memory about BeautifulSoup, please check the external reference link towards the end of this lab
# Use the find_all function in the BeautifulSoup object, with element type `table`
# Assign the result to a list called `html_tables`
html_tables = soup.find_all('table') # Grab the first table
Starting from the third table is our target table contains the actual launch records.
# Let's print the third table and check its content
first_launch_table = html_tables[2]
print(first_launch_table)
<table class="wikitable plainrowheaders collapsible" style="width: 100%;"> <tbody><tr> <th scope="col">Flight No. </th> <th scope="col">Date and<br/>time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>) </th> <th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br/>Booster</a> <sup class="reference" id="cite_ref-booster_11-0"><a href="#cite_note-booster-11">[b]</a></sup> </th> <th scope="col">Launch site </th> <th scope="col">Payload<sup class="reference" id="cite_ref-Dragon_12-0"><a href="#cite_note-Dragon-12">[c]</a></sup> </th> <th scope="col">Payload mass </th> <th scope="col">Orbit </th> <th scope="col">Customer </th> <th scope="col">Launch<br/>outcome </th> <th scope="col"><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Booster<br/>landing</a> </th></tr> <tr> <th rowspan="2" scope="row" style="text-align:center;">1 </th> <td>4 June 2010,<br/>18:45 </td> <td><a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">F9 v1.0</a><sup class="reference" id="cite_ref-MuskMay2012_13-0"><a href="#cite_note-MuskMay2012-13">[7]</a></sup><br/>B0003.1<sup class="reference" id="cite_ref-block_numbers_14-0"><a href="#cite_note-block_numbers-14">[8]</a></sup> </td> <td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a> </td> <td><a href="/wiki/Dragon_Spacecraft_Qualification_Unit" title="Dragon Spacecraft Qualification Unit">Dragon Spacecraft Qualification Unit</a> </td> <td> </td> <td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> </td> <td><a href="/wiki/SpaceX" title="SpaceX">SpaceX</a> </td> <td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success </td> <td class="table-failure" style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;">Failure<sup class="reference" id="cite_ref-ns20110930_15-0"><a href="#cite_note-ns20110930-15">[9]</a></sup><sup class="reference" id="cite_ref-16"><a href="#cite_note-16">[10]</a></sup><br/><small>(parachute)</small> </td></tr> <tr> <td colspan="9">First flight of Falcon 9 v1.0.<sup class="reference" id="cite_ref-sfn20100604_17-0"><a href="#cite_note-sfn20100604-17">[11]</a></sup> Used a boilerplate version of Dragon capsule which was not designed to separate from the second stage.<small>(<a href="#First_flight_of_Falcon_9">more details below</a>)</small> Attempted to recover the first stage by parachuting it into the ocean, but it burned up on reentry, before the parachutes even deployed.<sup class="reference" id="cite_ref-parachute_18-0"><a href="#cite_note-parachute-18">[12]</a></sup> </td></tr> <tr> <th rowspan="2" scope="row" style="text-align:center;">2 </th> <td>8 December 2010,<br/>15:43<sup class="reference" id="cite_ref-spaceflightnow_Clark_Launch_Report_19-0"><a href="#cite_note-spaceflightnow_Clark_Launch_Report-19">[13]</a></sup> </td> <td><a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">F9 v1.0</a><sup class="reference" id="cite_ref-MuskMay2012_13-1"><a href="#cite_note-MuskMay2012-13">[7]</a></sup><br/>B0004.1<sup class="reference" id="cite_ref-block_numbers_14-1"><a href="#cite_note-block_numbers-14">[8]</a></sup> </td> <td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a> </td> <td><a href="/wiki/SpaceX_Dragon" title="SpaceX Dragon">Dragon</a> <a class="mw-redirect" href="/wiki/COTS_Demo_Flight_1" title="COTS Demo Flight 1">demo flight C1</a><br/>(Dragon C101) </td> <td> </td> <td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a href="/wiki/International_Space_Station" title="International Space Station">ISS</a>) </td> <td><div class="plainlist"> <ul><li><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Orbital_Transportation_Services" title="Commercial Orbital Transportation Services">COTS</a>)</li> <li><a href="/wiki/National_Reconnaissance_Office" title="National Reconnaissance Office">NRO</a></li></ul> </div> </td> <td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-ns20110930_15-1"><a href="#cite_note-ns20110930-15">[9]</a></sup> </td> <td class="table-failure" style="background: #ffbbbb; color: black; vertical-align: middle; text-align: center;">Failure<sup class="reference" id="cite_ref-ns20110930_15-2"><a href="#cite_note-ns20110930-15">[9]</a></sup><sup class="reference" id="cite_ref-20"><a href="#cite_note-20">[14]</a></sup><br/><small>(parachute)</small> </td></tr> <tr> <td colspan="9">Maiden flight of <a class="mw-redirect" href="/wiki/Dragon_capsule" title="Dragon capsule">Dragon capsule</a>, consisting of over 3 hours of testing thruster maneuvering and reentry.<sup class="reference" id="cite_ref-spaceflightnow_Clark_unleashing_Dragon_21-0"><a href="#cite_note-spaceflightnow_Clark_unleashing_Dragon-21">[15]</a></sup> Attempted to recover the first stage by parachuting it into the ocean, but it disintegrated upon reentry, before the parachutes were deployed.<sup class="reference" id="cite_ref-parachute_18-1"><a href="#cite_note-parachute-18">[12]</a></sup> <small>(<a href="#COTS_demo_missions">more details below</a>)</small> It also included two <a href="/wiki/CubeSat" title="CubeSat">CubeSats</a>,<sup class="reference" id="cite_ref-NRO_Taps_Boeing_for_Next_Batch_of_CubeSats_22-0"><a href="#cite_note-NRO_Taps_Boeing_for_Next_Batch_of_CubeSats-22">[16]</a></sup> and a wheel of <a href="/wiki/Brou%C3%A8re" title="Brouère">Brouère</a> cheese. </td></tr> <tr> <th rowspan="2" scope="row" style="text-align:center;">3 </th> <td>22 May 2012,<br/>07:44<sup class="reference" id="cite_ref-BBC_new_era_23-0"><a href="#cite_note-BBC_new_era-23">[17]</a></sup> </td> <td><a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">F9 v1.0</a><sup class="reference" id="cite_ref-MuskMay2012_13-2"><a href="#cite_note-MuskMay2012-13">[7]</a></sup><br/>B0005.1<sup class="reference" id="cite_ref-block_numbers_14-2"><a href="#cite_note-block_numbers-14">[8]</a></sup> </td> <td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a> </td> <td><a href="/wiki/SpaceX_Dragon" title="SpaceX Dragon">Dragon</a> <a class="mw-redirect" href="/wiki/Dragon_C2%2B" title="Dragon C2+">demo flight C2+</a><sup class="reference" id="cite_ref-C2_24-0"><a href="#cite_note-C2-24">[18]</a></sup><br/>(Dragon C102) </td> <td>525 kg (1,157 lb)<sup class="reference" id="cite_ref-25"><a href="#cite_note-25">[19]</a></sup> </td> <td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a href="/wiki/International_Space_Station" title="International Space Station">ISS</a>) </td> <td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Orbital_Transportation_Services" title="Commercial Orbital Transportation Services">COTS</a>) </td> <td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-26"><a href="#cite_note-26">[20]</a></sup> </td> <td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt </td></tr> <tr> <td colspan="9">Dragon spacecraft demonstrated a series of tests before it was allowed to approach the <a href="/wiki/International_Space_Station" title="International Space Station">International Space Station</a>. Two days later, it became the first commercial spacecraft to board the ISS.<sup class="reference" id="cite_ref-BBC_new_era_23-1"><a href="#cite_note-BBC_new_era-23">[17]</a></sup> <small>(<a href="#COTS_demo_missions">more details below</a>)</small> </td></tr> <tr> <th rowspan="3" scope="row" style="text-align:center;">4 </th> <td rowspan="2">8 October 2012,<br/>00:35<sup class="reference" id="cite_ref-SFN_LLog_27-0"><a href="#cite_note-SFN_LLog-27">[21]</a></sup> </td> <td rowspan="2"><a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">F9 v1.0</a><sup class="reference" id="cite_ref-MuskMay2012_13-3"><a href="#cite_note-MuskMay2012-13">[7]</a></sup><br/>B0006.1<sup class="reference" id="cite_ref-block_numbers_14-3"><a href="#cite_note-block_numbers-14">[8]</a></sup> </td> <td rowspan="2"><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a> </td> <td><a href="/wiki/SpaceX_CRS-1" title="SpaceX CRS-1">SpaceX CRS-1</a><sup class="reference" id="cite_ref-sxManifest20120925_28-0"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><br/>(Dragon C103) </td> <td>4,700 kg (10,400 lb) </td> <td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a href="/wiki/International_Space_Station" title="International Space Station">ISS</a>) </td> <td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>) </td> <td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success </td> <td rowspan="2" style="background:#ececec; text-align:center;"><span class="nowrap">No attempt</span> </td></tr> <tr> <td><a href="/wiki/Orbcomm_(satellite)" title="Orbcomm (satellite)">Orbcomm-OG2</a><sup class="reference" id="cite_ref-Orbcomm_29-0"><a href="#cite_note-Orbcomm-29">[23]</a></sup> </td> <td>172 kg (379 lb)<sup class="reference" id="cite_ref-gunter-og2_30-0"><a href="#cite_note-gunter-og2-30">[24]</a></sup> </td> <td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> </td> <td><a href="/wiki/Orbcomm" title="Orbcomm">Orbcomm</a> </td> <td class="table-partial" style="background: wheat; color: black; vertical-align: middle; text-align: center;">Partial failure<sup class="reference" id="cite_ref-nyt-20121030_31-0"><a href="#cite_note-nyt-20121030-31">[25]</a></sup> </td></tr> <tr> <td colspan="9">CRS-1 was successful, but the <a href="/wiki/Secondary_payload" title="Secondary payload">secondary payload</a> was inserted into an abnormally low orbit and subsequently lost. This was due to one of the nine <a href="/wiki/SpaceX_Merlin" title="SpaceX Merlin">Merlin engines</a> shutting down during the launch, and NASA declining a second reignition, as per <a href="/wiki/International_Space_Station" title="International Space Station">ISS</a> visiting vehicle safety rules, the primary payload owner is contractually allowed to decline a second reignition. NASA stated that this was because SpaceX could not guarantee a high enough likelihood of the second stage completing the second burn successfully which was required to avoid any risk of secondary payload's collision with the ISS.<sup class="reference" id="cite_ref-OrbcommTotalLoss_32-0"><a href="#cite_note-OrbcommTotalLoss-32">[26]</a></sup><sup class="reference" id="cite_ref-sn20121011_33-0"><a href="#cite_note-sn20121011-33">[27]</a></sup><sup class="reference" id="cite_ref-34"><a href="#cite_note-34">[28]</a></sup> </td></tr> <tr> <th rowspan="2" scope="row" style="text-align:center;">5 </th> <td>1 March 2013,<br/>15:10 </td> <td><a href="/wiki/Falcon_9_v1.0" title="Falcon 9 v1.0">F9 v1.0</a><sup class="reference" id="cite_ref-MuskMay2012_13-4"><a href="#cite_note-MuskMay2012-13">[7]</a></sup><br/>B0007.1<sup class="reference" id="cite_ref-block_numbers_14-4"><a href="#cite_note-block_numbers-14">[8]</a></sup> </td> <td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a> </td> <td><a href="/wiki/SpaceX_CRS-2" title="SpaceX CRS-2">SpaceX CRS-2</a><sup class="reference" id="cite_ref-sxManifest20120925_28-1"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><br/>(Dragon C104) </td> <td>4,877 kg (10,752 lb) </td> <td><a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> (<a class="mw-redirect" href="/wiki/ISS" title="ISS">ISS</a>) </td> <td><a href="/wiki/NASA" title="NASA">NASA</a> (<a href="/wiki/Commercial_Resupply_Services" title="Commercial Resupply Services">CRS</a>) </td> <td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success </td> <td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt </td></tr> <tr> <td colspan="9">Last launch of the original Falcon 9 v1.0 <a href="/wiki/Launch_vehicle" title="Launch vehicle">launch vehicle</a>, first use of the unpressurized trunk section of Dragon.<sup class="reference" id="cite_ref-sxf9_20110321_35-0"><a href="#cite_note-sxf9_20110321-35">[29]</a></sup> </td></tr> <tr> <th rowspan="2" scope="row" style="text-align:center;">6 </th> <td>29 September 2013,<br/>16:00<sup class="reference" id="cite_ref-pa20130930_36-0"><a href="#cite_note-pa20130930-36">[30]</a></sup> </td> <td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><sup class="reference" id="cite_ref-MuskMay2012_13-5"><a href="#cite_note-MuskMay2012-13">[7]</a></sup><br/>B1003<sup class="reference" id="cite_ref-block_numbers_14-5"><a href="#cite_note-block_numbers-14">[8]</a></sup> </td> <td><a class="mw-redirect" href="/wiki/Vandenberg_Air_Force_Base" title="Vandenberg Air Force Base">VAFB</a>,<br/><a href="/wiki/Vandenberg_Space_Launch_Complex_4" title="Vandenberg Space Launch Complex 4">SLC-4E</a> </td> <td><a href="/wiki/CASSIOPE" title="CASSIOPE">CASSIOPE</a><sup class="reference" id="cite_ref-sxManifest20120925_28-2"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><sup class="reference" id="cite_ref-CASSIOPE_MDA_37-0"><a href="#cite_note-CASSIOPE_MDA-37">[31]</a></sup> </td> <td>500 kg (1,100 lb) </td> <td><a href="/wiki/Polar_orbit" title="Polar orbit">Polar orbit</a> <a href="/wiki/Low_Earth_orbit" title="Low Earth orbit">LEO</a> </td> <td><a href="/wiki/Maxar_Technologies" title="Maxar Technologies">MDA</a> </td> <td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-pa20130930_36-1"><a href="#cite_note-pa20130930-36">[30]</a></sup> </td> <td class="table-no2" style="background: #ffdddd; color: black; vertical-align: middle; text-align: center;">Uncontrolled<br/><small>(ocean)</small><sup class="reference" id="cite_ref-ocean_landing_38-0"><a href="#cite_note-ocean_landing-38">[d]</a></sup> </td></tr> <tr> <td colspan="9">First commercial mission with a private customer, first launch from Vandenberg, and demonstration flight of Falcon 9 v1.1 with an improved 13-tonne to LEO capacity.<sup class="reference" id="cite_ref-sxf9_20110321_35-1"><a href="#cite_note-sxf9_20110321-35">[29]</a></sup> After separation from the second stage carrying Canadian commercial and scientific satellites, the first stage booster performed a controlled reentry,<sup class="reference" id="cite_ref-39"><a href="#cite_note-39">[32]</a></sup> and an <a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">ocean touchdown test</a> for the first time. This provided good test data, even though the booster started rolling as it neared the ocean, leading to the shutdown of the central engine as the roll depleted it of fuel, resulting in a hard impact with the ocean.<sup class="reference" id="cite_ref-pa20130930_36-2"><a href="#cite_note-pa20130930-36">[30]</a></sup> This was the first known attempt of a rocket engine being lit to perform a supersonic retro propulsion, and allowed SpaceX to enter a public-private partnership with <a href="/wiki/NASA" title="NASA">NASA</a> and its Mars entry, descent, and landing technologies research projects.<sup class="reference" id="cite_ref-40"><a href="#cite_note-40">[33]</a></sup> <small>(<a href="#Maiden_flight_of_v1.1">more details below</a>)</small> </td></tr> <tr> <th rowspan="2" scope="row" style="text-align:center;">7 </th> <td>3 December 2013,<br/>22:41<sup class="reference" id="cite_ref-sfn_wwls20130624_41-0"><a href="#cite_note-sfn_wwls20130624-41">[34]</a></sup> </td> <td><a href="/wiki/Falcon_9_v1.1" title="Falcon 9 v1.1">F9 v1.1</a><br/>B1004 </td> <td><a href="/wiki/Cape_Canaveral_Space_Force_Station" title="Cape Canaveral Space Force Station">CCAFS</a>,<br/><a href="/wiki/Cape_Canaveral_Space_Launch_Complex_40" title="Cape Canaveral Space Launch Complex 40">SLC-40</a> </td> <td><a href="/wiki/SES-8" title="SES-8">SES-8</a><sup class="reference" id="cite_ref-sxManifest20120925_28-3"><a href="#cite_note-sxManifest20120925-28">[22]</a></sup><sup class="reference" id="cite_ref-spx-pr_42-0"><a href="#cite_note-spx-pr-42">[35]</a></sup><sup class="reference" id="cite_ref-aw20110323_43-0"><a href="#cite_note-aw20110323-43">[36]</a></sup> </td> <td>3,170 kg (6,990 lb) </td> <td><a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">GTO</a> </td> <td><a href="/wiki/SES_S.A." title="SES S.A.">SES</a> </td> <td class="table-success" style="background: LightGreen; color: black; vertical-align: middle; text-align: center;">Success<sup class="reference" id="cite_ref-SNMissionStatus7_44-0"><a href="#cite_note-SNMissionStatus7-44">[37]</a></sup> </td> <td class="table-noAttempt" style="background: #ececec; color: black; vertical-align: middle; white-space: nowrap; text-align: center;">No attempt<br/><sup class="reference" id="cite_ref-sf10120131203_45-0"><a href="#cite_note-sf10120131203-45">[38]</a></sup> </td></tr> <tr> <td colspan="9">First <a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">Geostationary transfer orbit</a> (GTO) launch for Falcon 9,<sup class="reference" id="cite_ref-spx-pr_42-1"><a href="#cite_note-spx-pr-42">[35]</a></sup> and first successful reignition of the second stage.<sup class="reference" id="cite_ref-46"><a href="#cite_note-46">[39]</a></sup> SES-8 was inserted into a <a href="/wiki/Geostationary_transfer_orbit" title="Geostationary transfer orbit">Super-Synchronous Transfer Orbit</a> of 79,341 km (49,300 mi) in apogee with an <a href="/wiki/Orbital_inclination" title="Orbital inclination">inclination</a> of 20.55° to the <a href="/wiki/Equator" title="Equator">equator</a>. </td></tr></tbody></table>
You should able to see the columns names embedded in the table header elements <th> as follows:
<tr>
<th scope="col">Flight No.
</th>
<th scope="col">Date and<br/>time (<a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>)
</th>
<th scope="col"><a href="/wiki/List_of_Falcon_9_first-stage_boosters" title="List of Falcon 9 first-stage boosters">Version,<br/>Booster</a> <sup class="reference" id="cite_ref-booster_11-0"><a href="#cite_note-booster-11">[b]</a></sup>
</th>
<th scope="col">Launch site
</th>
<th scope="col">Payload<sup class="reference" id="cite_ref-Dragon_12-0"><a href="#cite_note-Dragon-12">[c]</a></sup>
</th>
<th scope="col">Payload mass
</th>
<th scope="col">Orbit
</th>
<th scope="col">Customer
</th>
<th scope="col">Launch<br/>outcome
</th>
<th scope="col"><a href="/wiki/Falcon_9_first-stage_landing_tests" title="Falcon 9 first-stage landing tests">Booster<br/>landing</a>
</th></tr>
Next, we just need to iterate through the <th> elements and apply the provided extract_column_from_header() to extract column name one by one
column_names = []
# Apply find_all() function with `th` element on first_launch_table
#th = first_launch_table.find_all('th')
# Iterate each th element and apply the provided extract_column_from_header() to get a column name
# Append the Non-empty column name (`if name is not None and len(name) > 0`) into a list called column_names
column_names = []
for row in first_launch_table.find_all('th'):
name = extract_column_from_header(row)
print(name)
if name is not None and len(name) > 0:
column_names.append(name)
Flight No. Date and time ( ) Launch site Payload Payload mass Orbit Customer Launch outcome None None None None None None None
Check the extracted column names
print(column_names)
['Flight No.', 'Date and time ( )', 'Launch site', 'Payload', 'Payload mass', 'Orbit', 'Customer', 'Launch outcome']
We will create an empty dictionary with keys from the extracted column names in the previous task. Later, this dictionary will be converted into a Pandas dataframe
launch_dict= dict.fromkeys(column_names)
# Remove an irrelvant column
del launch_dict['Date and time ( )']
# Let's initial the launch_dict with each value to be an empty list
launch_dict['Flight No.'] = []
launch_dict['Launch site'] = []
launch_dict['Payload'] = []
launch_dict['Payload mass'] = []
launch_dict['Orbit'] = []
launch_dict['Customer'] = []
launch_dict['Launch outcome'] = []
# Added some new columns
launch_dict['Version Booster']=[]
launch_dict['Booster landing']=[]
launch_dict['Date']=[]
launch_dict['Time']=[]
Next, we just need to fill up the launch_dict with launch records extracted from table rows.
Usually, HTML tables in Wiki pages are likely to contain unexpected annotations and other types of noises, such as reference links B0004.1[8], missing values N/A [e], inconsistent formatting, etc.
To simplify the parsing process, we have provided an incomplete code snippet below to help you to fill up the launch_dict. Please complete the following code snippet with TODOs or you can choose to write your own logic to parse all launch tables:
extracted_row = 0
#Extract each table
for table_number,table in enumerate(soup.find_all('table',"wikitable plainrowheaders collapsible")):
# get table row
for rows in table.find_all("tr"):
#check to see if first table heading is as number corresponding to launch a number
if rows.th:
if rows.th.string:
flight_number=rows.th.string.strip()
flag=flight_number.isdigit()
else:
flag=False
#get table element
row=rows.find_all('td')
#if it is number save cells in a dictonary
if flag:
extracted_row += 1
# Flight Number value
# TODO: Append the flight_number into launch_dict with key `Flight No.`
launch_dict.append(flight_number['Flight No.'])
#print(flight_number)
datatimelist=date_time(row[0])
# Date value
# TODO: Append the date into launch_dict with key `Date`
launch_dict.append(date['Date'])
date = datatimelist[0].strip(',')
#print(date)
# Time value
# TODO: Append the time into launch_dict with key `Time`
launch_dict.append(time['Time'])
time = datatimelist[1]
#print(time)
# Booster version
# TODO: Append the bv into launch_dict with key `Version Booster`
launch_dict.append(bv['Version Booster'])
bv=booster_version(row[1])
if not(bv):
bv=row[1].a.string
print(bv)
# Launch Site
# TODO: Append the bv into launch_dict with key `Launch Site`
launch_dict.append(bv['Launch Site'])
launch_site = row[2].a.string
#print(launch_site)
# Payload
# TODO: Append the payload into launch_dict with key `Payload`
launch_dict.append(payload['Payload'])
payload = row[3].a.string
#print(payload)
# Payload Mass
# TODO: Append the payload_mass into launch_dict with key `Payload mass`
launch_dict.append(payload_mass['Payload mass'])
payload_mass = get_mass(row[4])
#print(payload)
# Orbit
# TODO: Append the orbit into launch_dict with key `Orbit`
launch_dict.append(orbit['Orbit'])
orbit = row[5].a.string
#print(orbit)
# Customer
# TODO: Append the customer into launch_dict with key `Customer`
launch_dict.append(customer['Customer'])
customer = row[6].a.string
#print(customer)
# Launch outcome
# TODO: Append the launch_outcome into launch_dict with key `Launch outcome`
launch_dict.append(launch_outcome['Launch outcome'])
launch_outcome = list(row[7].strings)[0]
#print(launch_outcome)
# Booster landing
# TODO: Append the launch_outcome into launch_dict with key `Booster landing`
launch_dict.append(launch_outcome['Booster landing'])
booster_landing = landing_status(row[8])
#print(booster_landing)
--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-37-d46e374a0efb> in <module> 18 # Flight Number value 19 # TODO: Append the flight_number into launch_dict with key `Flight No.` ---> 20 launch_dict.append(flight_number['Flight No.']) 21 #print(flight_number) 22 datatimelist=date_time(row[0]) AttributeError: 'dict' object has no attribute 'append'
After you have fill in the parsed launch record values into launch_dict, you can create a dataframe from it.
df=pd.DataFrame(launch_dict)
We can now export it to a CSV for the next section, but to make the answers consistent and in case you have difficulties finishing this lab.
Following labs will be using a provided dataset to make each lab independent.
df.to_csv('spacex_web_scraped.csv', index=False)
| Date (YYYY-MM-DD) | Version | Changed By | Change Description |
|---|---|---|---|
| 2021-06-09 | 1.0 | Yan Luo | Tasks updates |
| 2020-11-10 | 1.0 | Nayef | Created the initial version |
Copyright © 2021 IBM Corporation. All rights reserved.